﻿@charset "UTF-8";.html-default-class{/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css *//*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css *//*! Lazy Load XT v1.0.6 2014-11-19
 * http://ressio.github.io/lazy-load-xt
 * (C) 2014 RESS.io
 * Licensed under MIT *//*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #bb001d;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
 .menu > li,.menu > ul > li {

    border-left: solid 1px #fff;
    padding:10px 0;
}


 .menu > li, #site-navigation .menu > ul > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    line-height: 1;
    float:right;
}
li.active a {
    color: #fff !important;background: #ed1b24 !important; 
}
.sub-menu ul li a{color: #333 !important;}


.menu > li.active > a:hover{
    color: #fff;
}
.menu > li a:hover{background: #bb001d; width:100%;text-decoration:none;  color:#fff!important;}
.primary-menu ul{display:inline;}
.primary-menu ul ul ul{display:inline; margin-top:-45px;}
.menu > li a,.menu > ul > li a, .menu > li a,.menu > ul > li a,.menu > li a,.menu > ul > li a {
    padding: 10px;
    font: normal 18px iran_sans;
    color:#333;
}
.primary-menu ul li ul li a{  font: normal 17px iran_sans;padding: 10px; text-align:right; width:100%; display:inline-block;}
.sub-menu {
    position: absolute;
    right:0px;
    top: 40px;
    z-index: 2;
    opacity: 0;
    margin: 0;
    width: 240px;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .5s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .5s cubic-bezier(.215,.61,.355,1);
    transition: all .5s cubic-bezier(.215,.61,.355,1);
   
}
.sub-menu2 {
    position: absolute;
    right:100%;
    top: auto;
    z-index: 200;
    opacity: 0;
    margin: 0;
    width: 240px;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .5s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .5s cubic-bezier(.215,.61,.355,1);
    transition: all .5s cubic-bezier(.215,.61,.355,1);

}


li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
li:hover > .sub-menu2 {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}
#menu {
    position: fixed;
    background-color: #f9f9f9;
    height: 100%;
    z-index: 100;
    width: 280px;
    color: #333;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    font-family: 'Source Sans Pro', sans-serif;
}
.show1 {
    right: 0 !important;
}
.left {
    right: -280px;
}
#btnclose {
    position: absolute;
    top: 0;
    color: #444;
    padding: 20px;
    z-index: 100;
}
#menu ul {
    list-style: none;
    margin-top: 0;
    padding: 0;
}
#menu ul li ul {
    margin-top: 0;
    display: none;
}

#menu ul li {
    border-bottom: 1px solid #eee;
    text-align: right;
}
#menu ul li ul li a{ padding-right:35px;}
#menu ul li:last-child{border:none;}
#menu ul a:hover, #menu ul a.active {
    color: #fff;
}
#menu ul li a {
    color: #444;
    font:normal 16px iran_sans;
    display: block;
    padding: 10px 20px 10px 7px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 600;
}
#showmenu {
    position: absolute;
    top: 70px;
    right:0;
    padding: 6px 10px 7px 10px;
    font-size: 1.3em;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 1200px){
.hidden-lg {
    display: none !important;
}}
 .navbar {

}


.html-default-class html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
.html-default-class article,.html-default-class aside,.html-default-class details,.html-default-class figcaption,.html-default-class figure,.html-default-class footer,.html-default-class header,.html-default-class hgroup,.html-default-class main,.html-default-class menu,.html-default-class nav,.html-default-class section,.html-default-class summary{display:block}
.html-default-class audio,.html-default-class canvas,.html-default-class progress,.html-default-class video{display:inline-block;vertical-align:baseline}
.html-default-class audio:not([controls]){display:none;height:0}
.html-default-class [hidden],.html-default-class template{display:none}
.html-default-class a{background-color:transparent}
.html-default-class a:active,.html-default-class a:hover{outline:0}
.html-default-class abbr[title]{border-bottom:1px dotted}
.html-default-class b,.html-default-class strong{font-weight:bold}
.html-default-class dfn{font-style:italic}
.html-default-class h1{margin:.67em 0;font-size:2em}
.html-default-class mark{color:#000;background:#ff0}
.html-default-class small{font-size:80%}
.html-default-class sub,.html-default-class sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
.html-default-class sup{top:-0.5em}
.html-default-class sub{bottom:-0.25em}
.html-default-class img{border:0}
.html-default-class svg:not(:root){overflow:hidden}
.html-default-class figure{margin:1em 40px}
.html-default-class hr{height:0;box-sizing:content-box}
.html-default-class pre{overflow:auto}
.html-default-class code,.html-default-class kbd,.html-default-class pre,.html-default-class samp{font-family:monospace,monospace;font-size:1em}
.html-default-class button,.html-default-class input,.html-default-class optgroup,.html-default-class select,.html-default-class textarea{margin:0;font:inherit;color:inherit}
.html-default-class button{overflow:visible}
.html-default-class button,.html-default-class select{text-transform:none}
.html-default-class button,.html-default-class html input[type="button"],.html-default-class input[type="reset"],.html-default-class input[type="submit"]{-webkit-appearance:button;cursor:pointer}
.html-default-class button[disabled],.html-default-class html input[disabled]{cursor:default}
.html-default-class button::-moz-focus-inner,.html-default-class input::-moz-focus-inner{padding:0;border:0}
.html-default-class input{line-height:normal}
.html-default-class input[type="checkbox"],.html-default-class input[type="radio"]{box-sizing:border-box;padding:0}
.html-default-class input[type="number"]::-webkit-inner-spin-button,.html-default-class input[type="number"]::-webkit-outer-spin-button{height:auto}
.html-default-class input[type="search"]{box-sizing:content-box;-webkit-appearance:textfield}
.html-default-class input[type="search"]::-webkit-search-cancel-button,.html-default-class input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
.html-default-class fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}
.html-default-class legend{padding:0;border:0}
.html-default-class textarea{overflow:auto}
.html-default-class optgroup{font-weight:bold}
.html-default-class table{border-spacing:0;border-collapse:collapse}
.html-default-class td,.html-default-class th{padding:0}
@media print{.html-default-class *,.html-default-class *:before,.html-default-class *:after{color:#000 !important;text-shadow:none !important;background:transparent !important;box-shadow:none !important}
.html-default-class a,.html-default-class a:visited{text-decoration:underline}
.html-default-class a[href]:after{content:" (" attr(href) ")"}
.html-default-class abbr[title]:after{content:" (" attr(title) ")"}
.html-default-class a[href^="#"]:after,.html-default-class a[href^="javascript:"]:after{content:""}
.html-default-class pre,.html-default-class blockquote{border:1px solid #999;page-break-inside:avoid}
.html-default-class thead{display:table-header-group}
.html-default-class tr,.html-default-class img{page-break-inside:avoid}
.html-default-class img{max-width:100% !important}
.html-default-class p,.html-default-class h2,.html-default-class h3{orphans:3;widows:3}
.html-default-class h2,.html-default-class h3{page-break-after:avoid}
.html-default-class .navbar{display:none}
.html-default-class .btn>.caret,.html-default-class .dropup>.btn>.caret{border-top-color:#000 !important}
.html-default-class .label{border:1px solid #000}
.html-default-class .table{border-collapse:collapse !important}
.html-default-class .table td,.html-default-class .table th{background-color:#fff !important}
.html-default-class .table-bordered th,.html-default-class .table-bordered td{border:1px solid #ddd !important}
}
.html-default-class *{box-sizing:border-box}
.html-default-class *:before,.html-default-class *:after{box-sizing:border-box}
.html-default-class html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.html-default-class body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}
.html-default-class input,.html-default-class button,.html-default-class select,.html-default-class textarea{font-family:inherit;font-size:inherit;line-height:inherit}
.html-default-class a{color:#337ab7;text-decoration:none}
.html-default-class a:hover,.html-default-class a:focus{color:#23527c;text-decoration:underline}
.html-default-class a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.html-default-class figure{margin:0}
.html-default-class img{vertical-align:middle}
.html-default-class .img-responsive,.html-default-class .thumbnail>img,.html-default-class .thumbnail a>img,.html-default-class .carousel-inner>.item>img,.html-default-class .carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}
.html-default-class .img-rounded{border-radius:6px}
.html-default-class .img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out}
.html-default-class .img-circle{border-radius:50%}
.html-default-class hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
.html-default-class .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.html-default-class .sr-only-focusable:active,.html-default-class .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.html-default-class [role="button"]{cursor:pointer}
.html-default-class h1,.html-default-class h2,.html-default-class h3,.html-default-class h4,.html-default-class h5,.html-default-class h6,.html-default-class .h1,.html-default-class .h2,.html-default-class .h3,.html-default-class .h4,.html-default-class .h5,.html-default-class .h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}
.html-default-class h1 small,.html-default-class h2 small,.html-default-class h3 small,.html-default-class h4 small,.html-default-class h5 small,.html-default-class h6 small,.html-default-class .h1 small,.html-default-class .h2 small,.html-default-class .h3 small,.html-default-class .h4 small,.html-default-class .h5 small,.html-default-class .h6 small,.html-default-class h1 .small,.html-default-class h2 .small,.html-default-class h3 .small,.html-default-class h4 .small,.html-default-class h5 .small,.html-default-class h6 .small,.html-default-class .h1 .small,.html-default-class .h2 .small,.html-default-class .h3 .small,.html-default-class .h4 .small,.html-default-class .h5 .small,.html-default-class .h6 .small{font-weight:normal;line-height:1;color:#777}
.html-default-class h1,.html-default-class .h1,.html-default-class h2,.html-default-class .h2,.html-default-class h3,.html-default-class .h3{margin-top:20px;margin-bottom:10px}
.html-default-class h1 small,.html-default-class .h1 small,.html-default-class h2 small,.html-default-class .h2 small,.html-default-class h3 small,.html-default-class .h3 small,.html-default-class h1 .small,.html-default-class .h1 .small,.html-default-class h2 .small,.html-default-class .h2 .small,.html-default-class h3 .small,.html-default-class .h3 .small{font-size:65%}
.html-default-class h4,.html-default-class .h4,.html-default-class h5,.html-default-class .h5,.html-default-class h6,.html-default-class .h6{margin-top:10px;margin-bottom:10px}
.html-default-class h4 small,.html-default-class .h4 small,.html-default-class h5 small,.html-default-class .h5 small,.html-default-class h6 small,.html-default-class .h6 small,.html-default-class h4 .small,.html-default-class .h4 .small,.html-default-class h5 .small,.html-default-class .h5 .small,.html-default-class h6 .small,.html-default-class .h6 .small{font-size:75%}
.html-default-class h1,.html-default-class .h1{font-size:36px}
.html-default-class h2,.html-default-class .h2{font-size:30px}
.html-default-class h3,.html-default-class .h3{font-size:24px}
.html-default-class h4,.html-default-class .h4{font-size:18px}
.html-default-class h5,.html-default-class .h5{font-size:14px}
.html-default-class h6,.html-default-class .h6{font-size:12px}
.html-default-class p{margin:0 0 10px}
.html-default-class .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}
@media(min-width:600px){.html-default-class .lead{font-size:21px}
}
.html-default-class small,.html-default-class .small{font-size:85%}
.html-default-class mark,.html-default-class .mark{padding:.2em;background-color:#fcf8e3}
.html-default-class .text-left{text-align:left}
.html-default-class .text-right{text-align:right}
.html-default-class .text-center{text-align:center}
.html-default-class .text-justify{text-align:justify}
.html-default-class .text-nowrap{white-space:nowrap}
.html-default-class .text-lowercase{text-transform:lowercase}
.html-default-class .text-uppercase{text-transform:uppercase}
.html-default-class .text-capitalize{text-transform:capitalize}
.html-default-class .text-muted{color:#777}
.html-default-class .text-primary{color:#337ab7}
.html-default-class a.text-primary:hover,.html-default-class a.text-primary:focus{color:#286090}
.html-default-class .text-success{color:#3c763d}
.html-default-class a.text-success:hover,.html-default-class a.text-success:focus{color:#2b542c}
.html-default-class .text-info{color:#31708f}
.html-default-class a.text-info:hover,.html-default-class a.text-info:focus{color:#245269}
.html-default-class .text-warning{color:#8a6d3b}
.html-default-class a.text-warning:hover,.html-default-class a.text-warning:focus{color:#66512c}
.html-default-class .text-danger{color:#a94442}
.html-default-class a.text-danger:hover,.html-default-class a.text-danger:focus{color:#843534}
.html-default-class .bg-primary{color:#fff;background-color:#337ab7}
.html-default-class a.bg-primary:hover,.html-default-class a.bg-primary:focus{background-color:#286090}
.html-default-class .bg-success{background-color:#dff0d8}
.html-default-class a.bg-success:hover,.html-default-class a.bg-success:focus{background-color:#c1e2b3}
.html-default-class .bg-info{background-color:#d9edf7}
.html-default-class a.bg-info:hover,.html-default-class a.bg-info:focus{background-color:#afd9ee}
.html-default-class .bg-warning{background-color:#fcf8e3}
.html-default-class a.bg-warning:hover,.html-default-class a.bg-warning:focus{background-color:#f7ecb5}
.html-default-class .bg-danger{background-color:#f2dede}
.html-default-class a.bg-danger:hover,.html-default-class a.bg-danger:focus{background-color:#e4b9b9}
.html-default-class .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}
.html-default-class ul,.html-default-class ol{margin-top:0;margin-bottom:10px}
.html-default-class ul ul,.html-default-class ol ul,.html-default-class ul ol,.html-default-class ol ol{margin-bottom:0}
.html-default-class .list-unstyled{padding-left:0;list-style:none}
.html-default-class .list-inline{padding-left:0;margin-left:-5px;list-style:none}
.html-default-class .list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}
.html-default-class dl{margin-top:0;margin-bottom:20px}
.html-default-class dt,.html-default-class dd{line-height:1.42857143}
.html-default-class dt{font-weight:bold}
.html-default-class dd{margin-left:0}
@media(min-width:600px){.html-default-class .dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}
.html-default-class .dl-horizontal dd{margin-left:180px}
}
.html-default-class abbr[title],.html-default-class abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}
.html-default-class .initialism{font-size:90%;text-transform:uppercase}
.html-default-class blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}
.html-default-class blockquote p:last-child,.html-default-class blockquote ul:last-child,.html-default-class blockquote ol:last-child{margin-bottom:0}
.html-default-class blockquote footer,.html-default-class blockquote small,.html-default-class blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}
.html-default-class blockquote footer:before,.html-default-class blockquote small:before,.html-default-class blockquote .small:before{content:'\2014 \00A0'}
.html-default-class .blockquote-reverse,.html-default-class blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}
.html-default-class .blockquote-reverse footer:before,.html-default-class blockquote.pull-right footer:before,.html-default-class .blockquote-reverse small:before,.html-default-class blockquote.pull-right small:before,.html-default-class .blockquote-reverse .small:before,.html-default-class blockquote.pull-right .small:before{content:''}
.html-default-class .blockquote-reverse footer:after,.html-default-class blockquote.pull-right footer:after,.html-default-class .blockquote-reverse small:after,.html-default-class blockquote.pull-right small:after,.html-default-class .blockquote-reverse .small:after,.html-default-class blockquote.pull-right .small:after{content:'\00A0 \2014'}
.html-default-class address{margin-bottom:20px;font-style:normal;line-height:1.42857143}
.html-default-class code,.html-default-class kbd,.html-default-class pre,.html-default-class samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}
.html-default-class code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}
.html-default-class kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}
.html-default-class kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none}
.html-default-class pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}
.html-default-class pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}
.html-default-class .pre-scrollable{max-height:340px;overflow-y:scroll}
.html-default-class .container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media(min-width:600px){.html-default-class .container{width:750px}
}
@media(min-width:768px){.html-default-class .container{width:970px}
}
@media(min-width:1024px){.html-default-class .container{width:1170px}
}
.html-default-class .container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.html-default-class .row{margin-right:-15px;margin-left:-15px}
.html-default-class .col-xs-1,.html-default-class .col-sm-1,.html-default-class .col-md-1,.html-default-class .col-lg-1,.html-default-class .col-xs-2,.html-default-class .col-sm-2,.html-default-class .col-md-2,.html-default-class .col-lg-2,.html-default-class .col-xs-3,.html-default-class .col-sm-3,.html-default-class .col-md-3,.html-default-class .col-lg-3,.html-default-class .col-xs-4,.html-default-class .col-sm-4,.html-default-class .col-md-4,.html-default-class .col-lg-4,.html-default-class .col-xs-5,.html-default-class .col-sm-5,.html-default-class .col-md-5,.html-default-class .col-lg-5,.html-default-class .col-xs-6,.html-default-class .col-sm-6,.html-default-class .col-md-6,.html-default-class .col-lg-6,.html-default-class .col-xs-7,.html-default-class .col-sm-7,.html-default-class .col-md-7,.html-default-class .col-lg-7,.html-default-class .col-xs-8,.html-default-class .col-sm-8,.html-default-class .col-md-8,.html-default-class .col-lg-8,.html-default-class .col-xs-9,.html-default-class .col-sm-9,.html-default-class .col-md-9,.html-default-class .col-lg-9,.html-default-class .col-xs-10,.html-default-class .col-sm-10,.html-default-class .col-md-10,.html-default-class .col-lg-10,.html-default-class .col-xs-11,.html-default-class .col-sm-11,.html-default-class .col-md-11,.html-default-class .col-lg-11,.html-default-class .col-xs-12,.html-default-class .col-sm-12,.html-default-class .col-md-12,.html-default-class .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.html-default-class .col-xs-1,.html-default-class .col-xs-2,.html-default-class .col-xs-3,.html-default-class .col-xs-4,.html-default-class .col-xs-5,.html-default-class .col-xs-6,.html-default-class .col-xs-7,.html-default-class .col-xs-8,.html-default-class .col-xs-9,.html-default-class .col-xs-10,.html-default-class .col-xs-11,.html-default-class .col-xs-12{float:left}
.html-default-class .col-xs-12{width:100%}
.html-default-class .col-xs-11{width:91.66666667%}
.html-default-class .col-xs-10{width:83.33333333%}
.html-default-class .col-xs-9{width:75%}
.html-default-class .col-xs-8{width:66.66666667%}
.html-default-class .col-xs-7{width:58.33333333%}
.html-default-class .col-xs-6{width:50%}
.html-default-class .col-xs-5{width:41.66666667%}
.html-default-class .col-xs-4{width:33.33333333%}
.html-default-class .col-xs-3{width:25%}
.html-default-class .col-xs-2{width:16.66666667%}
.html-default-class .col-xs-1{width:8.33333333%}
.html-default-class .col-xs-pull-12{right:100%}
.html-default-class .col-xs-pull-11{right:91.66666667%}
.html-default-class .col-xs-pull-10{right:83.33333333%}
.html-default-class .col-xs-pull-9{right:75%}
.html-default-class .col-xs-pull-8{right:66.66666667%}
.html-default-class .col-xs-pull-7{right:58.33333333%}
.html-default-class .col-xs-pull-6{right:50%}
.html-default-class .col-xs-pull-5{right:41.66666667%}
.html-default-class .col-xs-pull-4{right:33.33333333%}
.html-default-class .col-xs-pull-3{right:25%}
.html-default-class .col-xs-pull-2{right:16.66666667%}
.html-default-class .col-xs-pull-1{right:8.33333333%}
.html-default-class .col-xs-pull-0{right:auto}
.html-default-class .col-xs-push-12{left:100%}
.html-default-class .col-xs-push-11{left:91.66666667%}
.html-default-class .col-xs-push-10{left:83.33333333%}
.html-default-class .col-xs-push-9{left:75%}
.html-default-class .col-xs-push-8{left:66.66666667%}
.html-default-class .col-xs-push-7{left:58.33333333%}
.html-default-class .col-xs-push-6{left:50%}
.html-default-class .col-xs-push-5{left:41.66666667%}
.html-default-class .col-xs-push-4{left:33.33333333%}
.html-default-class .col-xs-push-3{left:25%}
.html-default-class .col-xs-push-2{left:16.66666667%}
.html-default-class .col-xs-push-1{left:8.33333333%}
.html-default-class .col-xs-push-0{left:auto}
.html-default-class .col-xs-offset-12{margin-left:100%}
.html-default-class .col-xs-offset-11{margin-left:91.66666667%}
.html-default-class .col-xs-offset-10{margin-left:83.33333333%}
.html-default-class .col-xs-offset-9{margin-left:75%}
.html-default-class .col-xs-offset-8{margin-left:66.66666667%}
.html-default-class .col-xs-offset-7{margin-left:58.33333333%}
.html-default-class .col-xs-offset-6{margin-left:50%}
.html-default-class .col-xs-offset-5{margin-left:41.66666667%}
.html-default-class .col-xs-offset-4{margin-left:33.33333333%}
.html-default-class .col-xs-offset-3{margin-left:25%}
.html-default-class .col-xs-offset-2{margin-left:16.66666667%}
.html-default-class .col-xs-offset-1{margin-left:8.33333333%}
.html-default-class .col-xs-offset-0{margin-left:0}
@media(min-width:600px){.html-default-class .col-sm-1,.html-default-class .col-sm-2,.html-default-class .col-sm-3,.html-default-class .col-sm-4,.html-default-class .col-sm-5,.html-default-class .col-sm-6,.html-default-class .col-sm-7,.html-default-class .col-sm-8,.html-default-class .col-sm-9,.html-default-class .col-sm-10,.html-default-class .col-sm-11,.html-default-class .col-sm-12{float:left}
.html-default-class .col-sm-12{width:100%}
.html-default-class .col-sm-11{width:91.66666667%}
.html-default-class .col-sm-10{width:83.33333333%}
.html-default-class .col-sm-9{width:75%}
.html-default-class .col-sm-8{width:66.66666667%}
.html-default-class .col-sm-7{width:58.33333333%}
.html-default-class .col-sm-6{width:50%}
.html-default-class .col-sm-5{width:41.66666667%}
.html-default-class .col-sm-4{width:33.33333333%}
.html-default-class .col-sm-3{width:25%}
.html-default-class .col-sm-2{width:16.66666667%}
.html-default-class .col-sm-1{width:8.33333333%}
.html-default-class .col-sm-pull-12{right:100%}
.html-default-class .col-sm-pull-11{right:91.66666667%}
.html-default-class .col-sm-pull-10{right:83.33333333%}
.html-default-class .col-sm-pull-9{right:75%}
.html-default-class .col-sm-pull-8{right:66.66666667%}
.html-default-class .col-sm-pull-7{right:58.33333333%}
.html-default-class .col-sm-pull-6{right:50%}
.html-default-class .col-sm-pull-5{right:41.66666667%}
.html-default-class .col-sm-pull-4{right:33.33333333%}
.html-default-class .col-sm-pull-3{right:25%}
.html-default-class .col-sm-pull-2{right:16.66666667%}
.html-default-class .col-sm-pull-1{right:8.33333333%}
.html-default-class .col-sm-pull-0{right:auto}
.html-default-class .col-sm-push-12{left:100%}
.html-default-class .col-sm-push-11{left:91.66666667%}
.html-default-class .col-sm-push-10{left:83.33333333%}
.html-default-class .col-sm-push-9{left:75%}
.html-default-class .col-sm-push-8{left:66.66666667%}
.html-default-class .col-sm-push-7{left:58.33333333%}
.html-default-class .col-sm-push-6{left:50%}
.html-default-class .col-sm-push-5{left:41.66666667%}
.html-default-class .col-sm-push-4{left:33.33333333%}
.html-default-class .col-sm-push-3{left:25%}
.html-default-class .col-sm-push-2{left:16.66666667%}
.html-default-class .col-sm-push-1{left:8.33333333%}
.html-default-class .col-sm-push-0{left:auto}
.html-default-class .col-sm-offset-12{margin-left:100%}
.html-default-class .col-sm-offset-11{margin-left:91.66666667%}
.html-default-class .col-sm-offset-10{margin-left:83.33333333%}
.html-default-class .col-sm-offset-9{margin-left:75%}
.html-default-class .col-sm-offset-8{margin-left:66.66666667%}
.html-default-class .col-sm-offset-7{margin-left:58.33333333%}
.html-default-class .col-sm-offset-6{margin-left:50%}
.html-default-class .col-sm-offset-5{margin-left:41.66666667%}
.html-default-class .col-sm-offset-4{margin-left:33.33333333%}
.html-default-class .col-sm-offset-3{margin-left:25%}
.html-default-class .col-sm-offset-2{margin-left:16.66666667%}
.html-default-class .col-sm-offset-1{margin-left:8.33333333%}
.html-default-class .col-sm-offset-0{margin-left:0}
}
@media(min-width:768px){.html-default-class .col-md-1,.html-default-class .col-md-2,.html-default-class .col-md-3,.html-default-class .col-md-4,.html-default-class .col-md-5,.html-default-class .col-md-6,.html-default-class .col-md-7,.html-default-class .col-md-8,.html-default-class .col-md-9,.html-default-class .col-md-10,.html-default-class .col-md-11,.html-default-class .col-md-12{float:left}
.html-default-class .col-md-12{width:100%}
.html-default-class .col-md-11{width:91.66666667%}
.html-default-class .col-md-10{width:83.33333333%}
.html-default-class .col-md-9{width:75%}
.html-default-class .col-md-8{width:66.66666667%}
.html-default-class .col-md-7{width:58.33333333%}
.html-default-class .col-md-6{width:50%}
.html-default-class .col-md-5{width:41.66666667%}
.html-default-class .col-md-4{width:33.33333333%}
.html-default-class .col-md-3{width:25%}
.html-default-class .col-md-2{width:16.66666667%}
.html-default-class .col-md-1{width:8.33333333%}
.html-default-class .col-md-pull-12{right:100%}
.html-default-class .col-md-pull-11{right:91.66666667%}
.html-default-class .col-md-pull-10{right:83.33333333%}
.html-default-class .col-md-pull-9{right:75%}
.html-default-class .col-md-pull-8{right:66.66666667%}
.html-default-class .col-md-pull-7{right:58.33333333%}
.html-default-class .col-md-pull-6{right:50%}
.html-default-class .col-md-pull-5{right:41.66666667%}
.html-default-class .col-md-pull-4{right:33.33333333%}
.html-default-class .col-md-pull-3{right:25%}
.html-default-class .col-md-pull-2{right:16.66666667%}
.html-default-class .col-md-pull-1{right:8.33333333%}
.html-default-class .col-md-pull-0{right:auto}
.html-default-class .col-md-push-12{left:100%}
.html-default-class .col-md-push-11{left:91.66666667%}
.html-default-class .col-md-push-10{left:83.33333333%}
.html-default-class .col-md-push-9{left:75%}
.html-default-class .col-md-push-8{left:66.66666667%}
.html-default-class .col-md-push-7{left:58.33333333%}
.html-default-class .col-md-push-6{left:50%}
.html-default-class .col-md-push-5{left:41.66666667%}
.html-default-class .col-md-push-4{left:33.33333333%}
.html-default-class .col-md-push-3{left:25%}
.html-default-class .col-md-push-2{left:16.66666667%}
.html-default-class .col-md-push-1{left:8.33333333%}
.html-default-class .col-md-push-0{left:auto}
.html-default-class .col-md-offset-12{margin-left:100%}
.html-default-class .col-md-offset-11{margin-left:91.66666667%}
.html-default-class .col-md-offset-10{margin-left:83.33333333%}
.html-default-class .col-md-offset-9{margin-left:75%}
.html-default-class .col-md-offset-8{margin-left:66.66666667%}
.html-default-class .col-md-offset-7{margin-left:58.33333333%}
.html-default-class .col-md-offset-6{margin-left:50%}
.html-default-class .col-md-offset-5{margin-left:41.66666667%}
.html-default-class .col-md-offset-4{margin-left:33.33333333%}
.html-default-class .col-md-offset-3{margin-left:25%}
.html-default-class .col-md-offset-2{margin-left:16.66666667%}
.html-default-class .col-md-offset-1{margin-left:8.33333333%}
.html-default-class .col-md-offset-0{margin-left:0}
}
@media(min-width:1024px){.html-default-class .col-lg-1,.html-default-class .col-lg-2,.html-default-class .col-lg-3,.html-default-class .col-lg-4,.html-default-class .col-lg-5,.html-default-class .col-lg-6,.html-default-class .col-lg-7,.html-default-class .col-lg-8,.html-default-class .col-lg-9,.html-default-class .col-lg-10,.html-default-class .col-lg-11,.html-default-class .col-lg-12{float:right}
.html-default-class .col-lg-12{width:100%}
.html-default-class .col-lg-11{width:91.66666667%}
.html-default-class .col-lg-10{width:83.33333333%}
.html-default-class .col-lg-9{width:75%}
.html-default-class .col-lg-8{width:66.66666667%}
.html-default-class .col-lg-7{width:58.33333333%}
.html-default-class .col-lg-6{width:50%}
.html-default-class .col-lg-5{width:41.66666667%}
.html-default-class .col-lg-4{width:33.33333333%}
.html-default-class .col-lg-3{width:25%}
.html-default-class .col-lg-2{width:16.66666667%}
.html-default-class .col-lg-1{width:8.33333333%}
.html-default-class .col-lg-pull-12{right:100%}
.html-default-class .col-lg-pull-11{right:91.66666667%}
.html-default-class .col-lg-pull-10{right:83.33333333%}
.html-default-class .col-lg-pull-9{right:75%}
.html-default-class .col-lg-pull-8{right:66.66666667%}
.html-default-class .col-lg-pull-7{right:58.33333333%}
.html-default-class .col-lg-pull-6{right:50%}
.html-default-class .col-lg-pull-5{right:41.66666667%}
.html-default-class .col-lg-pull-4{right:33.33333333%}
.html-default-class .col-lg-pull-3{right:25%}
.html-default-class .col-lg-pull-2{right:16.66666667%}
.html-default-class .col-lg-pull-1{right:8.33333333%}
.html-default-class .col-lg-pull-0{right:auto}
.html-default-class .col-lg-push-12{left:100%}
.html-default-class .col-lg-push-11{left:91.66666667%}
.html-default-class .col-lg-push-10{left:83.33333333%}
.html-default-class .col-lg-push-9{left:75%}
.html-default-class .col-lg-push-8{left:66.66666667%}
.html-default-class .col-lg-push-7{left:58.33333333%}
.html-default-class .col-lg-push-6{left:50%}
.html-default-class .col-lg-push-5{left:41.66666667%}
.html-default-class .col-lg-push-4{left:33.33333333%}
.html-default-class .col-lg-push-3{left:25%}
.html-default-class .col-lg-push-2{left:16.66666667%}
.html-default-class .col-lg-push-1{left:8.33333333%}
.html-default-class .col-lg-push-0{left:auto}
.html-default-class .col-lg-offset-12{margin-left:100%}
.html-default-class .col-lg-offset-11{margin-left:91.66666667%}
.html-default-class .col-lg-offset-10{margin-left:83.33333333%}
.html-default-class .col-lg-offset-9{margin-left:75%}
.html-default-class .col-lg-offset-8{margin-left:66.66666667%}
.html-default-class .col-lg-offset-7{margin-left:58.33333333%}
.html-default-class .col-lg-offset-6{margin-left:50%}
.html-default-class .col-lg-offset-5{margin-left:41.66666667%}
.html-default-class .col-lg-offset-4{margin-left:33.33333333%}
.html-default-class .col-lg-offset-3{margin-left:25%}
.html-default-class .col-lg-offset-2{margin-left:16.66666667%}
.html-default-class .col-lg-offset-1{margin-left:8.33333333%}
.html-default-class .col-lg-offset-0{margin-left:0}
}
.html-default-class table{background-color:transparent}
.html-default-class caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}
.html-default-class th{text-align:left}
.html-default-class .table{width:100%;max-width:100%;margin-bottom:20px}
.html-default-class .table>thead>tr>th,.html-default-class .table>tbody>tr>th,.html-default-class .table>tfoot>tr>th,.html-default-class .table>thead>tr>td,.html-default-class .table>tbody>tr>td,.html-default-class .table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}
.html-default-class .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}
.html-default-class .table>caption+thead>tr:first-child>th,.html-default-class .table>colgroup+thead>tr:first-child>th,.html-default-class .table>thead:first-child>tr:first-child>th,.html-default-class .table>caption+thead>tr:first-child>td,.html-default-class .table>colgroup+thead>tr:first-child>td,.html-default-class .table>thead:first-child>tr:first-child>td{border-top:0}
.html-default-class .table>tbody+tbody{border-top:2px solid #ddd}
.html-default-class .table .table{background-color:#fff}
.html-default-class .table-condensed>thead>tr>th,.html-default-class .table-condensed>tbody>tr>th,.html-default-class .table-condensed>tfoot>tr>th,.html-default-class .table-condensed>thead>tr>td,.html-default-class .table-condensed>tbody>tr>td,.html-default-class .table-condensed>tfoot>tr>td{padding:5px}
.html-default-class .table-bordered{border:1px solid #ddd}
.html-default-class .table-bordered>thead>tr>th,.html-default-class .table-bordered>tbody>tr>th,.html-default-class .table-bordered>tfoot>tr>th,.html-default-class .table-bordered>thead>tr>td,.html-default-class .table-bordered>tbody>tr>td,.html-default-class .table-bordered>tfoot>tr>td{border:1px solid #ddd}
.html-default-class .table-bordered>thead>tr>th,.html-default-class .table-bordered>thead>tr>td{border-bottom-width:2px}
.html-default-class .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}
.html-default-class .table-hover>tbody>tr:hover{background-color:#f5f5f5}
.html-default-class table col[class*="col-"]{position:static;display:table-column;float:none}
.html-default-class table td[class*="col-"],.html-default-class table th[class*="col-"]{position:static;display:table-cell;float:none}
.html-default-class .table>thead>tr>td.active,.html-default-class .table>tbody>tr>td.active,.html-default-class .table>tfoot>tr>td.active,.html-default-class .table>thead>tr>th.active,.html-default-class .table>tbody>tr>th.active,.html-default-class .table>tfoot>tr>th.active,.html-default-class .table>thead>tr.active>td,.html-default-class .table>tbody>tr.active>td,.html-default-class .table>tfoot>tr.active>td,.html-default-class .table>thead>tr.active>th,.html-default-class .table>tbody>tr.active>th,.html-default-class .table>tfoot>tr.active>th{background-color:#f5f5f5}
.html-default-class .table-hover>tbody>tr>td.active:hover,.html-default-class .table-hover>tbody>tr>th.active:hover,.html-default-class .table-hover>tbody>tr.active:hover>td,.html-default-class .table-hover>tbody>tr:hover>.active,.html-default-class .table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}
.html-default-class .table>thead>tr>td.success,.html-default-class .table>tbody>tr>td.success,.html-default-class .table>tfoot>tr>td.success,.html-default-class .table>thead>tr>th.success,.html-default-class .table>tbody>tr>th.success,.html-default-class .table>tfoot>tr>th.success,.html-default-class .table>thead>tr.success>td,.html-default-class .table>tbody>tr.success>td,.html-default-class .table>tfoot>tr.success>td,.html-default-class .table>thead>tr.success>th,.html-default-class .table>tbody>tr.success>th,.html-default-class .table>tfoot>tr.success>th{background-color:#dff0d8}
.html-default-class .table-hover>tbody>tr>td.success:hover,.html-default-class .table-hover>tbody>tr>th.success:hover,.html-default-class .table-hover>tbody>tr.success:hover>td,.html-default-class .table-hover>tbody>tr:hover>.success,.html-default-class .table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}
.html-default-class .table>thead>tr>td.info,.html-default-class .table>tbody>tr>td.info,.html-default-class .table>tfoot>tr>td.info,.html-default-class .table>thead>tr>th.info,.html-default-class .table>tbody>tr>th.info,.html-default-class .table>tfoot>tr>th.info,.html-default-class .table>thead>tr.info>td,.html-default-class .table>tbody>tr.info>td,.html-default-class .table>tfoot>tr.info>td,.html-default-class .table>thead>tr.info>th,.html-default-class .table>tbody>tr.info>th,.html-default-class .table>tfoot>tr.info>th{background-color:#d9edf7}
.html-default-class .table-hover>tbody>tr>td.info:hover,.html-default-class .table-hover>tbody>tr>th.info:hover,.html-default-class .table-hover>tbody>tr.info:hover>td,.html-default-class .table-hover>tbody>tr:hover>.info,.html-default-class .table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}
.html-default-class .table>thead>tr>td.warning,.html-default-class .table>tbody>tr>td.warning,.html-default-class .table>tfoot>tr>td.warning,.html-default-class .table>thead>tr>th.warning,.html-default-class .table>tbody>tr>th.warning,.html-default-class .table>tfoot>tr>th.warning,.html-default-class .table>thead>tr.warning>td,.html-default-class .table>tbody>tr.warning>td,.html-default-class .table>tfoot>tr.warning>td,.html-default-class .table>thead>tr.warning>th,.html-default-class .table>tbody>tr.warning>th,.html-default-class .table>tfoot>tr.warning>th{background-color:#fcf8e3}
.html-default-class .table-hover>tbody>tr>td.warning:hover,.html-default-class .table-hover>tbody>tr>th.warning:hover,.html-default-class .table-hover>tbody>tr.warning:hover>td,.html-default-class .table-hover>tbody>tr:hover>.warning,.html-default-class .table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}
.html-default-class .table>thead>tr>td.danger,.html-default-class .table>tbody>tr>td.danger,.html-default-class .table>tfoot>tr>td.danger,.html-default-class .table>thead>tr>th.danger,.html-default-class .table>tbody>tr>th.danger,.html-default-class .table>tfoot>tr>th.danger,.html-default-class .table>thead>tr.danger>td,.html-default-class .table>tbody>tr.danger>td,.html-default-class .table>tfoot>tr.danger>td,.html-default-class .table>thead>tr.danger>th,.html-default-class .table>tbody>tr.danger>th,.html-default-class .table>tfoot>tr.danger>th{background-color:#f2dede}
.html-default-class .table-hover>tbody>tr>td.danger:hover,.html-default-class .table-hover>tbody>tr>th.danger:hover,.html-default-class .table-hover>tbody>tr.danger:hover>td,.html-default-class .table-hover>tbody>tr:hover>.danger,.html-default-class .table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}
.html-default-class .table-responsive{min-height:.01%;overflow-x:auto}
@media screen and (max-width:599px){.html-default-class .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}
.html-default-class .table-responsive>.table{margin-bottom:0}
.html-default-class .table-responsive>.table>thead>tr>th,.html-default-class .table-responsive>.table>tbody>tr>th,.html-default-class .table-responsive>.table>tfoot>tr>th,.html-default-class .table-responsive>.table>thead>tr>td,.html-default-class .table-responsive>.table>tbody>tr>td,.html-default-class .table-responsive>.table>tfoot>tr>td{white-space:nowrap}
.html-default-class .table-responsive>.table-bordered{border:0}
.html-default-class .table-responsive>.table-bordered>thead>tr>th:first-child,.html-default-class .table-responsive>.table-bordered>tbody>tr>th:first-child,.html-default-class .table-responsive>.table-bordered>tfoot>tr>th:first-child,.html-default-class .table-responsive>.table-bordered>thead>tr>td:first-child,.html-default-class .table-responsive>.table-bordered>tbody>tr>td:first-child,.html-default-class .table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}
.html-default-class .table-responsive>.table-bordered>thead>tr>th:last-child,.html-default-class .table-responsive>.table-bordered>tbody>tr>th:last-child,.html-default-class .table-responsive>.table-bordered>tfoot>tr>th:last-child,.html-default-class .table-responsive>.table-bordered>thead>tr>td:last-child,.html-default-class .table-responsive>.table-bordered>tbody>tr>td:last-child,.html-default-class .table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}
.html-default-class .table-responsive>.table-bordered>tbody>tr:last-child>th,.html-default-class .table-responsive>.table-bordered>tfoot>tr:last-child>th,.html-default-class .table-responsive>.table-bordered>tbody>tr:last-child>td,.html-default-class .table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}
}
.html-default-class fieldset{min-width:0;padding:0;margin:0;border:0}
.html-default-class legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}
.html-default-class label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}
.html-default-class input[type="search"]{box-sizing:border-box}
.html-default-class input[type="radio"],.html-default-class input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}
.html-default-class input[type="file"]{display:block}
.html-default-class input[type="range"]{display:block;width:100%}
.html-default-class select[multiple],.html-default-class select[size]{height:auto}
.html-default-class input[type="file"]:focus,.html-default-class input[type="radio"]:focus,.html-default-class input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.html-default-class output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}
.html-default-class .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.html-default-class .form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}
.html-default-class .form-control::-moz-placeholder{color:#999;opacity:1}
.html-default-class .form-control:-ms-input-placeholder{color:#999}
.html-default-class .form-control::-webkit-input-placeholder{color:#999}
.html-default-class .form-control[disabled],.html-default-class .form-control[readonly],.html-default-class fieldset[disabled] .form-control{background-color:#eee;opacity:1}
.html-default-class .form-control[disabled],.html-default-class fieldset[disabled] .form-control{cursor:not-allowed}
.html-default-class textarea.form-control{height:auto}
.html-default-class input[type="search"]{-webkit-appearance:none}
@media screen and (-webkit-min-device-pixel-ratio:0){.html-default-class input[type="date"].form-control,.html-default-class input[type="time"].form-control,.html-default-class input[type="datetime-local"].form-control,.html-default-class input[type="month"].form-control{line-height:34px}
.html-default-class input[type="date"].input-sm,.html-default-class input[type="time"].input-sm,.html-default-class input[type="datetime-local"].input-sm,.html-default-class input[type="month"].input-sm,.html-default-class .input-group-sm input[type="date"],.html-default-class .input-group-sm input[type="time"],.html-default-class .input-group-sm input[type="datetime-local"],.html-default-class .input-group-sm input[type="month"]{line-height:30px}
.html-default-class input[type="date"].input-lg,.html-default-class input[type="time"].input-lg,.html-default-class input[type="datetime-local"].input-lg,.html-default-class input[type="month"].input-lg,.html-default-class .input-group-lg input[type="date"],.html-default-class .input-group-lg input[type="time"],.html-default-class .input-group-lg input[type="datetime-local"],.html-default-class .input-group-lg input[type="month"]{line-height:46px}
}
.html-default-class .form-group{margin-bottom:15px}
.html-default-class .radio,.html-default-class .checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}
.html-default-class .radio label,.html-default-class .checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}
.html-default-class .radio input[type="radio"],.html-default-class .radio-inline input[type="radio"],.html-default-class .checkbox input[type="checkbox"],.html-default-class .checkbox-inline input[type="checkbox"]{position:absolute;margin-top:4px \9;margin-left:-20px}
.html-default-class .radio+.radio,.html-default-class .checkbox+.checkbox{margin-top:-5px}
.html-default-class .radio-inline,.html-default-class .checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}
.html-default-class .radio-inline+.radio-inline,.html-default-class .checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}
.html-default-class input[type="radio"][disabled],.html-default-class input[type="checkbox"][disabled],.html-default-class input[type="radio"].disabled,.html-default-class input[type="checkbox"].disabled,.html-default-class fieldset[disabled] input[type="radio"],.html-default-class fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}
.html-default-class .radio-inline.disabled,.html-default-class .checkbox-inline.disabled,.html-default-class fieldset[disabled] .radio-inline,.html-default-class fieldset[disabled] .checkbox-inline{cursor:not-allowed}
.html-default-class .radio.disabled label,.html-default-class .checkbox.disabled label,.html-default-class fieldset[disabled] .radio label,.html-default-class fieldset[disabled] .checkbox label{cursor:not-allowed}
.html-default-class .form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}
.html-default-class .form-control-static.input-lg,.html-default-class .form-control-static.input-sm{padding-right:0;padding-left:0}
.html-default-class .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.html-default-class select.input-sm{height:30px;line-height:30px}
.html-default-class textarea.input-sm,.html-default-class select[multiple].input-sm{height:auto}
.html-default-class .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.html-default-class .form-group-sm select.form-control{height:30px;line-height:30px}
.html-default-class .form-group-sm textarea.form-control,.html-default-class .form-group-sm select[multiple].form-control{height:auto}
.html-default-class .form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}
.html-default-class .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.html-default-class select.input-lg{height:46px;line-height:46px}
.html-default-class textarea.input-lg,.html-default-class select[multiple].input-lg{height:auto}
.html-default-class .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.html-default-class .form-group-lg select.form-control{height:46px;line-height:46px}
.html-default-class .form-group-lg textarea.form-control,.html-default-class .form-group-lg select[multiple].form-control{height:auto}
.html-default-class .form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}
.html-default-class .has-feedback{position:relative}
.html-default-class .has-feedback .form-control{padding-right:42.5px}
.html-default-class .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}
.html-default-class .input-lg+.form-control-feedback,.html-default-class .input-group-lg+.form-control-feedback,.html-default-class .form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}
.html-default-class .input-sm+.form-control-feedback,.html-default-class .input-group-sm+.form-control-feedback,.html-default-class .form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}
.html-default-class .has-success .help-block,.html-default-class .has-success .control-label,.html-default-class .has-success .radio,.html-default-class .has-success .checkbox,.html-default-class .has-success .radio-inline,.html-default-class .has-success .checkbox-inline,.html-default-class .has-success.radio label,.html-default-class .has-success.checkbox label,.html-default-class .has-success.radio-inline label,.html-default-class .has-success.checkbox-inline label{color:#3c763d}
.html-default-class .has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
.html-default-class .has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}
.html-default-class .has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}
.html-default-class .has-success .form-control-feedback{color:#3c763d}
.html-default-class .has-warning .help-block,.html-default-class .has-warning .control-label,.html-default-class .has-warning .radio,.html-default-class .has-warning .checkbox,.html-default-class .has-warning .radio-inline,.html-default-class .has-warning .checkbox-inline,.html-default-class .has-warning.radio label,.html-default-class .has-warning.checkbox label,.html-default-class .has-warning.radio-inline label,.html-default-class .has-warning.checkbox-inline label{color:#8a6d3b}
.html-default-class .has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
.html-default-class .has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}
.html-default-class .has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}
.html-default-class .has-warning .form-control-feedback{color:#8a6d3b}
.html-default-class .has-error .help-block,.html-default-class .has-error .control-label,.html-default-class .has-error .radio,.html-default-class .has-error .checkbox,.html-default-class .has-error .radio-inline,.html-default-class .has-error .checkbox-inline,.html-default-class .has-error.radio label,.html-default-class .has-error.checkbox label,.html-default-class .has-error.radio-inline label,.html-default-class .has-error.checkbox-inline label{color:#a94442}
.html-default-class .has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
.html-default-class .has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}
.html-default-class .has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}
.html-default-class .has-error .form-control-feedback{color:#a94442}
.html-default-class .has-feedback label ~ .form-control-feedback{top:25px}
.html-default-class .has-feedback label.sr-only ~ .form-control-feedback{top:0}
.html-default-class .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}
@media(min-width:600px){.html-default-class .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.html-default-class .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}
.html-default-class .form-inline .form-control-static{display:inline-block}
.html-default-class .form-inline .input-group{display:inline-table;vertical-align:middle}
.html-default-class .form-inline .input-group .input-group-addon,.html-default-class .form-inline .input-group .input-group-btn,.html-default-class .form-inline .input-group .form-control{width:auto}
.html-default-class .form-inline .input-group>.form-control{width:100%}
.html-default-class .form-inline .control-label{margin-bottom:0;vertical-align:middle}
.html-default-class .form-inline .radio,.html-default-class .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.html-default-class .form-inline .radio label,.html-default-class .form-inline .checkbox label{padding-left:0}
.html-default-class .form-inline .radio input[type="radio"],.html-default-class .form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}
.html-default-class .form-inline .has-feedback .form-control-feedback{top:0}
}
.html-default-class .form-horizontal .radio,.html-default-class .form-horizontal .checkbox,.html-default-class .form-horizontal .radio-inline,.html-default-class .form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}
.html-default-class .form-horizontal .radio,.html-default-class .form-horizontal .checkbox{min-height:27px}
.html-default-class .form-horizontal .form-group{margin-right:-15px;margin-left:-15px}
@media(min-width:600px){.html-default-class .form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}
}
.html-default-class .form-horizontal .has-feedback .form-control-feedback{right:15px}
@media(min-width:600px){.html-default-class .form-horizontal .form-group-lg .control-label{padding-top:14.333333px;font-size:18px}
}
@media(min-width:600px){.html-default-class .form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}
}
.html-default-class .btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}
.html-default-class .btn:focus,.html-default-class .btn:active:focus,.html-default-class .btn.active:focus,.html-default-class .btn.focus,.html-default-class .btn:active.focus,.html-default-class .btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.html-default-class .btn:hover,.html-default-class .btn:focus,.html-default-class .btn.focus{color:#333;text-decoration:none}
.html-default-class .btn:active,.html-default-class .btn.active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.html-default-class .btn.disabled,.html-default-class .btn[disabled],.html-default-class fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);box-shadow:none;opacity:.65}
.html-default-class a.btn.disabled,.html-default-class fieldset[disabled] a.btn{pointer-events:none}
.html-default-class .btn-default{color:#333;background-color:#fff;border-color:#ccc}
.html-default-class .btn-default:focus,.html-default-class .btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}
.html-default-class .btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}
.html-default-class .btn-default:active,.html-default-class .btn-default.active,.html-default-class .open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}
.html-default-class .btn-default:active:hover,.html-default-class .btn-default.active:hover,.html-default-class .open>.dropdown-toggle.btn-default:hover,.html-default-class .btn-default:active:focus,.html-default-class .btn-default.active:focus,.html-default-class .open>.dropdown-toggle.btn-default:focus,.html-default-class .btn-default:active.focus,.html-default-class .btn-default.active.focus,.html-default-class .open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}
.html-default-class .btn-default:active,.html-default-class .btn-default.active,.html-default-class .open>.dropdown-toggle.btn-default{background-image:none}
.html-default-class .btn-default.disabled,.html-default-class .btn-default[disabled],.html-default-class fieldset[disabled] .btn-default,.html-default-class .btn-default.disabled:hover,.html-default-class .btn-default[disabled]:hover,.html-default-class fieldset[disabled] .btn-default:hover,.html-default-class .btn-default.disabled:focus,.html-default-class .btn-default[disabled]:focus,.html-default-class fieldset[disabled] .btn-default:focus,.html-default-class .btn-default.disabled.focus,.html-default-class .btn-default[disabled].focus,.html-default-class fieldset[disabled] .btn-default.focus,.html-default-class .btn-default.disabled:active,.html-default-class .btn-default[disabled]:active,.html-default-class fieldset[disabled] .btn-default:active,.html-default-class .btn-default.disabled.active,.html-default-class .btn-default[disabled].active,.html-default-class fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}
.html-default-class .btn-default .badge{color:#fff;background-color:#333}
.html-default-class .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}
.html-default-class .btn-primary:focus,.html-default-class .btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}
.html-default-class .btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}
.html-default-class .btn-primary:active,.html-default-class .btn-primary.active,.html-default-class .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}
.html-default-class .btn-primary:active:hover,.html-default-class .btn-primary.active:hover,.html-default-class .open>.dropdown-toggle.btn-primary:hover,.html-default-class .btn-primary:active:focus,.html-default-class .btn-primary.active:focus,.html-default-class .open>.dropdown-toggle.btn-primary:focus,.html-default-class .btn-primary:active.focus,.html-default-class .btn-primary.active.focus,.html-default-class .open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}
.html-default-class .btn-primary:active,.html-default-class .btn-primary.active,.html-default-class .open>.dropdown-toggle.btn-primary{background-image:none}
.html-default-class .btn-primary.disabled,.html-default-class .btn-primary[disabled],.html-default-class fieldset[disabled] .btn-primary,.html-default-class .btn-primary.disabled:hover,.html-default-class .btn-primary[disabled]:hover,.html-default-class fieldset[disabled] .btn-primary:hover,.html-default-class .btn-primary.disabled:focus,.html-default-class .btn-primary[disabled]:focus,.html-default-class fieldset[disabled] .btn-primary:focus,.html-default-class .btn-primary.disabled.focus,.html-default-class .btn-primary[disabled].focus,.html-default-class fieldset[disabled] .btn-primary.focus,.html-default-class .btn-primary.disabled:active,.html-default-class .btn-primary[disabled]:active,.html-default-class fieldset[disabled] .btn-primary:active,.html-default-class .btn-primary.disabled.active,.html-default-class .btn-primary[disabled].active,.html-default-class fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}
.html-default-class .btn-primary .badge{color:#337ab7;background-color:#fff}
.html-default-class .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}
.html-default-class .btn-success:focus,.html-default-class .btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}
.html-default-class .btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}
.html-default-class .btn-success:active,.html-default-class .btn-success.active,.html-default-class .open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}
.html-default-class .btn-success:active:hover,.html-default-class .btn-success.active:hover,.html-default-class .open>.dropdown-toggle.btn-success:hover,.html-default-class .btn-success:active:focus,.html-default-class .btn-success.active:focus,.html-default-class .open>.dropdown-toggle.btn-success:focus,.html-default-class .btn-success:active.focus,.html-default-class .btn-success.active.focus,.html-default-class .open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}
.html-default-class .btn-success:active,.html-default-class .btn-success.active,.html-default-class .open>.dropdown-toggle.btn-success{background-image:none}
.html-default-class .btn-success.disabled,.html-default-class .btn-success[disabled],.html-default-class fieldset[disabled] .btn-success,.html-default-class .btn-success.disabled:hover,.html-default-class .btn-success[disabled]:hover,.html-default-class fieldset[disabled] .btn-success:hover,.html-default-class .btn-success.disabled:focus,.html-default-class .btn-success[disabled]:focus,.html-default-class fieldset[disabled] .btn-success:focus,.html-default-class .btn-success.disabled.focus,.html-default-class .btn-success[disabled].focus,.html-default-class fieldset[disabled] .btn-success.focus,.html-default-class .btn-success.disabled:active,.html-default-class .btn-success[disabled]:active,.html-default-class fieldset[disabled] .btn-success:active,.html-default-class .btn-success.disabled.active,.html-default-class .btn-success[disabled].active,.html-default-class fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}
.html-default-class .btn-success .badge{color:#5cb85c;background-color:#fff}
.html-default-class .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}
.html-default-class .btn-info:focus,.html-default-class .btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}
.html-default-class .btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}
.html-default-class .btn-info:active,.html-default-class .btn-info.active,.html-default-class .open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}
.html-default-class .btn-info:active:hover,.html-default-class .btn-info.active:hover,.html-default-class .open>.dropdown-toggle.btn-info:hover,.html-default-class .btn-info:active:focus,.html-default-class .btn-info.active:focus,.html-default-class .open>.dropdown-toggle.btn-info:focus,.html-default-class .btn-info:active.focus,.html-default-class .btn-info.active.focus,.html-default-class .open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}
.html-default-class .btn-info:active,.html-default-class .btn-info.active,.html-default-class .open>.dropdown-toggle.btn-info{background-image:none}
.html-default-class .btn-info.disabled,.html-default-class .btn-info[disabled],.html-default-class fieldset[disabled] .btn-info,.html-default-class .btn-info.disabled:hover,.html-default-class .btn-info[disabled]:hover,.html-default-class fieldset[disabled] .btn-info:hover,.html-default-class .btn-info.disabled:focus,.html-default-class .btn-info[disabled]:focus,.html-default-class fieldset[disabled] .btn-info:focus,.html-default-class .btn-info.disabled.focus,.html-default-class .btn-info[disabled].focus,.html-default-class fieldset[disabled] .btn-info.focus,.html-default-class .btn-info.disabled:active,.html-default-class .btn-info[disabled]:active,.html-default-class fieldset[disabled] .btn-info:active,.html-default-class .btn-info.disabled.active,.html-default-class .btn-info[disabled].active,.html-default-class fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}
.html-default-class .btn-info .badge{color:#5bc0de;background-color:#fff}
.html-default-class .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}
.html-default-class .btn-warning:focus,.html-default-class .btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}
.html-default-class .btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}
.html-default-class .btn-warning:active,.html-default-class .btn-warning.active,.html-default-class .open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}
.html-default-class .btn-warning:active:hover,.html-default-class .btn-warning.active:hover,.html-default-class .open>.dropdown-toggle.btn-warning:hover,.html-default-class .btn-warning:active:focus,.html-default-class .btn-warning.active:focus,.html-default-class .open>.dropdown-toggle.btn-warning:focus,.html-default-class .btn-warning:active.focus,.html-default-class .btn-warning.active.focus,.html-default-class .open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}
.html-default-class .btn-warning:active,.html-default-class .btn-warning.active,.html-default-class .open>.dropdown-toggle.btn-warning{background-image:none}
.html-default-class .btn-warning.disabled,.html-default-class .btn-warning[disabled],.html-default-class fieldset[disabled] .btn-warning,.html-default-class .btn-warning.disabled:hover,.html-default-class .btn-warning[disabled]:hover,.html-default-class fieldset[disabled] .btn-warning:hover,.html-default-class .btn-warning.disabled:focus,.html-default-class .btn-warning[disabled]:focus,.html-default-class fieldset[disabled] .btn-warning:focus,.html-default-class .btn-warning.disabled.focus,.html-default-class .btn-warning[disabled].focus,.html-default-class fieldset[disabled] .btn-warning.focus,.html-default-class .btn-warning.disabled:active,.html-default-class .btn-warning[disabled]:active,.html-default-class fieldset[disabled] .btn-warning:active,.html-default-class .btn-warning.disabled.active,.html-default-class .btn-warning[disabled].active,.html-default-class fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}
.html-default-class .btn-warning .badge{color:#f0ad4e;background-color:#fff}
.html-default-class .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}
.html-default-class .btn-danger:focus,.html-default-class .btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}
.html-default-class .btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}
.html-default-class .btn-danger:active,.html-default-class .btn-danger.active,.html-default-class .open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}
.html-default-class .btn-danger:active:hover,.html-default-class .btn-danger.active:hover,.html-default-class .open>.dropdown-toggle.btn-danger:hover,.html-default-class .btn-danger:active:focus,.html-default-class .btn-danger.active:focus,.html-default-class .open>.dropdown-toggle.btn-danger:focus,.html-default-class .btn-danger:active.focus,.html-default-class .btn-danger.active.focus,.html-default-class .open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}
.html-default-class .btn-danger:active,.html-default-class .btn-danger.active,.html-default-class .open>.dropdown-toggle.btn-danger{background-image:none}
.html-default-class .btn-danger.disabled,.html-default-class .btn-danger[disabled],.html-default-class fieldset[disabled] .btn-danger,.html-default-class .btn-danger.disabled:hover,.html-default-class .btn-danger[disabled]:hover,.html-default-class fieldset[disabled] .btn-danger:hover,.html-default-class .btn-danger.disabled:focus,.html-default-class .btn-danger[disabled]:focus,.html-default-class fieldset[disabled] .btn-danger:focus,.html-default-class .btn-danger.disabled.focus,.html-default-class .btn-danger[disabled].focus,.html-default-class fieldset[disabled] .btn-danger.focus,.html-default-class .btn-danger.disabled:active,.html-default-class .btn-danger[disabled]:active,.html-default-class fieldset[disabled] .btn-danger:active,.html-default-class .btn-danger.disabled.active,.html-default-class .btn-danger[disabled].active,.html-default-class fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}
.html-default-class .btn-danger .badge{color:#d9534f;background-color:#fff}
.html-default-class .btn-link{font-weight:normal;color:#337ab7;border-radius:0}
.html-default-class .btn-link,.html-default-class .btn-link:active,.html-default-class .btn-link.active,.html-default-class .btn-link[disabled],.html-default-class fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}
.html-default-class .btn-link,.html-default-class .btn-link:hover,.html-default-class .btn-link:focus,.html-default-class .btn-link:active{border-color:transparent}
.html-default-class .btn-link:hover,.html-default-class .btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}
.html-default-class .btn-link[disabled]:hover,.html-default-class fieldset[disabled] .btn-link:hover,.html-default-class .btn-link[disabled]:focus,.html-default-class fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}
.html-default-class .btn-lg,.html-default-class .btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.html-default-class .btn-sm,.html-default-class .btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.html-default-class .btn-xs,.html-default-class .btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}
.html-default-class .btn-block{display:block;width:100%}
.html-default-class .btn-block+.btn-block{margin-top:5px}
.html-default-class input[type="submit"].btn-block,.html-default-class input[type="reset"].btn-block,.html-default-class input[type="button"].btn-block{width:100%}
.html-default-class .fade{opacity:0;transition:opacity .15s linear}
.html-default-class .fade.in{opacity:1}
.html-default-class .collapse{display:none}
.html-default-class .collapse.in{display:block}
.html-default-class tr.collapse.in{display:table-row}
.html-default-class tbody.collapse.in{display:table-row-group}
.html-default-class .collapsing{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height,visibility}
.html-default-class .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}
.html-default-class .dropup,.html-default-class .dropdown{position:relative}
.html-default-class .dropdown-toggle:focus{outline:0}
.html-default-class .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,0.175)}
.html-default-class .dropdown-menu.pull-right{right:0;left:auto}
.html-default-class .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.html-default-class .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}
.html-default-class .dropdown-menu>li>a:hover,.html-default-class .dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}
.html-default-class .dropdown-menu>.active>a,.html-default-class .dropdown-menu>.active>a:hover,.html-default-class .dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}
.html-default-class .dropdown-menu>.disabled>a,.html-default-class .dropdown-menu>.disabled>a:hover,.html-default-class .dropdown-menu>.disabled>a:focus{color:#777}
.html-default-class .dropdown-menu>.disabled>a:hover,.html-default-class .dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.html-default-class .open>.dropdown-menu{display:block}
.html-default-class .open>a{outline:0}
.html-default-class .dropdown-menu-right{right:0;left:auto}
.html-default-class .dropdown-menu-left{right:auto;left:0}
.html-default-class .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}
.html-default-class .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}
.html-default-class .pull-right>.dropdown-menu{right:0;left:auto}
.html-default-class .dropup .caret,.html-default-class .navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9}
.html-default-class .dropup .dropdown-menu,.html-default-class .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}
@media(min-width:600px){.html-default-class .navbar-right .dropdown-menu{right:0;left:auto}
.html-default-class .navbar-right .dropdown-menu-left{right:auto;left:0}
}
.html-default-class .btn-group,.html-default-class .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}
.html-default-class .btn-group>.btn,.html-default-class .btn-group-vertical>.btn{position:relative;float:left}
.html-default-class .btn-group>.btn:hover,.html-default-class .btn-group-vertical>.btn:hover,.html-default-class .btn-group>.btn:focus,.html-default-class .btn-group-vertical>.btn:focus,.html-default-class .btn-group>.btn:active,.html-default-class .btn-group-vertical>.btn:active,.html-default-class .btn-group>.btn.active,.html-default-class .btn-group-vertical>.btn.active{z-index:2}
.html-default-class .btn-group .btn+.btn,.html-default-class .btn-group .btn+.btn-group,.html-default-class .btn-group .btn-group+.btn,.html-default-class .btn-group .btn-group+.btn-group{margin-left:-1px}
.html-default-class .btn-toolbar{margin-left:-5px}
.html-default-class .btn-toolbar .btn,.html-default-class .btn-toolbar .btn-group,.html-default-class .btn-toolbar .input-group{float:left}
.html-default-class .btn-toolbar>.btn,.html-default-class .btn-toolbar>.btn-group,.html-default-class .btn-toolbar>.input-group{margin-left:5px}
.html-default-class .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}
.html-default-class .btn-group>.btn:first-child{margin-left:0}
.html-default-class .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}
.html-default-class .btn-group>.btn:last-child:not(:first-child),.html-default-class .btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
.html-default-class .btn-group>.btn-group{float:left}
.html-default-class .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}
.html-default-class .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.html-default-class .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}
.html-default-class .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}
.html-default-class .btn-group .dropdown-toggle:active,.html-default-class .btn-group.open .dropdown-toggle{outline:0}
.html-default-class .btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}
.html-default-class .btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}
.html-default-class .btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.html-default-class .btn-group.open .dropdown-toggle.btn-link{box-shadow:none}
.html-default-class .btn .caret{margin-left:0}
.html-default-class .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}
.html-default-class .dropup .btn-lg .caret{border-width:0 5px 5px}
.html-default-class .btn-group-vertical>.btn,.html-default-class .btn-group-vertical>.btn-group,.html-default-class .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}
.html-default-class .btn-group-vertical>.btn-group>.btn{float:none}
.html-default-class .btn-group-vertical>.btn+.btn,.html-default-class .btn-group-vertical>.btn+.btn-group,.html-default-class .btn-group-vertical>.btn-group+.btn,.html-default-class .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}
.html-default-class .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}
.html-default-class .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.html-default-class .btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}
.html-default-class .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}
.html-default-class .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.html-default-class .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}
.html-default-class .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}
.html-default-class .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}
.html-default-class .btn-group-justified>.btn,.html-default-class .btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}
.html-default-class .btn-group-justified>.btn-group .btn{width:100%}
.html-default-class .btn-group-justified>.btn-group .dropdown-menu{left:auto}
.html-default-class [data-toggle="buttons"]>.btn input[type="radio"],.html-default-class [data-toggle="buttons"]>.btn-group>.btn input[type="radio"],.html-default-class [data-toggle="buttons"]>.btn input[type="checkbox"],.html-default-class [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}
.html-default-class .input-group{position:relative;display:table;border-collapse:separate}
.html-default-class .input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}
.html-default-class .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}
.html-default-class .input-group-lg>.form-control,.html-default-class .input-group-lg>.input-group-addon,.html-default-class .input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.html-default-class select.input-group-lg>.form-control,.html-default-class select.input-group-lg>.input-group-addon,.html-default-class select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}
.html-default-class textarea.input-group-lg>.form-control,.html-default-class textarea.input-group-lg>.input-group-addon,.html-default-class textarea.input-group-lg>.input-group-btn>.btn,.html-default-class select[multiple].input-group-lg>.form-control,.html-default-class select[multiple].input-group-lg>.input-group-addon,.html-default-class select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}
.html-default-class .input-group-sm>.form-control,.html-default-class .input-group-sm>.input-group-addon,.html-default-class .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.html-default-class select.input-group-sm>.form-control,.html-default-class select.input-group-sm>.input-group-addon,.html-default-class select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}
.html-default-class textarea.input-group-sm>.form-control,.html-default-class textarea.input-group-sm>.input-group-addon,.html-default-class textarea.input-group-sm>.input-group-btn>.btn,.html-default-class select[multiple].input-group-sm>.form-control,.html-default-class select[multiple].input-group-sm>.input-group-addon,.html-default-class select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}
.html-default-class .input-group-addon,.html-default-class .input-group-btn,.html-default-class .input-group .form-control{display:table-cell}
.html-default-class .input-group-addon:not(:first-child):not(:last-child),.html-default-class .input-group-btn:not(:first-child):not(:last-child),.html-default-class .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}
.html-default-class .input-group-addon,.html-default-class .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}
.html-default-class .input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}
.html-default-class .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}
.html-default-class .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}
.html-default-class .input-group-addon input[type="radio"],.html-default-class .input-group-addon input[type="checkbox"]{margin-top:0}
.html-default-class .input-group .form-control:first-child,.html-default-class .input-group-addon:first-child,.html-default-class .input-group-btn:first-child>.btn,.html-default-class .input-group-btn:first-child>.btn-group>.btn,.html-default-class .input-group-btn:first-child>.dropdown-toggle,.html-default-class .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.html-default-class .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}
.html-default-class .input-group-addon:first-child{border-right:0}
.html-default-class .input-group .form-control:last-child,.html-default-class .input-group-addon:last-child,.html-default-class .input-group-btn:last-child>.btn,.html-default-class .input-group-btn:last-child>.btn-group>.btn,.html-default-class .input-group-btn:last-child>.dropdown-toggle,.html-default-class .input-group-btn:first-child>.btn:not(:first-child),.html-default-class .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}
.html-default-class .input-group-addon:last-child{border-left:0}
.html-default-class .input-group-btn{position:relative;font-size:0;white-space:nowrap}
.html-default-class .input-group-btn>.btn{position:relative}
.html-default-class .input-group-btn>.btn+.btn{margin-left:-1px}
.html-default-class .input-group-btn>.btn:hover,.html-default-class .input-group-btn>.btn:focus,.html-default-class .input-group-btn>.btn:active{z-index:2}
.html-default-class .input-group-btn:first-child>.btn,.html-default-class .input-group-btn:first-child>.btn-group{margin-right:-1px}
.html-default-class .input-group-btn:last-child>.btn,.html-default-class .input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}
.html-default-class .nav{padding-left:0;margin-bottom:0;list-style:none}
.html-default-class .nav>li{position:relative;display:block}
.html-default-class .nav>li>a{position:relative;display:block;padding:10px 15px}
.html-default-class .nav>li>a:hover,.html-default-class .nav>li>a:focus{text-decoration:none;background-color:#eee}
.html-default-class .nav>li.disabled>a{color:#777}
.html-default-class .nav>li.disabled>a:hover,.html-default-class .nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}
.html-default-class .nav .open>a,.html-default-class .nav .open>a:hover,.html-default-class .nav .open>a:focus{background-color:#eee;border-color:#337ab7}
.html-default-class .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.html-default-class .nav>li>a>img{max-width:none}
.html-default-class .nav-tabs{border-bottom:1px solid #ddd}
.html-default-class .nav-tabs>li{float:left;margin-bottom:-1px}
.html-default-class .nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}
.html-default-class .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}
.html-default-class .nav-tabs>li.active>a,.html-default-class .nav-tabs>li.active>a:hover,.html-default-class .nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}
.html-default-class .nav-tabs.nav-justified{width:100%;border-bottom:0}
.html-default-class .nav-tabs.nav-justified>li{float:none}
.html-default-class .nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}
.html-default-class .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media(min-width:600px){.html-default-class .nav-tabs.nav-justified>li{display:table-cell;width:1%}
.html-default-class .nav-tabs.nav-justified>li>a{margin-bottom:0}
}
.html-default-class .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}
.html-default-class .nav-tabs.nav-justified>.active>a,.html-default-class .nav-tabs.nav-justified>.active>a:hover,.html-default-class .nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}
@media(min-width:600px){.html-default-class .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.html-default-class .nav-tabs.nav-justified>.active>a,.html-default-class .nav-tabs.nav-justified>.active>a:hover,.html-default-class .nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}
}
.html-default-class .nav-pills>li{float:left}
.html-default-class .nav-pills>li>a{border-radius:4px}
.html-default-class .nav-pills>li+li{margin-left:2px}
.html-default-class .nav-pills>li.active>a,.html-default-class .nav-pills>li.active>a:hover,.html-default-class .nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}
.html-default-class .nav-stacked>li{float:none}
.html-default-class .nav-stacked>li+li{margin-top:2px;margin-left:0}
.html-default-class .nav-justified{width:100%}
.html-default-class .nav-justified>li{float:none}
.html-default-class .nav-justified>li>a{margin-bottom:5px;text-align:center}
.html-default-class .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media(min-width:600px){.html-default-class .nav-justified>li{display:table-cell;width:1%}
.html-default-class .nav-justified>li>a{margin-bottom:0}
}
.html-default-class .nav-tabs-justified{border-bottom:0}
.html-default-class .nav-tabs-justified>li>a{margin-right:0;border-radius:4px}
.html-default-class .nav-tabs-justified>.active>a,.html-default-class .nav-tabs-justified>.active>a:hover,.html-default-class .nav-tabs-justified>.active>a:focus{border:1px solid #ddd}
@media(min-width:600px){.html-default-class .nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.html-default-class .nav-tabs-justified>.active>a,.html-default-class .nav-tabs-justified>.active>a:hover,.html-default-class .nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}
}
.html-default-class .tab-content>.tab-pane{display:none}
.html-default-class .tab-content>.active{display:block}
.html-default-class .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}
.html-default-class .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}
@media(min-width:600px){.html-default-class .navbar{border-radius:4px}
}
@media(min-width:600px){.html-default-class .navbar-header{float:left}
}
.html-default-class .navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1)}
.html-default-class .navbar-collapse.in{overflow-y:auto}
@media(min-width:600px){.html-default-class .navbar-collapse{width:auto;border-top:0;box-shadow:none}
.html-default-class .navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}
.html-default-class .navbar-collapse.in{overflow-y:visible}
.html-default-class .navbar-fixed-top .navbar-collapse,.html-default-class .navbar-static-top .navbar-collapse,.html-default-class .navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}
}
.html-default-class .navbar-fixed-top .navbar-collapse,.html-default-class .navbar-fixed-bottom .navbar-collapse{max-height:340px}
@media(max-device-width:320px) and (orientation:landscape){.html-default-class .navbar-fixed-top .navbar-collapse,.html-default-class .navbar-fixed-bottom .navbar-collapse{max-height:200px}
}
.html-default-class .container>.navbar-header,.html-default-class .container-fluid>.navbar-header,.html-default-class .container>.navbar-collapse,.html-default-class .container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}
@media(min-width:600px){.html-default-class .container>.navbar-header,.html-default-class .container-fluid>.navbar-header,.html-default-class .container>.navbar-collapse,.html-default-class .container-fluid>.navbar-collapse{margin-right:0;margin-left:0}
}
.html-default-class .navbar-static-top{z-index:1000;border-width:0 0 1px}
@media(min-width:600px){.html-default-class .navbar-static-top{border-radius:0}
}
.html-default-class .navbar-fixed-top,.html-default-class .navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}
@media(min-width:600px){.html-default-class .navbar-fixed-top,.html-default-class .navbar-fixed-bottom{border-radius:0}
}
.html-default-class .navbar-fixed-top{top:0;border-width:0 0 1px}
.html-default-class .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}
.html-default-class .navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}
.html-default-class .navbar-brand:hover,.html-default-class .navbar-brand:focus{text-decoration:none}
.html-default-class .navbar-brand>img{display:block}
@media(min-width:600px){.html-default-class .navbar>.container .navbar-brand,.html-default-class .navbar>.container-fluid .navbar-brand{margin-left:-15px}
}
.html-default-class .navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}
.html-default-class .navbar-toggle:focus{outline:0}
.html-default-class .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}
.html-default-class .navbar-toggle .icon-bar+.icon-bar{margin-top:4px}
@media(min-width:600px){.html-default-class .navbar-toggle{display:none}
}
.html-default-class .navbar-nav{margin:7.5px -15px}
.html-default-class .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}
@media(max-width:599px){.html-default-class .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}
.html-default-class .navbar-nav .open .dropdown-menu>li>a,.html-default-class .navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}
.html-default-class .navbar-nav .open .dropdown-menu>li>a{line-height:20px}
.html-default-class .navbar-nav .open .dropdown-menu>li>a:hover,.html-default-class .navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}
}
@media(min-width:600px){.html-default-class .navbar-nav{float:left;margin:0}
.html-default-class .navbar-nav>li{float:left}
.html-default-class .navbar-nav>li>a{padding-top:15px;padding-bottom:15px}
}
.html-default-class .navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}
@media(min-width:600px){.html-default-class .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.html-default-class .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}
.html-default-class .navbar-form .form-control-static{display:inline-block}
.html-default-class .navbar-form .input-group{display:inline-table;vertical-align:middle}
.html-default-class .navbar-form .input-group .input-group-addon,.html-default-class .navbar-form .input-group .input-group-btn,.html-default-class .navbar-form .input-group .form-control{width:auto}
.html-default-class .navbar-form .input-group>.form-control{width:100%}
.html-default-class .navbar-form .control-label{margin-bottom:0;vertical-align:middle}
.html-default-class .navbar-form .radio,.html-default-class .navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.html-default-class .navbar-form .radio label,.html-default-class .navbar-form .checkbox label{padding-left:0}
.html-default-class .navbar-form .radio input[type="radio"],.html-default-class .navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}
.html-default-class .navbar-form .has-feedback .form-control-feedback{top:0}
}
@media(max-width:599px){.html-default-class .navbar-form .form-group{margin-bottom:5px}
.html-default-class .navbar-form .form-group:last-child{margin-bottom:0}
}
@media(min-width:600px){.html-default-class .navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;box-shadow:none}
}
.html-default-class .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}
.html-default-class .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.html-default-class .navbar-btn{margin-top:8px;margin-bottom:8px}
.html-default-class .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}
.html-default-class .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}
.html-default-class .navbar-text{margin-top:15px;margin-bottom:15px}
@media(min-width:600px){.html-default-class .navbar-text{float:left;margin-right:15px;margin-left:15px}
}
@media(min-width:600px){.html-default-class .navbar-left{float:left !important}
.html-default-class .navbar-right{float:right !important;margin-right:-15px}
.html-default-class .navbar-right ~ .navbar-right{margin-right:0}
}
.html-default-class .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}
.html-default-class .navbar-default .navbar-brand{color:#777}
.html-default-class .navbar-default .navbar-brand:hover,.html-default-class .navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}
.html-default-class .navbar-default .navbar-text{color:#777}
.html-default-class .navbar-default .navbar-nav>li>a{color:#777}
.html-default-class .navbar-default .navbar-nav>li>a:hover,.html-default-class .navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}
.html-default-class .navbar-default .navbar-nav>.active>a,.html-default-class .navbar-default .navbar-nav>.active>a:hover,.html-default-class .navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}
.html-default-class .navbar-default .navbar-nav>.disabled>a,.html-default-class .navbar-default .navbar-nav>.disabled>a:hover,.html-default-class .navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}
.html-default-class .navbar-default .navbar-toggle{border-color:#ddd}
.html-default-class .navbar-default .navbar-toggle:hover,.html-default-class .navbar-default .navbar-toggle:focus{background-color:#ddd}
.html-default-class .navbar-default .navbar-toggle .icon-bar{background-color:#888}
.html-default-class .navbar-default .navbar-collapse,.html-default-class .navbar-default .navbar-form{border-color:#e7e7e7}
.html-default-class .navbar-default .navbar-nav>.open>a,.html-default-class .navbar-default .navbar-nav>.open>a:hover,.html-default-class .navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}
@media(max-width:599px){.html-default-class .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}
.html-default-class .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.html-default-class .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}
.html-default-class .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.html-default-class .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.html-default-class .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}
.html-default-class .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.html-default-class .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.html-default-class .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}
}
.html-default-class .navbar-default .navbar-link{color:#777}
.html-default-class .navbar-default .navbar-link:hover{color:#333}
.html-default-class .navbar-default .btn-link{color:#777}
.html-default-class .navbar-default .btn-link:hover,.html-default-class .navbar-default .btn-link:focus{color:#333}
.html-default-class .navbar-default .btn-link[disabled]:hover,.html-default-class fieldset[disabled] .navbar-default .btn-link:hover,.html-default-class .navbar-default .btn-link[disabled]:focus,.html-default-class fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}
.html-default-class .navbar-inverse{background-color:#222;border-color:#080808}
.html-default-class .navbar-inverse .navbar-brand{color:#9d9d9d}
.html-default-class .navbar-inverse .navbar-brand:hover,.html-default-class .navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}
.html-default-class .navbar-inverse .navbar-text{color:#9d9d9d}
.html-default-class .navbar-inverse .navbar-nav>li>a{color:#9d9d9d}
.html-default-class .navbar-inverse .navbar-nav>li>a:hover,.html-default-class .navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}
.html-default-class .navbar-inverse .navbar-nav>.active>a,.html-default-class .navbar-inverse .navbar-nav>.active>a:hover,.html-default-class .navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}
.html-default-class .navbar-inverse .navbar-nav>.disabled>a,.html-default-class .navbar-inverse .navbar-nav>.disabled>a:hover,.html-default-class .navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}
.html-default-class .navbar-inverse .navbar-toggle{border-color:#333}
.html-default-class .navbar-inverse .navbar-toggle:hover,.html-default-class .navbar-inverse .navbar-toggle:focus{background-color:#333}
.html-default-class .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}
.html-default-class .navbar-inverse .navbar-collapse,.html-default-class .navbar-inverse .navbar-form{border-color:#101010}
.html-default-class .navbar-inverse .navbar-nav>.open>a,.html-default-class .navbar-inverse .navbar-nav>.open>a:hover,.html-default-class .navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}
@media(max-width:599px){.html-default-class .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}
.html-default-class .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}
.html-default-class .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}
.html-default-class .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.html-default-class .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}
.html-default-class .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.html-default-class .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.html-default-class .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}
.html-default-class .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.html-default-class .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.html-default-class .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}
}
.html-default-class .navbar-inverse .navbar-link{color:#9d9d9d}
.html-default-class .navbar-inverse .navbar-link:hover{color:#fff}
.html-default-class .navbar-inverse .btn-link{color:#9d9d9d}
.html-default-class .navbar-inverse .btn-link:hover,.html-default-class .navbar-inverse .btn-link:focus{color:#fff}
.html-default-class .navbar-inverse .btn-link[disabled]:hover,.html-default-class fieldset[disabled] .navbar-inverse .btn-link:hover,.html-default-class .navbar-inverse .btn-link[disabled]:focus,.html-default-class fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}
.html-default-class .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.html-default-class .pagination>li{display:inline}
.html-default-class .pagination>li>a,.html-default-class .pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.html-default-class .pagination>li:first-child>a,.html-default-class .pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.html-default-class .pagination>li:last-child>a,.html-default-class .pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.html-default-class .pagination>li>a:hover,.html-default-class .pagination>li>span:hover,.html-default-class .pagination>li>a:focus,.html-default-class .pagination>li>span:focus{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}
.html-default-class .pagination>.active>a,.html-default-class .pagination>.active>span,.html-default-class .pagination>.active>a:hover,.html-default-class .pagination>.active>span:hover,.html-default-class .pagination>.active>a:focus,.html-default-class .pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}
.html-default-class .pagination>.disabled>span,.html-default-class .pagination>.disabled>span:hover,.html-default-class .pagination>.disabled>span:focus,.html-default-class .pagination>.disabled>a,.html-default-class .pagination>.disabled>a:hover,.html-default-class .pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.html-default-class .pagination-lg>li>a,.html-default-class .pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}
.html-default-class .pagination-lg>li:first-child>a,.html-default-class .pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.html-default-class .pagination-lg>li:last-child>a,.html-default-class .pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.html-default-class .pagination-sm>li>a,.html-default-class .pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}
.html-default-class .pagination-sm>li:first-child>a,.html-default-class .pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.html-default-class .pagination-sm>li:last-child>a,.html-default-class .pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}
.html-default-class .pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}
.html-default-class .pager li{display:inline}
.html-default-class .pager li>a,.html-default-class .pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}
.html-default-class .pager li>a:hover,.html-default-class .pager li>a:focus{text-decoration:none;background-color:#eee}
.html-default-class .pager .next>a,.html-default-class .pager .next>span{float:right}
.html-default-class .pager .previous>a,.html-default-class .pager .previous>span{float:left}
.html-default-class .pager .disabled>a,.html-default-class .pager .disabled>a:hover,.html-default-class .pager .disabled>a:focus,.html-default-class .pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}
.html-default-class .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}
.html-default-class a.label:hover,.html-default-class a.label:focus{color:#fff;text-decoration:none;cursor:pointer}
.html-default-class .label:empty{display:none}
.html-default-class .btn .label{position:relative;top:-1px}
.html-default-class .label-default{background-color:#777}
.html-default-class .label-default[href]:hover,.html-default-class .label-default[href]:focus{background-color:#5e5e5e}
.html-default-class .label-primary{background-color:#337ab7}
.html-default-class .label-primary[href]:hover,.html-default-class .label-primary[href]:focus{background-color:#286090}
.html-default-class .label-success{background-color:#5cb85c}
.html-default-class .label-success[href]:hover,.html-default-class .label-success[href]:focus{background-color:#449d44}
.html-default-class .label-info{background-color:#5bc0de}
.html-default-class .label-info[href]:hover,.html-default-class .label-info[href]:focus{background-color:#31b0d5}
.html-default-class .label-warning{background-color:#f0ad4e}
.html-default-class .label-warning[href]:hover,.html-default-class .label-warning[href]:focus{background-color:#ec971f}
.html-default-class .label-danger{background-color:#d9534f}
.html-default-class .label-danger[href]:hover,.html-default-class .label-danger[href]:focus{background-color:#c9302c}
.html-default-class .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}
.html-default-class .badge:empty{display:none}
.html-default-class .btn .badge{position:relative;top:-1px}
.html-default-class .btn-xs .badge,.html-default-class .btn-group-xs>.btn .badge{top:0;padding:1px 5px}
.html-default-class a.badge:hover,.html-default-class a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}
.html-default-class .list-group-item.active>.badge,.html-default-class .nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}
.html-default-class .list-group-item>.badge{float:right}
.html-default-class .list-group-item>.badge+.badge{margin-right:5px}
.html-default-class .nav-pills>li>a>.badge{margin-left:3px}
.html-default-class .jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}
.html-default-class .jumbotron h1,.html-default-class .jumbotron .h1{color:inherit}
.html-default-class .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}
.html-default-class .jumbotron>hr{border-top-color:#d5d5d5}
.html-default-class .container .jumbotron,.html-default-class .container-fluid .jumbotron{border-radius:6px}
.html-default-class .jumbotron .container{max-width:100%}
@media screen and (min-width:600px){.html-default-class .jumbotron{padding-top:48px;padding-bottom:48px}
.html-default-class .container .jumbotron,.html-default-class .container-fluid .jumbotron{padding-right:60px;padding-left:60px}
.html-default-class .jumbotron h1,.html-default-class .jumbotron .h1{font-size:63px}
}
.html-default-class .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:border .2s ease-in-out}
.html-default-class .thumbnail>img,.html-default-class .thumbnail a>img{margin-right:auto;margin-left:auto}
.html-default-class a.thumbnail:hover,.html-default-class a.thumbnail:focus,.html-default-class a.thumbnail.active{border-color:#337ab7}
.html-default-class .thumbnail .caption{padding:9px;color:#333}
.html-default-class .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.html-default-class .alert h4{margin-top:0;color:inherit}
.html-default-class .alert .alert-link{font-weight:bold}
.html-default-class .alert>p,.html-default-class .alert>ul{margin-bottom:0}
.html-default-class .alert>p+p{margin-top:5px}
.html-default-class .alert-dismissable,.html-default-class .alert-dismissible{padding-right:35px}
.html-default-class .alert-dismissable .close,.html-default-class .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.html-default-class .alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.html-default-class .alert-success hr{border-top-color:#c9e2b3}
.html-default-class .alert-success .alert-link{color:#2b542c}
.html-default-class .alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.html-default-class .alert-info hr{border-top-color:#a6e1ec}
.html-default-class .alert-info .alert-link{color:#245269}
.html-default-class .alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.html-default-class .alert-warning hr{border-top-color:#f7e1b5}
.html-default-class .alert-warning .alert-link{color:#66512c}
.html-default-class .alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.html-default-class .alert-danger hr{border-top-color:#e4b9c0}
.html-default-class .alert-danger .alert-link{color:#843534}
@keyframes progress-bar-stripes{from{background-position:40px 0}
to{background-position:0 0}
}
.html-default-class .progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
.html-default-class .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);transition:width .6s ease}
.html-default-class .progress-striped .progress-bar,.html-default-class .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}
.html-default-class .progress.active .progress-bar,.html-default-class .progress-bar.active{animation:progress-bar-stripes 2s linear infinite}
.html-default-class .progress-bar-success{background-color:#5cb85c}
.html-default-class .progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.html-default-class .progress-bar-info{background-color:#5bc0de}
.html-default-class .progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.html-default-class .progress-bar-warning{background-color:#f0ad4e}
.html-default-class .progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.html-default-class .progress-bar-danger{background-color:#d9534f}
.html-default-class .progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.html-default-class .media{margin-top:15px}
.html-default-class .media:first-child{margin-top:0}
.html-default-class .media,.html-default-class .media-body{overflow:hidden;zoom:1}
.html-default-class .media-body{width:10000px}
.html-default-class .media-object{display:block}
.html-default-class .media-object.img-thumbnail{max-width:none}
.html-default-class .media-right,.html-default-class .media>.pull-right{padding-left:10px}
.html-default-class .media-left,.html-default-class .media>.pull-left{padding-right:10px}
.html-default-class .media-left,.html-default-class .media-right,.html-default-class .media-body{display:table-cell;vertical-align:top}
.html-default-class .media-middle{vertical-align:middle}
.html-default-class .media-bottom{vertical-align:bottom}
.html-default-class .media-heading{margin-top:0;margin-bottom:5px}
.html-default-class .media-list{padding-left:0;list-style:none}
.html-default-class .list-group{padding-left:0;margin-bottom:20px}
.html-default-class .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}
.html-default-class .list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}
.html-default-class .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.html-default-class a.list-group-item,.html-default-class button.list-group-item{color:#555}
.html-default-class a.list-group-item .list-group-item-heading,.html-default-class button.list-group-item .list-group-item-heading{color:#333}
.html-default-class a.list-group-item:hover,.html-default-class button.list-group-item:hover,.html-default-class a.list-group-item:focus,.html-default-class button.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}
.html-default-class button.list-group-item{width:100%;text-align:left}
.html-default-class .list-group-item.disabled,.html-default-class .list-group-item.disabled:hover,.html-default-class .list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}
.html-default-class .list-group-item.disabled .list-group-item-heading,.html-default-class .list-group-item.disabled:hover .list-group-item-heading,.html-default-class .list-group-item.disabled:focus .list-group-item-heading{color:inherit}
.html-default-class .list-group-item.disabled .list-group-item-text,.html-default-class .list-group-item.disabled:hover .list-group-item-text,.html-default-class .list-group-item.disabled:focus .list-group-item-text{color:#777}
.html-default-class .list-group-item.active,.html-default-class .list-group-item.active:hover,.html-default-class .list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}
.html-default-class .list-group-item.active .list-group-item-heading,.html-default-class .list-group-item.active:hover .list-group-item-heading,.html-default-class .list-group-item.active:focus .list-group-item-heading,.html-default-class .list-group-item.active .list-group-item-heading>small,.html-default-class .list-group-item.active:hover .list-group-item-heading>small,.html-default-class .list-group-item.active:focus .list-group-item-heading>small,.html-default-class .list-group-item.active .list-group-item-heading>.small,.html-default-class .list-group-item.active:hover .list-group-item-heading>.small,.html-default-class .list-group-item.active:focus .list-group-item-heading>.small{color:inherit}
.html-default-class .list-group-item.active .list-group-item-text,.html-default-class .list-group-item.active:hover .list-group-item-text,.html-default-class .list-group-item.active:focus .list-group-item-text{color:#c7ddef}
.html-default-class .list-group-item-success{color:#3c763d;background-color:#dff0d8}
.html-default-class a.list-group-item-success,.html-default-class button.list-group-item-success{color:#3c763d}
.html-default-class a.list-group-item-success .list-group-item-heading,.html-default-class button.list-group-item-success .list-group-item-heading{color:inherit}
.html-default-class a.list-group-item-success:hover,.html-default-class button.list-group-item-success:hover,.html-default-class a.list-group-item-success:focus,.html-default-class button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}
.html-default-class a.list-group-item-success.active,.html-default-class button.list-group-item-success.active,.html-default-class a.list-group-item-success.active:hover,.html-default-class button.list-group-item-success.active:hover,.html-default-class a.list-group-item-success.active:focus,.html-default-class button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}
.html-default-class .list-group-item-info{color:#31708f;background-color:#d9edf7}
.html-default-class a.list-group-item-info,.html-default-class button.list-group-item-info{color:#31708f}
.html-default-class a.list-group-item-info .list-group-item-heading,.html-default-class button.list-group-item-info .list-group-item-heading{color:inherit}
.html-default-class a.list-group-item-info:hover,.html-default-class button.list-group-item-info:hover,.html-default-class a.list-group-item-info:focus,.html-default-class button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}
.html-default-class a.list-group-item-info.active,.html-default-class button.list-group-item-info.active,.html-default-class a.list-group-item-info.active:hover,.html-default-class button.list-group-item-info.active:hover,.html-default-class a.list-group-item-info.active:focus,.html-default-class button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}
.html-default-class .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}
.html-default-class a.list-group-item-warning,.html-default-class button.list-group-item-warning{color:#8a6d3b}
.html-default-class a.list-group-item-warning .list-group-item-heading,.html-default-class button.list-group-item-warning .list-group-item-heading{color:inherit}
.html-default-class a.list-group-item-warning:hover,.html-default-class button.list-group-item-warning:hover,.html-default-class a.list-group-item-warning:focus,.html-default-class button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}
.html-default-class a.list-group-item-warning.active,.html-default-class button.list-group-item-warning.active,.html-default-class a.list-group-item-warning.active:hover,.html-default-class button.list-group-item-warning.active:hover,.html-default-class a.list-group-item-warning.active:focus,.html-default-class button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}
.html-default-class .list-group-item-danger{color:#a94442;background-color:#f2dede}
.html-default-class a.list-group-item-danger,.html-default-class button.list-group-item-danger{color:#a94442}
.html-default-class a.list-group-item-danger .list-group-item-heading,.html-default-class button.list-group-item-danger .list-group-item-heading{color:inherit}
.html-default-class a.list-group-item-danger:hover,.html-default-class button.list-group-item-danger:hover,.html-default-class a.list-group-item-danger:focus,.html-default-class button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}
.html-default-class a.list-group-item-danger.active,.html-default-class button.list-group-item-danger.active,.html-default-class a.list-group-item-danger.active:hover,.html-default-class button.list-group-item-danger.active:hover,.html-default-class a.list-group-item-danger.active:focus,.html-default-class button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}
.html-default-class .list-group-item-heading{margin-top:0;margin-bottom:5px}
.html-default-class .list-group-item-text{margin-bottom:0;line-height:1.3}
.html-default-class .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,0.05)}
.html-default-class .panel-body{padding:15px}
.html-default-class .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}
.html-default-class .panel-heading>.dropdown .dropdown-toggle{color:inherit}
.html-default-class .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}
.html-default-class .panel-title>a,.html-default-class .panel-title>small,.html-default-class .panel-title>.small,.html-default-class .panel-title>small>a,.html-default-class .panel-title>.small>a{color:inherit}
.html-default-class .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.html-default-class .panel>.list-group,.html-default-class .panel>.panel-collapse>.list-group{margin-bottom:0}
.html-default-class .panel>.list-group .list-group-item,.html-default-class .panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}
.html-default-class .panel>.list-group:first-child .list-group-item:first-child,.html-default-class .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}
.html-default-class .panel>.list-group:last-child .list-group-item:last-child,.html-default-class .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.html-default-class .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}
.html-default-class .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}
.html-default-class .list-group+.panel-footer{border-top-width:0}
.html-default-class .panel>.table,.html-default-class .panel>.table-responsive>.table,.html-default-class .panel>.panel-collapse>.table{margin-bottom:0}
.html-default-class .panel>.table caption,.html-default-class .panel>.table-responsive>.table caption,.html-default-class .panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}
.html-default-class .panel>.table:first-child,.html-default-class .panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}
.html-default-class .panel>.table:first-child>thead:first-child>tr:first-child,.html-default-class .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.html-default-class .panel>.table:first-child>tbody:first-child>tr:first-child,.html-default-class .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}
.html-default-class .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.html-default-class .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.html-default-class .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.html-default-class .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.html-default-class .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.html-default-class .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.html-default-class .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.html-default-class .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}
.html-default-class .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.html-default-class .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.html-default-class .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.html-default-class .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.html-default-class .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.html-default-class .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.html-default-class .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.html-default-class .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}
.html-default-class .panel>.table:last-child,.html-default-class .panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.html-default-class .panel>.table:last-child>tbody:last-child>tr:last-child,.html-default-class .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.html-default-class .panel>.table:last-child>tfoot:last-child>tr:last-child,.html-default-class .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.html-default-class .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.html-default-class .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.html-default-class .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.html-default-class .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.html-default-class .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.html-default-class .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.html-default-class .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.html-default-class .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}
.html-default-class .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.html-default-class .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.html-default-class .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.html-default-class .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.html-default-class .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.html-default-class .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.html-default-class .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.html-default-class .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}
.html-default-class .panel>.panel-body+.table,.html-default-class .panel>.panel-body+.table-responsive,.html-default-class .panel>.table+.panel-body,.html-default-class .panel>.table-responsive+.panel-body{border-top:1px solid #ddd}
.html-default-class .panel>.table>tbody:first-child>tr:first-child th,.html-default-class .panel>.table>tbody:first-child>tr:first-child td{border-top:0}
.html-default-class .panel>.table-bordered,.html-default-class .panel>.table-responsive>.table-bordered{border:0}
.html-default-class .panel>.table-bordered>thead>tr>th:first-child,.html-default-class .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.html-default-class .panel>.table-bordered>tbody>tr>th:first-child,.html-default-class .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.html-default-class .panel>.table-bordered>tfoot>tr>th:first-child,.html-default-class .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.html-default-class .panel>.table-bordered>thead>tr>td:first-child,.html-default-class .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.html-default-class .panel>.table-bordered>tbody>tr>td:first-child,.html-default-class .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.html-default-class .panel>.table-bordered>tfoot>tr>td:first-child,.html-default-class .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}
.html-default-class .panel>.table-bordered>thead>tr>th:last-child,.html-default-class .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.html-default-class .panel>.table-bordered>tbody>tr>th:last-child,.html-default-class .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.html-default-class .panel>.table-bordered>tfoot>tr>th:last-child,.html-default-class .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.html-default-class .panel>.table-bordered>thead>tr>td:last-child,.html-default-class .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.html-default-class .panel>.table-bordered>tbody>tr>td:last-child,.html-default-class .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.html-default-class .panel>.table-bordered>tfoot>tr>td:last-child,.html-default-class .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}
.html-default-class .panel>.table-bordered>thead>tr:first-child>td,.html-default-class .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.html-default-class .panel>.table-bordered>tbody>tr:first-child>td,.html-default-class .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.html-default-class .panel>.table-bordered>thead>tr:first-child>th,.html-default-class .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.html-default-class .panel>.table-bordered>tbody>tr:first-child>th,.html-default-class .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}
.html-default-class .panel>.table-bordered>tbody>tr:last-child>td,.html-default-class .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.html-default-class .panel>.table-bordered>tfoot>tr:last-child>td,.html-default-class .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.html-default-class .panel>.table-bordered>tbody>tr:last-child>th,.html-default-class .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.html-default-class .panel>.table-bordered>tfoot>tr:last-child>th,.html-default-class .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
.html-default-class .panel>.table-responsive{margin-bottom:0;border:0}
.html-default-class .panel-group{margin-bottom:20px}
.html-default-class .panel-group .panel{margin-bottom:0;border-radius:4px}
.html-default-class .panel-group .panel+.panel{margin-top:5px}
.html-default-class .panel-group .panel-heading{border-bottom:0}
.html-default-class .panel-group .panel-heading+.panel-collapse>.panel-body,.html-default-class .panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}
.html-default-class .panel-group .panel-footer{border-top:0}
.html-default-class .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}
.html-default-class .panel-default{border-color:#ddd}
.html-default-class .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}
.html-default-class .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}
.html-default-class .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}
.html-default-class .panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}
.html-default-class .panel-primary{border-color:#337ab7}
.html-default-class .panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}
.html-default-class .panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}
.html-default-class .panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}
.html-default-class .panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}
.html-default-class .panel-success{border-color:#d6e9c6}
.html-default-class .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.html-default-class .panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}
.html-default-class .panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}
.html-default-class .panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}
.html-default-class .panel-info{border-color:#bce8f1}
.html-default-class .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.html-default-class .panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}
.html-default-class .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}
.html-default-class .panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}
.html-default-class .panel-warning{border-color:#faebcc}
.html-default-class .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.html-default-class .panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}
.html-default-class .panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}
.html-default-class .panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}
.html-default-class .panel-danger{border-color:#ebccd1}
.html-default-class .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.html-default-class .panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}
.html-default-class .panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}
.html-default-class .panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}
.html-default-class .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}
.html-default-class .embed-responsive .embed-responsive-item,.html-default-class .embed-responsive iframe,.html-default-class .embed-responsive embed,.html-default-class .embed-responsive object,.html-default-class .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.html-default-class .embed-responsive-16by9{padding-bottom:56.25%}
.html-default-class .embed-responsive-4by3{padding-bottom:75%}
.html-default-class .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}
.html-default-class .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}
.html-default-class .well-lg{padding:24px;border-radius:6px}
.html-default-class .well-sm{padding:9px;border-radius:3px}
.html-default-class .close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}
.html-default-class .close:hover,.html-default-class .close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}
.html-default-class button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:transparent;border:0}
.html-default-class .modal-open{overflow:hidden}
.html-default-class .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}
.html-default-class .modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-25%)}
.html-default-class .modal.in .modal-dialog{transform:translate(0,0)}
.html-default-class .modal-open .modal{overflow-x:hidden;overflow-y:auto}
.html-default-class .modal-dialog{position:relative;width:auto;margin:10px}
.html-default-class .modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;box-shadow:0 3px 9px rgba(0,0,0,0.5)}
.html-default-class .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.html-default-class .modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}
.html-default-class .modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}
.html-default-class .modal-header{min-height:16.42857143px;padding:15px;border-bottom:1px solid #e5e5e5}
.html-default-class .modal-header .close{margin-top:-2px}
.html-default-class .modal-title{margin:0;line-height:1.42857143}
.html-default-class .modal-body{position:relative;padding:15px}
.html-default-class .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}
.html-default-class .modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}
.html-default-class .modal-footer .btn-group .btn+.btn{margin-left:-1px}
.html-default-class .modal-footer .btn-block+.btn-block{margin-left:0}
.html-default-class .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
@media(min-width:600px){.html-default-class .modal-dialog{width:320px;margin:30px auto}
.html-default-class .modal-content{box-shadow:0 5px 15px rgba(0,0,0,0.5)}
.html-default-class .modal-sm{width:300px}
}
@media(min-width:768px){.html-default-class .modal-lg{width:900px}
}
.html-default-class .tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:normal;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}
.html-default-class .tooltip.in{filter:alpha(opacity=90);opacity:.9}
.html-default-class .tooltip.top{padding:5px 0;margin-top:-3px}
.html-default-class .tooltip.right{padding:0 5px;margin-left:3px}
.html-default-class .tooltip.bottom{padding:5px 0;margin-top:3px}
.html-default-class .tooltip.left{padding:0 5px;margin-left:-3px}
.html-default-class .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}
.html-default-class .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.html-default-class .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.html-default-class .tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.html-default-class .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.html-default-class .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
.html-default-class .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.html-default-class .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.html-default-class .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.html-default-class .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.html-default-class .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:normal;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,0.2);line-break:auto}
.html-default-class .popover.top{margin-top:-10px}
.html-default-class .popover.right{margin-left:10px}
.html-default-class .popover.bottom{margin-top:10px}
.html-default-class .popover.left{margin-left:-10px}
.html-default-class .popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}
.html-default-class .popover-content{padding:9px 14px}
.html-default-class .popover>.arrow,.html-default-class .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}
.html-default-class .popover>.arrow{border-width:11px}
.html-default-class .popover>.arrow:after{content:"";border-width:10px}
.html-default-class .popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}
.html-default-class .popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}
.html-default-class .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}
.html-default-class .popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}
.html-default-class .popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25)}
.html-default-class .popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}
.html-default-class .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}
.html-default-class .popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}
.html-default-class .carousel{position:relative}
.html-default-class .carousel-inner{position:relative;width:100%;overflow:hidden}
.html-default-class .carousel-inner>.item{position:relative;display:none;transition:.6s ease-in-out left}
.html-default-class .carousel-inner>.item>img,.html-default-class .carousel-inner>.item>a>img{line-height:1}
@media all and (transform-3d),(-webkit-transform-3d){.html-default-class .carousel-inner>.item{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}
.html-default-class .carousel-inner>.item.next,.html-default-class .carousel-inner>.item.active.right{left:0;transform:translate3d(100%,0,0)}
.html-default-class .carousel-inner>.item.prev,.html-default-class .carousel-inner>.item.active.left{left:0;transform:translate3d(-100%,0,0)}
.html-default-class .carousel-inner>.item.next.left,.html-default-class .carousel-inner>.item.prev.right,.html-default-class .carousel-inner>.item.active{left:0;transform:translate3d(0,0,0)}
}
.html-default-class .carousel-inner>.active,.html-default-class .carousel-inner>.next,.html-default-class .carousel-inner>.prev{display:block}
.html-default-class .carousel-inner>.active{left:0}
.html-default-class .carousel-inner>.next,.html-default-class .carousel-inner>.prev{position:absolute;top:0;width:100%}
.html-default-class .carousel-inner>.next{left:100%}
.html-default-class .carousel-inner>.prev{left:-100%}
.html-default-class .carousel-inner>.next.left,.html-default-class .carousel-inner>.prev.right{left:0}
.html-default-class .carousel-inner>.active.left{left:-100%}
.html-default-class .carousel-inner>.active.right{left:100%}
.html-default-class .carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);filter:alpha(opacity=50);opacity:.5}
.html-default-class .carousel-control.left{background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);background-repeat:repeat-x}
.html-default-class .carousel-control.right{right:0;left:auto;background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);background-repeat:repeat-x}
.html-default-class .carousel-control:hover,.html-default-class .carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}
.html-default-class .carousel-control .icon-prev,.html-default-class .carousel-control .icon-next,.html-default-class .carousel-control .glyphicon-chevron-left,.html-default-class .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}
.html-default-class .carousel-control .icon-prev,.html-default-class .carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}
.html-default-class .carousel-control .icon-next,.html-default-class .carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}
.html-default-class .carousel-control .icon-prev,.html-default-class .carousel-control .icon-next{width:20px;height:20px;font-family:serif;line-height:1}
.html-default-class .carousel-control .icon-prev:before{content:'\2039'}
.html-default-class .carousel-control .icon-next:before{content:'\203a'}
.html-default-class .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}
.html-default-class .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}
.html-default-class .carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}
.html-default-class .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}
.html-default-class .carousel-caption .btn{text-shadow:none}
@media screen and (min-width:600px){.html-default-class .carousel-control .glyphicon-chevron-left,.html-default-class .carousel-control .glyphicon-chevron-right,.html-default-class .carousel-control .icon-prev,.html-default-class .carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}
.html-default-class .carousel-control .glyphicon-chevron-left,.html-default-class .carousel-control .icon-prev{margin-left:-15px}
.html-default-class .carousel-control .glyphicon-chevron-right,.html-default-class .carousel-control .icon-next{margin-right:-15px}
.html-default-class .carousel-caption{right:20%;left:20%;padding-bottom:30px}
.html-default-class .carousel-indicators{bottom:20px}
}
.html-default-class .clearfix:before,.html-default-class .clearfix:after,.html-default-class .dl-horizontal dd:before,.html-default-class .dl-horizontal dd:after,.html-default-class .container:before,.html-default-class .container:after,.html-default-class .container-fluid:before,.html-default-class .container-fluid:after,.html-default-class .row:before,.html-default-class .row:after,.html-default-class .form-horizontal .form-group:before,.html-default-class .form-horizontal .form-group:after,.html-default-class .btn-toolbar:before,.html-default-class .btn-toolbar:after,.html-default-class .btn-group-vertical>.btn-group:before,.html-default-class .btn-group-vertical>.btn-group:after,.html-default-class .nav:before,.html-default-class .nav:after,.html-default-class .navbar:before,.html-default-class .navbar:after,.html-default-class .navbar-header:before,.html-default-class .navbar-header:after,.html-default-class .navbar-collapse:before,.html-default-class .navbar-collapse:after,.html-default-class .pager:before,.html-default-class .pager:after,.html-default-class .panel-body:before,.html-default-class .panel-body:after,.html-default-class .modal-footer:before,.html-default-class .modal-footer:after{display:table;content:" "}
.html-default-class .clearfix:after,.html-default-class .dl-horizontal dd:after,.html-default-class .container:after,.html-default-class .container-fluid:after,.html-default-class .row:after,.html-default-class .form-horizontal .form-group:after,.html-default-class .btn-toolbar:after,.html-default-class .btn-group-vertical>.btn-group:after,.html-default-class .nav:after,.html-default-class .navbar:after,.html-default-class .navbar-header:after,.html-default-class .navbar-collapse:after,.html-default-class .pager:after,.html-default-class .panel-body:after,.html-default-class .modal-footer:after{clear:both}
.html-default-class .center-block{display:block;margin-right:auto;margin-left:auto}
.html-default-class .pull-right{float:right !important}
.html-default-class .pull-left{float:left !important}
.html-default-class .hide{display:none !important}
.html-default-class .show{display:block !important}
.html-default-class .invisible{visibility:hidden}
.html-default-class .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.html-default-class .hidden{display:none !important}
.html-default-class .affix{position:fixed}
@-ms-viewport{.html-default-class{width:device-width}
}
.html-default-class .visible-xs,.html-default-class .visible-sm,.html-default-class .visible-md,.html-default-class .visible-lg{display:none !important}
.html-default-class .visible-xs-block,.html-default-class .visible-xs-inline,.html-default-class .visible-xs-inline-block,.html-default-class .visible-sm-block,.html-default-class .visible-sm-inline,.html-default-class .visible-sm-inline-block,.html-default-class .visible-md-block,.html-default-class .visible-md-inline,.html-default-class .visible-md-inline-block,.html-default-class .visible-lg-block,.html-default-class .visible-lg-inline,.html-default-class .visible-lg-inline-block{display:none !important}
@media(max-width:599px){.html-default-class .visible-xs{display:block !important}
.html-default-class table.visible-xs{display:table !important}
.html-default-class tr.visible-xs{display:table-row !important}
.html-default-class th.visible-xs,.html-default-class td.visible-xs{display:table-cell !important}
}
@media(max-width:599px){.html-default-class .visible-xs-block{display:block !important}
}
@media(max-width:599px){.html-default-class .visible-xs-inline{display:inline !important}
}
@media(max-width:599px){.html-default-class .visible-xs-inline-block{display:inline-block !important}
}
@media(min-width:600px) and (max-width:767px){.html-default-class .visible-sm{display:block !important}
.html-default-class table.visible-sm{display:table !important}
.html-default-class tr.visible-sm{display:table-row !important}
.html-default-class th.visible-sm,.html-default-class td.visible-sm{display:table-cell !important}
}
@media(min-width:600px) and (max-width:767px){.html-default-class .visible-sm-block{display:block !important}
}
@media(min-width:600px) and (max-width:767px){.html-default-class .visible-sm-inline{display:inline !important}
}
@media(min-width:600px) and (max-width:767px){.html-default-class .visible-sm-inline-block{display:inline-block !important}
}
@media(min-width:768px) and (max-width:1023px){.html-default-class .visible-md{display:block !important}
.html-default-class table.visible-md{display:table !important}
.html-default-class tr.visible-md{display:table-row !important}
.html-default-class th.visible-md,.html-default-class td.visible-md{display:table-cell !important}
}
@media(min-width:768px) and (max-width:1023px){.html-default-class .visible-md-block{display:block !important}
}
@media(min-width:768px) and (max-width:1023px){.html-default-class .visible-md-inline{display:inline !important}
}
@media(min-width:768px) and (max-width:1023px){.html-default-class .visible-md-inline-block{display:inline-block !important}
}
@media(min-width:1024px){.html-default-class .visible-lg{display:block !important}
.html-default-class table.visible-lg{display:table !important}
.html-default-class tr.visible-lg{display:table-row !important}
.html-default-class th.visible-lg,.html-default-class td.visible-lg{display:table-cell !important}
}
@media(min-width:1024px){.html-default-class .visible-lg-block{display:block !important}
}
@media(min-width:1024px){.html-default-class .visible-lg-inline{display:inline !important}
}
@media(min-width:1024px){.html-default-class .visible-lg-inline-block{display:inline-block !important}
}
@media(max-width:599px){.html-default-class .hidden-xs{display:none !important}
}
@media(min-width:600px) and (max-width:767px){.html-default-class .hidden-sm{display:none !important}
}
@media(min-width:768px) and (max-width:1023px){.html-default-class .hidden-md{display:none !important}
}
@media(min-width:1024px){.html-default-class .hidden-lg{display:none !important}
}
.html-default-class .visible-print{display:none !important}
@media print{.html-default-class .visible-print{display:block !important}
.html-default-class table.visible-print{display:table !important}
.html-default-class tr.visible-print{display:table-row !important}
.html-default-class th.visible-print,.html-default-class td.visible-print{display:table-cell !important}
}
.html-default-class .visible-print-block{display:none !important}
@media print{.html-default-class .visible-print-block{display:block !important}
}
.html-default-class .visible-print-inline{display:none !important}
@media print{.html-default-class .visible-print-inline{display:inline !important}
}
.html-default-class .visible-print-inline-block{display:none !important}
@media print{.html-default-class .visible-print-inline-block{display:inline-block !important}
}
@media print{.html-default-class .hidden-print{display:none !important}
}
.html-default-class .lazy-hidden{opacity:1;background-color:#eee;background-image:url("legacyclientlibs/base/images/loading.gif");background-repeat:no-repeat;background-size:50px 50px;background-position:center}
.html-default-class .lazy-loaded{transition:opacity .3s;opacity:1}
.html-default-class .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.html-default-class .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.html-default-class .slick-list:focus{outline:0}
.html-default-class .slick-list.dragging{cursor:pointer;cursor:hand}
.html-default-class .slick-slider .slick-track,.html-default-class .slick-slider .slick-list{transform:translate3d(0,0,0)}
.html-default-class .slick-track{position:relative;top:0;left:0;display:block}
.html-default-class .slick-track:before,.html-default-class .slick-track:after{display:table;content:''}
.html-default-class .slick-track:after{clear:both}
.html-default-class .slick-loading .slick-track{visibility:hidden}
.html-default-class .slick-slide{display:none;float:left;min-height:1px;outline:0}
.html-default-class [dir='rtl'] .slick-slide{float:right}
.html-default-class .slick-slide img{display:block}
.html-default-class .slick-slide.slick-loading img{display:none}
.html-default-class .slick-slide.dragging img{pointer-events:none}
.html-default-class .slick-initialized .slick-slide{display:block}
.html-default-class .slick-loading .slick-slide{visibility:hidden}
.html-default-class .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.html-default-class .slick-arrow.slick-hidden{display:none}
.html-default-class img.slick-loading,.html-default-class .slick-loading .slick-list{opacity:1;background-color:#eee;background-image:url("legacyclientlibs/base/images/loading.gif");background-repeat:no-repeat;background-size:50px 50px;background-position:center}
.html-default-class .gallery-slider-nav img.lazy-hidden{background-size:32px 32px}
.html-default-class .nts-mediatext .pull-right .slick-arrow.next{right:0}
@media(max-width:320px){.html-default-class .nts-mediatext .pull-right .slick-arrow.prev{left:0}
}
@media(max-width:320px){.html-default-class .nts-mediatext .slick-arrow.next{right:0}
}
.html-default-class .slick-arrow{position:absolute;z-index:2;cursor:pointer;height:60px;width:60px;top:50%;margin-top:-30px;color:#788791;border:0}
.html-default-class .slick-arrow.prev{left:0}
.html-default-class .slick-arrow.next{right:0}
.html-default-class .slick-arrow:hover,.html-default-class .slick-arrow:active{color:#697882}
.html-default-class .slick-arrow.slick-disabled{cursor:default;color:#cdd9e1}
.html-default-class .slick-arrow span[class*="icon-arrow-"]{font-size:30px;line-height:30px}
.html-default-class .slick-dots{display:block;width:100%;padding:0;list-style:none;text-align:center;margin-top:14px}
.html-default-class .slick-dots li{position:relative;display:inline-block;margin:0 10px;padding:0;cursor:pointer}
.html-default-class .slick-dots li span{position:absolute;top:0;left:0;width:12px;height:12px;font-size:6px;line-height:6px;text-align:center;display:block;cursor:pointer;color:#788791;border:0;outline:0;background:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.html-default-class .slick-dots li span:hover,.html-default-class .slick-dots li span:focus{font-size:12px}
.html-default-class .slick-dots li span[class*="icon-"]{padding:0}
.html-default-class .slick-dots li.slick-active span{font-size:12px}
.html-default-class button{background:0}
.html-default-class .jspContainer{overflow:hidden;position:relative}
.html-default-class .jspPane{position:absolute}
.html-default-class .jspVerticalBar{position:absolute;top:0;right:0;width:16px;height:100%;background:red}
.html-default-class .jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;background:red}
.html-default-class .jspCap{display:none}
.html-default-class .jspHorizontalBar .jspCap{float:left}
.html-default-class .jspTrack{background:#dde;position:relative}
.html-default-class .jspDrag{background:#bbd;position:relative;top:0;left:0;cursor:pointer}
.html-default-class .jspHorizontalBar .jspTrack,.html-default-class .jspHorizontalBar .jspDrag{float:left;height:100%}
.html-default-class .jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;padding:0;margin:0}
.html-default-class .jspArrow.jspDisabled{cursor:default;background:#80808d}
.html-default-class .jspVerticalBar .jspArrow{height:16px}
.html-default-class .jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}
.html-default-class .jspVerticalBar .jspArrow:focus{outline:0}
.html-default-class .jspCorner{background:#eeeef4;float:left;height:100%}
.html-default-class * html .jspCorner{margin:0 -3px 0 0}
.html-default-class .minict_wrapper{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2d373c;border:1px solid #cdd9e1;border-bottom:1px solid #879baa;background:#fff;position:relative;height:40px;box-sizing:border-box;cursor:pointer}
.html-default-class .minict_wrapper *{box-sizing:border-box}
.html-default-class .minict_wrapper.disabled{background:#f5f5f5;text-shadow:0 1px 0 #fff}
.html-default-class .minict_wrapper.disabled span{color:#bbb !important}
.html-default-class .minict_wrapper:after{font-family:'siemens-webicons-webfont';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e609";display:block;position:absolute;height:33px;width:33px;height:2.1rem;width:2.1rem;top:0;right:0;font-size:23px;line-height:37px;text-align:center;color:#555}
.html-default-class .minict_wrapper.active:after{font-family:'siemens-webicons-webfont';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e60c"}
.html-default-class .minict_wrapper.disabled:after{color:#bbb}
.html-default-class .minict_wrapper span{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2d373c;display:block;border:0;outline:0;background:0;height:35px;height:2.2rem;padding:8px 53px 0 12px;cursor:pointer;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.html-default-class .minict_wrapper span:empty:before{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#788791;content:attr(data-placeholder);line-height:23px}
.html-default-class .minict_wrapper ul{display:none;list-style:none;padding:0;margin:0 -1px;margin-top:11px;position:absolute;width:100%;width:calc(100% - -1px);border:1px solid #cdd9e1;border-top:1px solid #f9f9f9;border-bottom-left-radius:3px;border-bottom-right-radius:3px;top:33px;top:2.0rem;left:0;max-height:350px;max-height:22rem;overflow-y:auto;z-index:999999}
.html-default-class .minict_wrapper ul li{list-style:none;font-size:1rem;padding:0 14px;cursor:pointer;background:#fff;height:35px;height:2.2rem;line-height:32px;line-height:2rem}
.html-default-class .minict_wrapper ul li:hover:not(.disabled):not(.minict_disabled){background:#005578;color:#fff}
.html-default-class .minict_wrapper ul li:hover:not(.disabled):not(.minict_disabled):before{font-family:'siemens-webicons-webfont';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e60b";padding-right:5px}
.html-default-class .minict_wrapper ul li.minict_group{color:#444;background:#f6f6f6;font-weight:bold;cursor:default}
.html-default-class .minict_wrapper ul li.minict_empty{display:none;background:#fff !important;color:#bbb;text-align:center;font-size:14px;font-size:.9rem;height:55px;height:3.5rem;line-height:50px;line-height:3.3rem}
.html-default-class .minict_wrapper ul li.minict_disabled,.html-default-class .minict_wrapper ul li.disabled{cursor:default;background:#fff !important;color:#bbb}
.html-default-class .minict_wrapper ul li.minict_disabled{pointer-events:none}
.html-default-class .minict_wrapper ul li.selected:not(.disabled):not(.minict_disabled){background:#005578;color:#fff}
.html-default-class .minict_wrapper ul li.highlighted:not(.disabled):not(.minict_disabled){color:#fff;background:#005578}
.html-default-class .minict_wrapper ul li.hidden{display:none}
.html-default-class .minict_wrapper .minict_reset{color:#a9a9a9;bottom:0;display:none;font-size:18px;font-size:1.1rem;line-height:30px;position:absolute;right:35px;right:2.2rem;text-align:center;top:0;text-decoration:none;width:20px;width:1.2rem;transition:all .35s ease-in-out}
.html-default-class .minict_wrapper .minict_reset:hover{color:#e0e0e0;transition:all .15s ease-in-out}
.html-default-class .minict_wrapper .minict_reset:active{color:#636363}
.html-default-class .minict_wrapper.disabled .minict_reset{display:none}
@media all{.html-default-class .featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}
.html-default-class .featherlight:last-of-type{background:rgba(0,0,0,0.8)}
.html-default-class .featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}
.html-default-class .featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}
.html-default-class .featherlight .featherlight-inner{display:block}
.html-default-class .featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,0.3);color:#000}
.html-default-class .featherlight .featherlight-image{width:100%}
.html-default-class .featherlight-iframe .featherlight-content{border-bottom:0;padding:0}
.html-default-class .featherlight iframe{border:0}
.html-default-class .featherlight *{box-sizing:border-box}
}
@media only screen and (max-width:1024px){.html-default-class .featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}
}
.html-default-class .daterangepicker{position:absolute;color:inherit;background-color:#fff;border-radius:4px;width:278px;padding:4px;margin-top:1px;top:100px;left:20px}
.html-default-class .daterangepicker:before,.html-default-class .daterangepicker:after{position:absolute;display:inline-block;border-bottom-color:rgba(0,0,0,0.2);content:''}
.html-default-class .daterangepicker:before{top:-7px;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #ccc}
.html-default-class .daterangepicker:after{top:-6px;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent}
.html-default-class .daterangepicker.opensleft:before{right:9px}
.html-default-class .daterangepicker.opensleft:after{right:10px}
.html-default-class .daterangepicker.openscenter:before{left:0;right:0;width:0;margin-left:auto;margin-right:auto}
.html-default-class .daterangepicker.openscenter:after{left:0;right:0;width:0;margin-left:auto;margin-right:auto}
.html-default-class .daterangepicker.opensright:before{left:9px}
.html-default-class .daterangepicker.opensright:after{left:10px}
.html-default-class .daterangepicker.dropup{margin-top:-5px}
.html-default-class .daterangepicker.dropup:before{top:initial;bottom:-7px;border-bottom:initial;border-top:7px solid #ccc}
.html-default-class .daterangepicker.dropup:after{top:initial;bottom:-6px;border-bottom:initial;border-top:6px solid #fff}
.html-default-class .daterangepicker.dropdown-menu{max-width:none;z-index:3001}
.html-default-class .daterangepicker.single .ranges,.html-default-class .daterangepicker.single .calendar{float:none}
.html-default-class .daterangepicker.show-calendar .calendar{display:block}
.html-default-class .daterangepicker .calendar{display:none;max-width:270px;margin:4px}
.html-default-class .daterangepicker .calendar.single .calendar-table{border:0}
.html-default-class .daterangepicker .calendar th,.html-default-class .daterangepicker .calendar td{white-space:nowrap;text-align:center;min-width:32px}
.html-default-class .daterangepicker .calendar-table{border:1px solid #fff;padding:4px;border-radius:4px;background-color:#fff}
.html-default-class .daterangepicker table{width:100%;margin:0}
.html-default-class .daterangepicker td,.html-default-class .daterangepicker th{text-align:center;width:20px;height:20px;border-radius:4px;border:1px solid transparent;white-space:nowrap;cursor:pointer}
.html-default-class .daterangepicker td.available:hover,.html-default-class .daterangepicker th.available:hover{background-color:#eee;border-color:transparent;color:inherit}
.html-default-class .daterangepicker td.week,.html-default-class .daterangepicker th.week{font-size:80%;color:#ccc}
.html-default-class .daterangepicker td.off,.html-default-class .daterangepicker td.off.in-range,.html-default-class .daterangepicker td.off.start-date,.html-default-class .daterangepicker td.off.end-date{background-color:#fff;border-color:transparent;color:#999}
.html-default-class .daterangepicker td.in-range{background-color:#ebf4f8;border-color:transparent;color:#000;border-radius:0}
.html-default-class .daterangepicker td.start-date{border-radius:4px 0 0 4px}
.html-default-class .daterangepicker td.end-date{border-radius:0 4px 4px 0}
.html-default-class .daterangepicker td.start-date.end-date{border-radius:4px}
.html-default-class .daterangepicker td.active,.html-default-class .daterangepicker td.active:hover{background-color:#357ebd;border-color:transparent;color:#fff}
.html-default-class .daterangepicker th.month{width:auto}
.html-default-class .daterangepicker td.disabled,.html-default-class .daterangepicker option.disabled{color:#999;cursor:not-allowed;text-decoration:line-through}
.html-default-class .daterangepicker select.monthselect,.html-default-class .daterangepicker select.yearselect{font-size:12px;padding:1px;height:auto;margin:0;cursor:default}
.html-default-class .daterangepicker select.monthselect{margin-right:2%;width:56%}
.html-default-class .daterangepicker select.yearselect{width:40%}
.html-default-class .daterangepicker select.hourselect,.html-default-class .daterangepicker select.minuteselect,.html-default-class .daterangepicker select.secondselect,.html-default-class .daterangepicker select.ampmselect{width:50px;margin-bottom:0}
.html-default-class .daterangepicker .input-mini{border:1px solid #ccc;border-radius:4px;color:#555;height:30px;line-height:30px;display:block;vertical-align:middle;margin:0 0 5px 0;padding:0 6px 0 28px;width:100%}
.html-default-class .daterangepicker .input-mini.active{border:1px solid #08c;border-radius:4px}
.html-default-class .daterangepicker .daterangepicker_input{position:relative}
.html-default-class .daterangepicker .daterangepicker_input i{position:absolute;left:8px;top:8px}
.html-default-class .daterangepicker.rtl .input-mini{padding-right:28px;padding-left:6px}
.html-default-class .daterangepicker.rtl .daterangepicker_input i{left:auto;right:8px}
.html-default-class .daterangepicker .calendar-time{text-align:center;margin:5px auto;line-height:30px;position:relative;padding-left:28px}
.html-default-class .daterangepicker .calendar-time select.disabled{color:#ccc;cursor:not-allowed}
.html-default-class .ranges{font-size:11px;float:none;margin:4px;text-align:left}
.html-default-class .ranges ul{list-style:none;margin:0 auto;padding:0;width:100%}
.html-default-class .ranges li{font-size:13px;background-color:#f5f5f5;border:1px solid #f5f5f5;border-radius:4px;color:#08c;padding:3px 12px;margin-bottom:8px;cursor:pointer}
.html-default-class .ranges li:hover{background-color:#08c;border:1px solid #08c;color:#fff}
.html-default-class .ranges li.active{background-color:#08c;border:1px solid #08c;color:#fff}
@media(min-width:564px){.html-default-class .daterangepicker{width:auto}
.html-default-class .daterangepicker .ranges ul{width:160px}
.html-default-class .daterangepicker.single .ranges ul{width:100%}
.html-default-class .daterangepicker.single .calendar.left{clear:none}
.html-default-class .daterangepicker.single.ltr .ranges,.html-default-class .daterangepicker.single.ltr .calendar{float:left}
.html-default-class .daterangepicker.single.rtl .ranges,.html-default-class .daterangepicker.single.rtl .calendar{float:right}
.html-default-class .daterangepicker.ltr{direction:ltr;text-align:left}
.html-default-class .daterangepicker.ltr .calendar.left{clear:left;margin-right:0}
.html-default-class .daterangepicker.ltr .calendar.left .calendar-table{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}
.html-default-class .daterangepicker.ltr .calendar.right{margin-left:0}
.html-default-class .daterangepicker.ltr .calendar.right .calendar-table{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}
.html-default-class .daterangepicker.ltr .left .daterangepicker_input{padding-right:12px}
.html-default-class .daterangepicker.ltr .calendar.left .calendar-table{padding-right:12px}
.html-default-class .daterangepicker.ltr .ranges,.html-default-class .daterangepicker.ltr .calendar{float:left}
.html-default-class .daterangepicker.rtl{direction:rtl;text-align:right}
.html-default-class .daterangepicker.rtl .calendar.left{clear:right;margin-left:0}
.html-default-class .daterangepicker.rtl .calendar.left .calendar-table{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}
.html-default-class .daterangepicker.rtl .calendar.right{margin-right:0}
.html-default-class .daterangepicker.rtl .calendar.right .calendar-table{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}
.html-default-class .daterangepicker.rtl .left .daterangepicker_input{padding-left:12px}
.html-default-class .daterangepicker.rtl .calendar.left .calendar-table{padding-left:12px}
.html-default-class .daterangepicker.rtl .ranges,.html-default-class .daterangepicker.rtl .calendar{text-align:right;float:right}
}
@media(min-width:730px){.html-default-class .daterangepicker .ranges{width:auto}
.html-default-class .daterangepicker.ltr .ranges{float:left}
.html-default-class .daterangepicker.rtl .ranges{float:right}
.html-default-class .daterangepicker .calendar.left{clear:none !important}
}
.html-default-class x-object-fit{position:relative !important;display:inline-block !important}
.html-default-class x-object-fit>.x-object-fit-taller,.html-default-class x-object-fit>.x-object-fit-wider{position:absolute !important;left:-100% !important;right:-100% !important;top:-100% !important;bottom:-100% !important;margin:auto !important}
.html-default-class .x-object-fit-none>.x-object-fit-taller,.html-default-class .x-object-fit-none>.x-object-fit-wider{width:auto !important;height:auto !important}
.html-default-class .x-object-fit-fill>.x-object-fit-taller,.html-default-class .x-object-fit-fill>.x-object-fit-wider{width:100% !important;height:100% !important}
.html-default-class .x-object-fit-contain>.x-object-fit-taller{width:auto !important;height:100% !important}
.html-default-class .x-object-fit-contain>.x-object-fit-wider{width:100% !important;height:auto !important}
.html-default-class .x-object-fit-cover>.x-object-fit-taller,.html-default-class .x-object-fit-cover>.x-object-fit-wider{max-width:none !important;max-height:none !important}
.html-default-class .x-object-fit-cover>.x-object-fit-taller{width:100% !important;height:auto !important;max-width:none !important}
.html-default-class .x-object-fit-cover>.x-object-fit-wider{width:auto !important;height:100% !important;max-width:none !important}
.html-default-class .x-object-position-top>.x-object-fit-taller,.html-default-class .x-object-position-top>.x-object-fit-wider{top:0 !important;bottom:auto !important}
.html-default-class .x-object-position-right>.x-object-fit-taller,.html-default-class .x-object-position-right>.x-object-fit-wider{left:auto !important;right:0 !important}
.html-default-class .x-object-position-bottom>.x-object-fit-taller,.html-default-class .x-object-position-bottom>.x-object-fit-wider{top:auto !important;bottom:0 !important}
.html-default-class .x-object-position-left>.x-object-fit-taller,.html-default-class .x-object-position-left>.x-object-fit-wider{left:0 !important;right:auto !important}
.html-default-class ::-ms-clear{display:none}
.html-default-class button::-moz-focus-inner,.html-default-class input[type="reset"]::-moz-focus-inner,.html-default-class input[type="button"]::-moz-focus-inner,.html-default-class input[type="submit"]::-moz-focus-inner,.html-default-class input[type="file"]>input[type="button"]::-moz-focus-inner{border:0;padding:0;margin:0}
.html-default-class button,.html-default-class input[type="button"]{padding:0 !important}
.html-default-class select option[disabled]:first-child{display:none}
.html-default-class .nts-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;box-shadow:none;border-radius:0;border:1px solid #cdd9e1;border-bottom:1px solid #879baa;padding-left:8px;padding-top:9px;padding-right:40px;height:40px;font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#788791}
.html-default-class .nts-select::-ms-expand{display:none}
.html-default-class .nts-select:focus{box-shadow:none;border:1px solid #cdd9e1;border-bottom:1px solid #879baa}
.html-default-class .nts-select:focus::-ms-value{background:#fff;color:#2d373c}
.html-default-class .nts-select:hover{cursor:pointer}
.html-default-class .nts-select option{color:#2d373c;border-right:1px solid #cdd9e1;padding-left:10px;padding-top:10px;padding-bottom:10px}
.html-default-class .nts-select option:checked,.html-default-class .nts-select option:hover{padding-left:33px;background:url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20enable-background%3D%22new%200%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22Layer_1%22%3E%3C%2Fg%3E%3Cg%20id%3D%22Grid%22%3E%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M12.137%205.349l-2.127%202.127%206.694%208.884-6.694%208.884%202.127%202.127%2011.011-11.011z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") 10px 10px no-repeat,url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkCK34DwAC+AHOXf/KlgAAAABJRU5ErkJggg==");background-size:6%}
.html-default-class .nts-select__wrapper{width:100%;margin:0;font-weight:normal;position:relative}
.html-default-class .nts-select__wrapper:after{font-family:'siemens-webicons-webfont';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e609";display:block;position:absolute;height:33px;width:33px;top:0;right:0;font-size:23px;line-height:37px;text-align:center;color:#555;pointer-events:none}
.html-default-class .prevent_ios_focus_scroll:not(.wcm-edit),.html-default-class .prevent_ios_focus_scroll:not(.wcm-edit) body{-webkit-overflow-scrolling:touch;overflow:auto;height:100%}
.html-default-class .nts-loading-animation{display:block;margin:auto}
.html-default-class html.no-wcm-edit body{margin:0}
.html-default-class html .container{width:92.5%}
.html-default-class html .container .container{width:100%;margin:auto 0;padding:0}
@media(max-width:599px){.html-default-class html .container{width:100%}
}
@media(min-width:600px){.html-default-class .container{max-width:1100px}
}
@media(min-width:1366px){.html-default-class .container{max-width:1200px}
}
@media(min-width:1921px){.html-default-class .container{width:80%;max-width:1350px}
}
@media(min-width:2561px){.html-default-class .container{max-width:1800px}
}
.html-default-class .nts-truncate-text{position:relative;overflow:hidden}
.html-default-class .nts-truncate-text .nts-truncate-gradient{width:100%;height:60px;position:absolute;bottom:0;left:0;z-index:7900;cursor:pointer;background:#fff;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff)}
.html-default-class .nts-chapter-color-grey .nts-truncate-text .nts-truncate-gradient{background:#ebf0f5;background:linear-gradient(to bottom,rgba(235,240,245,0),#ebf0f5)}
.html-default-class .nts-chapter-color-blue .nts-truncate-text .nts-truncate-gradient{background:#005578;background:linear-gradient(to bottom,rgba(0,85,120,0),#005578)}
.html-default-class .nts-chapter-color-background .nts-truncate-text .nts-truncate-gradient{background:#ebf0f5;background:linear-gradient(to bottom,rgba(235,240,245,0),#ebf0f5)}
.html-default-class .nts-chapter-color-grey2 .nts-truncate-text .nts-truncate-gradient{background:#ebf0f5;background:linear-gradient(to bottom,rgba(235,240,245,0),#ebf0f5)}
.html-default-class .nts-chapter-color-brightStone .nts-truncate-text .nts-truncate-gradient{background:#555f69;background:linear-gradient(to bottom,rgba(85,95,105,0),#555f69)}
.html-default-class .nts-chapter-color-stone .nts-truncate-text .nts-truncate-gradient{background:#2d373c;background:linear-gradient(to bottom,rgba(45,55,60,0),#2d373c)}
.html-default-class .nts-chapter-color-darkStone .nts-truncate-text .nts-truncate-gradient{background:#0a1419;background:linear-gradient(to bottom,rgba(10,20,25,0),#0a1419)}
.html-default-class .nts-chapter-color-sand .nts-truncate-text .nts-truncate-gradient{background:#f5f5f0;background:linear-gradient(to bottom,rgba(245,245,240,0),#f5f5f0)}
.html-default-class .nts-chapter-color-darkSand .nts-truncate-text .nts-truncate-gradient{background:#d7d7cd;background:linear-gradient(to bottom,rgba(215,215,205,0),#d7d7cd)}
.html-default-class .nts-chapter-color-blue2 .nts-truncate-text .nts-truncate-gradient{background:#006487;background:linear-gradient(to bottom,rgba(0,100,135,0),#006487)}
.html-default-class .nts-chapter-color-darkBlue .nts-truncate-text .nts-truncate-gradient{background:#003750;background:linear-gradient(to bottom,rgba(0,55,80,0),#003750)}
.html-default-class .nts-truncate-button{display:none;margin-top:.85714286rem}
.html-default-class .nts-truncate-text+.nts-truncate-button{margin-top:0}
.html-default-class .nts-footer{background-color:#ebf0f5;color:#697882;font-size:1.5rem;padding-top:36px}
.html-default-class .nts-footer .nts-footer-select{padding-bottom:47px;padding-top:18px}
.html-default-class .nts-footer .nts-footer-select .minict_wrapper ul{margin-top:3px}
.html-default-class .nts-footer .H4{margin-bottom:14px}
.html-default-class .nts-footer .nts-linklist ul{padding-left:0;margin-bottom:8px}
.html-default-class .nts-footer .nts-linklist--singlePurpose ul li{color:#697882;font-size:1rem}
.html-default-class .nts-footer .nts-linklist--singlePurpose ul li item_name{font-weight:600}
.html-default-class .nts-footer .nts-linklist--singlePurpose ul li item_phone{margin-top:13px}
.html-default-class .nts-footer .nts-linklist--singlePurpose ul li item_phone,.html-default-class .nts-footer .nts-linklist--singlePurpose ul li item_fax{margin-bottom:8px}
.html-default-class .nts-footer .nts-linklist--singlePurpose ul li item_phone i,.html-default-class .nts-footer .nts-linklist--singlePurpose ul li item_fax i{color:#697882}
.html-default-class .nts-footer .nts-linklist.contact-info{margin-bottom:13px}
.html-default-class .nts-footer .nts-linklist.region-change-info{margin-bottom:13px}
.html-default-class .nts-footer .nts-linklist.social-channels-list{line-height:0;padding-top:0}
.html-default-class .nts-footer .nts-linklist.social-channels-list li{display:block;float:left;margin-right:13px}
.html-default-class .nts-footer .nts-linklist.social-channels-list li a{color:#697882;display:inherit}
.html-default-class .nts-footer .nts-linklist.social-channels-list li a:hover{text-decoration:none;color:#005578}
.html-default-class .nts-footer .nts-linklist.social-channels-list li a:active{color:#788791}
.html-default-class .nts-footer .nts-linklist.social-channels-list li a:focus{text-decoration:none}
.html-default-class .nts-footer .footer-links{margin-top:35px;margin-bottom:55px}
.html-default-class .nts-footer .footer-links a{cursor:pointer;padding-right:15px;display:inline-block}
.html-default-class .nts-footer .footer-links a:nth-child(2){padding-right:33px}
.html-default-class .nts-footer .footer-links span{display:inline-block}
.html-default-class .nts-footer .footer-links hr{display:block;height:1px;border:0;border-top:1px solid #788791;margin-top:10px;margin-bottom:5px;padding:0}
@media(min-width:320px) and (max-width:599px){.html-default-class .nts-footer .footer-links{padding-top:0;margin-top:27px}
.html-default-class .nts-footer .footer-links a,.html-default-class .nts-footer .footer-links span{display:block !important;padding-top:5px}
.html-default-class .nts-footer .nts-footer-select{padding-bottom:32px}
}
@media(min-width:600px) and (max-width:767px){.html-default-class .nts-footer .footer-links{padding-top:25px}
}
@media(min-width:768px) and (max-width:1023px){.html-default-class .nts-footer .footer-links{padding-top:15px}
.html-default-class .nts-footer .footer-links .P3{display:block;margin-bottom:5px}
}
.html-default-class html .nts-comp{margin-bottom:4.28571429rem}
.html-default-class html .nts-comp--last{margin-bottom:0 !important}
.html-default-class html .nts-comp.nts-component-fullheight{height:100vh;height:100%\9}
.html-default-class html .nts-comp.contentChanged{border:2px solid #c00}
.html-default-class ins.textAdded{color:#0c0;background-color:#123456}
.html-default-class del.textRemoved{color:#c00;background-color:#123456}
.html-default-class img.imageAdded{border:2px solid #0c0}
.html-default-class img.imageRemoved{border:2px solid #c00}
.html-default-class img.imageChanged{border:5px solid #c00}
.html-default-class a.urlChanged{border:2px solid #c00}
.html-default-class div.urlChanged{border:2px solid #c00}
.html-default-class div.contentChanged{border:2px solid #c00}
.html-default-class div.urlChangedSolid{border:2px solid #c00;color:#0c0;background-color:#123456}
.html-default-class [class*="icon-"]{display:inline-block;vertical-align:middle}
.html-default-class .icon-left{padding-right:.57142857rem}
.html-default-class .icon-right{padding-left:.57142857rem}
.html-default-class .featherlight--imageHigherThanVH{position:absolute;bottom:auto}
.html-default-class .featherlight--imageHigherThanVH .featherlight-image{width:100% !important;height:auto !important}
.html-default-class .featherlight--imageHigherThanVH .featherlight-content{max-height:100%;vertical-align:top;margin-top:7.5vh;margin-bottom:7.5vh}
.html-default-class .featherlight:last-of-type{background:rgba(10,20,25,0.75)}
.html-default-class .featherlight .featherlight-content{padding:0;border-bottom:0;background:transparent}
.html-default-class .featherlight .featherlight-image{border:2px solid #fff}
.html-default-class .featherlight .featherlight-close-icon{font-family:'siemens-webicons-webfont' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-indent:-9999px;overflow:hidden;width:40px;height:40px;top:2px;right:2px;background:rgba(255,255,255,0.75)}
.html-default-class .featherlight .featherlight-close-icon:hover{background:#fff}
.html-default-class .featherlight .featherlight-close-icon:hover:before{color:#005578}
.html-default-class .featherlight .featherlight-close-icon:before{content:"\e615";position:absolute;top:10px;right:11px;text-indent:0;color:#2387aa;font-size:19px}
.html-default-class .featherlight .nts-caption{width:100%;padding:10px 0 0 0;font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#cdd9e1}
.html-default-class .featherlight .featherlight-image-wrapper{position:relative}
.html-default-class .featherlight .nts-icon-share{position:absolute;left:2px;bottom:1px;display:inline-block;width:40px;height:40px;background:rgba(255,255,255,0.75);margin-right:1px;margin-bottom:1px}
.html-default-class .featherlight .nts-icon-share .nts-share-button{padding:12px 11px}
.html-default-class .featherlight .nts-icon-share .nts-share-links{position:absolute;bottom:0;left:0}
.html-default-class .featherlight .nts-icon-share:hover{background:#fff}
.html-default-class .featherlight .nts-icon-share:hover>.icon-share-newton-android:before{color:#005578}
.html-default-class .featherlight .nts-icon-share>.icon-share-newton-android:before{color:#2387aa;font-size:19px;position:absolute;top:10px;right:11px}
@media(max-width:599px){.html-default-class .featherlight:before{margin-right:0}
.html-default-class .featherlight .featherlight-content{margin-left:0;margin-right:0}
.html-default-class .featherlight .featherlight-image{max-height:100%;width:100%}
}
.html-default-class .nts-form-el{background-color:#fff;padding:10px 15px;border:1px solid #cdd9e1;position:relative;display:block;font-weight:normal;margin:0;font-family:"Siemens Sans Roman";font-size:1rem;line-height:1rem;color:#788791}
.html-default-class .nts-form-el:active{color:#2d373c}
.html-default-class .nts-form-el,.html-default-class .nts-form-el:active{color:#788791;line-height:1.2 !important}
.html-default-class label.nts-form-el{cursor:pointer}
.html-default-class .nts-form-el label,.html-default-class .nts-form-el .nts-form-el-label{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;margin:0;cursor:pointer}
.html-default-class .nts-form-el>[class^="icon-"],.html-default-class .nts-form-el [class*=" icon-"],.html-default-class .nts-form-el>button [class^="icon-"],.html-default-class .nts-form-el [class*=" icon-"]{line-height:18px;font-size:18px}
.html-default-class .nts-form-el:not(.el-form-el-input)>[class^="icon-"],.html-default-class .nts-form-el [class*=" icon-"]{position:absolute;right:15px;top:10px}
.html-default-class .nts-form-el input:not([type="checkbox"]):not([type="radio"]),.html-default-class .nts-form-el select{display:block;width:100%;padding:10px 15px;height:auto}
.html-default-class .nts-form-el input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]),.html-default-class .nts-form-el select:not([type="submit"]):not([type="reset"]):not([type="button"]){font-family:"Siemens Sans Roman";font-size:1rem;line-height:1rem;color:#788791}
.html-default-class .nts-form-el input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]):active,.html-default-class .nts-form-el select:not([type="submit"]):not([type="reset"]):not([type="button"]):active{color:#2d373c}
.html-default-class .nts-form-el input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]),.html-default-class .nts-form-el select:not([type="submit"]):not([type="reset"]):not([type="button"]),.html-default-class .nts-form-el input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]):not([type="button"]):active,.html-default-class .nts-form-el select:not([type="submit"]):not([type="reset"]):not([type="button"]):active{color:#788791;line-height:1.2 !important}
.html-default-class .nts-form-el input[type="button"]{padding:10px 15px !important}
.html-default-class .nts-form-el select,.html-default-class .nts-form-el select:active{font-size:1.1rem !important;color:#788791;line-height:1.2 !important}
.html-default-class .nts-form-el-input{padding:0;height:auto;display:flex;border-top-color:#879baa}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.html-default-class .nts-form-el-input{display:table;width:100%}
}
.html-default-class .nts-form-el-input>*{display:block;flex:1 1 auto;min-width:1%}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.html-default-class .nts-form-el-input>*{display:table-cell;vertical-align:middle}
}
.html-default-class .nts-form-el-input input:not([type="checkbox"]):not([type="radio"]){border:0}
.html-default-class .nts-form-el-input input:not([type="checkbox"]):not([type="radio"])+button{margin-left:-15px}
.html-default-class .nts-form-el-input>button{flex:0 0 36px;min-width:36px;border:0}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.html-default-class .nts-form-el-input>button{display:table-cell;width:36px}
}
.html-default-class .nts-form-el-input input:invalid ~ [class*="-clear"]{display:none}
.html-default-class .nts-form-el-input input:focus{color:#788791;outline:none !important}
.html-default-class .nts-form-el-input input:focus ~ .searchButton{background:#697882;color:#fff}
.html-default-class .nts-form-el-dropdown{padding-right:30px;border-bottom-color:#879baa}
.html-default-class .nts-form-el-dropdown select{border:1px solid #cdd9e1;border-top-color:#879baa;outline:0;color:#788791}
@media(min-width:1024px){.html-default-class .nts-form-el-dropdown select{position:absolute;top:100%;z-index:1000;left:-1px;min-width:calc(100% + 2px);width:auto}
.html-default-class .nts-form-el-dropdown select:not(:focus){opacity:0;z-index:-1}
.html-default-class .nts-form-el-dropdown select[multiple]:focus,.html-default-class .nts-form-el-dropdown select[size]:focus{max-height:none;z-index:1000}
}
.html-default-class .nts-form-el select:focus ~ .icon-arrow-down-small,.html-default-class .nts-form-el-focus .icon-arrow-down-small{display:none}
.html-default-class .nts-form-el .icon-arrow-up-small{display:none}
.html-default-class .nts-form-el select:focus ~ .icon-arrow-up-small,.html-default-class .nts-form-el-focus .icon-arrow-up-small{display:block}
.html-default-class .nts-form-el-button{padding:0;border:0;background:0}
.html-default-class .nts-form-el-button.nts-form-el input,.html-default-class .nts-form-el-button.nts-form-el button{border-radius:0;font-family:"Siemens Sans Bold";font-size:1rem;line-height:1.14285714rem;color:#2387aa;display:inline-block;width:auto;padding:13px 15px;border:#2387aa solid 2px;padding-top:9px !important;padding-bottom:9px !important}
.html-default-class .nts-form-el-button.nts-form-el input:not(:hover),.html-default-class .nts-form-el-button.nts-form-el button:not(:hover){background:transparent;border-color:currentColor}
.html-default-class .nts-form-el-button.nts-form-el input:hover,.html-default-class .nts-form-el-button.nts-form-el button:hover{color:#fff;background:#005578;border:#005578 solid 2px}
.html-default-class .nts-form-el-button.nts-form-el input[type="reset"]{font-family:"Siemens Sans Bold";font-size:1rem;line-height:1.14285714rem;color:#788791}
.html-default-class .nts-form-el-button.nts-form-el input[type="reset"]:hover,.html-default-class .nts-form-el-button.nts-form-el input[type="reset"]:active{text-decoration:none;color:#697882}
.html-default-class .nts-form-el-button.nts-form-el input[type="reset"]:hover{color:#fff;background-color:#697882;border-color:#697882}
.html-default-class .nts-form-el-button-textual{border:none !important;background:0;padding:1px 0 1px 0}
.html-default-class .nts-form-el-button-textual input,.html-default-class .nts-form-el-button-textual button{background:0;border:none !important;border-radius:0}
.html-default-class .nts-tag{display:inline-block;padding:5px 10px;border:0;margin:5px}
@media(max-width:1023px){.html-default-class .nts-tag{margin-top:12px;margin-bottom:12px}
}
.html-default-class .nts-tag .icon-close{margin-left:6px}
.html-default-class .nts-tag button{border:0}
.html-default-class .nts-tag-bar-wrapper{background-color:#cdd9e1}
.html-default-class .nts-tag-bar .nts-event-overview-filter-toggle ~ label{display:none}
.html-default-class .nts-tag-bar .nts-event-overview-filter-toggle ~ .nts-form-el{display:none}
.html-default-class .nts-tag-bar .nts-event-overview-filter-toggle ~ .nts-tag ~ .nts-form-el{display:inline-block}
@media(max-width:767px){.html-default-class .nts-tag-bar .nts-tag-bar-label{display:none}
.html-default-class .nts-tag-bar .nts-event-overview-filter-toggle ~ .nts-tag:nth-of-type(-n+3){display:inline-block}
.html-default-class .nts-tag-bar .nts-event-overview-filter-toggle ~ .nts-tag:nth-of-type(n+4) ~ label{display:inline-block}
.html-default-class .nts-tag-bar .nts-event-overview-filter-toggle:not(:checked) ~ .nts-tag:nth-of-type(n+4){display:none}
}
@media(min-width:768px){.html-default-class .nts-tag-bar{display:flex}
.html-default-class .nts-tag-bar .nts-tag-bar-label{white-space:nowrap;clear:both;padding-top:10px}
.html-default-class .nts-tag-bar .nts-event-overview-filter-toggle:not(:checked) ~ .nts-tag{display:inline-block}
}
@media(max-width:1023px){.html-default-class .nts-tag-bar .nts-tag-bar-label{padding-top:17px}
}
.html-default-class .nts-paging{margin-top:2.85714286rem;margin-bottom:2.85714286rem;text-align:center}
.html-default-class .nts-paging .navigate,.html-default-class .nts-paging .jump,.html-default-class .nts-paging .index,.html-default-class .nts-paging .spacer{display:inline-block;padding:0 4px;min-width:1.42857143rem;text-align:center}
.html-default-class .nts-paging .index,.html-default-class .nts-paging .spacer{margin-left:2px;margin-right:2px}
.html-default-class .nts-paging .index:first-of-type{margin-left:0}
.html-default-class .nts-paging .index:last-of-type{margin-right:0}
.html-default-class .nts-paging .index:hover,.html-default-class .nts-paging .active{background-color:#005578;color:#fff}
.html-default-class .dark-text .nts-paging .index:hover,.html-default-class .dark-text .nts-paging .active,.html-default-class .dark-text.nts-paging .index:hover,.html-default-class .dark-text.nts-paging .active{background-color:#fff}
.html-default-class .nts-paging .spacer,.html-default-class .nts-paging .spacer:hover{color:#2d373c}
.html-default-class .dark-text .nts-paging .spacer,.html-default-class .dark-text .nts-paging .spacer:hover,.html-default-class .dark-text.nts-paging .spacer,.html-default-class .dark-text.nts-paging .spacer:hover{color:#fff}
.html-default-class .nts-paging .navigate,.html-default-class .nts-paging .jump{color:#2387aa}
.html-default-class .nts-paging .navigate:hover,.html-default-class .nts-paging .jump:hover{color:#005578}
.html-default-class .nts-paging .navigate.inactive,.html-default-class .nts-paging .jump.inactive{color:#9bafbe}
.html-default-class .dark-text .nts-paging .navigate,.html-default-class .dark-text .nts-paging .jump,.html-default-class .dark-text.nts-paging .navigate,.html-default-class .dark-text.nts-paging .jump,.html-default-class .dark-text .nts-paging .navigate:hover,.html-default-class .dark-text .nts-paging .jump:hover,.html-default-class .dark-text.nts-paging .navigate:hover,.html-default-class .dark-text.nts-paging .jump:hover{color:#fff}
.html-default-class .dark-text .nts-paging .navigate.inactive,.html-default-class .dark-text .nts-paging .jump.inactive,.html-default-class .dark-text.nts-paging .navigate.inactive,.html-default-class .dark-text.nts-paging .jump.inactive{color:#879baa}
.html-default-class .nts-paging [class*="icon-"],.html-default-class .nts-paging [class*="icon-"]:before{font-size:inherit;line-height:inherit}
.html-default-class .nts-paging .text-label{display:none}
@media(max-width:1023px){.html-default-class .nts-paging:not(.nts-paging-numbers){overflow:auto}
.html-default-class .nts-paging:not(.nts-paging-numbers) .index,.html-default-class .nts-paging:not(.nts-paging-numbers) .spacer,.html-default-class .nts-paging:not(.nts-paging-numbers) .jump{display:none}
.html-default-class .nts-paging:not(.nts-paging-numbers) .text-label{display:inline-block}
.html-default-class .nts-paging:not(.nts-paging-numbers) .navigate,.html-default-class .nts-paging:not(.nts-paging-numbers) .jump{border:1px solid currentColor;padding:.71428571rem}
.html-default-class .nts-paging:not(.nts-paging-numbers) .arrow-prev{float:left}
.html-default-class .nts-paging:not(.nts-paging-numbers) .arrow-next{float:right}
}
.html-default-class .editmode-container{border:1px solid #aaa;margin:12px 0;font-size:12px;padding:0 10px}
.html-default-class .editmode-container [class*="editmode-label"]{color:#aaa;text-align:center;background:#c3f0f0;opacity:.75}
.html-default-class .editmode-container .editmode-container{margin:7px 0}
.html-default-class .editmode-container .editmode-container [class*="editmode-label"]{background:#eee;opacity:.75}
.html-default-class .editmode-container .editmode-container.nts-borderless{border:0}
.html-default-class .editmode-container .editmode-label{margin:0 -10px}
.html-default-class .editmode-container [class*="col-"]{float:none !important}
.html-default-class .editmode-container .nts-chapter{padding-top:0 !important;padding-bottom:0 !important}
.html-default-class .editmode-container .nts-comp{margin-top:0 !important;margin-bottom:0 !important}
.html-default-class .editmode-container img{width:20% !important;min-width:300px !important;height:auto !important}
.html-default-class .editmode-container img.cq-image-placeholder{width:74px !important;min-width:auto !important;height:74px !important}
.html-default-class .editmode-container .cq-dd-video img{min-width:280px;max-height:200px}
.html-default-class .editmode-container .cq-video-placeholder{width:100% !important;min-width:74px !important;height:74px !important}
.html-default-class .editmode-container .noUploadContainer img{width:150px !important;min-width:auto !important}
.html-default-class .editmode-container .nts-loading-circle img{width:auto !important;min-width:auto !important}
.html-default-class .editmode-container .nts-news-and-event{height:auto !important}
.html-default-class .editmode-container .nts-news-and-event .nts-news-and-events-teaser-content{height:auto !important}
.html-default-class .editmode-container .wap-abandoned{padding:20px;background-color:#a94442;display:inline-block;color:#fff;font-weight:bold}
.html-default-class .nts-profile-page .nfs-profile-headline{margin-top:2em;margin-bottom:50px}
.html-default-class .nts-profile-page .nfs-profile-headline h4{font-weight:bold}
.html-default-class .nts-profile-page .nts-profile-head{background-color:#555f69;border-top-color:#dfe6ed}
.html-default-class .nts-profile-page .nts-profile-head .nts-breadcrumb{margin-bottom:0}
.html-default-class .nts-profile-page .nts-profile-head li.nts-breadcrumb-entry>a>span{color:#fff}
.html-default-class .nts-profile-page .nts-profile-head li.nts-breadcrumb-entry>span{color:#fff}
.html-default-class .nts-profile-page .nts-profile-head h2{color:#fff}
.html-default-class .nts-profile-page .nts-profile-head p{color:#fff;margin-bottom:2em;text-align:justify}
.html-default-class .nts-login-page .margin-top-lg{margin-top:60px}
.html-default-class .nts-login-page .margin-top-md{margin-top:40px}
.html-default-class .nts-login-page .margin-btm-lg{margin-bottom:60px}
.html-default-class .nts-login-page .margin-top-sm{margin-top:20px}
.html-default-class .nts-login-page span.icon-arrow-down-large{display:none}
.html-default-class .nts-world-map #map{width:100%;margin:1.42857143rem 0}
.html-default-class .nts-video-slider{position:relative}
.html-default-class .nts-video-slider .slick-arrow{color:#fff;background:rgba(10,20,25,0.3)}
.html-default-class .nts-video-slider .slick-arrow:hover,.html-default-class .nts-video-slider .slick-arrow:active{color:#fff;background:rgba(10,20,25,0.5)}
.html-default-class .nts-video-slider .slick-arrow.slick-disabled:hover{background:rgba(10,20,25,0.3)}
.html-default-class .nts-video-slider .slick-arrow.slick-disabled span[class*="icon-arrow-"]{color:#fff;opacity:.5}
.html-default-class .nts-video-slider .nts-slider{padding-left:0;padding-right:0}
.html-default-class .nts-video-slider .nts-slider .slick-slide{padding-right:15px;padding-left:15px}
.html-default-class .nts-video .video-js{width:100% !important;height:100%}
.html-default-class .nts-mediatext .nts-video .video-js{width:100% !important}
.html-default-class .nts-mediatext .pull-right .nts-video .video-js{width:100% !important}
.html-default-class .nts-video .video-js .vjs-endscreen-overlay-buttons .vjs-icon-replay:before{content:'\e91b'}
.html-default-class .nts-video .nts-caption{margin-top:.71428571rem}
.html-default-class .nts-video .vjs-closeFullscreenToggle,.html-default-class .nts-video-fullscreen .vjs-closeFullscreenToggle{display:none}
.html-default-class .nts-video .vjs-fullscreen video,.html-default-class .nts-video-fullscreen .vjs-fullscreen video{height:100% !important}
.html-default-class .nts-video .vjs-fullscreen .vjs-closeFullscreenToggle,.html-default-class .nts-video-fullscreen .vjs-fullscreen .vjs-closeFullscreenToggle{display:block;position:fixed;top:0;right:0;background:rgba(255,255,255,0.5);height:40px;width:40px;font-family:'siemens-webicons-webfont';text-indent:-9999px;overflow:hidden}
.html-default-class .nts-video .vjs-fullscreen .vjs-closeFullscreenToggle:hover,.html-default-class .nts-video-fullscreen .vjs-fullscreen .vjs-closeFullscreenToggle:hover{background-color:#fff;cursor:pointer}
.html-default-class .nts-video .vjs-fullscreen .vjs-closeFullscreenToggle:before,.html-default-class .nts-video-fullscreen .vjs-fullscreen .vjs-closeFullscreenToggle:before{content:"\e615";position:absolute;top:4px;right:10px;text-indent:0;color:#2387aa;font-size:19px}
.html-default-class .video-js .vjs-poster{background-size:cover}
.html-default-class .video-js .vjs-big-play-button{top:50% !important;left:50% !important;margin-left:-40px !important;margin-top:-40px !important;color:#2387aa !important;width:80px !important;height:80px !important;border-radius:0 !important;background:rgba(255,255,255,0.75) !important;line-height:80px}
.html-default-class .video-js .vjs-big-play-button:before{font-size:3rem !important;line-height:76px !important;color:#2387aa !important;text-shadow:none !important;opacity:1 !important;width:auto !important;margin:0 !important;margin-left:.5rem !important}
.html-default-class .video-js .vjs-big-play-button:hover{background:#fff !important;color:#41aac8 !important;opacity:1 !important}
@media(min-width:600px) and (max-width:1023px){.html-default-class .video-js .vjs-big-play-button{top:50% !important;left:50% !important;margin-left:-30px !important;margin-top:-30px !important;color:#2387aa !important;width:60px !important;height:60px !important;border-radius:0 !important;background:rgba(255,255,255,0.75) !important;line-height:60px}
.html-default-class .video-js .vjs-big-play-button:before{font-size:30px !important;line-height:60px !important;color:#2387aa !important;text-shadow:none !important;opacity:1 !important;width:auto !important;margin:0 !important;margin-left:0 !important}
.html-default-class .video-js .vjs-big-play-button:hover{background:#fff !important;color:#41aac8 !important;opacity:1 !important}
}
@media(min-width:320px) and (max-width:599px){.html-default-class .video-js .vjs-big-play-button{top:50% !important;left:50% !important;margin-left:-25px !important;margin-top:-25px !important;color:#2387aa !important;width:50px !important;height:50px !important;border-radius:0 !important;background:rgba(255,255,255,0.75) !important;line-height:50px}
.html-default-class .video-js .vjs-big-play-button:before{font-size:25px !important;line-height:50px !important;color:#2387aa !important;text-shadow:none !important;opacity:1 !important;width:auto !important;margin:0 !important;margin-left:0 !important}
.html-default-class .video-js .vjs-big-play-button:hover{background:#fff !important;color:#41aac8 !important;opacity:1 !important}
}
.html-default-class .video-js .vjs-endscreen-overlay-content{display:none}
.html-default-class .video-js .vjs-endscreen-overlay-buttons{height:100% !important;width:100% !important;position:absolute}
.html-default-class .video-js .vjs-endscreen-overlay-buttons .vjs-control{position:relative;top:50%;margin-top:-40px !important;color:#2387aa !important;width:80px !important;height:80px !important;border-radius:0 !important;background:rgba(255,255,255,0.75) !important}
.html-default-class .video-js .vjs-endscreen-overlay-buttons .vjs-control:before{font-size:3rem !important;line-height:76px !important;color:#2387aa !important;text-shadow:none !important;opacity:1 !important;width:auto !important;margin:0 !important;margin-left:0 !important}
.html-default-class .video-js .vjs-endscreen-overlay-buttons .vjs-control:hover{background:#fff !important;color:#41aac8 !important;opacity:1 !important}
.html-default-class .video-js .vjs-endscreen-overlay-buttons .vjs-control:before{font-family:'siemens-webicons-webfont' !important;margin-top:-10px !important}
.html-default-class .video-js .vjs-endscreen-overlay-buttons .vjs-icon-replay:before{content:'\e654'}
.html-default-class .video-js .vjs-endscreen-overlay-buttons .vjs-icon-share:before{content:'\e659'}
@media(min-width:600px) and (max-width:1023px){.html-default-class .video-js .vjs-endscreen-overlay-buttons .vjs-control{position:relative;top:50%;margin-top:-30px !important;color:#2387aa !important;width:60px !important;height:60px !important;border-radius:0 !important;background:rgba(255,255,255,0.75) !important}
.html-default-class .video-js .vjs-endscreen-overlay-buttons .vjs-control:before{font-size:30px !important;line-height:60px !important;color:#2387aa !important;text-shadow:none !important;opacity:1 !important;width:auto !important;margin:0 !important;margin-left:0 !important}
.html-default-class .video-js .vjs-endscreen-overlay-buttons .vjs-control:hover{background:#fff !important;color:#41aac8 !important;opacity:1 !important}
.html-default-class .video-js .vjs-endscreen-overlay-buttons .vjs-control:before{font-family:'siemens-webicons-webfont' !important;margin-top:-10px !important}
}
@media(min-width:320px) and (max-width:599px){.html-default-class .video-js .vjs-endscreen-overlay-buttons .vjs-control{position:relative;top:50%;margin-top:-25px !important;color:#2387aa !important;width:50px !important;height:50px !important;border-radius:0 !important;background:rgba(255,255,255,0.75) !important}
.html-default-class .video-js .vjs-endscreen-overlay-buttons .vjs-control:before{font-size:25px !important;line-height:50px !important;color:#2387aa !important;text-shadow:none !important;opacity:1 !important;width:auto !important;margin:0 !important;margin-left:0 !important}
.html-default-class .video-js .vjs-endscreen-overlay-buttons .vjs-control:hover{background:#fff !important;color:#41aac8 !important;opacity:1 !important}
.html-default-class .video-js .vjs-endscreen-overlay-buttons .vjs-control:before{font-family:'siemens-webicons-webfont' !important;margin-top:-10px !important}
}
.html-default-class .nts-video-animation .col-xs-12{height:100vh}
.html-default-class .nts-video-animation .col-xs-12 .video-js{height:100%;width:100%}
.html-default-class .nts-video-animation .col-xs-12 .video-js video{object-fit:cover}
.html-default-class .nts-video-animation .col-xs-12 .video-js video::-webkit-media-controls-play-button,.html-default-class .nts-video-animation .col-xs-12 .video-js video::-webkit-media-controls-start-playback-button{opacity:0;pointer-events:none}
.html-default-class .nts-video-animation .col-xs-12 .video-js .vjs-poster{background-size:cover}
@media(max-width:1023px){.html-default-class .nts-video-animation .col-xs-12{height:50vh}
}
.html-default-class html.fullscreenFallbackMode{overflow:hidden}
.html-default-class .nts-video-fullscreen.fullscreenFallback{position:fixed;top:0;bottom:0;left:0;right:0;display:block;z-index:100000}
.html-default-class .nts-video-fullscreen .col-xs-12{height:100vh}
.html-default-class .nts-video-fullscreen .col-xs-12 .video-js{width:100% !important;height:100%}
.html-default-class .nts-video-fullscreen .col-xs-12 .video-js.vjs-fullscreen{height:100% !important}
.html-default-class .nts-video-fullscreen .col-xs-12 .video-js .vjs-poster{background-size:cover}
.html-default-class .nts-video-fullscreen .col-xs-12 .video-js video{object-fit:contains}
.html-default-class .wcm-edit .nts-topic-news-tile{height:auto !important}
.html-default-class .nts-topic-news-tile{margin-bottom:1.07142857rem}
.html-default-class .nts-topic-news-tile .nts-hide-warning{margin:1.07142857rem 0;padding:1.07142857rem;color:white;background-color:red}
.html-default-class .nts-topic-news-tile .nts-topic-news-tile-content{position:relative;width:100%;height:auto;overflow:hidden;background-color:#fff}
.html-default-class .nts-topic-news-tile a:hover{text-decoration:none}
@media(min-width:1024px){.html-default-class .nts-topic-news-tile a:hover .nts-topic-news-tile-icons .icon-arrow-right-large{display:block}
}
.html-default-class .nts-topic-news-tile .nts-topic-news-tile-image-container{position:relative;overflow:hidden}
.html-default-class .nts-topic-news-tile .nts-topic-news-tile-text-container{padding:1.07142857rem;height:auto}
.html-default-class .nts-topic-news-tile .nts-topic-news-tile-date{margin-bottom:1.42857143rem;min-height:1.42857143rem}
.html-default-class .nts-topic-news-tile .nts-topic-news-tile-headline ~ .nts-topic-news-tile-description{margin-top:1.07142857rem}
.html-default-class .nts-topic-news-tile .nts-topic-news-tile-icons .icon-arrow-right-large{position:absolute;bottom:1.07142857rem;right:.71428571rem;display:none}
@media(min-width:1024px){.html-default-class .nts-topic-news-tile.col-lg-8,.html-default-class .nts-topic-news-tile.col-lg-4{padding-right:0}
}
@media(min-width:768px){.html-default-class .nts-topic-news-tile .nts-topic-news-tile-content{height:100%}
.html-default-class .nts-topic-news-tile-hero-teaser.nts-topic-news-tile .nts-topic-news-tile-image-container{position:absolute;width:100%;height:100%}
.html-default-class .nts-topic-news-tile-hero-teaser.nts-topic-news-tile .nts-topic-news-tile-image-container div{height:100%}
.html-default-class .nts-topic-news-tile .nts-topic-news-tile-image-container img{width:100%;transition:all 1s ease}
.html-default-class .nts-topic-news-tile-hero-teaser.nts-topic-news-tile .nts-topic-news-tile-image-container:after{content:'\A';position:absolute;width:100%;height:100%;top:0;left:0;background:#0a1419;opacity:.5;transition:all 1s ease}
.html-default-class .nts-topic-news-tile a:hover .nts-topic-news-tile-image-container:after{opacity:.3}
.html-default-class .nts-topic-news-tile a:hover .nts-topic-news-tile-image-container img{transform:scale(1.025)}
.html-default-class .nts-topic-news-tile-hero-teaser .nts-topic-news-tile-text-container{color:#fff;background-color:transparent;position:absolute;width:100%;height:100%;display:flex;justify-content:flex-end;flex-direction:column;padding-bottom:3.57142857rem}
.html-default-class .nts-topic-news-tile-hero-teaser .nts-topic-news-tile-date{display:none}
.html-default-class .nts-topic-news-tile-hero-teaser .nts-topic-news-tile-headline ~ .nts-topic-news-tile-description{margin-top:1.42857143rem}
.html-default-class .nts-topic-news-tile-hero-teaser .nts-topic-news-tile-icons{color:#fff}
}
@media(min-width:768px) and (max-width:1023px){.html-default-class .nts-topic-news-tile-hero-teaser.nts-topic-news-tile .nts-topic-news-tile-image-container img{height:100%;width:auto}
}
.html-default-class .content-wrapper .nts-teaser{margin-bottom:0}
@media(min-width:1024px){.html-default-class .content-wrapper .nts-teaser{margin-bottom:40px !important}
}
@media(max-width:1023px){.html-default-class .content-wrapper .nts-teaser .nts-teaser-item{margin-bottom:40px}
}
.html-default-class .content-wrapper .nts-teaser .nts-rte{margin-bottom:15px !important}
@media(min-width:768px) and (max-width:1023px){.html-default-class .content-wrapper .nts-teaser-item{margin-bottom:40px;margin-bottom:11px}
}
.html-default-class .nts-teaser .nts-teaser-item.hidden-lg{width:50%;min-height:175px;float:left;margin-bottom:40px}
@media(min-width:600px){.html-default-class .nts-teaser .nts-teaser-item.hidden-lg:nth-child(even){padding-right:3%}
}
.html-default-class .nts-teaser .nts-teaser-item.hidden-lg .nts-rte{margin-bottom:15px !important}
.html-default-class .nts-teaser .nts-teaser-item.hidden-lg [class*="col-"]{width:100%;padding:0}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-content .nts-teaser .col-lg-6{width:75%}
@media(min-width:320px) and (max-width:767px){.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-content .nts-teaser{margin-bottom:1.42857143rem}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-content .nts-teaser .nts-teaser-item:not(.nts-teaser-item--mb){margin-bottom:0 !important}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-content .nts-teaser .nts-teaser-item:not(.nts-teaser-item--mb) .nts-h4{padding-top:1.42857143rem}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-content .nts-teaser .nts-double-teaser-second-item .nts-image{padding-top:1.42857143rem}
}
@media(min-width:768px) and (max-width:1023px){.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-content .nts-teaser{margin-bottom:2.85714286rem}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-content .nts-teaser .nts-teaser-item:last-child{margin-bottom:0 !important}
}
.html-default-class .nts-table{height:auto}
.html-default-class .nts-table .P,.html-default-class .nts-table .Ps,.html-default-class .nts-table .P1,.html-default-class .nts-table .P2,.html-default-class .nts-table .P3,.html-default-class .nts-table .A1{font-size:14px}
.html-default-class .nts-table .nts-table-export-controls{text-align:right;padding-bottom:8px}
.html-default-class .no-js .nts-table .nts-table-export-controls{display:none}
.html-default-class .nts-table .nts-table-export-controls a.A1{padding-left:12px}
.html-default-class .nts-table .nts-table-scrollpane{border:solid #ebf0f5 2px}
.html-default-class .no-js .nts-table .nts-table-scrollpane{overflow:auto}
.html-default-class .nts-table .nts-table-scrollpane .nts-table-first-column-border{position:absolute;top:0;width:2px;margin-left:1.5%;background-color:#879baa;display:none}
.html-default-class .nts-table table.nts-table-scroll{width:100%;border-collapse:separate}
.html-default-class .nts-table table.nts-table-scroll thead tr th{padding:10px;background-color:#ebf0f5;border-left:solid #fff 2px;border-bottom:solid 4px #dfe6ed;vertical-align:text-top;min-width:calc(50vw - 17px)}
@media(min-width:600px){.html-default-class .nts-table table.nts-table-scroll thead tr th{min-width:calc(30.8333vw - 11.333px)}
}
@media(min-width:768px){.html-default-class .nts-table table.nts-table-scroll thead tr th{min-width:calc(23.125vw - 8.5px)}
}
@media(min-width:1024px){.html-default-class .nts-table table.nts-table-scroll thead tr th{min-width:80px}
}
.html-default-class .nts-table table.nts-table-scroll thead tr th:first-child{background-color:#dfe6ed;border-left:0}
.html-default-class .nts-table table.nts-table-scroll tbody tr td{padding:10px;background:#fff;border-right:solid #ebf0f5 2px;border-bottom:solid #ebf0f5 4px;vertical-align:text-top;min-width:calc(50vw - 17px)}
@media(min-width:600px){.html-default-class .nts-table table.nts-table-scroll tbody tr td{min-width:calc(30.8333vw - 11.333px)}
}
@media(min-width:768px){.html-default-class .nts-table table.nts-table-scroll tbody tr td{min-width:calc(23.125vw - 8.5px)}
}
@media(min-width:1024px){.html-default-class .nts-table table.nts-table-scroll tbody tr td{min-width:80px}
}
.html-default-class .nts-table table.nts-table-scroll tbody tr td:first-child{border-left:0}
.html-default-class .nts-table table.nts-table-scroll tbody tr:last-child td{border-bottom:0}
.html-default-class .nts-table .nts-table-sorticons{font-size:12px;height:12px;color:#2387aa}
.html-default-class .no-js .nts-table .nts-table-sorticons{display:none}
.html-default-class .nts-table .nts-table-sorticons:hover{color:#005578}
.html-default-class .nts-table .icon-single-arrow-down{margin-left:-8px}
.html-default-class .nts-table .headerSortDown .icon-single-arrow-up{font-size:0}
.html-default-class .nts-table .headerSortDown .icon-single-arrow-down{margin-left:-12px}
.html-default-class .nts-table .headerSortUp .icon-single-arrow-down{font-size:0}
.html-default-class .nts-table .jspHorizontalBar{margin-top:2px;height:8px;background-color:#dfe6ed}
.html-default-class .nts-table .jspHorizontalBar .jspDrag{background-color:#788791;height:8px}
.html-default-class .nts-table table.nts-table-non-scroll{width:100%;border:2xp solid #ebf0f5}
.html-default-class .nts-table table.nts-table-non-scroll tr td{background:#fff;border:2px solid #ebf0f5;border-left:4px solid #ebf0f5;padding:10px;padding-bottom:15px}
.html-default-class .nts-table table.nts-table-non-scroll tr td:first-child{background:#ebf0f5;border-left:2px;border-bottom:2px solid #fff}
.html-default-class .nts-table table.nts-table-non-scroll tr td:not(td:first-child){border-left:4px}
.html-default-class .nts-table table.nts-table-non-scroll tr:last-child td:first-child{border-bottom:#ebf0f5}
.html-default-class .nts-table sup,.html-default-class .nts-table sub{position:static}
.html-default-class .nts-table sup{vertical-align:super}
.html-default-class .nts-table sub{vertical-align:sub}
.html-default-class .nts-chapter-color-grey .nts-table thead tr th{background:#dfe6ed;border-bottom:solid 4px #cdd9e1}
.html-default-class .nts-chapter-color-grey .nts-table thead tr th:first-child{background:#cdd9e1}
.html-default-class .nts-chapter-color-grey .nts-table .nts-table-non-scroll td:first-child{background:#dfe6ed;border-bottom:2px solid #ebf0f5}
.html-default-class .nts-chapter-color-grey .nts-table .nts-table-non-scroll tr:last-child td:first-child{border-bottom:#ebf0f5}
.html-default-class .nts-tab-list{display:table;table-layout:fixed}
.html-default-class .nts-tab-list li.nts-tab-item{width:100%}
.html-default-class .nts-tab .tab-pane.active{padding-top:30px}
.html-default-class .nts-tab .tab-pane:not(.active){overflow:hidden}
.html-default-class .nts-tab .nts-tab-list{border-bottom:1px solid #879baa}
.html-default-class .nts-tab .nts-tab-list .nts-tab-item{padding:0 0 0 3px;bottom:-1px;vertical-align:bottom}
.html-default-class .nts-tab .nts-tab-list .nts-tab-item:first-child{padding:0}
.html-default-class .nts-tab .nts-tab-list .nts-tab-item a{text-decoration:none;display:block;padding:10px 10px 20px 10px;background-color:#ebf0f5;border-bottom:1px solid #879baa;border-radius:0;text-align:left}
.html-default-class .nts-tab .nts-tab-list .nts-tab-item a:hover,.html-default-class .nts-tab .nts-tab-list .nts-tab-item a:active,.html-default-class .nts-tab .nts-tab-list .nts-tab-item a:focus{color:#005578 !important;background-color:#dfe6ed;border-color:#dfe6ed;border-bottom:1px solid #879baa;margin:0}
.html-default-class .nts-tab .nts-tab-list .nts-tab-item.active a,.html-default-class .nts-tab .nts-tab-list .nts-tab-item.active a:hover,.html-default-class .nts-tab .nts-tab-list .nts-tab-item.active a:focus,.html-default-class .nts-tab .nts-tab-list .nts-tab-item.ui-state-active a:hover,.html-default-class .nts-tab .nts-tab-list .nts-tab-item.ui-state-active a:focus,.html-default-class .nts-tab .nts-tab-list .nts-tab-item.ui-state-active a{background-color:#fff;border:1px solid #879baa;border-bottom-color:transparent;color:#005578 !important}
.html-default-class .nts-chapter-color-grey .nts-tab .nts-tab-list{border-bottom:1px solid #879baa}
.html-default-class .nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item a{text-decoration:none;display:block;padding:10px 10px 20px 10px;background-color:#dfe6ed;border-bottom:1px solid #879baa;border-radius:0;text-align:left}
.html-default-class .nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item a:hover,.html-default-class .nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item a:active,.html-default-class .nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item a:focus{color:#005578 !important;background-color:#cdd9e1;border-color:#cdd9e1;border-bottom:1px solid #cdd9e1;margin:0}
.html-default-class .nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item.active a,.html-default-class .nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item.active a:hover,.html-default-class .nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item.active a:focus,.html-default-class .nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item.ui-state-active a:hover,.html-default-class .nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item.ui-state-active a:focus,.html-default-class .nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item.ui-state-active a{background-color:#ebf0f5;border:1px solid #879baa;border-bottom-color:transparent;color:#005578 !important}
.html-default-class .nts-chapter-color-grey--region.nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item.active a,.html-default-class .nts-chapter-color-grey--region.nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item.active a:hover,.html-default-class .nts-chapter-color-grey--region.nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item.active a:focus,.html-default-class .nts-chapter-color-grey--region.nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item.ui-state-active a:hover,.html-default-class .nts-chapter-color-grey--region.nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item.ui-state-active a:focus,.html-default-class .nts-chapter-color-grey--region.nts-chapter-color-grey .nts-tab .nts-tab-list .nts-tab-item.ui-state-active a{background-color:#ebf0f5}
.html-default-class .nts-accordion.nts-tab-combi-accordion .nts-accordion-container{margin-bottom:10px}
.html-default-class .nts-accordion.nts-tab-combi-accordion .nts-accordion-container .nts-accordion-heading.D2:not(.collapsed){border:1px solid #879baa;border-bottom:0;padding-top:10px;background:transparent}
.html-default-class .nts-accordion.nts-tab-combi-accordion .nts-accordion-container .nts-accordion-heading.D2:not(.collapsed):hover{background:transparent}
.html-default-class .nts-accordion.nts-tab-combi-accordion .nts-accordion-container .nts-accordion-heading.D2:not(.collapsed) .nts-accordion-title{color:#005578}
.html-default-class .nts-accordion.nts-tab-combi-accordion .nts-accordion-container .nts-accordion-heading.D2:not(.collapsed) .icon-arrow-up-small{display:block}
.html-default-class .nts-accordion.nts-tab-combi-accordion .nts-accordion-container .nts-accordion-heading.D2:not(.collapsed) .icon-arrow-down-small{display:none}
.html-default-class .nts-accordion.nts-tab-combi-accordion .nts-accordion-container .nts-accordion-heading.D2.collapsed{background:#788791}
.html-default-class .nts-accordion.nts-tab-combi-accordion .nts-accordion-container .nts-accordion-heading.D2.collapsed:hover{background:#697882}
.html-default-class .nts-accordion.nts-tab-combi-accordion .nts-accordion-container .nts-accordion-heading.D2.collapsed:hover .nts-accordion-title{color:#fff}
.html-default-class .nts-accordion.nts-tab-combi-accordion .nts-accordion-container .nts-accordion-heading.D2.collapsed .icon-arrow-up-small{display:none}
.html-default-class .nts-accordion.nts-tab-combi-accordion .nts-accordion-container .nts-accordion-heading.D2.collapsed .icon-arrow-down-small{display:block}
.html-default-class .nts-accordion.nts-tab-combi-accordion .nts-accordion-container .nts-accordion-heading.D2 .nts-accordion-title span[class*="icon-arrow-"]{float:right}
.html-default-class .nts-accordion.nts-tab-combi-accordion .nts-accordion-container .nts-accordion-body .nts-accordion-content{padding-top:30px}
.html-default-class .nts-accordion.nts-tab-combi-accordion .nts-accordion-container:last-child .nts-accordion-body{border-bottom:0}
.html-default-class .nts-tab-combi-tabs .nts-tab-list{margin-bottom:30px}
.html-default-class .nts-chapter-download-support-service .nts-tab-combi-tabs .nts-tab-list{margin-bottom:-10px}
.html-default-class .nts-chapter-download-support-service .nts-tab-combi-tabs .nts-tab-list+.tab-content .tab-pane{margin-top:40px}
.html-default-class .nts-tab-combi-tabs .nts-tab-list .nts-tab-item{margin-bottom:-1px}
.html-default-class .nts-tab-combi-tabs .nts-tab-list .nts-tab-item.active a{background:transparent;border-color:#879baa !important;border-bottom:0;color:#005578}
.html-default-class .nts-tab-combi-tabs .nts-tab-list .nts-tab-item.active a:hover,.html-default-class .nts-tab-combi-tabs .nts-tab-list .nts-tab-item.active a:focus,.html-default-class .nts-tab-combi-tabs .nts-tab-list .nts-tab-item.active a:link,.html-default-class .nts-tab-combi-tabs .nts-tab-list .nts-tab-item.active a:visited{cursor:pointer;background:transparent}
.html-default-class .nts-tab-combi-tabs .nts-tab-list .nts-tab-item a{padding:1rem;text-align:left;background:#788791;border:1px solid #fff;border-radius:0 !important;border-bottom:none !important}
.html-default-class .nts-tab-combi-tabs .nts-tab-list .nts-tab-item a:hover{background:#697882}
.html-default-class .nts-tab-combi-tabs .nts-tab-list .nts-tab-item a .icon-left{font-size:2.14285714rem}
.html-default-class .nts-tab-combi-tabs .nts-tab-list .nts-tab-item a .nts-tab-combi-tab-text{line-height:2.14285714rem}
.html-default-class .nts-tab-combi-tabs .nts-tab-list .nts-tab-item a .nts-tab-combi-tab-text span[class*="icon-arrow-"]{line-height:2.14285714rem;float:right}
.html-default-class .tab .tab-content>.tab-pane{display:block;height:0}
.html-default-class .tab .tab-content>.active{height:auto}
.html-default-class .accordion.section+.tab.section{margin-top:4.28571429rem}
.html-default-class .nts-getting-things-done-tab .nts-tab-headline{background-color:#ebf0f5}
.html-default-class .nts-getting-things-done-tab .nts-tab-headline .nts-tab-list{padding-left:15px;border:0}
.html-default-class .nts-getting-things-done-tab .nts-tab-headline .nts-tab-list .nts-tab-item{float:none;display:table-cell}
.html-default-class .nts-getting-things-done-tab .nts-tab-headline .nts-tab-list .nts-tab-item a{text-decoration:none;margin:0;display:block;padding:15px;border:0;border-right:2px solid #fff;border-radius:0;text-align:left}
.html-default-class .nts-getting-things-done-tab .nts-tab-headline .nts-tab-list .nts-tab-item a:hover{color:#005578 !important;background-color:#cdd9e1}
.html-default-class .nts-getting-things-done-tab .nts-tab-headline .nts-tab-list .nts-tab-item:first-child a{border-left:2px solid #fff}
.html-default-class .nts-getting-things-done-tab .nts-tab-headline .nts-tab-list .nts-tab-item.active a,.html-default-class .nts-getting-things-done-tab .nts-tab-headline .nts-tab-list .nts-tab-item.active a:hover,.html-default-class .nts-getting-things-done-tab .nts-tab-headline .nts-tab-list .nts-tab-item.active a:focus,.html-default-class .nts-getting-things-done-tab .nts-tab-headline .nts-tab-list .nts-tab-item.ui-state-active a:hover,.html-default-class .nts-getting-things-done-tab .nts-tab-headline .nts-tab-list .nts-tab-item.ui-state-active a:focus,.html-default-class .nts-getting-things-done-tab .nts-tab-headline .nts-tab-list .nts-tab-item.ui-state-active a{background-color:#fff;color:#005578 !important}
.html-default-class .nts-getting-things-done-tab .tab-content .tab-pane{margin-top:30px}
@media(max-width:1023px){.html-default-class .nts-chapter-getting-things-done{padding-top:2.85714286rem !important}
}
@media(max-width:599px){.html-default-class .nts-chapter-getting-things-done .nts-accordion .nts-accordion-content{padding-top:10px}
.html-default-class .nts-chapter-getting-things-done .nts-accordion .nts-accordion-content .nts-linklist ul li{padding-bottom:15px}
}
.html-default-class .nts-chapter-getting-things-done .nts-accordion .nts-accordion-container .nts-accordion-heading .nts-accordion-title.D1{font-size:24px;line-height:30px}
.html-default-class .nts-chapter-getting-things-done .nts-accordion .nts-accordion-container .nts-accordion-heading .nts-accordion-title.D1>.icon-plus,.html-default-class .nts-chapter-getting-things-done .nts-accordion .nts-accordion-container .nts-accordion-heading .nts-accordion-title.D1>.icon-minus,.html-default-class .nts-chapter-getting-things-done .nts-accordion .nts-accordion-container .nts-accordion-heading .nts-accordion-title.D1>.icon-arrow-right-small{line-height:30px}
.html-default-class .nts-chapter-getting-things-done .nts-accordion .nts-accordion-container .nts-accordion-heading .nts-accordion-title.D1 .nts-accordion-item-title{padding-left:34px}
.html-default-class .nts-stickybar{display:none;opacity:0;max-height:0;transition:opacity .2s linear .2s,opacity .2s linear}
.html-default-class .nts-stickybar.nts-comp,.html-default-class .nts-stickybar .nts-comp{margin-bottom:0}
.html-default-class .hidden-state .nts-stickybar,.html-default-class .compressed .nts-stickybar.revealup{display:block;opacity:1;max-height:40px}
.html-default-class .nts-stickybar .nts-button{margin-top:0}
.html-default-class .siteid-flyout-btn{cursor:pointer}
.html-default-class .siteid-flyout-btn.hovered,.html-default-class .siteid-flyout-btn:hover{text-decoration:none;color:#2d373c;border-bottom:4px solid #41aaaa;padding-bottom:15px;margin-bottom:-19px}
.html-default-class .nts-siteid,.html-default-class .nts-navbar-header-siteid{background:#ebf0f5;color:#697882;position:absolute;width:100%;z-index:8896;padding:18px 0 16px;display:none;border-bottom:2px solid #dfe6ed;margin-top:-1px}
.html-default-class .nts-siteid hr,.html-default-class .nts-navbar-header-siteid hr{display:block;height:1px;border:0;border-top:1px solid #cdd9e1;margin-top:43px;padding:0}
.html-default-class .nts-siteid .change-lang-row .siteid-col-inline,.html-default-class .nts-navbar-header-siteid .change-lang-row .siteid-col-inline{display:inline-block;width:auto}
.html-default-class .nts-siteid .change-lang-row .available-languages-list ul,.html-default-class .nts-navbar-header-siteid .change-lang-row .available-languages-list ul{margin-bottom:0;margin-top:0;padding:0}
.html-default-class .nts-siteid .change-lang-row .available-languages-list ul li,.html-default-class .nts-navbar-header-siteid .change-lang-row .available-languages-list ul li{display:inline}
.html-default-class .nts-siteid .change-lang-row .available-languages-list ul li .nts-button-container,.html-default-class .nts-navbar-header-siteid .change-lang-row .available-languages-list ul li .nts-button-container{margin-left:13px;top:16px}
.html-default-class .nts-siteid .change-lang-row .available-languages-list ul li .nts-button-container .icon-arrow-right-small,.html-default-class .nts-navbar-header-siteid .change-lang-row .available-languages-list ul li .nts-button-container .icon-arrow-right-small{line-height:17px}
.html-default-class .nts-siteid .region-row .minict_wrapper,.html-default-class .nts-navbar-header-siteid .region-row .minict_wrapper{margin-bottom:5px;width:300px;-webkit-overflow-scrolling:touch}
.html-default-class .nts-siteid .region-row .minict_wrapper ul li.minict_first,.html-default-class .nts-navbar-header-siteid .region-row .minict_wrapper ul li.minict_first{border-bottom:1px solid #879baa}
.html-default-class .nts-siteid .region-row hr,.html-default-class .nts-navbar-header-siteid .region-row hr{margin-top:33px;margin-bottom:13px}
.html-default-class .nts-siteid .region-row .N11,.html-default-class .nts-navbar-header-siteid .region-row .N11{padding-bottom:20px}
.html-default-class .nts-siteid .region-row .tab-container .tabs nav li a,.html-default-class .nts-navbar-header-siteid .region-row .tab-container .tabs nav li a{background-color:#dfe6ed}
.html-default-class .nts-siteid .region-row .tab-container .tabs nav li.active a,.html-default-class .nts-navbar-header-siteid .region-row .tab-container .tabs nav li.active a{background-color:#ebf0f5}
.html-default-class .nts-siteid .region-list,.html-default-class .nts-navbar-header-siteid .region-list{padding:0;margin:0;list-style:none;word-wrap:break-word}
@media(min-width:1024px){.html-default-class .nts-siteid .region-list,.html-default-class .nts-navbar-header-siteid .region-list{-moz-column-count:3;column-count:3}
}
.html-default-class .nts-siteid .region-list li,.html-default-class .nts-navbar-header-siteid .region-list li{margin-bottom:12px}
.html-default-class .nts-siteid .region-list .A,.html-default-class .nts-navbar-header-siteid .region-list .A,.html-default-class .nts-siteid .region-list .P,.html-default-class .nts-navbar-header-siteid .region-list .P{margin-right:10px}
@media(max-width:767px){.html-default-class .nts-siteid .region-list .P,.html-default-class .nts-navbar-header-siteid .region-list .P{display:block}
}
.html-default-class .nts-siteid .global-row .siteid-inline-block,.html-default-class .nts-navbar-header-siteid .global-row .siteid-inline-block{display:inline-block;width:auto}
.html-default-class .nts-siteid .global-row .available-global-languages-list ul,.html-default-class .nts-navbar-header-siteid .global-row .available-global-languages-list ul{margin-bottom:0;margin-top:0;padding:0}
.html-default-class .nts-siteid .global-row .available-global-languages-list ul li,.html-default-class .nts-navbar-header-siteid .global-row .available-global-languages-list ul li{display:inline;padding-left:10px}
.html-default-class .nts-siteid .global-row .available-global-languages-list ul li span.icon-arrow-right-small,.html-default-class .nts-navbar-header-siteid .global-row .available-global-languages-list ul li span.icon-arrow-right-small{line-height:17px}
@media(max-width:1023px){.html-default-class .nts-navbar-header-siteid--static{position:static}
}
.html-default-class .nts-navbar-header-siteid{padding-top:8px;padding-bottom:47px;background-color:#fff}
.html-default-class .nts-navbar-header-siteid .change-lang-row .P.siteid-col-inline{display:block}
.html-default-class .nts-navbar-header-siteid .change-lang-row .available-languages-list ul li .nts-button-container{top:10px}
.html-default-class .nts-navbar-header-siteid .change-lang-row .available-languages-list ul li:first-child .nts-button-container{margin-left:2px}
.html-default-class .nts-navbar-header-siteid .change-lang-row hr{margin-top:33px;margin-bottom:15px}
.html-default-class .nts-navbar-header-siteid .region-row .N11{padding-bottom:20px}
.html-default-class .nts-navbar-header-siteid .region-row .minict_wrapper{width:100%}
.html-default-class .nts-navbar-header-siteid .region-row .minict_wrapper ul{margin-top:3px}
.html-default-class .nts-navbar-header-siteid .global-row .P.siteid-inline-block{display:block}
.html-default-class .nts-navbar-header-siteid .global-row .available-global-languages-list ul{padding-top:5px;padding-bottom:0}
.html-default-class .nts-navbar-header-siteid .global-row .available-global-languages-list ul li:first-child{padding-left:0}
.html-default-class .nts-secondary-navigation,.html-default-class .nts-navbar-header-secondary-navigation{background:#ebf0f5;color:#697882;position:absolute;width:100%;z-index:8893;padding:27px 0 50px;display:none;border-bottom:2px solid #dfe6ed}
.html-default-class .nts-secondary-navigation .nts-region-language-bar,.html-default-class .nts-navbar-header-secondary-navigation .nts-region-language-bar{background:#ebf0f5;padding-top:10px;padding-bottom:10px}
.html-default-class .nts-secondary-navigation .nts-secondary-navigation-levelup,.html-default-class .nts-navbar-header-secondary-navigation .nts-secondary-navigation-levelup{display:none;margin-bottom:10px}
.html-default-class .nts-secondary-navigation .nts-secondary-navigation-levelup ul,.html-default-class .nts-navbar-header-secondary-navigation .nts-secondary-navigation-levelup ul{padding-left:0;margin-left:0}
.html-default-class .nts-secondary-navigation .nts-secondary-navigation-levelup li,.html-default-class .nts-navbar-header-secondary-navigation .nts-secondary-navigation-levelup li{list-style:outside none none;margin-right:9px;display:inline;margin-bottom:5px}
.html-default-class .nts-secondary-navigation .go-to-link,.html-default-class .nts-navbar-header-secondary-navigation .go-to-link{display:none;margin-bottom:10px}
.html-default-class .nts-secondary-navigation .nts-component-linklist,.html-default-class .nts-navbar-header-secondary-navigation .nts-component-linklist{padding-left:0;margin-bottom:0}
.html-default-class .nts-secondary-navigation .nts-component-linklist li,.html-default-class .nts-navbar-header-secondary-navigation .nts-component-linklist li{list-style:outside none none}
.html-default-class .nts-secondary-navigation .nts-component-linklist li a,.html-default-class .nts-navbar-header-secondary-navigation .nts-component-linklist li a{display:block;padding:.71428571rem;padding-right:2.14285714rem;border-top:1px solid #cdd9e1}
.html-default-class .nts-secondary-navigation .nts-component-linklist li span.branch-link,.html-default-class .nts-navbar-header-secondary-navigation .nts-component-linklist li span.branch-link{float:right;margin-top:.28571429rem}
.html-default-class .nts-secondary-navigation .nts-component-linklist li span.page-link-icon,.html-default-class .nts-navbar-header-secondary-navigation .nts-component-linklist li span.page-link-icon{display:none;margin-right:.57142857rem}
.html-default-class .nts-secondary-navigation .nts-component-linklist li:last-child,.html-default-class .nts-navbar-header-secondary-navigation .nts-component-linklist li:last-child{border-bottom:1px solid #cdd9e1}
.html-default-class .nts-secondary-navigation .nts-component-linklist li:hover,.html-default-class .nts-navbar-header-secondary-navigation .nts-component-linklist li:hover{background-color:#dfe6ed}
@media(max-width:1023px){.html-default-class .nts-secondary-navigation .navigation-entries .navigation-entries-column,.html-default-class .nts-navbar-header-secondary-navigation .navigation-entries .navigation-entries-column{margin-top:-1px}
}
.html-default-class .nts-secondary-navigation .nts-nav-linklist-column li,.html-default-class .nts-navbar-header-secondary-navigation .nts-nav-linklist-column li{list-style:outside none none;padding-bottom:5px}
.html-default-class .nts-secondary-navigation .nts-nav-linklist-column li span.branch-link,.html-default-class .nts-navbar-header-secondary-navigation .nts-nav-linklist-column li span.branch-link{float:right}
.html-default-class .nts-secondary-navigation .hero-content-teaser,.html-default-class .nts-navbar-header-secondary-navigation .hero-content-teaser{display:none;background-color:#fff}
.html-default-class .nts-secondary-navigation .hero-content-teaser .hero-content-teaser-image,.html-default-class .nts-navbar-header-secondary-navigation .hero-content-teaser .hero-content-teaser-image{width:100%}
.html-default-class .nts-secondary-navigation .hero-content-teaser .hero-content-teaser-description,.html-default-class .nts-navbar-header-secondary-navigation .hero-content-teaser .hero-content-teaser-description{padding:10px 15px 10px 15px}
.html-default-class .nts-secondary-navigation .hero-content-teaser .hero-content-teaser-description .hero-content-teaser-description-text,.html-default-class .nts-navbar-header-secondary-navigation .hero-content-teaser .hero-content-teaser-description .hero-content-teaser-description-text{display:inline-block;width:90%}
.html-default-class .nts-secondary-navigation .hero-content-teaser .hero-content-teaser-description .hero-content-teaser-description-arrow,.html-default-class .nts-navbar-header-secondary-navigation .hero-content-teaser .hero-content-teaser-description .hero-content-teaser-description-arrow{width:0;padding-left:10px;padding-right:0;display:inline-block}
.html-default-class .nts-secondary-navigation .navigation-entries-datasource,.html-default-class .nts-navbar-header-secondary-navigation .navigation-entries-datasource{display:none}
.html-default-class .nts-secondary-navigation .nts-product-index .site-search,.html-default-class .nts-navbar-header-secondary-navigation .nts-product-index .site-search{width:100%}
.html-default-class .nts-secondary-navigation.nts-secondary-navigation-nolevelup{padding:70px 0 50px}
@media(min-width:1024px){.html-default-class .nts-secondary-navigation.nts-secondary-navigation-nolevelup{padding-bottom:0;padding-top:40px}
}
.html-default-class .nts-secondary-navigation .nts-secondary-navigation-levelup li:first-child{display:none}
.html-default-class .nts-navbar-header-secondary-navigation{padding-top:0;padding-bottom:0;overflow:scroll;height:100vh}
.html-default-class .nts-navbar-header-secondary-navigation__container{background-color:#fff;padding-top:2.14285714rem;padding-bottom:155px;border-bottom:2px solid #dfe6ed}
@media(min-width:1024px){.html-default-class .nts-navbar-header-secondary-navigation__container{background-color:#ebf0f5;padding-bottom:48px;border-bottom:0}
}
.html-default-class .nts-navbar-header-secondary-navigation.nts-secondary-navigation-nolevelup .nts-navbar-header-secondary-navigation__container{padding-bottom:30px}
.html-default-class .nts-navbar-header-secondary-navigation .nts-secondary-navigation-levelup ul{margin-bottom:7px}
.html-default-class .nts-navbar-header-secondary-navigation .nts-secondary-navigation-levelup li{display:none}
.html-default-class .nts-navbar-header-secondary-navigation .nts-secondary-navigation-levelup li:last-child{display:inline-block}
.html-default-class .nts-navbar-header-secondary-navigation .go-to-link{padding-top:0;padding-bottom:0}
.html-default-class .nts-navbar-header-secondary-navigation .hero-content-teaser{margin-top:28px}
.html-default-class .nts-navbar-header-secondary-navigation .nts-component-linklist li a{padding-right:0}
.html-default-class .nts-navbar-header-secondary-navigation .nts-component-linklist li a .icon-arrow-right-small{color:#879baa}
.html-default-class .nts-navbar-header-secondary-navigation .nts-component-linklist li a .icon-arrow-right-small:hover{color:#005578}
.html-default-class .nts-navbar-header-secondary-navigation .nts-component-linklist li:hover a .icon-arrow-right-small{color:#005578}
@media(max-width:1023px){.html-default-class .nts-secondary-navigation .nts-component-linklist,.html-default-class .nts-navbar-header-secondary-navigation .nts-component-linklist{display:block !important;margin-bottom:0}
.html-default-class .nts-secondary-navigation .nts-component-linklist li span.branch-link,.html-default-class .nts-navbar-header-secondary-navigation .nts-component-linklist li span.branch-link{float:right;padding-right:22px}
.html-default-class .nts-secondary-navigation .nts-nav-linklist-column li span.branch-link,.html-default-class .nts-navbar-header-secondary-navigation .nts-nav-linklist-column li span.branch-link{float:right;padding-right:22px}
}
@media(max-width:1023px){.html-default-class .nts-navbar-header-secondary-navigation .nts-component-linklist li span.branch-link{padding-right:.71428571rem}
}
@media(max-width:1023px){.html-default-class .nts-accordion .product-index-search-azbox .nts-button{margin-bottom:1.42857143rem}
}
.html-default-class .nts-search,.html-default-class .nts-navbar-header-search{transition:width .2s;width:100%}
.html-default-class .nts-search .nts-search-button,.html-default-class .nts-navbar-header-search .nts-search-button,.html-default-class .nts-search .nts-search-button-reset,.html-default-class .nts-navbar-header-search .nts-search-button-reset{background:#fff;border:0;width:30px;height:100%;cursor:pointer;margin-right:-30px}
.html-default-class .nts-search .nts-search-button .icon-search,.html-default-class .nts-navbar-header-search .nts-search-button .icon-search,.html-default-class .nts-search .nts-search-button-reset .icon-search,.html-default-class .nts-navbar-header-search .nts-search-button-reset .icon-search{font-size:18px;color:#788791}
.html-default-class .nts-search .nts-search-button-reset,.html-default-class .nts-navbar-header-search .nts-search-button-reset{display:none;color:#9bafbe}
.html-default-class .nts-search .nts-search-button,.html-default-class .nts-navbar-header-search .nts-search-button{margin-right:-60px}
.html-default-class .nts-search .nts-search-button:hover,.html-default-class .nts-navbar-header-search .nts-search-button:hover{background:#697882 !important}
.html-default-class .nts-search .nts-search-button:hover .icon-search,.html-default-class .nts-navbar-header-search .nts-search-button:hover .icon-search{color:#fff}
.html-default-class .nts-search .nts-search-input,.html-default-class .nts-navbar-header-search .nts-search-input,.html-default-class .nts-search .nts-search-input.text-version,.html-default-class .nts-navbar-header-search .nts-search-input.text-version{padding-right:60px;border:1px solid #cdd9e1;height:30px;background-color:#fff}
.html-default-class .nts-search .site-search-term,.html-default-class .nts-navbar-header-search .site-search-term{font-family:"Siemens Sans Roman";font-size:14px;line-height:1.42857143rem;color:#9bafbe;width:100%;height:100%;border:0;padding-left:15px}
.html-default-class .nts-search .site-search-term:valid ~ .nts-search-button-reset,.html-default-class .nts-navbar-header-search .site-search-term:valid ~ .nts-search-button-reset{display:block}
.html-default-class .nts-search .site-search-term:focus,.html-default-class .nts-navbar-header-search .site-search-term:focus{color:#788791;outline:none !important}
.html-default-class .nts-search .site-search-term:focus ~ .nts-search-button,.html-default-class .nts-navbar-header-search .site-search-term:focus ~ .nts-search-button{background:#697882}
.html-default-class .nts-search .site-search-term:focus ~ .nts-search-button .icon-search,.html-default-class .nts-navbar-header-search .site-search-term:focus ~ .nts-search-button .icon-search{color:#fff}
.html-default-class .nts-search .autocomplete-wrapper,.html-default-class .nts-navbar-header-search .autocomplete-wrapper{position:relative}
.html-default-class .nts-search .autocomplete-wrapper ul,.html-default-class .nts-navbar-header-search .autocomplete-wrapper ul{position:relative;width:100%;background:#fff;border:1px solid #cdd9e1;border-top:0;list-style:none;padding:0;z-index:8894}
.html-default-class .nts-search .autocomplete-wrapper li,.html-default-class .nts-navbar-header-search .autocomplete-wrapper li{cursor:pointer}
.html-default-class .nts-search .autocomplete-wrapper .nts-suggest-entry a,.html-default-class .nts-navbar-header-search .autocomplete-wrapper .nts-suggest-entry a{padding:6px 15px 8px;display:block;color:#879baa;text-decoration:none}
.html-default-class .nts-search .autocomplete-wrapper .nts-suggest-entry a .nts-suggest-match,.html-default-class .nts-navbar-header-search .autocomplete-wrapper .nts-suggest-entry a .nts-suggest-match{color:#000}
.html-default-class .nts-search .autocomplete-wrapper .nts-suggest-entry a:hover,.html-default-class .nts-navbar-header-search .autocomplete-wrapper .nts-suggest-entry a:hover,.html-default-class .nts-search .autocomplete-wrapper .nts-suggest-entry a.ui-state-focus,.html-default-class .nts-navbar-header-search .autocomplete-wrapper .nts-suggest-entry a.ui-state-focus{background:#005578;color:#fff}
.html-default-class .nts-search .autocomplete-wrapper .nts-suggest-entry a:hover .nts-suggest-match,.html-default-class .nts-navbar-header-search .autocomplete-wrapper .nts-suggest-entry a:hover .nts-suggest-match,.html-default-class .nts-search .autocomplete-wrapper .nts-suggest-entry a.ui-state-focus .nts-suggest-match,.html-default-class .nts-navbar-header-search .autocomplete-wrapper .nts-suggest-entry a.ui-state-focus .nts-suggest-match{color:#fff}
.html-default-class .nts-search .ui-helper-hidden-accessible,.html-default-class .nts-navbar-header-search .ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.html-default-class .nts-navbar-header-search{width:100%;z-index:8895;padding-top:0;padding-bottom:45px;background-color:#fff;display:none;border-bottom:2px solid #dfe6ed}
.html-default-class .nts-navbar-header-search .nts-search-input,.html-default-class .nts-navbar-header-search .nts-search-input.text-version{padding-right:70px;height:35px;font-size:1rem}
.html-default-class .nts-navbar-header-search .nts-search-input .site-search-term,.html-default-class .nts-navbar-header-search .nts-search-input.text-version .site-search-term{font-size:1rem}
.html-default-class .nts-navbar-header-search .nts-search-input .site-search-term:valid ~ .nts-search-button-reset,.html-default-class .nts-navbar-header-search .nts-search-input.text-version .site-search-term:valid ~ .nts-search-button-reset{display:block}
.html-default-class .nts-navbar-header-search .nts-search-input span[class^="icon-"],.html-default-class .nts-navbar-header-search .nts-search-input.text-version span[class^="icon-"]{width:35px;position:relative;font-size:1rem;line-height:30px;text-align:center}
.html-default-class .nts-navbar-header-search .nts-search-input .nts-search-button-reset,.html-default-class .nts-navbar-header-search .nts-search-input.text-version .nts-search-button-reset{padding:0;display:none;width:35px;margin-right:-35px;box-sizing:border-box}
.html-default-class .nts-navbar-header-search .nts-search-input .nts-search-button,.html-default-class .nts-navbar-header-search .nts-search-input.text-version .nts-search-button{padding:0;width:35px;margin-right:-70px;box-sizing:border-box}
.html-default-class .nts-navbar-header-search .nts-search-input .nts-search-button.text-version,.html-default-class .nts-navbar-header-search .nts-search-input.text-version .nts-search-button.text-version{width:105px;margin-right:-140px;color:#fff;box-sizing:border-box}
.html-default-class .nts-navbar-header-search .nts-search-input.text-version{padding-right:140px}
.html-default-class .nts-navbar-header-search .autocomplete-wrapper li{cursor:pointer}
.html-default-class .nts-navbar-header-search .autocomplete-wrapper .nts-suggest-entry{font-size:1rem;line-height:1.42857143rem}
@media(min-width:768px) and (max-width:1023px){.html-default-class .nts-navbar-header-search{padding-top:12px}
}
.html-default-class .nts-search .nts-onebox,.html-default-class .nts-navbar-header-search .nts-onebox{margin-top:4px}
.html-default-class .nts-search .nts-onebox a,.html-default-class .nts-navbar-header-search .nts-onebox a{padding:11px 15px 11px 15px;display:block;overflow:auto;background-color:#ebf0f5;position:relative;text-decoration:none}
.html-default-class .nts-search .nts-onebox a .nts-onebox-headline,.html-default-class .nts-navbar-header-search .nts-onebox a .nts-onebox-headline{display:block;margin-bottom:5px}
.html-default-class .nts-search .nts-onebox a .nts-onebox-text,.html-default-class .nts-navbar-header-search .nts-onebox a .nts-onebox-text{color:#000}
.html-default-class .nts-search .nts-onebox a:hover,.html-default-class .nts-navbar-header-search .nts-onebox a:hover,.html-default-class .nts-search .nts-onebox a.ui-state-focus,.html-default-class .nts-navbar-header-search .nts-onebox a.ui-state-focus{background-color:#dfe6ed}
.html-default-class .nts-search .nts-onebox a:hover .nts-onebox-text,.html-default-class .nts-navbar-header-search .nts-onebox a:hover .nts-onebox-text,.html-default-class .nts-search .nts-onebox a.ui-state-focus .nts-onebox-text,.html-default-class .nts-navbar-header-search .nts-onebox a.ui-state-focus .nts-onebox-text{color:#000}
.html-default-class .nts-search .nts-onebox .nts-onebox-img,.html-default-class .nts-navbar-header-search .nts-onebox .nts-onebox-img{max-width:147px;margin-top:5px;margin-bottom:15px}
.html-default-class .nts-search .nts-onebox *[class^="icon-"],.html-default-class .nts-navbar-header-search .nts-onebox *[class^="icon-"]{display:inline}
.html-default-class .nts-search .nts-onebox *[class^="icon-"]:after,.html-default-class .nts-navbar-header-search .nts-onebox *[class^="icon-"]:after{float:right;content:"\e607";position:relative;margin-top:8px;right:-3px;height:-1.57142857rem}
.html-default-class .nts-search .nts-onebox *[class^="icon-"]:before,.html-default-class .nts-navbar-header-search .nts-onebox *[class^="icon-"]:before{display:none}
@media(min-width:600px){.html-default-class .nts-search .nts-onebox .nts-onebox-img,.html-default-class .nts-navbar-header-search .nts-onebox .nts-onebox-img{margin-right:15px;float:left;position:relative}
}
@media(min-width:1024px){.html-default-class .nts-search .autocomplete-wrapper ul,.html-default-class .nts-navbar-header-search .autocomplete-wrapper ul{position:absolute}
}
.html-default-class .nts-teaser-routing .nts-teaser-routing-link{text-align:right;padding:0 15px 10px 15px;margin:.71428571rem 0;position:relative}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item{position:relative;margin-bottom:2.14285714rem;background-color:#ebf0f5}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item>a{display:block;height:100%}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item a:hover,.html-default-class .nts-teaser-routing .nts-teaser-routing-item a:focus{text-decoration:none}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item.nts-teaser-routing-title-only{margin-top:.71428571rem;margin-bottom:0}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item .nts-teaser-routing-item-title{padding:1.07142857rem}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item .nts-teaser-routing-item-text{padding:0 2.5rem 1.07142857rem 1.07142857rem}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item .nts-teaser-routing-item-arrow{position:absolute;font-size:1.71428571rem;color:#2387aa;padding:0 1.07142857rem 0 .71428571rem;right:.57142857rem;bottom:1.07142857rem}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item.nts-teaser-routing-first-row{margin-top:1.42857143rem}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item-tile-flyout{display:none;margin-bottom:.71428571rem}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item-tile-flyout .nts-teaser-routing-item-tile-flyout-content{background-color:#ebf0f5;padding:1.42857143rem}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item-tile-flyout .nts-teaser-routing-item-tile-flyout-content .nts-rte{margin-bottom:30px !important}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item-tile-flyout .nts-teaser-routing-item-tile-teaser-box>.container{padding-left:10px;padding-right:10px}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item-tile-flyout .nts-teaser-routing-item-tile-teaser-box .nts-teaser-routing-teaser-item{padding-left:5px;padding-right:5px}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item-tile-flyout.nts-teaser-routing-active-flyout{display:block;margin-top:.71428571rem}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item-tile-flyout.edit{display:block}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item-tile-flyout .nts-product-routing-teaser-item{padding-left:5px;padding-right:5px}
@media(max-width:767px){.html-default-class .nts-teaser-routing .nts-teaser-routing-item-tile-flyout .nts-product-routing-teaser-item a img{display:none}
}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item-tile-flyout .nts-product-routing-teaser-item .nts-product-routing-teaser-item-content{background-color:#fff;position:relative;margin-bottom:.71428571rem;padding:.71428571rem}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item-tile-flyout .nts-product-routing-teaser-item .nts-product-routing-teaser-item-content .nts-product-routing-teaser-item-title{max-height:5.35714286rem}
.html-default-class .nts-teaser-routing .nts-teaser-routing-item-tile-flyout .nts-product-routing-teaser-item .nts-product-routing-teaser-item-content .nts-product-routing-teaser-item-arrow.icon-arrow-right-small{text-align:right}
.html-default-class .nts-teaser-routing .nts-teaser-routing-flyout-connector{height:.71428571rem;background-color:#ebf0f5}
.html-default-class .nts-teaser-routing-no-images{margin-top:2.14285714rem}
.html-default-class .nts-teaser-routing-backgroundPicture{background-repeat:no-repeat;background-position:center top;background-size:cover;min-height:210px;background-attachment:scroll;padding-bottom:2.14285714rem;position:absolute;left:0;width:100%}
.html-default-class .nts-chapter-color-grey .nts-teaser-routing-item,.html-default-class .nts-chapter-color-blue .nts-teaser-routing-item,.html-default-class .nts-chapter-color-grey2 .nts-teaser-routing-item,.html-default-class .nts-chapter-color-background .nts-teaser-routing-item,.html-default-class .nts-chapter-color-brightStone .nts-teaser-routing-item,.html-default-class .nts-chapter-color-stone .nts-teaser-routing-item,.html-default-class .nts-chapter-color-darkStone .nts-teaser-routing-item,.html-default-class .nts-chapter-color-sand .nts-teaser-routing-item,.html-default-class .nts-chapter-color-darkSand .nts-teaser-routing-item,.html-default-class .nts-chapter-color-blue2 .nts-teaser-routing-item,.html-default-class .nts-chapter-color-darkBlue .nts-teaser-routing-item{background-color:#fff}
.html-default-class .nts-chapter-color-grey .nts-teaser-routing-item-text,.html-default-class .nts-chapter-color-blue .nts-teaser-routing-item-text,.html-default-class .nts-chapter-color-grey2 .nts-teaser-routing-item-text,.html-default-class .nts-chapter-color-background .nts-teaser-routing-item-text,.html-default-class .nts-chapter-color-brightStone .nts-teaser-routing-item-text,.html-default-class .nts-chapter-color-stone .nts-teaser-routing-item-text,.html-default-class .nts-chapter-color-darkStone .nts-teaser-routing-item-text,.html-default-class .nts-chapter-color-sand .nts-teaser-routing-item-text,.html-default-class .nts-chapter-color-darkSand .nts-teaser-routing-item-text,.html-default-class .nts-chapter-color-blue2 .nts-teaser-routing-item-text,.html-default-class .nts-chapter-color-darkBlue .nts-teaser-routing-item-text{color:#2d373c !important}
.html-default-class .nts-component-productintroduction>.nts-teaser-routing:first-child{margin-bottom:3.57142857rem}
@media(min-width:1024px){.html-default-class .nts-teaser-routing-item-tile-teaser-box.col-lg-12{margin-top:30px}
.html-default-class .nts-teaser-routing-item-tile-teaser-box.col-lg-6 .nts-product-routing-teaser-item.col-lg-2{width:33.333333%}
}
@media(min-width:320px){.html-default-class .content-wrapper .nts-teaser-routing .nts-teaser-routing-item-arrow{padding:0}
}
@media(min-width:1024px){.html-default-class .nts-last-level-routing .nts-last-level-routing-tiles:nth-child(-n+3) .nts-last-level-routing-item{margin-top:0}
}
.html-default-class .nts-last-level-routing .nts-last-level-routing-tiles .nts-last-level-routing-item{margin-top:.71428571rem;background-color:#ebf0f5}
.html-default-class .nts-last-level-routing .nts-last-level-routing-tiles .nts-last-level-routing-item .nts-last-level-routing-item-title{padding:1.07142857rem}
.html-default-class .nts-last-level-routing .nts-last-level-routing-tiles .nts-last-level-routing-item .nts-last-level-routing-item-arrow{display:none;color:#2387aa}
.html-default-class .nts-last-level-routing .nts-last-level-routing-tiles .nts-last-level-routing-item.nts-last-level-routing-current-page{color:#fff;background-color:#005578}
.html-default-class .nts-last-level-routing .nts-last-level-routing-tiles .nts-last-level-routing-item.nts-last-level-routing-current-page .nts-last-level-routing-item-title{color:#fff}
.html-default-class .nts-last-level-routing .nts-last-level-routing-tiles .nts-last-level-routing-item.nts-last-level-routing-current-page .nts-last-level-routing-item-title:hover{color:#fff}
.html-default-class .nts-last-level-routing .nts-last-level-routing-tiles .nts-last-level-routing-item a:hover{text-decoration:none}
.html-default-class .nts-last-level-routing .nts-last-level-routing-tiles .nts-last-level-routing-item:hover .nts-last-level-routing-item-arrow{display:inline;text-decoration:none}
.html-default-class .nts-last-level-routing .nts-last-level-routing-tiles .nts-last-level-routing-item:hover .nts-last-level-routing-item-arrow:hover{text-decoration:none}
.html-default-class .nts-last-level-routing .nts-last-level-routing-dropdown ul{right:0;width:auto;margin-top:10px;border-top:1px solid #879baa;border-radius:0}
.html-default-class .nts-last-level-routing .nts-last-level-routing-dropdown ul li.nts-last-level-routing-current-page{color:#fff;background-color:#005578}
.html-default-class .nts-last-level-routing .nts-last-level-routing-dropdown ul li.nts-last-level-routing-current-page:hover{cursor:default}
.html-default-class .nts-last-level-routing .nts-last-level-routing-dropdown ul li.nts-last-level-routing-current-page:hover:before{content:none}
.html-default-class .nts-chapter-color-grey .nts-last-level-routing-item,.html-default-class .nts-chapter-color-blue .nts-last-level-routing-item{background-color:#fff}
@media(max-width:1023px){.html-default-class .nts-last-level-routing .nts-last-level-routing-dropdown ul{margin-top:2px}
}
.html-default-class .nts-product-routing-item-tile{margin-bottom:.71428571rem}
.html-default-class .nts-product-routing-item-tile .nts-product-routing-item-tile-content{cursor:pointer}
.html-default-class .nts-product-routing-item-tile .nts-product-routing-item-tile-content .nts-product-routing-item-tile-title{padding:.71428571rem;max-height:6.42857143rem;justify-content:space-between;background-color:#ebf0f5}
.html-default-class .nts-product-routing-item-tile .nts-product-routing-item-tile-content .nts-product-routing-item-tile-title .icon-arrow-up-small,.html-default-class .nts-product-routing-item-tile .nts-product-routing-item-tile-content .nts-product-routing-item-tile-title .icon-arrow-down-small{align-self:flex-end}
.html-default-class .nts-product-routing-item-tile .nts-product-routing-item-tile-flyout{display:none}
.html-default-class .nts-product-routing-item-tile--active .nts-product-routing-item-tile-title{color:#005578}
.html-default-class .nts-product-routing-layout-linklist .nts-product-routing-item-tile-title{padding:.71428571rem;height:auto;display:table}
.html-default-class .nts-product-routing-layout-linklist .nts-product-routing-item-tile-title .nts-product-routing-item-tile-title-text{display:table-cell;width:100%}
.html-default-class .nts-product-routing-layout-teaser>.container{padding-left:25px;padding-right:25px}
.html-default-class .nts-product-routing-layout-teaser>.container .nts-product-routing-item-tile{padding-left:5px;padding-right:5px}
.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-item-tile-flyout{padding-right:5px;padding-left:5px;margin-bottom:.71428571rem}
.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-item-tile-flyout .nts-product-routing-item-tile-flyout-content{background-color:#ebf0f5;padding:1.42857143rem}
.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-item-tile-flyout .nts-product-routing-item-tile-teaser-box>.container{padding-left:10px;padding-right:10px}
.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-item-tile-flyout .nts-product-routing-item-tile-teaser-box .nts-product-routing-teaser-item{padding-left:5px;padding-right:5px}
.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-item-tile-flyout .nts-product-routing-item-tile-teaser-box .nts-product-routing-teaser-item a{display:block}
@media(max-width:767px){.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-item-tile-flyout .nts-product-routing-item-tile-teaser-box .nts-product-routing-teaser-item a img{display:none}
}
.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-item-tile-flyout .nts-product-routing-item-tile-teaser-box .nts-product-routing-teaser-item a:hover .nts-product-routing-teaser-item-link .A4{color:#005578}
.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-item-tile-flyout .nts-product-routing-item-tile-teaser-box .nts-product-routing-teaser-item .nts-product-routing-teaser-item-content{background-color:#fff;position:relative;margin-bottom:.71428571rem;padding:.71428571rem}
.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-item-tile-flyout .nts-product-routing-item-tile-teaser-box .nts-product-routing-teaser-item .nts-product-routing-teaser-item-content .nts-product-routing-teaser-item-title{max-height:5.35714286rem;font-size:14px}
.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-item-tile-flyout .nts-product-routing-item-tile-teaser-box .nts-product-routing-teaser-item .nts-product-routing-teaser-item-content .nts-product-routing-teaser-item-arrow.icon-arrow-right-small{text-align:right}
.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-flyout-connector{height:.71428571rem;margin-bottom:-0.71428571rem;background-color:#ebf0f5}
@media(min-width:768px){.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-item-tile-show-image{margin-bottom:2.14285714rem}
.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-item-tile-show-image .nts-product-routing-item-tile-content .nts-product-routing-item-tile-title{height:7.71428571rem}
.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-item-tile-show-image .nts-product-routing-item-tile-content .nts-product-routing-item-tile-title .icon-arrow-down-small,.html-default-class .nts-product-routing-layout-teaser .nts-product-routing-item-tile-show-image .nts-product-routing-item-tile-content .nts-product-routing-item-tile-title .icon-arrow-up-small{position:absolute;font-size:1.28571429rem;right:1.07142857rem;bottom:.71428571rem}
.html-default-class .nts-product-routing-item-tile-flyout{margin-top:-1.42857143rem}
.html-default-class .nts-product-routing-item-tile-teaser-box.col-md-4 .nts-product-routing-teaser-item.col-md-4{width:100%}
}
@media(min-width:1024px){.html-default-class .nts-product-routing-item-tile-teaser-box.col-lg-6 .nts-product-routing-teaser-item.col-lg-2{width:33.333333%}
}
@media(max-width:767px){.html-default-class .nts-product-routing-layout-teaser>.container{padding-left:15px;padding-right:15px}
.html-default-class .nts-product-routing-layout-teaser>.container .nts-product-routing-item{margin-left:-15px;margin-right:-15px}
.html-default-class .nts-product-routing-layout-teaser>.container .nts-product-routing-item-tile,.html-default-class .nts-product-routing-layout-teaser>.container .nts-product-routing-item-tile-flyout{padding-right:0;padding-left:0}
.html-default-class .nts-product-routing-layout-teaser>.container .nts-product-routing-row{margin-left:0;margin-right:0}
}
.html-default-class .nts-rte p{margin-bottom:0}
.html-default-class .nts-rte p b,.html-default-class .nts-rte p strong{font-weight:normal;font-family:"Siemens Sans Bold"}
.html-default-class .nts-rte ul,.html-default-class .nts-rte ol{list-style:none;margin-left:0;padding-left:0;display:table;border-collapse:separate;border-spacing:0 .71428571rem;margin-bottom:0}
.html-default-class .nts-portfolio-overview-single-item-content .nts-rte ul,.html-default-class .nts-portfolio-overview-single-item-content .nts-rte ol{border-spacing:0}
.html-default-class .nts-rte ul>li{display:table-row}
.html-default-class .nts-rte ul>li:before{display:table-cell;content:"-";padding-right:.57142857rem}
.html-default-class .nts-rte ol{counter-reset:nts-rte-list}
.html-default-class .nts-rte ol>li{display:table-row;counter-increment:nts-rte-list}
.html-default-class .nts-rte ol>li:before{display:table-cell;content:counter(nts-rte-list) ".";padding-right:.57142857rem}
.html-default-class [class*="col-lg-"] .nts-rte .col-lg-9{width:100%}
.html-default-class .nts-related-content-teaser{padding-top:2.85714286rem;padding-bottom:4.28571429rem;position:relative;background-color:#3c464b}
.html-default-class .wcm-edit .nts-related-content-teaser{background-color:#fff}
.html-default-class .nts-related-content-teaser .nts-slider{padding-left:0;padding-right:0}
.html-default-class .nts-related-content-teaser .nts-slider .slick-dots{margin-top:17px;margin-bottom:4px}
.html-default-class .nts-related-content-teaser .slick-arrow{color:#fff;background:rgba(10,20,25,0.3)}
.html-default-class .nts-related-content-teaser .slick-arrow:hover,.html-default-class .nts-related-content-teaser .slick-arrow:active{color:#fff;background:rgba(10,20,25,0.5)}
.html-default-class .nts-related-content-teaser .slick-arrow.slick-disabled:hover{background:rgba(10,20,25,0.3)}
.html-default-class .nts-related-content-teaser .slick-arrow.slick-disabled span[class*="icon-arrow-"]{color:#fff;opacity:.5}
@media(min-width:320px) and (max-width:1023px){.html-default-class .nts-related-content-teaser .button.prev,.html-default-class .nts-related-content-teaser .button.next{display:none}
}
.html-default-class .nts-related-content-teaser .nts-related-content-teaser-item{position:relative;background-color:#414b55;margin-right:15px;margin-left:15px;overflow:hidden}
.html-default-class .nts-related-content-teaser .nts-related-content-teaser-item.no-background-image a.layer{background-color:transparent}
.html-default-class .nts-related-content-teaser .nts-related-content-teaser-item.no-background-image a.layer:hover{background-color:#005578}
.html-default-class .nts-related-content-teaser .nts-related-content-teaser-item .nts-teaser-link{background-color:rgba(5,10,15,0.5);padding:15px 37px 15px 15px;position:absolute;top:0;right:0;left:0;bottom:0;z-index:8400}
.html-default-class .nts-related-content-teaser .nts-related-content-teaser-item .nts-teaser-link .P{display:none}
.html-default-class .nts-related-content-teaser .nts-related-content-teaser-item .nts-teaser-link:hover{background-color:rgba(0,85,120,0.5);margin:0;text-decoration:none}
.html-default-class .nts-related-content-teaser .nts-related-content-teaser-item .nts-teaser-link:hover .H4{display:none}
.html-default-class .nts-related-content-teaser .nts-related-content-teaser-item .nts-teaser-link:hover .P{display:block}
.html-default-class .nts-related-content-teaser .nts-related-content-teaser-item .nts-teaser-link:focus{text-decoration:none}
.html-default-class .nts-related-content-teaser .nts-related-content-teaser-item .nts-teaser-link .icon-arrow-right-small{font-size:24px;color:white;position:absolute;right:1.07142857rem;bottom:1.07142857rem}
.html-default-class .nts-comp-reference{background-color:#555f69;padding-top:2.85714286rem;padding-bottom:4.28571429rem}
.html-default-class .nts-comp-reference.nts-chapter-reference-case{padding-bottom:0}
.html-default-class .nts-chapter-reference .nts-comp-reference{padding-top:0;padding-bottom:0}
.html-default-class .nts-comp-reference .all-references-link{float:right;margin-top:.71428571rem;margin-bottom:1.42857143rem}
.html-default-class .nts-comp-reference .nts-comp-reference-slides{position:relative}
.html-default-class .nts-comp-reference .nts-comp-reference-slides button{margin-top:0}
.html-default-class .case .nts-case-reference{position:relative;overflow:hidden;margin-bottom:0}
.html-default-class .case .nts-case-reference .nts-case-reference-background{background-size:100%;background-repeat:no-repeat;background-position:center top;position:absolute;height:500px;width:100%;max-width:100%;padding:0}
.html-default-class .case .nts-case-reference .nts-case-reference-background .nts-case-reference-backgroundOverlay{position:absolute;height:500px;width:100%;top:0;background-color:#0a1419;opacity:.4}
.html-default-class .case .nts-case-reference .nts-case-reference-content{position:relative;height:500px}
.html-default-class .case .nts-case-reference .nts-case-reference-content .nts-h3 h3{margin-top:30px}
.html-default-class .case .nts-case-reference .nts-case-reference-content .nts-animated-fact{margin-top:6px;margin-bottom:0}
.html-default-class .case .nts-case-reference .nts-case-reference-content .nts-animated-fact .nts-animated-fact-description{margin-top:10px}
.html-default-class .case .nts-case-reference .nts-case-reference-content .nts-case-reference-content-text{position:absolute;bottom:0}
.html-default-class .case .nts-case-reference .nts-case-reference-content .nts-case-reference-content-text a:hover{cursor:pointer}
.html-default-class .case .nts-case-reference .nts-case-reference-content .nts-case-reference-content-text .nts-rte{margin-bottom:40px}
.html-default-class .case .nts-case-reference .nts-case-reference-content .nts-case-reference-content-text .nts-button{position:absolute;bottom:40px;right:0;margin-bottom:0;padding:inherit;padding-right:15px}
@media(max-width:1023px){.html-default-class .case .nts-case-reference{height:auto}
.html-default-class .case .nts-case-reference .nts-case-reference-background{height:282px}
.html-default-class .case .nts-case-reference .nts-case-reference-background .nts-case-reference-backgroundOverlay,.html-default-class .case .nts-case-reference .nts-case-reference-background img{height:282px}
.html-default-class .case .nts-case-reference .nts-case-reference-content{height:auto}
.html-default-class .case .nts-case-reference .nts-case-reference-content .nts-case-reference-content-head{height:282px}
.html-default-class .case .nts-case-reference .nts-case-reference-content .nts-case-reference-content-head .nts-animated-fact{margin-bottom:20px}
.html-default-class .case .nts-case-reference .nts-case-reference-content .nts-case-reference-content-text{position:relative;margin-top:20px}
.html-default-class .case .nts-case-reference .nts-case-reference-content .nts-case-reference-content-text .nts-button{position:relative;padding-right:0}
}
@media(max-width:767px){.html-default-class .case .nts-case-reference .nts-case-reference-background{position:relative;height:220px}
.html-default-class .case .nts-case-reference .nts-case-reference-background img{height:220px}
.html-default-class .case .nts-case-reference .nts-case-reference-content{height:auto}
.html-default-class .case .nts-case-reference .nts-case-reference-content .nts-case-reference-content-head{height:auto}
.html-default-class .case .nts-case-reference .nts-case-reference-content .nts-button{padding-right:0}
.html-default-class .case .nts-case-reference .nts-case-reference-content .with-more-link .nts-button{margin-top:70px}
}
@media(max-width:599px){.html-default-class .case .nts-case-reference .nts-case-reference-background img{height:auto}
.html-default-class .case .nts-case-reference .nts-button{padding-right:0}
}
.html-default-class .content-wrapper .nts-chapter-reference,.html-default-class .content-wrapper .nts-comp-reference{position:relative}
.html-default-class .content-wrapper .nts-chapter-reference .nts-slide-reference,.html-default-class .content-wrapper .nts-comp-reference .nts-slide-reference{margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter-reference .nts-slide-reference .nts-slide-reference-image,.html-default-class .content-wrapper .nts-comp-reference .nts-slide-reference .nts-slide-reference-image{padding-left:0;padding-right:0}
.html-default-class .content-wrapper .nts-chapter-reference .nts-slide-reference .nts-slide-reference-image .nts-adaptive-image,.html-default-class .content-wrapper .nts-comp-reference .nts-slide-reference .nts-slide-reference-image .nts-adaptive-image{object-fit:cover}
.html-default-class .content-wrapper .nts-chapter-reference .nts-slide-reference .nts-slide-reference-content,.html-default-class .content-wrapper .nts-comp-reference .nts-slide-reference .nts-slide-reference-content{padding:1.07142857rem;position:relative;background-color:#fff}
.html-default-class .content-wrapper .nts-chapter-reference .nts-slide-reference .nts-slide-reference-content .nts-slide-reference-customer-info,.html-default-class .content-wrapper .nts-comp-reference .nts-slide-reference .nts-slide-reference-content .nts-slide-reference-customer-info{margin-bottom:.71428571rem}
.html-default-class .content-wrapper .nts-chapter-reference .nts-slide-reference .nts-slide-reference-content .icon-check-mark,.html-default-class .content-wrapper .nts-comp-reference .nts-slide-reference .nts-slide-reference-content .icon-check-mark{float:left;padding-top:.21428571rem}
.html-default-class .content-wrapper .nts-chapter-reference .nts-slide-reference .nts-slide-reference-content .nts-rte,.html-default-class .content-wrapper .nts-comp-reference .nts-slide-reference .nts-slide-reference-content .nts-rte{margin-bottom:1.07142857rem;padding-left:1.57142857rem}
.html-default-class .content-wrapper .nts-chapter-reference .nts-slide-reference .nts-slide-reference-content .nts-rte:last-child,.html-default-class .content-wrapper .nts-comp-reference .nts-slide-reference .nts-slide-reference-content .nts-rte:last-child{margin-bottom:1.42857143rem}
.html-default-class .content-wrapper .nts-chapter-reference .nts-slide-reference .nts-slide-reference-content .nts-rte .col-lg-9,.html-default-class .content-wrapper .nts-comp-reference .nts-slide-reference .nts-slide-reference-content .nts-rte .col-lg-9{width:100%;float:none}
.html-default-class .content-wrapper .nts-chapter-reference .nts-slide-reference .nts-button,.html-default-class .content-wrapper .nts-comp-reference .nts-slide-reference .nts-button{margin-top:0;margin-bottom:0;margin-right:19px;padding:0;float:none;position:absolute;bottom:1.07142857rem}
.html-default-class .content-wrapper .nts-chapter-reference .nts-slider,.html-default-class .content-wrapper .nts-comp-reference .nts-slider{margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter-reference .slick-arrow,.html-default-class .content-wrapper .nts-comp-reference .slick-arrow{color:#fff;background:rgba(10,20,25,0.3)}
.html-default-class .content-wrapper .nts-chapter-reference .slick-arrow:hover,.html-default-class .content-wrapper .nts-comp-reference .slick-arrow:hover,.html-default-class .content-wrapper .nts-chapter-reference .slick-arrow:active,.html-default-class .content-wrapper .nts-comp-reference .slick-arrow:active{color:#fff;background:rgba(10,20,25,0.5)}
.html-default-class .content-wrapper .nts-chapter-reference .slick-arrow.slick-disabled:hover,.html-default-class .content-wrapper .nts-comp-reference .slick-arrow.slick-disabled:hover{background:rgba(10,20,25,0.3)}
.html-default-class .content-wrapper .nts-chapter-reference .slick-arrow.slick-disabled span[class*="icon-arrow-"],.html-default-class .content-wrapper .nts-comp-reference .slick-arrow.slick-disabled span[class*="icon-arrow-"]{color:#fff;opacity:.5}
.html-default-class .content-wrapper .nts-chapter-reference .slick-dots,.html-default-class .content-wrapper .nts-comp-reference .slick-dots{margin-top:16px;margin-bottom:4px}
.html-default-class .content-wrapper .nts-chapter-reference .slick-dots li span,.html-default-class .content-wrapper .nts-comp-reference .slick-dots li span{color:#cdd9e1}
.html-default-class .content-wrapper .nts-chapter-reference .slick-arrow{top:calc(50% - 51px)}
.html-default-class .content-wrapper .nts-comp-reference .slick-arrow{top:calc(50% - 61px)}
.html-default-class .content-wrapper .nts-chapter-color-grey .nts-chapter-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-blue .nts-chapter-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-grey2 .nts-chapter-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-background .nts-chapter-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-brightStone .nts-chapter-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-stone .nts-chapter-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-darkStone .nts-chapter-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-sand .nts-chapter-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-darkSand .nts-chapter-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-blue2 .nts-chapter-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-darkBlue .nts-chapter-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-grey .nts-comp-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-blue .nts-comp-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-grey2 .nts-comp-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-background .nts-comp-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-brightStone .nts-comp-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-stone .nts-comp-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-darkStone .nts-comp-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-sand .nts-comp-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-darkSand .nts-comp-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-blue2 .nts-comp-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-darkBlue .nts-comp-reference .nts-slide-reference .H3,.html-default-class .content-wrapper .nts-chapter-color-grey .nts-chapter-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-blue .nts-chapter-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-grey2 .nts-chapter-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-background .nts-chapter-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-brightStone .nts-chapter-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-stone .nts-chapter-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-darkStone .nts-chapter-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-sand .nts-chapter-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-darkSand .nts-chapter-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-blue2 .nts-chapter-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-darkBlue .nts-chapter-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-grey .nts-comp-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-blue .nts-comp-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-grey2 .nts-comp-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-background .nts-comp-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-brightStone .nts-comp-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-stone .nts-comp-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-darkStone .nts-comp-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-sand .nts-comp-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-darkSand .nts-comp-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-blue2 .nts-comp-reference .nts-slide-reference .P,.html-default-class .content-wrapper .nts-chapter-color-darkBlue .nts-comp-reference .nts-slide-reference .P{color:#2d373c !important}
.html-default-class .content-wrapper .nts-chapter-color-grey .nts-chapter-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-blue .nts-chapter-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-grey2 .nts-chapter-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-background .nts-chapter-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-brightStone .nts-chapter-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-stone .nts-chapter-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-darkStone .nts-chapter-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-sand .nts-chapter-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-darkSand .nts-chapter-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-blue2 .nts-chapter-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-darkBlue .nts-chapter-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-grey .nts-comp-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-blue .nts-comp-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-grey2 .nts-comp-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-background .nts-comp-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-brightStone .nts-comp-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-stone .nts-comp-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-darkStone .nts-comp-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-sand .nts-comp-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-darkSand .nts-comp-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-blue2 .nts-comp-reference .nts-slide-reference .B2,.html-default-class .content-wrapper .nts-chapter-color-darkBlue .nts-comp-reference .nts-slide-reference .B2{color:#2387aa !important;border:#2387aa solid 2px !important}
.html-default-class .nts-recommendations-admin .nts-form{padding-top:20px;padding-bottom:10px}
.html-default-class .nts-recommendations-admin .nts-form .nts-form-fieldset{padding-bottom:10px}
.html-default-class .nts-recommendations-admin .nts-form .nts-form-label{width:20%}
.html-default-class .nts-recommendations-admin .nts-form .nts-form-select,.html-default-class .nts-recommendations-admin .nts-form .nts-form-input{width:80%;float:right}
.html-default-class .nts-recommendations-admin .nts-form .nts-form-btn-submit{margin-left:20%;width:20%}
.html-default-class .nts-recommendations-admin .nts-form .nts-form-btn-clear{width:20%}
.html-default-class .nts-recommendations-admin .nts-form .nts-recommendations-admin-form-language-part{display:none}
.html-default-class .nts-recommendations-admin .nts-recommendations-admin-tooltip{padding:0 20px !important}
.html-default-class .nts-recommendations-admin .nts-recommendations-admin-results-counter{display:none}
.html-default-class .nts-recommendations-admin .nts-recommendations-admin-nav-btn-bar{display:none}
.html-default-class .nts-recommendations-admin .nts-recommendations-admin-result-entry{padding-top:10px;padding-bottom:10px}
.html-default-class .nts-recommendations-admin .nts-recommendations-admin-result-entry .nts-recommendations-admin-image{width:100%;border:solid 1px #000}
.html-default-class .nts-recommendations-admin .nts-recommendations-admin-result-entry:nth-child(2n+1){background-color:#eee}
.html-default-class .nts-recommendations-admin .nts-recommendations-admin-result-entry{margin-top:10px;padding-top:10px;padding-bottom:10px}
.html-default-class .nts-recommendations-admin .nts-recommendations-admin-border{height:1px;background-color:black;margin-bottom:5px;margin-top:5px}
.html-default-class .nts-recommendations-admin .nts-recommendations-admin-prev,.html-default-class .nts-recommendations-admin .nts-recommendations-admin-next{background-color:white;border:1px solid #ccc;color:black;padding:0 20px !important;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:4px 2px;cursor:pointer}
.html-default-class html .nts-quotemedia .video .col-lg-1,.html-default-class html .nts-quotemedia .gallery .col-lg-1,.html-default-class html .nts-quotemedia .video .col-lg-2,.html-default-class html .nts-quotemedia .gallery .col-lg-2,.html-default-class html .nts-quotemedia .video .col-lg-3,.html-default-class html .nts-quotemedia .gallery .col-lg-3,.html-default-class html .nts-quotemedia .video .col-lg-4,.html-default-class html .nts-quotemedia .gallery .col-lg-4,.html-default-class html .nts-quotemedia .video .col-lg-5,.html-default-class html .nts-quotemedia .gallery .col-lg-5,.html-default-class html .nts-quotemedia .video .col-lg-6,.html-default-class html .nts-quotemedia .gallery .col-lg-6,.html-default-class html .nts-quotemedia .video .col-lg-7,.html-default-class html .nts-quotemedia .gallery .col-lg-7,.html-default-class html .nts-quotemedia .video .col-lg-8,.html-default-class html .nts-quotemedia .gallery .col-lg-8,.html-default-class html .nts-quotemedia .video .col-lg-9,.html-default-class html .nts-quotemedia .gallery .col-lg-9{width:100%}
.html-default-class html .nts-quotemedia .video.float-left,.html-default-class html .nts-quotemedia .gallery.float-left{float:left}
.html-default-class html .nts-quotemedia .video.float-left .col-lg-1,.html-default-class html .nts-quotemedia .gallery.float-left .col-lg-1,.html-default-class html .nts-quotemedia .video.float-left .col-lg-2,.html-default-class html .nts-quotemedia .gallery.float-left .col-lg-2,.html-default-class html .nts-quotemedia .video.float-left .col-lg-3,.html-default-class html .nts-quotemedia .gallery.float-left .col-lg-3,.html-default-class html .nts-quotemedia .video.float-left .col-lg-4,.html-default-class html .nts-quotemedia .gallery.float-left .col-lg-4,.html-default-class html .nts-quotemedia .video.float-left .col-lg-5,.html-default-class html .nts-quotemedia .gallery.float-left .col-lg-5,.html-default-class html .nts-quotemedia .video.float-left .col-lg-6,.html-default-class html .nts-quotemedia .gallery.float-left .col-lg-6,.html-default-class html .nts-quotemedia .video.float-left .col-lg-7,.html-default-class html .nts-quotemedia .gallery.float-left .col-lg-7,.html-default-class html .nts-quotemedia .video.float-left .col-lg-8,.html-default-class html .nts-quotemedia .gallery.float-left .col-lg-8,.html-default-class html .nts-quotemedia .video.float-left .col-lg-9,.html-default-class html .nts-quotemedia .gallery.float-left .col-lg-9{width:100%}
.html-default-class html .nts-quotemedia .video.float-right,.html-default-class html .nts-quotemedia .gallery.float-right{float:right}
.html-default-class html .nts-quotemedia .H4{margin-top:0}
.html-default-class html .nts-quotemedia .nts-quote-quotation{padding-bottom:20px}
.html-default-class html .nts-quotemedia .nts-quote-marks{padding-bottom:50px}
@media(max-width:767px){.html-default-class html .nts-quotemedia .float-left{margin-bottom:1.42857143rem}
.html-default-class html .nts-quotemedia .float-right{margin-top:1.42857143rem}
}
.html-default-class .nts-quote{margin-top:30px;margin-bottom:50px}
.html-default-class .nts-quote-marks{float:left;height:100px;width:102px;top:-23px}
@media(max-width:1023px){.html-default-class .nts-quote-marks{width:69px;top:-15px}
}
.html-default-class .nts-quote-quotation{margin-top:2.14285714rem}
.html-default-class .nts-quote-quotation p{margin:0}
.html-default-class .nts-quote-quotation .nts-quote-info{margin-top:1.42857143rem}
.html-default-class .nts-profile-editor h4{font-weight:bold}
.html-default-class .nts-profile-editor textarea{width:100%;padding-left:1em}
.html-default-class .nts-profile-editor input,.html-default-class .nts-profile-editor select{width:100%;height:3em;padding-left:1em}
.html-default-class .nts-profile-editor .row{margin-bottom:1em}
.html-default-class .nts-profile-editor .row>div{padding-left:0}
.html-default-class .nts-profile-editor button{width:100%;height:3em;background-color:#2882a0;color:#fff;border:0}
.html-default-class .nts-profile-editor span>label{display:block}
.html-default-class .nts-profile-editor label{font-weight:normal}
.html-default-class .nts-profile-editor label.required-mark:after{content:"*"}
.html-default-class .nts-product-index-letters-row--sticky{position:fixed}
.html-default-class .header-wrapper--sticky .nts-loading-circle,.html-default-class .nts-product-index .nts-loading-circle{position:absolute;top:50%;left:50%;z-index:8300}
.html-default-class .header-wrapper--sticky .product-index-letters-container,.html-default-class .nts-product-index .product-index-letters-container{margin:15px 0 42px -15px}
.html-default-class .header-wrapper--sticky .product-index-letters-container .N9,.html-default-class .nts-product-index .product-index-letters-container .N9{height:40px;width:40px;line-height:40px;background:white;cursor:default;text-align:center}
.html-default-class .header-wrapper--sticky .product-index-letters-container .N9.nts-product-index-letter-active:hover,.html-default-class .nts-product-index .product-index-letters-container .N9.nts-product-index-letter-active:hover{background:#005578;color:white !important;text-decoration:none;cursor:pointer}
.html-default-class .header-wrapper--sticky .product-index-letters-container .N9.nts-letter-clicked,.html-default-class .nts-product-index .product-index-letters-container .N9.nts-letter-clicked{background:#005578;color:white !important}
.html-default-class .header-wrapper--sticky #nts-product-index-result,.html-default-class .nts-product-index #nts-product-index-result{margin-bottom:10px}
.html-default-class .header-wrapper--sticky #nts-product-index-linklist .nts-product-index-link,.html-default-class .nts-product-index #nts-product-index-linklist .nts-product-index-link{border-bottom:1px solid #cdd9e1;padding-top:10px;padding-bottom:10px}
.html-default-class .header-wrapper--sticky #nts-product-index-linklist .nts-product-index-link a,.html-default-class .nts-product-index #nts-product-index-linklist .nts-product-index-link a{display:table}
.html-default-class .header-wrapper--sticky #nts-product-index-linklist .nts-product-index-link [class^="icon-"],.html-default-class .nts-product-index #nts-product-index-linklist .nts-product-index-link [class^="icon-"],.html-default-class .header-wrapper--sticky #nts-product-index-linklist .nts-product-index-link [class*=" icon-"],.html-default-class .nts-product-index #nts-product-index-linklist .nts-product-index-link [class*=" icon-"]{line-height:inherit}
.html-default-class .header-wrapper--sticky #nts-product-index-linklist .nts-accordion-container .nts-accordion-heading,.html-default-class .nts-product-index #nts-product-index-linklist .nts-accordion-container .nts-accordion-heading{background:0;border:0;padding:0}
.html-default-class .header-wrapper--sticky #nts-product-index-linklist .nts-accordion-container .nts-accordion-body,.html-default-class .nts-product-index #nts-product-index-linklist .nts-accordion-container .nts-accordion-body{border:0}
.html-default-class .header-wrapper--sticky #nts-product-index-linklist .nts-accordion-container .nts-accordion-content,.html-default-class .nts-product-index #nts-product-index-linklist .nts-accordion-container .nts-accordion-content{padding:0;margin-left:20px}
.html-default-class .header-wrapper--sticky #nts-product-index-linklist .nts-accordion-container .nts-accordion-content .A1,.html-default-class .nts-product-index #nts-product-index-linklist .nts-accordion-container .nts-accordion-content .A1{padding-top:8px}
.html-default-class .header-wrapper--sticky .nts-headline-flex,.html-default-class .nts-product-index .nts-headline-flex{margin-left:2px}
.html-default-class .header-wrapper--sticky .nts-headline-flex .nts-button,.html-default-class .nts-product-index .nts-headline-flex .nts-button{margin-top:1.42857143rem}
.html-default-class .nts-product-index .site-search{margin-bottom:0;margin-top:30px;padding-left:0;padding-right:0}
.html-default-class .nts-product-index .nts-search-field{width:100%}
.html-default-class .nts-product-index .index-search-term{font-family:"Siemens Sans Roman";font-size:14px;line-height:1.42857143rem;color:#9bafbe;width:100%;height:100%;border:0;padding-left:15px;font-size:1rem}
.html-default-class .nts-product-index .index-search-term:valid ~ .nts-search-button-reset{display:block}
.html-default-class .nts-product-index .index-search-term:focus{color:#788791;outline:none !important}
.html-default-class .nts-product-index .index-search-term:focus ~ .nts-index-search-term-submit{background:#697882}
.html-default-class .nts-product-index .index-search-term:focus ~ .nts-index-search-term-submit .icon-search{color:#fff}
.html-default-class .nts-product-index .index-search-term:valid ~ .nts-search-button-reset{display:block}
.html-default-class .nts-product-index .nts-index-search-term-submit:hover{background:#697882}
.html-default-class .nts-product-index .nts-index-search-term-submit:hover .icon-search{color:#fff}
.html-default-class .nts-product-index .autocomplete-wrapper{position:relative}
.html-default-class .nts-product-index .autocomplete-wrapper ul{position:relative;width:100%;background:#fff;border:1px solid #cdd9e1;border-top:0;list-style:none;padding:0;z-index:8894}
.html-default-class .nts-product-index .autocomplete-wrapper li{cursor:pointer}
.html-default-class .nts-product-index .autocomplete-wrapper .nts-suggest-entry a{padding:6px 15px 8px;display:block;color:#879baa;text-decoration:none}
.html-default-class .nts-product-index .autocomplete-wrapper .nts-suggest-entry a .nts-suggest-match{color:#000}
.html-default-class .nts-product-index .autocomplete-wrapper .nts-suggest-entry a:hover,.html-default-class .nts-product-index .autocomplete-wrapper .nts-suggest-entry a.ui-state-focus{background:#005578;color:#fff}
.html-default-class .nts-product-index .autocomplete-wrapper .nts-suggest-entry a:hover .nts-suggest-match,.html-default-class .nts-product-index .autocomplete-wrapper .nts-suggest-entry a.ui-state-focus .nts-suggest-match{color:#fff}
.html-default-class .nts-product-index .ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
@media(min-width:1024px){.html-default-class .nts-product-index .autocomplete-wrapper ul{position:absolute}
}
.html-default-class .nts-secondary-navigation .nts-product-index{width:75% !important}
.html-default-class .nts-secondary-navigation .product-index-letters-container .N9{display:table;height:2.85714286rem;width:2.85714286rem;background:0;cursor:default;text-align:center}
@media(max-width:599px){.html-default-class .nts-chapter-getting-things-done .nts-headline-flex{margin-left:2px}
.html-default-class .nts-chapter-getting-things-done .nts-headline-flex .nts-button{margin-top:5px;width:100%}
.html-default-class .nts-chapter-getting-things-done .nts-headline-flex .nts-button .B2{width:100%}
}
.html-default-class .nts-primary-navigation{position:relative}
.html-default-class .nts-primary-navigation .nts-primary-navigation-underline{border-top:4px solid #41aaaa;position:absolute;bottom:0;left:0;z-index:-1}
.html-default-class .nts-primary-navigation ul{padding-left:0;margin:0}
.html-default-class .nts-primary-navigation ul li{display:inline;padding-right:20px}
.html-default-class .nts-primary-navigation .N3{display:inline-block;padding-bottom:10px}
.html-default-class .nts-primary-navigation .N3:hover{cursor:pointer}
.html-default-class .nts-primary-navigation .N3.active,.html-default-class .nts-primary-navigation .N3.hovered{text-decoration:none;color:#2d373c;padding-bottom:6px;border-bottom:4px solid #41aaaa}
.html-default-class .nts-primary-navigation .nts-primary-navigation-underline ~ * .N3.active,.html-default-class .nts-primary-navigation .nts-primary-navigation-underline ~ * .N3.hovered{border-bottom-width:0}
.html-default-class .nts-portfolio-overview-single-item{background-color:#697882}
.html-default-class .nts-portfolio-overview-single-item .nts-portfolio-overview-single-item-content{padding:1.42857143rem}
.html-default-class .nts-portfolio-overview-chapter .nts-portfolio-overview-item.nts-comp,.html-default-class .nts-portfolio-overview-chapter .nts-portfolio-overview-item .nts-comp{margin-bottom:0}
.html-default-class .nts-portfolio-overview-chapter .nts-portfolio-overview-item .nts-portfolio-overview-item-text{padding:1.07142857rem;padding-bottom:2.85714286rem;margin-bottom:2.14285714rem;border-left:1px solid #9bafbe}
.html-default-class .nts-portfolio-overview-chapter .nts-portfolio-overview-item .nts-portfolio-overview-item-text .icon-arrow-right-small{display:none;position:absolute;bottom:2.78571429rem;right:1.07142857rem}
.html-default-class .nts-portfolio-overview-chapter .nts-portfolio-overview-item:hover .nts-portfolio-overview-item-link{text-decoration:none}
.html-default-class .nts-portfolio-overview-chapter .nts-portfolio-overview-item:hover .icon-arrow-right-small{font-size:24px;display:block}
@media(min-width:600px) and (max-width:1023px){.html-default-class .nts-portfolio-overview-chapter .portfolioOverviewItem:nth-child(odd){clear:both}
}
.html-default-class .content-wrapper .nts-chapter.nts-portfolio-overview-chapter .section:nth-last-child(1)>.nts-comp:nth-last-child(1){margin-bottom:4.28571429rem}
.html-default-class .nts-notifications{position:fixed;bottom:0;width:100vw;z-index:9000}
.html-default-class .nts-notifications .nts-notification{background-color:#788791;padding:1.42857143rem 0;border-top:solid 2px #879baa}
.html-default-class .nts-notifications .nts-notification .A{padding-top:1.07142857rem}
.html-default-class .nts-notifications .nts-notification.nts-notification-cookie{display:none}
.html-default-class .nts-notifications .nts-notification.nts-notification-cookie .nts-button{margin-top:1.07142857rem}
.html-default-class .nts-notifications .nts-notification.nts-notification-cookie .nts-button:first-child{margin-right:15px}
.html-default-class .nts-notifications .nts-notification.nts-notification-supportedbrowser{display:none}
.html-default-class .content-wrapper .nts-chapter-news-and-events .slick-arrow{top:calc(50% - 24px)}
.html-default-class .content-wrapper .nts-chapter-news-and-events .slick-disabled{pointer-events:none}
.html-default-class .content-wrapper .nts-chapter-news-and-events .container .row .nts-button{margin-bottom:0 !important}
@media(max-width:1023px){.html-default-class .content-wrapper .nts-chapter-news-and-events .container .row .nts-button{margin-top:1.42857143rem}
}
.html-default-class .content-wrapper .nts-news-and-event{height:417px;margin-bottom:0}
.html-default-class .wcm-edit .content-wrapper .nts-news-and-event{height:auto}
.html-default-class .content-wrapper .nts-news-and-event .nts-news-and-events-teaser-container{cursor:pointer;display:flex;flex-direction:column}
.html-default-class .content-wrapper .nts-news-and-event .nts-news-and-events-teaser-container .nts-caption{display:none}
.html-default-class .content-wrapper .nts-news-and-event .nts-news-and-events-teaser-container .nts-image{margin:0}
.html-default-class .content-wrapper .nts-news-and-event .nts-news-and-events-teaser-container .nts-news-and-events-teaser-content{overflow:hidden;padding:15px;height:100%}
.html-default-class .wcm-edit .content-wrapper .nts-news-and-event .nts-news-and-events-teaser-container .nts-news-and-events-teaser-content{height:auto}
.html-default-class .content-wrapper .nts-news-and-event .nts-news-and-events-teaser-container .nts-news-and-events-teaser-content .P3{margin-bottom:10px}
.html-default-class .content-wrapper .nts-news-and-event .nts-news-and-events-teaser-container .nts-news-and-events-teaser-content .H4{margin-bottom:0}
.html-default-class .content-wrapper .nts-news-and-event .nts-news-and-events-teaser-container .nts-news-and-event-icon{font-size:24px;position:absolute;right:1.07142857rem;bottom:1.07142857rem}
.html-default-class .content-wrapper .nts-news-and-event .nts-news-and-events-teaser-container .nts-news-and-event-icon .icon-arrow-right-small{display:none;position:relative;color:#005578}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.html-default-class .content-wrapper .nts-news-and-event .nts-news-and-events-teaser-container{display:block;flex-direction:unset}
.html-default-class .content-wrapper .nts-news-and-event .nts-news-and-events-teaser-container .nts-news-and-events-teaser-content{height:100%}
.html-default-class .content-wrapper .nts-news-and-event .nts-news-and-events-teaser-container .nts-image+.nts-news-and-events-teaser-content{height:209px}
}
@media(min-width:320px) and (max-width:599px){.html-default-class .content-wrapper .nts-chapter-news-and-events .slider-container .nts-slider .nts-news-and-event{height:505px}
.html-default-class .wcm-edit .content-wrapper .nts-chapter-news-and-events .slider-container .nts-slider .nts-news-and-event{height:auto}
}
@media(min-width:600px) and (max-width:767px){.html-default-class .content-wrapper .nts-chapter-news-and-events .slider-container .nts-slider .nts-news-and-event{height:550px}
.html-default-class .wcm-edit .content-wrapper .nts-chapter-news-and-events .slider-container .nts-slider .nts-news-and-event{height:auto}
}
@media(min-width:768px) and (max-width:1023px){.html-default-class .content-wrapper .nts-chapter-news-and-events .slider-container .nts-slider .nts-news-and-event{height:450px}
.html-default-class .wcm-edit .content-wrapper .nts-chapter-news-and-events .slider-container .nts-slider .nts-news-and-event{height:auto}
}
@media(min-width:1024px){.html-default-class .content-wrapper .nts-chapter-news-and-events .nts-news-and-events-teaser-container:hover .nts-news-and-event-icon .icon-arrow-right-small{display:block !important}
}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-content{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-media{position:relative}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-mutlimedia-slider-slide-content{position:relative}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-image{height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-gradient{position:absolute;width:100%;height:100%;bottom:0;background:linear-gradient(rgba(5,10,15,0),#050a0f)}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-play-btn{height:100%}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-play-btn .nts-btn-play{opacity:.75;display:table-cell;position:absolute;top:50%;left:50%;font-size:5.71428571rem;width:5.71428571rem;height:5.71428571rem;margin-top:-4.64285714rem;margin-left:-2.85714286rem;color:#2387aa;z-index:8199}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-play-btn .nts-btn-play .icon-single-arrow-forward{background:#fff}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-play-btn .nts-btn-play:hover{cursor:pointer;color:#005578;opacity:1}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-text{margin-top:1.42857143rem}
@media(min-width:768px){.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-text .P{color:#fff}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-text .P3{color:#cdd9e1}
}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-text__link{color:inherit}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-text__link:hover,.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-text__link:focus{color:inherit;text-decoration:none}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-text__link p{padding-bottom:30px}
@media(max-width:767px){.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-text__link p{padding-bottom:0}
}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-button .nts-button{margin:2.14285714rem 0}
@media(min-width:768px){.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-multimedia-slider-slide-button .P3{color:#cdd9e1}
}
.html-default-class .nts-multimedia-slider .slick-arrow{position:relative;color:#fff;background:rgba(10,20,25,0.3)}
.html-default-class .nts-multimedia-slider .slick-arrow.next{float:right}
.html-default-class .nts-multimedia-slider .slick-arrow:hover,.html-default-class .nts-multimedia-slider .slick-arrow:active{color:#fff;background:rgba(10,20,25,0.5)}
.html-default-class .nts-multimedia-slider .slick-arrow.slick-disabled:hover{background:rgba(10,20,25,0.3)}
.html-default-class .nts-multimedia-slider .slick-arrow.slick-disabled span[class*="icon-arrow-"]{color:#fff;opacity:.5}
@media(max-width:767px){.html-default-class .nts-multimedia-slider .button.prev.slick-arrow,.html-default-class .nts-multimedia-slider .button.next.slick-arrow{display:none !important;position:relative}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide.nts-multimedia-slider-slide-video-type .nts-video-fullscreen{margin-bottom:0;width:100vw;height:calc(56.25vw)}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide.nts-multimedia-slider-slide-video-type .nts-video-fullscreen .col-xs-12{width:100vw;height:calc(56.25vw);margin:0;padding:0}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide.nts-multimedia-slider-slide-video-type .nts-video-fullscreen .col-xs-12 .video-js{margin-left:15px}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide.nts-multimedia-slider-slide-video-type .nts-video-fullscreen .nts-caption{display:none}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide.nts-multimedia-slider-slide-video-type .nts-multimedia-slider-slide-gradient{display:none}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide.nts-multimedia-slider-slide-video-type .nts-multimedia-slider-slide-play-btn{display:none}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide.nts-multimedia-slider-slide-video-type .nts-multimedia-slider-slide-image{display:none}
}
@media(min-width:768px){.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-video-fullscreen{display:none}
.html-default-class .editmode-container .nts-multimedia-slider .nts-multimedia-slider-slide .nts-video-fullscreen{display:block}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-mutlimedia-slider-slide-content{position:absolute;width:100vw;bottom:0;margin-bottom:2.14285714rem}
.html-default-class .nts-multimedia-slider .nts-multimedia-slider-slide .nts-mutlimedia-slider-slide-content--editMode{position:relative}
.html-default-class .nts-multimedia-slider .slick-dots{position:absolute;bottom:1.42857143rem}
.html-default-class .nts-multimedia-slider .scroll-container{opacity:0;transition:opacity .5s ease-in-out}
}
.html-default-class html .nts-mediatext .nts-media{padding-bottom:1.42857143rem;z-index:8100}
.html-default-class html .nts-mediatext .nts-gallery{margin-bottom:0}
.html-default-class html .nts-mediatext .nts-media.media-right{margin-left:15px;padding-left:15px}
.html-default-class html .nts-mediatext .nts-media.media-left{margin-right:15px;padding-right:15px}
.html-default-class html .nts-mediatext .nts-media .nts-video .vjs-icon-share{display:none}
.html-default-class html .nts-mediatext .nts-clear-table{padding-left:15px;padding-right:15px}
.html-default-class html .nts-mediatext .nts-clear-table [class*="col-"]{width:auto;float:none}
.html-default-class html .nts-mediatext .nts-h4{display:table-row}
@media(max-width:599px){.html-default-class html .nts-mediatext .nts-rte{margin:0 auto}
.html-default-class html .nts-mediatext .nts-clear-table{clear:both}
.html-default-class html .nts-mediatext .nts-media.media-right{margin-left:0}
.html-default-class html .nts-mediatext .nts-media.media-left{margin-right:0}
}
.html-default-class .nts-mediateaser-gallery{margin-bottom:20px}
.html-default-class .nts-mediateaser-gallery .nts-mediateaser-gallery-slider .nts-mediateaser.container{padding:0 15px 0 15px}
.html-default-class .nts-mediateaser-gallery .nts-mediateaser-gallery-slider .nts-mediateaser.container .nts-mediateaser-text-container{padding-bottom:50px}
.html-default-class .nts-mediateaser-gallery .nts-mediateaser-gallery-slider .slick-arrow{display:none;opacity:0;color:#fff;background:rgba(10,20,25,0.3)}
.html-default-class .nts-mediateaser-gallery .nts-mediateaser-gallery-slider .slick-arrow:hover,.html-default-class .nts-mediateaser-gallery .nts-mediateaser-gallery-slider .slick-arrow:active{color:#fff;background:rgba(10,20,25,0.5)}
.html-default-class .nts-mediateaser-gallery .nts-mediateaser-gallery-slider .slick-arrow.slick-disabled:hover{background:rgba(10,20,25,0.3)}
.html-default-class .nts-mediateaser-gallery .nts-mediateaser-gallery-slider .slick-arrow.slick-disabled span[class*="icon-arrow-"]{color:#fff;opacity:.5}
@media(min-width:1024px){.html-default-class .nts-mediateaser-gallery .nts-mediateaser-gallery-slider .slick-arrow{display:block;transition:opacity .3s}
.html-default-class .nts-mediateaser-gallery .nts-mediateaser-gallery-slider:hover .slick-arrow{opacity:1}
}
.html-default-class .nts-mediateaser-gallery .nts-mediateaser-gallery-slider .slick-dots{margin:0;height:0}
.html-default-class .nts-mediateaser-gallery .nts-mediateaser-gallery-slider .slick-dots li{top:-55px}
.html-default-class .nts-mediateaser{margin-top:30px}
.html-default-class .nts-mediateaser .nts-hide-warning{margin:1.07142857rem 0;padding:1.07142857rem;color:white;background-color:red}
.html-default-class .nts-mediateaser .nts-mediateaser-media .nts-caption{display:none}
.html-default-class .nts-mediateaser .nts-mediateaser-media .nts-video .col-lg-12{padding:0}
.html-default-class .nts-mediateaser .nts-mediateaser-alllink{padding-top:10px;padding-bottom:20px;float:right}
.html-default-class .nts-mediateaser .nts-mediateaser-text{background-color:#ebf0f5;padding:1.42857143rem}
.html-default-class .nts-mediateaser .nts-mediateaser-text .nts-mediateaser-text-container{position:relative}
.html-default-class .nts-mediateaser .nts-mediateaser-text .nts-mediateaser-text-container .col-lg-9{padding:0;float:none}
.html-default-class .nts-mediateaser .nts-mediateaser-text .nts-mediateaser-text-container .col-lg-9 .nts-mediateaser-headline{margin-bottom:1.42857143rem}
.html-default-class .nts-mediateaser .nts-mediateaser-text .nts-mediateaser-text-container .col-lg-9 .nts-mediateaser-headline>.notset.A5{color:#000}
.html-default-class .nts-mediateaser .nts-mediateaser-text .nts-mediateaser-text-container .col-lg-9 .nts-mediateaser-headline>.notset.A5:hover{color:#000}
.html-default-class .nts-mediateaser .nts-mediateaser-text .nts-mediateaser-link{position:absolute;right:0;bottom:0}
.html-default-class .nts-mediateaser .nts-mediateaser-text .nts-mediateaser-link .icon-arrow-right-small{font-size:36px}
.html-default-class .nts-chapter-color-background .nts-mediateaser-text{background-color:#fff}
@media(max-width:767px){.html-default-class .nts-mediateaser .nts-mediateaser-text{padding:1.07142857rem}
}
.html-default-class .nts-linklist ul{list-style:none}
.html-default-class .nts-downloadTabGlobalSwitch1 .nts-linklist ul{margin-bottom:0}
.html-default-class .nts-linklist ul li{padding-bottom:1.07142857rem}
.html-default-class .nts-chapter-news-and-events .nts-linklist ul li:last-child{padding-bottom:0}
.html-default-class .nts-linklist ul li a{display:table}
.html-default-class .nts-linklist ul li a .nts-linklist-link-text{display:table-cell}
.html-default-class .nts-linklist ul li .icon-left{padding-bottom:2px;vertical-align:middle}
.html-default-class .nts-linklist ul.nts-linklist-text{margin-bottom:15px}
.html-default-class .nts-tab-combi-tabs .nts-linklist ul.nts-linklist-text{padding-left:15px}
.html-default-class .nts-linklist ul.nts-linklist-text li{padding-bottom:.28571429rem}
.html-default-class .nts-chapter-news-and-events .nts-linklist ul{margin-bottom:0;padding-left:0}
.html-default-class .nts-chapter-news-and-events .nts-linklist ul>li:nth-last-child(1){padding-bottom:0}
.html-default-class .nts-contact .nts-linklist ul li{padding-bottom:.28571429rem}
.html-default-class .nts-product-routing-item-tile-flyout .nts-product-routing-item-tile-flyout-content .nts-linklist{margin-top:2.14285714rem}
.html-default-class .nts-content-teaser-row .nts-content-teaser-row-item .nts-linklist{margin-top:.71428571rem}
.html-default-class .tab-content .mediaText+.linklist,.html-default-class .nts-accordion-content .mediaText+.linklist,.html-default-class .tab-content .P+.linklist,.html-default-class .nts-accordion-content .P+.linklist{margin-top:1.07142857rem}
.html-default-class .nts-link{margin-top:1.07142857rem}
.html-default-class .nts-introduction-form .nts-comp.nts-rte{margin-bottom:4.28571429rem !important}
.html-default-class .nts-introduction-form .h4{margin-top:0;margin-bottom:0}
.html-default-class .nts-introduction [class*="nts-introduction-layout-"]{overflow:auto}
.html-default-class .nts-introduction [class*="nts-introduction-layout-"]:not(.nts-introduction-layout-1) .nts-image,.html-default-class .nts-introduction [class*="nts-introduction-layout-"]:not(.nts-introduction-layout-1) .nts-animated-fact,.html-default-class .nts-introduction [class*="nts-introduction-layout-"]:not(.nts-introduction-layout-1) .nts-application,.html-default-class .nts-introduction [class*="nts-introduction-layout-"]:not(.nts-introduction-layout-1) .nts-button{margin-bottom:1.42857143rem}
.html-default-class .nts-introduction .nts-button{margin-top:1.42857143rem}
.html-default-class .nts-introduction .nts-introduction-layout-2 .nts-rte .row,.html-default-class .nts-introduction .nts-introduction-layout-3 .nts-rte .row,.html-default-class .nts-introduction .nts-introduction-layout-2 .nts-rte .row:before,.html-default-class .nts-introduction .nts-introduction-layout-3 .nts-rte .row:before,.html-default-class .nts-introduction .nts-introduction-layout-2 .nts-rte .row:after,.html-default-class .nts-introduction .nts-introduction-layout-3 .nts-rte .row:after{content:none}
.html-default-class .nts-introduction .nts-introduction-layout-2 .container,.html-default-class .nts-introduction .nts-introduction-layout-3 .container,.html-default-class .nts-introduction .nts-introduction-layout-2 .container:before,.html-default-class .nts-introduction .nts-introduction-layout-3 .container:before,.html-default-class .nts-introduction .nts-introduction-layout-2 .container:after,.html-default-class .nts-introduction .nts-introduction-layout-3 .container:after{content:none}
@media(min-width:600px){.html-default-class .nts-introduction .nts-introduction-layout-2>div:first-child,.html-default-class .nts-introduction .nts-introduction-layout-3>div:first-child{z-index:1;margin-right:15px}
.html-default-class .nts-introduction .nts-introduction-layout-2 .nts-introduction-wraparound,.html-default-class .nts-introduction .nts-introduction-layout-3 .nts-introduction-wraparound,.html-default-class .nts-introduction .nts-introduction-layout-2 .nts-rte .col-lg-9,.html-default-class .nts-introduction .nts-introduction-layout-3 .nts-rte .col-lg-9{width:auto;float:none}
.html-default-class .nts-introduction .nts-introduction-layout-2 .nts-h4,.html-default-class .nts-introduction .nts-introduction-layout-3 .nts-h4{display:table-row}
}
@media(min-width:1024px){.html-default-class .nts-introduction .nts-introduction-layout-4,.html-default-class .nts-introduction .nts-introduction-layout-5{display:flex}
.html-default-class .nts-introduction .nts-introduction-layout-4 .nts-rte .col-md-9,.html-default-class .nts-introduction .nts-introduction-layout-5 .nts-rte .col-md-9{width:100%}
.html-default-class .nts-introduction .nts-introduction-layout-4 .nts-button,.html-default-class .nts-introduction .nts-introduction-layout-5 .nts-button{align-self:flex-end}
.html-default-class .nts-introduction .nts-button{margin-top:2.85714286rem}
}
@media(min-width:768px){.html-default-class .nts-introduction-layout-1{display:flex;position:relative}
.html-default-class .nts-introduction-layout-1 .nts-rte .col-md-9{width:100%}
.html-default-class .nts-introduction-layout-1 .nts-button{align-self:flex-end;margin-top:0}
.html-default-class .nts-introduction-layout-1-content{position:absolute;bottom:0}
}
@media(min-width:600px) and (max-width:1023px){.html-default-class .nts-introduction .nts-introduction-layout-5 .nts-button{float:right}
}
.html-default-class .content-wrapper>.container>.row>.col-xs-12>.nts-inpage-navigation{margin:0 0 4.28571429rem 0}
.html-default-class .nts-inpage-navigation{position:relative;z-index:8893;max-width:377px;display:inline-block}
.html-default-class .nts-inpage-navigation.deactivated{display:none}
.html-default-class .no-js .nts-inpage-navigation{display:none}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-current-info,.html-default-class .nts-inpage-navigation .nts-inpage-navigation-child-entry a{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;padding-right:30px;min-width:100%;max-width:347px}
.html-default-class .nts-inpage-navigation ul{list-style:none;padding:0;margin-bottom:0}
.html-default-class .nts-inpage-navigation ul li{background-color:#ebf0f5}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-to-top-item{display:inline-block;border-right:1px solid #dfe6ed;margin-left:-41px;right:100%;position:absolute}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-to-top-item span.icon-arrow-to-top{width:40px;font-size:21px;line-height:40px;text-align:center;color:#879baa;cursor:default}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-to-top-item.enabled span.icon-arrow-to-top{color:#2387aa;cursor:pointer}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-to-top-item.enabled:hover{border-right:1px solid #fff}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-to-top-item.enabled:hover span.icon-arrow-to-top{background-color:#41aaaa;color:#ebf0f5}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item{height:40px;background-color:#41aaaa;padding-top:10px;display:inline-block;list-style-type:none;position:relative;width:100%}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item>a{padding-right:30px}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-textsnippet{display:inline;padding-left:10px}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .icon-arrow-down-small,.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .icon-arrow-up-small{font-size:18px;display:inline;padding-right:12px;color:#fff;position:absolute;top:12px;right:0}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .icon-arrow-up-small{display:none}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-chapter-headline{color:#fff;padding-right:5px}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item:hover{background-color:#ebf0f5}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item:hover .icon-arrow-down-small{display:none;color:#005578}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item:hover .icon-arrow-up-small{display:inline;color:#005578}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item:hover .nts-inpage-navigation-chapter-headline{color:#005578}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item:hover.N10d{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#788791}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item:hover.N10d:active{color:#005578}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list{display:none;padding:0;position:absolute;top:100%;z-index:8891;list-style-type:none;white-space:nowrap;min-width:100%}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry{position:relative}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry a{display:block;padding:10px 35px 10px 15px}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry .hover-indicator{display:none}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry .nts-inpage-navigation-content-item-circle{display:inline-block;float:right;margin:0;margin-top:7px;background:#ebf0f5;width:8px;height:8px;border:1px #505a64 solid;border-radius:50%;position:absolute;margin-left:5px;right:15px}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry:hover{background-color:#41aaaa}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry:hover a{color:#fff}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry:hover .hover-indicator{color:#fff;display:inline}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry:hover .nts-inpage-navigation-content-item-circle{background:#41aaaa}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry:before{content:"";position:absolute;right:18px;border-left:1px solid black;height:100%;width:1px}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry:first-child:before{top:20px}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry:last-child:before{height:20px}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry:first-child:last-child:before{display:none}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry.active{background-color:#41aaaa}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry.active a{color:#fff}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-child-list .nts-inpage-navigation-child-entry.active .nts-inpage-navigation-content-item-circle{display:inline-block;float:right;margin-top:3px;right:12px;background:#fff;width:14px;height:14px;border:1px #505a64 solid;border-radius:50%;position:absolute;margin-left:5px}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item:hover .nts-inpage-navigation-child-list{display:block}
@media(max-width:1023px){.html-default-class .nts-inpage-navigation{display:block;margin-left:0;max-width:325px}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-current-info,.html-default-class .nts-inpage-navigation .nts-inpage-navigation-child-entry a{max-width:295px}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .nts-inpage-navigation-textsnippet{display:none}
.html-default-class .nts-inpage-navigation .nts-inpage-navigation-content-item .N10d{padding-left:15px}
}
@media(max-width:767px){.html-default-class .nts-inpage-navigation{display:none;max-width:248px}
.html-default-class .nts-inpage-navigation-current-info,.html-default-class .nts-inpage-navigation-child-entry a{max-width:218px}
}
@media(min-width:320px) and (max-width:599px){.html-default-class .nts-image-key-fact .nts-image{margin-bottom:1.42857143rem !important}
}
.html-default-class .nts-image .nts-caption{margin-top:.71428571rem;padding:0}
.html-default-class .no-js .nts-image .b-lazy{display:none}
.html-default-class .nts-image .nts-image-wrapper{position:relative}
.html-default-class .nts-image .nts-image-icons-wrapper{position:absolute;left:0;bottom:0}
.html-default-class .nts-image .nts-icon-share .nts-share-button{padding:12px 11px}
.html-default-class .nts-image .nts-icon-share .nts-share-links{position:absolute;bottom:0;left:0}
.html-default-class .nts-image .nts-icon-share,.html-default-class .nts-image .nts-image-zoom-link{display:inline-block;width:40px;height:40px;background:rgba(255,255,255,0.75);float:left;position:relative}
.html-default-class .nts-image .nts-icon-share:hover,.html-default-class .nts-image .nts-image-zoom-link:hover{background:#fff}
.html-default-class .nts-image .nts-icon-share:hover>.icon-share-newton-android:before,.html-default-class .nts-image .nts-image-zoom-link:hover>.icon-share-newton-android:before,.html-default-class .nts-image .nts-icon-share:hover>.icon-zoom:before,.html-default-class .nts-image .nts-image-zoom-link:hover>.icon-zoom:before{color:#005578}
.html-default-class .nts-image .nts-icon-share>.icon-share-newton-android:before,.html-default-class .nts-image .nts-image-zoom-link>.icon-share-newton-android:before,.html-default-class .nts-image .nts-icon-share>.icon-zoom:before,.html-default-class .nts-image .nts-image-zoom-link>.icon-zoom:before{color:#2387aa;font-size:19px;position:absolute;top:10px;right:11px}
.html-default-class .nts-mediatext .pull-right .nts-image .nts-adaptive-image{padding-right:0}
@media(max-width:600px){.html-default-class .nts-mediatext .pull-right .nts-image .nts-adaptive-image{padding-right:15px;padding-left:0}
}
@media(max-width:600px){.html-default-class .nts-mediatext .pull-right .nts-image .nts-caption{left:0}
}
.html-default-class .nts-image-background{position:absolute;width:100%}
.html-default-class [class*="col-"] .nts-h1 [class*="col-"],.html-default-class [class*="col-"] .nts-h2 [class*="col-"],.html-default-class [class*="col-"] .nts-h3 [class*="col-"],.html-default-class [class*="col-"] .nts-h4 [class*="col-"],.html-default-class [class*="col-"] .nts-subheadline [class*="col-"]{width:100%}
.html-default-class .nts-h1{margin:0 auto .71428571rem !important}
.html-default-class .nts-h2{margin:0 auto 1.42857143rem !important}
.html-default-class .nts-chapter-related-content .nts-h2{margin-bottom:1.42857143rem !important}
.html-default-class .nts-h3{margin:0 auto 1.42857143rem !important}
.html-default-class .nts-h4{margin:0 auto !important}
.html-default-class .nts-h4 .row{margin-bottom:1.07142857rem !important}
.html-default-class .nts-single-purpose-introduction-box .nts-h4 .row{margin-bottom:.35714286rem !important}
.html-default-class .H1,.html-default-class .H2,.html-default-class .H3,.html-default-class .H4{margin:0}
.html-default-class .globalSwitch .h4{margin-bottom:0;margin-top:0;padding-bottom:0}
.html-default-class .nts-headline-flex{display:flex}
.html-default-class .nts-secondary-teaser-box .H2{font-family:"Siemens Sans Roman" !important;font-size:2.14285714rem !important;line-height:2.57142857rem !important;color:#fff !important}
.html-default-class .nts-headerContact{margin-right:1.0rem}
.html-default-class .nts-headerContact .N1{margin-left:0}
.html-default-class .no-siteid .nts-headerContact{margin-right:0}
.html-default-class .nts-search-header .nts-header-buttons{right:-25% !important}
.html-default-class html.nts-navbar-header-flyout-visible{overflow-y:hidden}
.html-default-class html.nts-navbar-header-flyout-visible body{position:fixed}
.html-default-class .nts-header{background-color:#fff;border-bottom:2px solid #dfe6ed;z-index:8900;position:fixed;top:0;left:0;right:0;opacity:1;transition:opacity linear,top .3s linear}
.html-default-class .nts-header .header-wrapper{margin-top:20px;margin-bottom:20px}
.html-default-class .wcm-edit .nts-header{position:relative}
.html-default-class .opaque.nts-header{background-color:rgba(255,255,255,0.92);transition:opacity .2s linear .3s}
.html-default-class .opaque.nts-header:hover{background-color:#fff;transition:opacity .2s linear}
.html-default-class .hidden-state.nts-header{top:-61px;transition:top .3s linear}
.html-default-class .nts-header .nts-header-navigation{overflow:hidden;max-height:65px;display:padding-box;transition:max-height .3s linear}
.html-default-class .wcm-edit .nts-header .nts-header-navigation{max-height:none}
.html-default-class .nts-header .nts-header-navigation .row{margin-top:35px}
.html-default-class .compressed.nts-header .nts-header-navigation{max-height:0;transition:max-height .3s linear}
.html-default-class .nts-header .nts-header-buttons{opacity:1;z-index:8897;text-align:right;position:relative;transition:opacity .3s}
.html-default-class .nts-header .nts-header-buttons .nts-comp{margin-bottom:0}
.html-default-class .nts-header .nts-header-buttons>*{display:inline-block}
.html-default-class .nts-header .nts-header-buttons span{display:inline-block;height:1.42857rem;overflow:hidden;opacity:1;vertical-align:bottom;max-width:300px;white-space:nowrap}
.html-default-class .nts-header .nts-header-buttons.out-step-1{opacity:0}
.html-default-class .nts-header .nts-header-buttons.out-step-2{opacity:1}
.html-default-class .nts-header .nts-header-buttons.out-step-2 span{display:none}
.html-default-class .nts-header .nts-header-buttons.out-step-2 .icon-left{padding-right:0}
.html-default-class .nts-header .nts-header-buttons.in-step-1{opacity:0}
.html-default-class .nts-header .nts-header-buttons.in-step-1 span{display:none}
.html-default-class .nts-header .nts-header-buttons.in-step-1 .icon-left{padding-right:0}
.html-default-class .nts-header .nts-header-buttons.in-step-2{opacity:1}
.html-default-class .nts-header .nts-header-buttons.in-step-1.col-lg-push-4,.html-default-class .nts-header .nts-header-buttons.out-step-2.col-lg-push-4,.html-default-class .nts-header .nts-header-buttons.in-step-1.col-lg-push-3,.html-default-class .nts-header .nts-header-buttons.out-step-2.col-lg-push-3{left:auto}
.html-default-class .nts-header .nts-primary-navigation{display:inline-block}
.html-default-class .nts-header .nts-search{display:inline-block;position:relative;top:66px;margin-bottom:-15px;transition:top .3s linear}
.html-default-class .nts-header .nts-search .nts-search-input [class^="icon-"],.html-default-class .nts-header .nts-search .nts-search-input [class*=" icon-"]{line-height:28px}
.html-default-class .compressed.nts-header .nts-search{top:-5px}
.html-default-class .nts-logo.nts-comp{margin-bottom:0}
.html-default-class .nts-logo img,.html-default-class .nts-logo a{display:block}
.html-default-class .nts-logo .logo img{max-height:19px}
.html-default-class .nts-logo .logoClaim{display:none;opacity:1;visibility:visible;transition:visibility linear .3s,opacity .3s linear .3s}
.html-default-class .compressed .nts-logo .logoClaim{opacity:0;visibility:hidden;transition:visibility linear .3s,opacity .3s linear}
.html-default-class .nts-logo .logoClaim img{max-height:29px}
.html-default-class .nts-navbar-header{background-color:#fff;border-bottom:2px solid #dfe6ed;padding-top:10px;padding-bottom:10px;position:fixed;left:0;top:0;width:100%;z-index:8898}
.html-default-class .hidden-state.nts-navbar-header{top:-78px;transition:top .3s linear}
.html-default-class .nts-navbar-header .navbar-buttons{display:inline;float:right;list-style:none;margin-bottom:0}
.html-default-class .nts-navbar-header .navbar-buttons li{display:inline}
.html-default-class .nts-navbar-header .navbar-buttons li span[class^="icon-"]{min-width:40px;position:relative;font-size:21px;line-height:40px;text-align:center}
.html-default-class .nts-navbar-header .navbar-buttons li .icon-email,.html-default-class .nts-navbar-header .navbar-buttons li .icon-globe,.html-default-class .nts-navbar-header .navbar-buttons li .icon-search,.html-default-class .nts-navbar-header .navbar-buttons li .icon-menu{background-color:#fff;color:#788791}
.html-default-class .nts-navbar-header .navbar-buttons li .icon-email:hover,.html-default-class .nts-navbar-header .navbar-buttons li .icon-globe:hover,.html-default-class .nts-navbar-header .navbar-buttons li .icon-search:hover,.html-default-class .nts-navbar-header .navbar-buttons li .icon-menu:hover{color:#788791;background-color:#ebf0f5}
.html-default-class .nts-navbar-header .navbar-buttons li .icon-email.active,.html-default-class .nts-navbar-header .navbar-buttons li .icon-globe.active,.html-default-class .nts-navbar-header .navbar-buttons li .icon-search.active,.html-default-class .nts-navbar-header .navbar-buttons li .icon-menu.active{background-color:#41aaaa;color:#fff}
.html-default-class .nts-navbar-header .navbar-buttons li .icon-email.active:hover,.html-default-class .nts-navbar-header .navbar-buttons li .icon-globe.active:hover,.html-default-class .nts-navbar-header .navbar-buttons li .icon-search.active:hover,.html-default-class .nts-navbar-header .navbar-buttons li .icon-menu.active:hover{color:#fff;background-color:#007373}
.html-default-class .nts-navbar-sticky-header{display:none;opacity:0;max-height:0;transition:opacity .2s linear .2s,opacity .2s linear}
.html-default-class .nts-navbar-sticky-header.nts-comp,.html-default-class .nts-navbar-sticky-header .nts-comp{margin-bottom:0}
.html-default-class .hidden-state .nts-navbar-sticky-header,.html-default-class .nts-navbar-sticky-header.revealup{display:block;opacity:1;max-height:40px}
.html-default-class .nts-navbar-sticky-header .nts-button{margin-top:0}
.html-default-class .nts-navbar-header.compressed{position:fixed;opacity:.92}
.html-default-class .nts-navbar-header-flyout-visible .nts-navbar-header{opacity:1}
.html-default-class .nts-navbar-header-flyout-visible .nts-navbar-header>.container{padding-bottom:17px}
.html-default-class .nts-navbar-header ~ div .content-wrapper{margin-top:62px}
.html-default-class .overlay-content-wrapper{position:fixed;right:0;width:100%}
.html-default-class .overlay-content{overflow:auto}
.html-default-class .nts-navbar-header-overlay{background-color:#0a1419;opacity:.75;position:absolute;top:0;height:10000px;width:34%;display:none}
.html-default-class .nts-navbar-header-flyout-visible .nts-navbar-header-overlay{display:block}
.html-default-class .nts-navbar-header-background-placeholder{background-color:#ebf0f5;position:absolute;top:100%;left:0;right:0;height:10000px;display:none}
.html-default-class .nts-navbar-header-flyout-visible .nts-navbar-header-background-placeholder{display:block}
@media(min-width:320px) and (max-width:599px){.html-default-class .nts-navbar-header .logo{margin-top:10px}
.html-default-class .nts-navbar-header-flyout-visible .col-xs-5{display:none}
.html-default-class .nts-navbar-header-flyout-visible .col-xs-7{width:100%}
.html-default-class .nts-navbar-header-flyout-visible .navbar-buttons .hidden-xs{display:inline-block !important}
}
@media(min-width:600px) and (max-width:767px){.html-default-class .nts-navbar-header .logo{margin-top:10px}
.html-default-class .nts-navbar-header .overlay-content-wrapper{width:66%}
.html-default-class .nts-navbar-header .nts-navbar-header-overlay{width:34%}
}
@media(min-width:768px) and (max-width:1023px){.html-default-class .nts-header ~ div .content-wrapper{margin-top:80px;transition:margin-top .3s linear}
.html-default-class .compressed.nts-header ~ div .content-wrapper,.html-default-class hidden.nts-header ~ div .content-wrapper,.html-default-class .nts-header ~ div .content-wrapper wcm-edit{margin-top:0;transition:margin-top .3s linear}
.html-default-class .nts-logo .logoClaim{display:block}
.html-default-class .compressed.nts-logo .logoClaim{display:none}
.html-default-class .nts-navbar-header{padding-top:0;padding-bottom:0}
.html-default-class .nts-navbar-header .navbar-header-container{padding-top:20px;padding-bottom:10px}
.html-default-class .nts-navbar-header .navbar-buttons{padding-top:0}
.html-default-class .nts-navbar-header .nts-navbar-header-overlay{width:50%}
.html-default-class .nts-navbar-header .overlay-content-wrapper{width:50%}
.html-default-class .nts-navbar-header.compressed{padding-top:10px}
.html-default-class .nts-navbar-header.compressed .navbar-buttons{padding-top:3px}
}
@media(min-width:1024px){.html-default-class html.nts-navbar-header-flyout-visible{overflow-y:visible}
.html-default-class .nts-logo .logoClaim{display:block;position:absolute}
.html-default-class .nts-header ~ div .content-wrapper{margin-top:128px;transition:margin-top .3s linear}
.html-default-class .compressed.nts-header ~ div .content-wrapper,.html-default-class hidden.nts-header ~ div .content-wrapper,.html-default-class .nts-header ~ div .content-wrapper wcm-edit{margin-top:63px;transition:margin-top .3s linear}
.html-default-class .nts-header ~ div .content-wrapper .nts-product-index{margin-top:0}
}
.html-default-class .nts-gsasearch button,.html-default-class .nts-gsasearch .button{box-sizing:border-box;margin:0;vertical-align:top;display:inline-block;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;min-width:6.875rem;padding:.625rem .9375rem;border:.0625rem solid;border-color:rgba(0,30,70,0.7);font-family:adobe-clean,Helvetica,Arial,sans-serif;font-weight:700;font-size:.9375rem;line-height:1rem;height:2.375rem;color:#fff;text-decoration:none;text-align:center;text-shadow:0 -0.0625rem 0 rgba(0,0,0,0.4);cursor:pointer;background-color:#3281ca;background-image:linear-gradient(to bottom,#3287d2,#3278be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3287d2',endColorstr='#ff3278be',GradientType=0)}
.html-default-class .nts-gsasearch .nts-gsasearch-search-field-container{margin-left:20px;margin-right:20px}
.html-default-class .nts-gsasearch .nts-gsasearch-input,.html-default-class .nts-gsasearch .nts-gsasearch-input.text-version{padding-right:60px;border:1px solid #cdd9e1;height:30px}
.html-default-class .nts-gsasearch .autocomplete-wrapper{position:relative}
.html-default-class .nts-gsasearch .autocomplete-wrapper ul{position:absolute;width:100%;background:#fff;border:1px solid #cdd9e1;border-top:0;list-style:none;padding:0;z-index:8894}
.html-default-class .nts-gsasearch .autocomplete-wrapper ul li{cursor:pointer}
.html-default-class .nts-gsasearch .autocomplete-wrapper ul li a{padding:6px 15px 8px;display:block;color:#879baa;text-decoration:none}
.html-default-class .nts-gsasearch .autocomplete-wrapper ul li a:hover,.html-default-class .nts-gsasearch .autocomplete-wrapper ul li a.ui-state-focus{background:#005578;color:#fff}
.html-default-class .nts-gsasearch .autocomplete-wrapper ul li a:hover span,.html-default-class .nts-gsasearch .autocomplete-wrapper ul li a.ui-state-focus span{color:#fff}
.html-default-class .nts-gsasearch .autocomplete-wrapper ul li a span{color:#000}
.html-default-class .nts-gsasearch .gsa-site-search-term{font-family:"Siemens Sans Roman";font-size:14px;line-height:1.42857143rem;color:#9bafbe;width:90%;height:100%;border:0;padding-left:15px}
.html-default-class .nts-gsasearch .gsa-site-search-term:valid ~ .resetButton{display:block}
.html-default-class .nts-gsasearch .gsa-site-search-term:focus{color:#788791;outline:none !important}
.html-default-class .nts-gsasearch .gsa-site-search-term:focus ~ .searchButton{background:#697882}
.html-default-class .nts-gsasearch .gsa-site-search-term:focus ~ .searchButton .icon-search{color:#fff}
.html-default-class .nts-gsasearch .nts-gsasearch-results{margin-left:20px;margin-right:20px}
.html-default-class .nts-gallery{margin-bottom:20px}
.html-default-class .nts-gallery .nts-gallery-slider-nav{display:none;bottom:115px;margin-bottom:0}
.html-default-class .nts-gallery .nts-gallery-slider-nav .nts-gallery-image-container{width:auto;height:82px;margin-top:9px;margin-left:15px;margin-right:15px}
.html-default-class .nts-gallery .nts-gallery-slider-nav .nts-gallery-image-container img.nts-gallery-thumbnails-image{width:117px;height:66px;border:1px solid #fff}
.html-default-class .nts-gallery .nts-gallery-slider-nav .nts-gallery-image-container .nts-gallery-image-layer{position:absolute;background-color:#000;width:117px;height:66px;z-index:8000;top:9px;opacity:.3;cursor:pointer}
.html-default-class .nts-gallery .nts-gallery-slider-nav .nts-gallery-image-container .nts-gallery-image-layer:hover{opacity:.0}
.html-default-class .nts-gallery .nts-gallery-slider-nav .nts-gallery-image-container.slick-current{margin:0}
.html-default-class .nts-gallery .nts-gallery-slider-nav .nts-gallery-image-container.slick-current .nts-gallery-image-layer{display:none}
.html-default-class .nts-gallery .nts-gallery-slider-nav .nts-gallery-image-container.slick-current img.nts-gallery-thumbnails-image{width:146px;height:82px}
.html-default-class .wcm-edit .nts-gallery .col-md-0{float:left}
.html-default-class .nts-gallery .nts-slider{margin-bottom:42px}
.html-default-class .nts-gallery .nts-slider .slick-arrow{color:#fff;background:rgba(10,20,25,0.3)}
.html-default-class .nts-gallery .nts-slider .slick-arrow:hover,.html-default-class .nts-gallery .nts-slider .slick-arrow:active{color:#fff;background:rgba(10,20,25,0.5)}
.html-default-class .nts-gallery .nts-slider .slick-arrow.slick-disabled:hover{background:rgba(10,20,25,0.3)}
.html-default-class .nts-gallery .nts-slider .slick-arrow.slick-disabled span[class*="icon-arrow-"]{color:#fff;opacity:.5}
.html-default-class .nts-quotemedia .nts-gallery{margin-bottom:0}
.html-default-class .nts-event-overview-filter-filtering .nts-form-el-dropdown option:hover{background-color:#005578;color:#fff}
@media(max-width:1023px){.html-default-class .nts-event-overview-filter-filtering .nts-form-el-dropdown{padding-right:0}
.html-default-class .nts-event-overview-filter-filtering .nts-form-el-dropdown [class^="icon-"],.html-default-class .nts-event-overview-filter-filtering .nts-form-el-dropdown [class*=" icon-"]{display:none !important}
.html-default-class .nts-event-overview-filter-filtering .nts-form-el-dropdown option{color:red}
.html-default-class .nts-event-overview-filter-filtering .nts-form-el:not(.nts-form-el-input){background-color:transparent;border:0;padding:0}
.html-default-class .nts-event-overview-filter-filtering .nts-form-el:not(.nts-form-el-input) select{margin-top:1em}
.html-default-class .nts-event-overview-filter-filtering>*{float:none;width:auto}
.html-default-class .nts-event-overview-filter-filtering>*:not(:first-child):not(.pull-right){border-top:1px solid #ccd9e1}
.html-default-class .nts-event-overview-filter-filtering .daterangepicker{width:auto !important}
.html-default-class .nts-event-overview-filter-filtering .nts-date-picker .ranges{padding-top:0}
.html-default-class .nts-event-overview-filter-filtering .nts-date-picker .ranges li{padding-left:0;padding-right:0}
}
.html-default-class .nts-event-overview-filter-filtering div[class*="col-lg-"]{padding-top:.71428571rem;padding-bottom:.71428571rem}
@media(min-width:1024px){.html-default-class .nts-event-overview-filter-filtering div[class*="col-lg-"].pull-right{width:auto}
}
.html-default-class .nts-event-overview-filter-toggle{display:initial;position:absolute;left:-100000px}
.html-default-class .nts-event-overview-filter-toggle+label{clear:left}
.html-default-class .nts-event-overview-filter-toggle,.html-default-class .nts-event-overview-filter-toggle+label{display:none}
.html-default-class .nts-event-overview-filter-toggle ~ label{font-weight:normal;display:block;cursor:pointer;margin-top:20px;margin-bottom:20px;padding-top:0;padding-bottom:0;padding-right:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.html-default-class .nts-event-overview-filter-toggle ~ label .icon:before{font-size:18px}
@media(max-width:1023px){.html-default-class .nts-event-overview-filter-toggle ~ label{display:none}
}
.html-default-class .nts-event-overview-filter-toggle:checked ~ label>*:first-child{display:none}
.html-default-class .nts-event-overview-filter-toggle:not(:checked) ~ label>*:last-child{display:none}
@media(min-width:1024px){.html-default-class .nts-event-overview-filter-toggle:not(:checked) ~ *:not(label):not(.pull-right){display:none}
.html-default-class .nts-event-overview-filter-toggle:checked+*:not(label):not(button):not(.pull-right),.html-default-class .nts-event-overview-filter-toggle:checked+label+*:not(.pull-right){clear:left}
}
.html-default-class .nts-event-overview-filter-wrapper{background-color:#ebf0f5}
.html-default-class .nts-event-overview-filter-buttons{margin:1.07142857rem 0}
@media(max-width:1023px){.html-default-class .nts-event-overview-filter-buttons{margin-top:5px;margin-bottom:5px}
}
.html-default-class .nts-event-overview-filter-buttons [class^="icon-"],.html-default-class .nts-event-overview-filter-navbar-buttons [class^="icon-"],.html-default-class .nts-event-overview-filter-results-switcher [class^="icon-"],.html-default-class .nts-event-overview-filter-buttons [class*=" icon-"],.html-default-class .nts-event-overview-filter-navbar-buttons [class*=" icon-"],.html-default-class .nts-event-overview-filter-results-switcher [class*=" icon-"]{min-width:40px;position:relative;font-size:21px;line-height:40px;text-align:center}
@media(max-width:1023px){.html-default-class .nts-event-overview-filter-results-switcher{margin-top:-15px}
.html-default-class .nts-event-overview-filter-results-switcher [class^="icon-"],.html-default-class .nts-event-overview-filter-results-switcher [class*=" icon-"]{font-size:40px;min-width:60px;line-height:60px}
}
.html-default-class .nts-event-overview-filter-navbar-buttons,.html-default-class .nts-event-overview-filter-filtering{margin:.71428571rem 0}
.html-default-class .nts-event-overview-filter-results-header{margin-top:2.85714286rem}
.html-default-class .nts-event-overview-filter-switch-list.active [class^="icon-"],.html-default-class .nts-event-overview-filter-switch-tile.active [class^="icon-"],.html-default-class .nts-event-overview-filter-switch-list [class*=" icon-"],.html-default-class .nts-event-overview-filter-switch-tile [class*=" icon-"]{background-color:#ebf0f5}
.html-default-class .nts-chapter-color-grey .nts-event-overview-filter-switch-list.active [class^="icon-"],.html-default-class .nts-chapter-color-grey .nts-event-overview-filter-switch-tile.active [class^="icon-"],.html-default-class .nts-chapter-color-grey .nts-event-overview-filter-switch-list [class*=" icon-"],.html-default-class .nts-chapter-color-grey .nts-event-overview-filter-switch-tile [class*=" icon-"]{background-color:#fff}
.html-default-class .nts-event-overview-filter-results-list{margin:2.14285714rem 0 2.85714286rem}
.html-default-class .nts-event-overview-filter-results-list .nts-loading-animation{margin-top:120px;margin-bottom:120px}
.html-default-class .nts-event-overview-filter-result-item{position:relative;margin-top:2.14285714rem}
.html-default-class .nts-event-overview-filter-result-item.layoutLink{margin-top:.71428571rem}
.html-default-class .nts-event-overview-filter-result-item>a:first-child{background-color:#ebf0f5;display:block;height:100%;overflow:auto}
.html-default-class .nts-event-overview-filter-result-item>a:first-child:hover,.html-default-class .nts-event-overview-filter-result-item>a:first-child:focus{text-decoration:none}
.html-default-class .nts-chapter-color-grey .nts-event-overview-filter-result-item>a:first-child{background-color:#fff}
@media(min-width:1024px){.html-default-class .nts-event-overview-filter-result-item:not(:hover) .nts-event-overview-filter-result-item-links,.html-default-class .nts-event-overview-filter-result-item:not(:hover) .nts-event-overview-filter-result-item-arrow{display:none}
}
.html-default-class .nts-event-overview-filter-result-item-tile .nts-event-overview-filter-result-item-image{width:100%}
.html-default-class .nts-event-overview-filter-result-item-list .nts-event-overview-filter-result-item-image{padding-top:1.07142857rem;padding-bottom:1.07142857rem}
.html-default-class .nts-event-overview-filter-result-item-content{padding-top:1.07142857rem;padding-bottom:3.92857143rem}
.html-default-class .nts-event-overview-filter-result-item-text{padding-top:1.07142857rem}
.html-default-class .nts-event-overview-filter-result-item-additional-info-container{overflow:auto;margin-bottom:8px}
.html-default-class .nts-event-overview-filter-result-item-additional-info{overflow:auto;text-align:right}
.html-default-class .nts-event-overview-filter-result-item-additional-info ul{margin:0}
.html-default-class .nts-event-overview-filter-result-item-additional-info li{padding:0}
.html-default-class .nts-event-overview-filter-result-item-additional-info li:empty{display:none}
.html-default-class .nts-event-overview-filter-result-item-additional-info li:not(:last-child):after{content:",";display:inline-block}
.html-default-class .nts-event-overview-filter-result-item-additional-info li:not(:first-child):before{content:" "}
.html-default-class .nts-event-overview-filter-result-item-arrow{position:absolute;font-size:1.71428571rem;color:#2387aa;right:2.14285714rem;bottom:1.07142857rem}
.html-default-class .nts-event-overview-filter-result-item-links{position:absolute;font-size:1.71428571rem;color:#2387aa;padding-left:15px;bottom:1.07142857rem}
@media(min-width:600px){.html-default-class .nts-event-overview-filter-result-item-list .nts-event-overview-filter-result-item-image{padding-right:0}
}
@media(max-width:599px){.html-default-class .nts-event-overview-filter-result-item-list .nts-event-overview-filter-result-item-image{padding-bottom:0}
}
@media(min-width:1024px){.html-default-class html:not(.wcm-edit) .nts-event-overview-filter-navbar{padding-left:0;padding-right:0}
}
@media(max-width:1023px){.html-default-class html:not(.wcm-edit) .nts-event-overview-filter-navbar{display:none;position:fixed;right:0;top:0;bottom:0;z-index:9000;overflow:auto;background:#ebf0f5;border-left:1px solid #ccd9e1}
}
.html-default-class .nts-event-overview-filter .nts-tag{margin-left:7px;margin-right:8px}
.html-default-class .nts-date-picker{position:relative}
@media(max-width:1023px){.html-default-class .nts-date-picker{clear:both}
}
.html-default-class .nts-date-picker .daterangepicker{border-radius:0;padding:0;margin-top:-1px;box-shadow:none}
.html-default-class .nts-date-picker .daterangepicker:after,.html-default-class .nts-date-picker .daterangepicker:before{display:none !important}
@media(max-width:1023px){.html-default-class html:not(.wcm-edit) .nts-date-picker .daterangepicker{display:block !important;position:relative !important;left:auto !important;top:auto !important;background:0;border:0;overflow:hidden;float:none}
}
.html-default-class .nts-date-picker .daterangepicker.ltr .left .daterangepicker_input{padding-right:0}
.html-default-class .nts-date-picker .daterangepicker.ltr .right .daterangepicker_input:before{content:'–';position:absolute;left:-13px;left:-11px;top:8px}
.html-default-class .nts-date-picker .daterangepicker .daterangepicker_input i{left:auto;right:12px;color:#9bafbe;font-size:18px}
.html-default-class .nts-date-picker .daterangepicker .input-mini{padding:0 28px 0 20px;height:34px}
.html-default-class .nts-date-picker .daterangepicker .input-mini,.html-default-class .nts-date-picker .daterangepicker .input-mini.active{border-radius:0}
.html-default-class .nts-date-picker .daterangepicker .ranges{margin:0}
.html-default-class .nts-date-picker .daterangepicker .ranges ul{width:auto}
@media(max-width:1023px){.html-default-class html:not(.wcm-edit) .nts-date-picker .daterangepicker .ranges{float:none}
}
.html-default-class .nts-date-picker .daterangepicker .ranges .active .icon-check-mark,.html-default-class .show-calendar.nts-date-picker .daterangepicker .ranges li:last-child .icon-check-mark{display:inline}
.html-default-class .nts-date-picker .daterangepicker .ranges .icon-check-mark,.html-default-class .show-calendar.nts-date-picker .daterangepicker .ranges .active ~ li:last-child .icon-check-mark{display:none}
.html-default-class .nts-date-picker .daterangepicker .ranges li{border:0;border-radius:0;background:0;position:relative;margin-bottom:0;padding-top:.71428571rem;padding-bottom:.71428571rem;color:inherit}
@media(max-width:1023px){.html-default-class html:not(.wcm-edit) .nts-date-picker .daterangepicker .ranges li:not(:last-child){border-bottom:1px solid #becdd7}
.html-default-class .nts-date-picker .daterangepicker .ranges li:last-child{border-bottom-width:0}
}
@media(min-width:1024px){.html-default-class html:not(.wcm-edit) .nts-date-picker .daterangepicker .ranges li:hover{background-color:#005578;color:#FFF}
.html-default-class html:not(.wcm-edit) .nts-date-picker .daterangepicker .ranges li:last-child{margin-top:11px}
.html-default-class html:not(.wcm-edit) .nts-date-picker .daterangepicker .ranges li:last-child:before{content:'';position:absolute;top:-6px;left:15px;right:15px;height:1px;background:#ebf0f5}
}
.html-default-class .nts-date-picker .daterangepicker .ranges .icon-arrow-right-small{line-height:inherit}
.html-default-class .nts-date-picker .daterangepicker .calendar{margin:15px;max-width:none;width:auto}
.html-default-class .nts-date-picker .daterangepicker .calendar.left{margin-right:30px;margin-right:15px}
.html-default-class .nts-date-picker .daterangepicker .calendar-table{padding:0 !important}
.html-default-class .nts-date-picker .daterangepicker .calendar-table table{background:#ebf0f5}
.html-default-class .nts-date-picker .daterangepicker .calendar-table thead tr:first-child{border-bottom:2px solid #fff}
.html-default-class .nts-date-picker .daterangepicker .calendar-table tbody tr{border-top:2px solid #ebf0f5;border-bottom:2px solid #ebf0f5}
.html-default-class .nts-date-picker .daterangepicker .calendar-table thead tr:last-child th{padding-top:10px}
.html-default-class .nts-date-picker .daterangepicker .calendar-table tbody tr:last-child td{border-bottom:9px solid #ebf0f5}
.html-default-class .nts-date-picker .daterangepicker .calendar-table thead tr:last-child th:first-child,.html-default-class .nts-date-picker .daterangepicker .calendar-table tbody td:first-child{padding-left:20px;padding-left:10px}
.html-default-class .nts-date-picker .daterangepicker .calendar-table thead tr:last-child th:last-child,.html-default-class .nts-date-picker .daterangepicker .calendar-table tbody td:last-child{padding-right:20px;padding-right:10px}
.html-default-class .nts-date-picker .daterangepicker .calendar-table th.next{text-align:right;padding-right:8px}
.html-default-class .nts-date-picker .daterangepicker .calendar-table th.prev{text-align:left;padding-left:8px}
.html-default-class .nts-date-picker .daterangepicker .calendar-table td{min-width:none;padding-top:1px;padding-bottom:1px;width:25px}
.html-default-class .nts-date-picker .daterangepicker .calendar-table th,.html-default-class .nts-date-picker .daterangepicker .calendar-table td{min-width:0}
.html-default-class .nts-date-picker .daterangepicker .calendar-table td.off{background-color:transparent}
.html-default-class .nts-date-picker .daterangepicker .calendar-table td.active,.html-default-class .nts-date-picker .daterangepicker .calendar-table td.in-range{background-color:#005578;color:#fff;border-radius:0}
.html-default-class .nts-content-teaser-row.bgColor-white{background:#FFF}
.html-default-class .nts-content-teaser-row.bgColor-blue{background:darkslategray;color:#FFF}
.html-default-class .nts-content-teaser-row .container.nts-image,.html-default-class .nts-content-teaser-row .container.nts-video{padding-bottom:15px}
.html-default-class .nts-content-teaser-row .nts-content-teaser-row-item .nts-h4{margin:0}
@media(min-width:320px) and (max-width:1023px){.html-default-class .nts-content-teaser-row .visible-xs-block,.html-default-class .nts-content-teaser-row .visible-sm-block,.html-default-class .nts-content-teaser-row .visible-md-block{padding-bottom:2.22222rem}
}
.html-default-class .nts-content-slider{position:relative}
.html-default-class .nts-content-slider .nts-slider-right-edge-overlay{background-color:#1a4b5d;position:absolute;right:0;top:0;height:0;transition:height .5s ease-out}
.html-default-class .nts-content-slider .nts-content-slider-item{background-color:#1a4b5d;margin-left:0;margin-right:0}
.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-image{padding-left:0}
.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-content{padding-left:.35714286rem;padding-top:1.42857143rem;padding-bottom:1.42857143rem;padding-right:.35714286rem}
.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-content .nts-h2{margin-bottom:.71428571rem !important}
.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-content .nts-h3{margin-bottom:2.14285714rem !important}
@media(min-width:768px) and (max-width:1023px){.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-image img{padding-top:1.42857143rem;padding-left:1.42857143rem;padding-bottom:1.42857143rem}
}
@media(min-width:320px) and (max-width:767px){.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-image img{padding-top:1.07142857rem;padding-left:1.07142857rem;padding-bottom:1.07142857rem}
.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-content{padding-top:1.07142857rem;padding-bottom:1.07142857rem;padding-right:1.07142857rem}
.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-content .nts-rte .Q1{display:none}
.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-content .nts-content-slider-more a{cursor:pointer}
.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-content .nts-content-slider-more .nts-content-slider-more-link-open{display:block}
.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-content .nts-content-slider-more .nts-content-slider-more-link-close{padding-top:1.07142857rem;display:none}
}
@media(min-width:320px) and (max-width:599px){.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-content{padding-left:0}
.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-content .nts-h2,.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-content .nts-h3,.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-content .nts-rte,.html-default-class .nts-content-slider .nts-content-slider-item .nts-content-slider-content .nts-content-slider-more{padding-left:1.07142857rem}
}
.html-default-class .nts-content-slider .slick-list{background-color:#1a4b5d}
.html-default-class .nts-content-slider .slick-arrow{margin-top:-52px;color:#fff;background:rgba(10,20,25,0.3)}
.html-default-class .nts-content-slider .slick-arrow:hover,.html-default-class .nts-content-slider .slick-arrow:active{color:#fff;background:rgba(10,20,25,0.5)}
.html-default-class .nts-content-slider .slick-arrow.slick-disabled:hover{background:rgba(10,20,25,0.3)}
.html-default-class .nts-content-slider .slick-arrow.slick-disabled span[class*="icon-arrow-"]{color:#fff;opacity:.5}
@media(min-width:320px) and (max-width:1023px){.html-default-class .nts-content-slider .prev,.html-default-class .nts-content-slider .next{display:none !important}
}
.html-default-class .nts-content-slider .nts-slider-content.right-edge-hidden .nts-content-slider-item .nts-content-slider-content .nts-rte{padding-right:1.07142857rem}
@media(min-width:320px) and (max-width:599px){.html-default-class .nts-content-slider .nts-slider-content.right-edge-hidden .nts-content-slider-item .nts-content-slider-image img{padding-right:1.07142857rem}
}
.html-default-class .nts-content-slider.gray-background .nts-slider-right-edge-overlay{background-color:#ebf0f5}
.html-default-class .nts-content-slider.gray-background .nts-content-slider-item{background-color:#ebf0f5}
.html-default-class .nts-content-slider.gray-background .nts-content-slider-item .H2,.html-default-class .nts-content-slider.gray-background .nts-content-slider-item .H3{color:#2d373c}
.html-default-class .nts-content-slider.gray-background .nts-content-slider-item .Q1{color:#788791}
.html-default-class .nts-contact-phone{margin-bottom:15px}
.html-default-class .nts-contact-mail{margin-bottom:20px}
.html-default-class .nts-no-float{clear:both;float:none}
@media(min-width:1024px){.html-default-class .nts-contact-linklist .nts-linklist:first-child,.html-default-class .nts-contact-linklist-2 .nts-linklist:first-child{margin-top:2.78571429rem}
}
.html-default-class .nts-chapter-topic-news{background-color:#ebf0f5}
.html-default-class .nts-chapter-topic-news .nts-chapter-topic-news-h2 .nts-h2 .col-md-9{width:100%}
.html-default-class .nts-chapter-topic-news .nts-chapter-topic-news-more-about-link{margin-bottom:1.42857143rem}
@media(min-width:1024px){.html-default-class .nts-chapter-topic-news .nts-chapter-topic-news-slider-wrapper.row{margin-right:0}
.html-default-class .nts-chapter-topic-news .nts-chapter-topic-news-more-about-link{margin-top:12px}
}
.html-default-class .nts-teaser-routing-chapter>*:last-child{margin-bottom:0}
.html-default-class .nts-primary-teaser{padding:0 !important}
.html-default-class .nts-primary-teaser .H1 [class^="icon-"],.html-default-class .nts-primary-teaser .H1 [class*=" icon-"]{font-size:24px}
.html-default-class .nts-primary-teaser .slick-dots{position:absolute;bottom:15px}
.html-default-class .nts-primary-teaser .slick-dots li span[class*="icon-"]{color:#fff;text-shadow:0 0 10px rgba(255,255,255,0.5);font-size:10px}
.html-default-class .nts-primary-teaser .nts-slick-dot-line{display:none;height:1px;margin-left:5px;margin-top:3px;background:#fff}
.html-default-class .nts-primary-teaser-slide{position:relative;padding:0 !important;background-repeat:no-repeat;background-position:center top;background-size:cover}
.html-default-class .nts-primary-teaser-slide .nts-video-animation{margin-bottom:0}
.html-default-class .nts-primary-teaser-slide .nts-video-animation .row{margin:0}
.html-default-class .nts-primary-teaser-slide .nts-video-animation .row div{padding:0}
.html-default-class .nts-primary-teaser-slide-content{position:absolute;height:100%;width:100%;top:0;z-index:8499}
.html-default-class .nts-editmode .nts-primary-teaser-slide-content{position:static}
.html-default-class .nts-primary-teaser-slide-media{position:absolute;top:0;width:100%;background-repeat:no-repeat;background-position:center top;background-size:cover}
.html-default-class .nts-editmode .nts-primary-teaser-slide-media{position:static}
.html-default-class .nts-primary-teaser-slide-box-container{display:table;height:100%}
.html-default-class .nts-primary-teaser-slide-box{padding:1.07142857rem}
.html-default-class .nts-primary-teaser-slide-box .nts-h2{margin-bottom:0 !important}
.html-default-class .nts-primary-teaser-slide-box .nts-rte{margin-top:1.42857143rem !important}
.html-default-class .nts-primary-teaser-slide-box .nts-button{margin:2.85714286rem 0 0 !important}
.html-default-class .nts-primary-teaser-slide-box[data-link-href]{cursor:pointer}
.html-default-class .nts-primary-teaser-slide-box[data-link-href]:hover .H1,.html-default-class .nts-primary-teaser-slide-box[data-link-href]:hover .H2{text-decoration:underline}
@media(min-width:768px){.html-default-class .nts-primary-teaser-slide-box-row{display:table-cell;vertical-align:middle}
.html-default-class .nts-primary-teaser-slide-box{background:#50bebe;background:linear-gradient(to right,#50bebe 0,#41aaaa 50%,#0099cb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bebe',endColorstr='#0099cb',GradientType=1)}
}
@media(max-width:767px){.html-default-class .nts-primary-teaser-slide{background-image:none !important}
.html-default-class .nts-primary-teaser-slide .nts-video-animation{display:none}
.html-default-class .nts-primary-teaser-slide-content{position:relative;background:#50bebe;background:linear-gradient(to right,#50bebe 0,#41aaaa 50%,#0099cb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bebe',endColorstr='#0099cb',GradientType=1)}
.html-default-class .nts-primary-teaser-slide-media{position:relative;height:calc(56.25vw)}
.html-default-class .nts-primary-teaser-slide-box-container{display:block}
.html-default-class .nts-primary-teaser-slide-box{padding:1.07142857rem 15px}
}
.html-default-class .nts-last-level-routing-intro-chapter>*:last-child{margin-bottom:0}
.html-default-class .nts-single-purpose-introduction-wrapper{position:relative}
.html-default-class .nts-single-purpose-introduction-eloqua{margin-right:-15px}
.html-default-class .nts-single-purpose-introduction.preview{position:relative;background-repeat:no-repeat;background-position:center top;background-size:cover;background-attachment:scroll;min-height:400px}
.html-default-class .nts-single-purpose-introduction.preview.nts-single-purpose-introduction--copy{min-height:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-box-headlines{padding:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-box-headlines .nts-h1 .col-lg-9,.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-box-headlines .nts-h3 .col-md-9{width:100%}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-box-headlines:nth-child(1){width:100%}
.html-default-class .nts-single-purpose-introduction.preview.nts-chapter{padding-top:0 !important;padding-bottom:1.42857143rem}
.html-default-class .nts-single-purpose-introduction.preview.nts-chapter.nts-single-purpose-introduction--copy{padding-bottom:2.42857143rem}
.html-default-class .nts-single-purpose-introduction.preview.container-fluid{padding-right:0;padding-left:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-video-single-purpose{display:none}
.html-default-class .nts-single-purpose-introduction.preview .nts-video-animation .row{margin:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-video-animation .row div{padding:0;height:auto}
.html-default-class .nts-single-purpose-introduction.preview .nts-btn-play{opacity:.75;position:relative;font-size:5.71428571rem;width:5.71428571rem;height:5.71428571rem;margin-right:1.07142857rem;margin-bottom:1.07142857rem;color:#2387aa;z-index:8199;background:#fff}
.html-default-class .nts-single-purpose-introduction.preview .nts-btn-play:hover{cursor:pointer;color:#005578;opactiy:1}
.html-default-class .nts-single-purpose-introduction.preview .nts-btn-play span{position:absolute;top:0}
@media(min-width:768px) and (max-width:1023px){.html-default-class .nts-single-purpose-introduction.preview .nts-btn-play{font-size:4.28571429rem;width:4.28571429rem;height:4.28571429rem}
}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction{top:0;position:absolute;width:100%;height:100%}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction.gradient{background:linear-gradient(to bottom,rgba(10,20,25,0.7) 0,rgba(10,20,25,0) 25%,rgba(10,20,25,0) 50%,rgba(10,20,25,0.3) 100%)}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction.colorBrightStone{background:#555f69}
.html-default-class .nts-single-purpose-introduction.preview.nts-single-purpose-introduction--mobile.colorBrightStone{background:#555f69}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-image-mobile.container{width:100%;padding-left:0;padding-right:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-image-mobile{position:relative}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-image-mobile img{width:100%}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-image-mobile .container{width:100%}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-image-mobile .nts-comp{margin-bottom:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-image-mobile .nts-video .col-xs-12{padding-left:0;margin-bottom:0;margin-top:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-image-mobile .nts-btn-play{top:50%;left:50%}
@media(min-width:320px) and (max-width:599px){.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-image-mobile .nts-btn-play{font-size:3.57142857rem;width:3.57142857rem;height:3.57142857rem;margin-top:-1.78571429rem;margin-left:-1.78571429rem}
}
@media(min-width:600px) and (max-width:767px){.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-image-mobile .nts-btn-play{font-size:4.28571429rem;width:4.28571429rem;height:4.28571429rem;margin-top:-2.14285714rem;margin-left:-2.14285714rem}
}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content{position:relative;height:100%}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container{height:100%;position:relative}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-text .nts-single-purpose-introduction-box{margin-top:0;padding-top:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-text:after{clear:both}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-text .col-lg-9{width:100%}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-image{width:50%}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row .nts-caption{margin-top:0;color:#fff}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row .nts-box-colorBrightStone{background:#555f69}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row .nts-box-colorBrightStone.container-fluid{padding-right:0;padding-left:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row .nts-h3{margin-bottom:.64285714rem !important}
@media(min-width:320px) and (max-width:767px){.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row .nts-h3,.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row .nts-rte{margin-bottom:1.07142857rem}
}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row.first{margin-top:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row.nts-smartpanel-spacing{margin-bottom:10px}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row.first .nts-single-purpose-introduction-box{padding-top:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-inpage-navi{position:absolute;width:100%;bottom:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-inpage-navi .nts-inpage-navigation{margin-bottom:0;z-index:8892}
@media(min-width:320px) and (max-width:767px){.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .row.nts-single-purpose-introduction-box-row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .row .nts-caption span.P{color:#fff}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container{background:#50bebe;background:linear-gradient(to right,#50bebe 0,#41aaaa 50%,#0099cb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bebe',endColorstr='#0099cb',GradientType=1);background:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container.container-fluid{padding-right:0;padding-left:0}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-caption span.P{color:#fff}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-mobile-button{margin-bottom:.35714286rem}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-mobile-button .nts-button{margin-top:1.42857143rem}
}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box{position:relative;margin:0 1.07142857rem;padding:1.07142857rem;padding-right:2.14285714rem}
@media(min-width:320px) and (max-width:767px){.html-default-class .nts-single-purpose-introduction.preview.copy .nts-single-purpose-introduction-box-container,.html-default-class .nts-single-purpose-introduction.preview.copymainconversion .nts-single-purpose-introduction-box-container,.html-default-class .nts-single-purpose-introduction.preview.imagevideo .nts-single-purpose-introduction-box-container{background:#555f69;padding-bottom:.35714286rem}
.html-default-class .nts-single-purpose-introduction.preview.copy .nts-single-purpose-introduction-box-row,.html-default-class .nts-single-purpose-introduction.preview.copymainconversion .nts-single-purpose-introduction-box-row,.html-default-class .nts-single-purpose-introduction.preview.imagevideo .nts-single-purpose-introduction-box-row{margin-top:1.42857143rem}
}
.html-default-class .nts-single-purpose-introduction.preview.copymainconversion .nts-single-purpose-introduction-button-container{position:absolute;right:1.07142857rem;bottom:1.14285714rem}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box{margin-left:0;margin-right:0;padding-bottom:20px}
.html-default-class .nts-single-purpose-introduction.preview.imagevideo .cq-dd-image .img-positioning{margin-right:15px}
.html-default-class .nts-single-purpose-introduction.preview.imagevideo .nts-single-purpose-introduction-box-row-video{margin-right:30px;z-index:1}
.html-default-class .nts-single-purpose-introduction.preview.imagevideo .nts-single-purpose-introduction-float{float:none;width:auto}
.html-default-class .nts-single-purpose-introduction.preview.imagevideo .nts-single-purpose-introduction-float [class*="col-"]{float:none;width:auto;padding-left:0}
.html-default-class .nts-single-purpose-introduction.preview.imagevideo .nts-single-purpose-introduction-float .row:before,.html-default-class .nts-single-purpose-introduction.preview.imagevideo .nts-single-purpose-introduction-float .container:before,.html-default-class .nts-single-purpose-introduction.preview.imagevideo .nts-single-purpose-introduction-float .row:after,.html-default-class .nts-single-purpose-introduction.preview.imagevideo .nts-single-purpose-introduction-float .container:after{display:inline}
.html-default-class .nts-video .container .video-positioning{margin-top:-10px}
.html-default-class .nts-caption .P3{color:#fff;margin-left:0;padding-left:0}
.html-default-class .img-positioning{margin-left:0;margin-bottom:20px;padding-left:0}
.html-default-class .img-positioning .nts-caption{margin-left:0;margin-top:10px;padding-left:0;color:#fff}
.html-default-class .smartpanel-fullscreen-video:not(.smartpanel-fullscreen-video--editMode) .nts-video-fullscreen{display:none}
.html-default-class .nts-single-purpose-introduction.preview.animationvideo .nts-single-purpose-introduction-content,.html-default-class .nts-single-purpose-introduction.preview.animationimage .nts-single-purpose-introduction-content{position:absolute;height:100%;width:100%;top:0;z-index:8200}
.html-default-class .nts-single-purpose-introduction.preview .nts-single-purpose-introduction-image-mobile .nts-btn-play.smartpanel-play{position:absolute;top:50%}
.html-default-class .nts-single-purpose-introduction-box[data-link-href]{cursor:pointer}
.html-default-class .nts-single-purpose-introduction-box[data-link-href]:hover .H1,.html-default-class .nts-single-purpose-introduction-box[data-link-href]:hover .H2{text-decoration:underline}
.html-default-class .nts-single-purpose-introduction-box .nts-box-gradient{margin-left:15px;background:#50bebe;background:linear-gradient(to right,#50bebe 0,#41aaaa 50%,#0099cb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bebe',endColorstr='#0099cb',GradientType=1)}
.html-default-class .nts-single-purpose-introduction-box .nts-box-gradient.container-fluid{padding-right:0;padding-left:0}
@media(min-width:320px) and (max-width:1023px){.html-default-class .nts-single-purpose-introduction-box-row .nts-smartpanel-headlinespacing-mobile{margin-bottom:15px;padding-top:10px}
.html-default-class .nts-single-purpose-introduction-box-row .nts-smartpanel-copyspacing-mobile{padding-bottom:40px}
.html-default-class .nts-smartpanel-headlinespacing-mobile{margin-bottom:15px;padding-top:10px}
.html-default-class .nts-smartpanel-copyspacing-mobile{padding-bottom:40px}
}
@media(min-width:320px) and (max-width:767px){.html-default-class .nts-single-purpose-introduction.preview.animationvideo.hidden-sm,.html-default-class .nts-single-purpose-introduction.preview.animationimage.hidden-sm{display:block !important;min-height:auto}
.html-default-class .nts-single-purpose-introduction.preview.animationvideo.hidden-sm .nts-video-animation,.html-default-class .nts-single-purpose-introduction.preview.animationimage.hidden-sm .nts-video-animation{display:block;margin-bottom:0}
.html-default-class .nts-single-purpose-introduction.preview.animationvideo.hidden-sm .nts-btn-play,.html-default-class .nts-single-purpose-introduction.preview.animationimage.hidden-sm .nts-btn-play{top:50%;left:50%}
.html-default-class .nts-single-purpose-introduction.preview.animationvideo.hidden-sm .nts-single-purpose-introduction-content,.html-default-class .nts-single-purpose-introduction.preview.animationimage.hidden-sm .nts-single-purpose-introduction-content{display:none}
}
@media(min-width:320px) and (max-width:767px) and (min-width:320px) and (max-width:599px){.html-default-class .nts-single-purpose-introduction.preview.animationvideo.hidden-sm .nts-btn-play,.html-default-class .nts-single-purpose-introduction.preview.animationimage.hidden-sm .nts-btn-play{font-size:3.57142857rem;width:3.57142857rem;height:3.57142857rem;margin-top:-1.78571429rem;margin-left:-1.78571429rem}
}
@media(min-width:320px) and (max-width:767px) and (min-width:600px) and (max-width:767px){.html-default-class .nts-single-purpose-introduction.preview.animationvideo.hidden-sm .nts-btn-play,.html-default-class .nts-single-purpose-introduction.preview.animationimage.hidden-sm .nts-btn-play{font-size:4.28571429rem;width:4.28571429rem;height:4.28571429rem;margin-top:-2.14285714rem;margin-left:-2.14285714rem}
}
.html-default-class .nts-gradient-top-bottom{display:none}
@media(min-width:768px){.html-default-class .nts-gradient-top-bottom{display:block}
}
.html-default-class .nts-smartpanel .nts-single-purpose-introduction-box-gradient{background:#50bebe;background:linear-gradient(to right,#50bebe 0,#41aaaa 50%,#0099cb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bebe',endColorstr='#0099cb',GradientType=1)}
@media(min-width:600px){.html-default-class .nts-smartpanel .nts-single-purpose-introduction-box-gradient{margin-left:-4%}
}
@media(min-width:768px){.html-default-class .nts-smartpanel .nts-single-purpose-introduction-box-gradient{margin-left:15px;padding:0;background:0}
}
@media(max-width:767px){.html-default-class .nts-smartpanel .nts-single-purpose-introduction-box-gradient{width:100vw;overflow:hidden;padding:0 0 25px}
}
@media(max-width:767px){.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview{background-image:none !important}
}
.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-box-headlines .nts-btn-play{display:none}
@media(min-width:768px){.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-box-headlines .nts-btn-play{display:block}
}
@media(min-width:768px){.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-box-headlines .nts-single-purpose-introduction-box-headline{padding:0 10px 0 0}
}
.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box{padding-left:0;padding-right:15px}
@media(min-width:600px){.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box{padding-left:1.42857143rem;padding-right:2.14285714rem}
}
@media(min-width:768px){.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box{padding:0}
}
@media(max-width:767px){.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box{pointer-events:none}
}
.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container{padding:0}
@media(max-width:767px){.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container{width:100%}
}
@media(max-width:767px){.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row .nts-box-gradient{background:0;margin-left:0}
}
@media(min-width:768px){.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row .nts-box-gradient{float:left;width:100%;margin-left:0;padding:1.07142857rem;padding-bottom:1.42857143rem}
}
.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row .nts-box-gradient.nts-single-purpose-introduction-box-text{margin-left:15px}
@media(min-width:768px){.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row .nts-box-gradient.nts-single-purpose-introduction-box-text{margin-left:0;margin-top:10px}
}
.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row .nts-smartpanel-spacing{height:10px}
.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row.nts-smartpanel-conversionbutton{position:relative;margin-top:25px}
.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row.nts-smartpanel-conversionbutton .P3{color:#788791}
@media(min-width:768px){.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row.nts-smartpanel-conversionbutton{margin-top:0;margin-bottom:30px}
.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row.nts-smartpanel-conversionbutton .P3{color:#cdd9e1}
.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .nts-single-purpose-introduction-box-container .nts-single-purpose-introduction-box-row.nts-smartpanel-conversionbutton .nts-single-purpose-introduction-button-container{position:absolute;right:0;bottom:10px}
}
.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .row.nts-single-purpose-introduction-box-row{margin-left:auto;margin-right:auto;width:100%}
@media(min-width:600px){.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .row.nts-single-purpose-introduction-box-row{width:92.5%}
}
@media(min-width:768px){.html-default-class .nts-smartpanel.nts-single-purpose-introduction.preview .nts-single-purpose-introduction-content .row.nts-single-purpose-introduction-box-row{width:100%}
}
.html-default-class .nts-fullscreen-introduction{position:relative;padding:0 !important;background-repeat:no-repeat;background-position:center top;background-size:cover}
.html-default-class .nts-fullscreen-introduction.nts-previewmode{height:800px}
.html-default-class .nts-fullscreen-introduction .nts-video-animation,.html-default-class .nts-fullscreen-introduction .nts-video-fullscreen{margin-bottom:0}
.html-default-class .nts-fullscreen-introduction .nts-video-animation .row,.html-default-class .nts-fullscreen-introduction .nts-video-fullscreen .row{margin:0}
.html-default-class .nts-fullscreen-introduction .nts-video-animation .row>div,.html-default-class .nts-fullscreen-introduction .nts-video-fullscreen .row>div{padding:0}
.html-default-class .nts-fullscreen-introduction .nts-video-animation .nts-caption,.html-default-class .nts-fullscreen-introduction .nts-video-fullscreen .nts-caption{display:none}
.html-default-class .nts-fullscreen-introduction .nts-btn-play{opacity:.75;position:relative;font-size:5.71428571rem;width:5.71428571rem;height:5.71428571rem;margin-right:1.07142857rem;margin-bottom:1.07142857rem;color:#2387aa;z-index:8199;background:#fff}
.html-default-class .nts-fullscreen-introduction .nts-btn-play:hover{cursor:pointer;color:#005578;opacity:1}
.html-default-class .nts-fullscreen-introduction .nts-btn-play span{position:absolute;top:0}
.html-default-class .nts-fullscreen-introduction-header{position:relative;z-index:8500}
.html-default-class .nts-fullscreen-introduction-content{position:absolute;height:100%;width:100%;top:0;z-index:8499}
.html-default-class .nts-editmode .nts-fullscreen-introduction-content{position:static}
.html-default-class .nts-fullscreen-introduction-media{position:absolute;top:0;width:100%;background-repeat:no-repeat;background-position:center top;background-size:cover}
.html-default-class .nts-editmode .nts-fullscreen-introduction-media{position:static}
.html-default-class .nts-fullscreen-introduction-box-container{position:relative;height:100%}
.html-default-class .nts-fullscreen-introduction-box-headlines{padding:0}
.html-default-class .nts-fullscreen-introduction-box-headlines:nth-child(1){width:100%}
.html-default-class .nts-fullscreen-introduction-box-headlines .nts-h3{margin-bottom:0 !important}
.html-default-class .nts-fullscreen-introduction-footer{position:absolute;bottom:0;width:100%;z-index:8499}
.html-default-class .nts-fullscreen-introduction-inpage-navi{position:absolute;width:100%;bottom:0}
.html-default-class .nts-fullscreen-introduction-inpage-navi .row{margin-right:0}
.html-default-class .nts-fullscreen-introduction-inpage-navi .nts-inpage-navigation{margin-bottom:0;z-index:8892}
.html-default-class .nts-fullscreen-introduction-box[data-link-href]{cursor:pointer}
.html-default-class .nts-fullscreen-introduction-box[data-link-href]:hover .H1,.html-default-class .nts-fullscreen-introduction-box[data-link-href]:hover .H2{text-decoration:underline}
@media(min-width:768px){.html-default-class .nts-fullscreen-introduction:not(.nts-editmode) .nts-video-fullscreen{display:none}
.html-default-class .nts-fullscreen-introduction .nts-button{position:absolute;bottom:0}
.html-default-class .nts-fullscreen-introduction-box-row{position:absolute;width:100%;bottom:15%}
.html-default-class .nts-editmode .nts-fullscreen-introduction-box-row{position:static}
.html-default-class .nts-fullscreen-introduction-box{margin:0 1.07142857rem;padding:1.07142857rem;background:#50bebe;background:linear-gradient(to right,#50bebe 0,#41aaaa 50%,#0099cb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bebe',endColorstr='#0099cb',GradientType=1)}
.html-default-class .nts-fullscreen-introduction-box:nth-of-type(1){padding-bottom:2.14285714rem}
.html-default-class .nts-fullscreen-introduction-box:nth-of-type(2){margin-top:.71428571rem}
}
@media(min-width:768px) and (max-width:1023px){.html-default-class .nts-fullscreen-introduction .nts-btn-play{font-size:4.28571429rem;width:4.28571429rem;height:4.28571429rem}
}
@media(max-width:767px){.html-default-class .nts-fullscreen-introduction{background-image:none !important}
.html-default-class .nts-fullscreen-introduction.animationvideo .nts-video-animation{display:none}
.html-default-class .nts-fullscreen-introduction .nts-btn-play{display:none}
.html-default-class .nts-fullscreen-introduction .nts-video-fullscreen .col-xs-12{height:calc(56.25vw)}
.html-default-class .nts-fullscreen-introduction .nts-video-fullscreen .video-js{height:100% !important}
.html-default-class .nts-fullscreen-introduction .nts-button .nts-button-container{margin-top:1.42857143rem;margin-bottom:4.28571429rem;display:block}
.html-default-class .nts-fullscreen-introduction-content{position:relative}
.html-default-class :not(.application) .nts-fullscreen-introduction-content{background:#50bebe;background:linear-gradient(to right,#50bebe 0,#41aaaa 50%,#0099cb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bebe',endColorstr='#0099cb',GradientType=1)}
.html-default-class .nts-fullscreen-introduction-media{position:relative;height:calc(56.25vw)}
.html-default-class .nts-fullscreen-introduction-box{padding:1.07142857rem 15px}
.html-default-class .nts-fullscreen-introduction-box:nth-of-type(2){padding-top:0}
}
.html-default-class .nts-copy-intro-chapter>*:last-child{margin-bottom:0}
.html-default-class .nts-a-event-introduction{position:relative;padding:0 !important;background-repeat:no-repeat;background-position:center top;background-size:cover}
.html-default-class .nts-a-event-introduction-header{position:relative;z-index:8500}
.html-default-class .nts-a-event-introduction-content{position:absolute;height:100%;width:100%;top:0;z-index:8499}
.html-default-class .nts-editmode .nts-a-event-introduction-content{position:static}
.html-default-class .nts-a-event-introduction-media{position:absolute;top:0;width:100%;background-repeat:no-repeat;background-position:center top;background-size:cover}
.html-default-class .nts-editmode .nts-a-event-introduction-media{position:static}
.html-default-class .nts-a-event-introduction-box-container{position:relative;height:100%}
.html-default-class .nts-a-event-introduction-location-date{margin-top:4.28571429rem}
.html-default-class .nts-a-event-introduction-subline-text{margin-top:.71428571rem}
.html-default-class .nts-a-event-introduction-save-the-date{margin-top:1.07142857rem}
.html-default-class .nts-a-event-introduction-footer{position:absolute;bottom:0;width:100%;z-index:8499}
.html-default-class .nts-a-event-introduction-inpage-navi{position:absolute;width:100%;bottom:0}
.html-default-class .nts-a-event-introduction-inpage-navi .row{margin-right:0}
.html-default-class .nts-a-event-introduction-inpage-navi .nts-inpage-navigation{margin-bottom:0;z-index:8892}
.html-default-class .nts-a-event-introduction-box[data-link-href]{cursor:pointer}
.html-default-class .nts-a-event-introduction-box[data-link-href]:hover .H1,.html-default-class .nts-a-event-introduction-box[data-link-href]:hover .H2{text-decoration:underline}
@media(min-width:768px){.html-default-class .nts-a-event-introduction .nts-button{position:absolute;bottom:0}
.html-default-class .nts-a-event-introduction-media{background-image:none !important}
.html-default-class .nts-a-event-introduction-box-row{position:absolute;width:100%;bottom:15%}
.html-default-class .nts-editmode .nts-a-event-introduction-box-row{position:static}
.html-default-class .nts-a-event-introduction-box{margin:0 1.07142857rem;padding:1.07142857rem;background:#50bebe;background:linear-gradient(to right,#50bebe 0,#41aaaa 50%,#0099cb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bebe',endColorstr='#0099cb',GradientType=1)}
}
@media(max-width:767px){.html-default-class .nts-a-event-introduction{background-image:none !important}
.html-default-class .nts-a-event-introduction .nts-button .nts-button-container{margin-top:1.42857143rem;margin-bottom:4.28571429rem;display:block}
.html-default-class .nts-a-event-introduction-content{position:relative;background:#50bebe;background:linear-gradient(to right,#50bebe 0,#41aaaa 50%,#0099cb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bebe',endColorstr='#0099cb',GradientType=1)}
.html-default-class .nts-a-event-introduction-media{position:relative;height:calc(56.25vw)}
.html-default-class .nts-a-event-introduction-box{padding:1.07142857rem 15px}
}
.html-default-class .nts-chapter-application{padding:0 !important}
.html-default-class .nts-chapter-application .nts-chaptertitle{margin:0}
.html-default-class :not(.editmode-container)>.nts-chapter-application .nts-headline-wrapper>*{display:none !important}
.html-default-class .content-wrapper .nts-chapter{padding-top:2.85714286rem;padding-bottom:4.28571429rem}
.html-default-class .content-wrapper .nts-chapter .nts-chapter-introduction{margin-bottom:40px}
.html-default-class .content-wrapper .nts-chapter .nts-chapter-introduction.nts-comp--last{margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter.nts-chapter-getting-things-done{padding-top:0}
.html-default-class .content-wrapper .nts-chapter.nts-chapter-getting-things-done>.nts-comp{margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter>.nts-comp:nth-last-child(1){margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter .nts-chapter-introduction-wrapper:nth-last-child(1)>.nts-comp:nth-last-child(1){margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter-routing .nts-chaptertitle{margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter-routing .nts-rte{margin-bottom:.71428571rem}
.html-default-class .content-wrapper .nts-chapter-routing .nts-chaptertitle{margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter-routing .nts-rte{margin-bottom:.71428571rem}
.html-default-class .content-wrapper .nts-flex-container{display:flex}
.html-default-class .content-wrapper .nts-flex-container .nts-flex-content{width:100%}
.html-default-class .content-wrapper .nts-flex-container .nts-flex-content [class*="col-"][class$="-9"]{width:97%}
.html-default-class .content-wrapper .nts-flex-container .nts-flex-content [class*="col-"][class$="-6"]{width:64.66666667%}
.html-default-class .content-wrapper .nts-flex-container .nts-flex-content [class*="col-"][class$="-4"]{width:48.5%}
.html-default-class .content-wrapper .nts-flex-container .nts-flex-content [class*="col-"][class$="-3"]{width:32.33333333%}
.html-default-class .content-wrapper .nts-flex-container .nts-flex-element{align-self:flex-end;width:32.33333333%}
.html-default-class .content-wrapper .nts-introduction-chapter .nts-h1{margin-bottom:2.85714286rem !important}
.html-default-class .content-wrapper .nts-intro-chapter,.html-default-class .content-wrapper .nts-copy-intro-chapter,.html-default-class .content-wrapper .nts-teaser-routing-chapter{padding-top:0}
@media(max-width:768px) and (min-width:320px){.html-default-class .content-wrapper .nts-introduction-chapter .H1{margin-top:40px}
}
.html-default-class .content-wrapper .nts-last-level-routing-intro-chapter{padding-top:0;padding-bottom:0}
.html-default-class .content-wrapper .nts-chapter-reference{background-color:#555f69}
.html-default-class .content-wrapper .nts-chapter-reference .nts-button.B1{margin-top:1.42857143rem}
.html-default-class .content-wrapper .nts-chapter-reference.nts-chapter-reference-case{padding-bottom:0}
.html-default-class .content-wrapper .nts-chapter-reference.nts-chapter-reference-case .nts-button.B1{margin-bottom:4.28571429rem !important}
.html-default-class .content-wrapper .nts-chapter-reference .nts-chapter-introduction{margin-bottom:.71428571rem}
.html-default-class .content-wrapper .nts-chapter-reference .all-references-link{float:right;margin-bottom:1.42857143rem}
.html-default-class .content-wrapper .nts-chapter-reference .nts-chapter-reference-slides{position:relative}
.html-default-class .content-wrapper .nts-chapter-reference .nts-chapter-reference-slides button{margin-top:0}
.html-default-class .content-wrapper .nts-chapter-news-and-events.nts-chapter-color-grey2 .nts-news-and-events-teaser-container{background-color:#fff}
.html-default-class .content-wrapper .nts-chapter-news-and-events.nts-chapter-color-white .nts-news-and-events-teaser-container{background-color:#ebf0f5}
.html-default-class .content-wrapper .nts-chapter-news-and-events a{text-decoration:none}
.html-default-class .content-wrapper .nts-chapter-news-and-events .slider-container{position:relative;margin-top:40px;margin-bottom:2.85714286rem}
.html-default-class .content-wrapper .nts-chapter-news-and-events .slider-container--last{margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter-news-and-events .slider-container .nts-slider .slick-dots{margin-top:17px}
.html-default-class .content-wrapper .nts-chapter-news-and-events .slider-container .slick-arrow{color:#fff;background:rgba(10,20,25,0.3)}
.html-default-class .content-wrapper .nts-chapter-news-and-events .slider-container .slick-arrow:hover,.html-default-class .content-wrapper .nts-chapter-news-and-events .slider-container .slick-arrow:active{color:#fff;background:rgba(10,20,25,0.5)}
.html-default-class .content-wrapper .nts-chapter-news-and-events .slider-container .slick-arrow.slick-disabled:hover{background:rgba(10,20,25,0.3)}
.html-default-class .content-wrapper .nts-chapter-news-and-events .slider-container .slick-arrow.slick-disabled span[class*="icon-arrow-"]{color:#fff;opacity:.5}
.html-default-class .content-wrapper .nts-chapter-teaser .section .nts-mediatext{margin-bottom:1.42857143rem}
.html-default-class .content-wrapper .nts-chapter-teaser .section .nts-teaser{margin-bottom:1.42857143rem}
.html-default-class .content-wrapper .nts-chapter-teaser .section:last-child .nts-mediatext{margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter-teaser .section:last-child .nts-teaser{margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter-event-description .section:last-child .nts-mediatext{margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter-exhibits div:last-child.nts-accordion{margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter-extra-content div.nts-content-teaser-row{margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter-extra-content div.nts-content-teaser-row:not(:last-child){padding-bottom:2rem}
.html-default-class .content-wrapper .nts-chapter-event-highlights div:last-child.nts-mediateaser{margin-bottom:0}
.html-default-class .content-wrapper .nts-chapter-color-white{background-color:#fff}
.html-default-class .content-wrapper .nts-chapter-color-grey{background-color:#ebf0f5}
.html-default-class .content-wrapper .nts-chapter-color-blue{background-color:#005578}
.html-default-class .content-wrapper .nts-chapter-color-background{background-color:#ebf0f5}
.html-default-class .content-wrapper .nts-chapter-color-grey2{background-color:#ebf0f5}
.html-default-class .content-wrapper .nts-chapter-color-brightStone{background-color:#555f69}
.html-default-class .content-wrapper .nts-chapter-color-stone{background-color:#2d373c}
.html-default-class .content-wrapper .nts-chapter-color-darkStone{background-color:#0a1419}
.html-default-class .content-wrapper .nts-chapter-color-sand{background-color:#f5f5f0}
.html-default-class .content-wrapper .nts-chapter-color-darkSand{background-color:#d7d7cd}
.html-default-class .content-wrapper .nts-chapter-color-blue2{background-color:#006487}
.html-default-class .content-wrapper .nts-chapter-color-darkBlue{background-color:#003750}
.html-default-class .content-wrapper .nts-chapter-color-petrol-gradient{background:#50bebe;background:linear-gradient(to right,#50bebe 0,#099 50%,#0099b0 83%,#0099cb 100%)}
.html-default-class .nts-chapter .nts-next-chapter-arrow-icon-row{position:absolute;bottom:0;width:100%;text-align:center;display:block;margin-bottom:5px}
.html-default-class .no-js .nts-chapter .nts-next-chapter-arrow-icon-row{display:none}
.html-default-class .nts-chapter .nts-next-chapter-arrow-icon-row .nts-next-chapter-arrow-icon-link{position:relative;font-size:30px;margin-bottom:10px;border:0 none;z-index:8500}
@media(max-width:767px){.html-default-class .nts-chapter .nts-next-chapter-arrow-icon-row{display:none}
}
.html-default-class .nts-gradient-top-bottom{position:absolute;width:100%;height:100%;top:0;background:linear-gradient(to bottom,rgba(10,20,25,0.5) 0,rgba(10,20,25,0) 25%,rgba(10,20,25,0) 50%,rgba(10,20,25,0.7) 100%)}
.html-default-class .nts-gradient-top{position:absolute;width:100%;height:100%;top:0;background:linear-gradient(to bottom,rgba(10,20,25,0.5) 0,rgba(10,20,25,0) 25%)}
.html-default-class .nts-gradient-bottom{position:absolute;width:100%;height:100%;top:0;background:linear-gradient(to bottom,rgba(10,20,25,0) 50%,rgba(10,20,25,0.7) 100%)}
.html-default-class .nts-button a:hover,.html-default-class .nts-button a:focus{text-decoration:none}
.html-default-class .nts-button.B table,.html-default-class .nts-button.B1 table{height:2.85714286rem;width:100%}
.html-default-class .nts-button.B table td.button-icon,.html-default-class .nts-button.B1 table td.button-icon{width:1%}
.html-default-class .nts-button .P3{padding-bottom:.71428571rem}
.html-default-class .nts-button [class*="icon-"]{font-size:1.28571429rem}
@media(min-width:1024px){.html-default-class .nts-secondary-teaser-box .nts-button{margin-top:1.35714286rem}
}
.html-default-class .nts-portfolio-overview-single-item-content .nts-button{margin-top:1.42857143rem;margin-bottom:1.07142857rem}
.html-default-class .nts-button__label{display:inline-block;vertical-align:middle}
.html-default-class .nts-button-link-B2{display:inline-block}
.html-default-class .nts-button-link-B2>.B2{display:block !important}
.html-default-class .nts-breadcrumb{margin-top:2.14285714rem;margin-bottom:2.85714286rem;z-index:8700}
.html-default-class .nts-breadcrumb .nts-breadcrumb-list{padding:0;overflow:auto}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry{display:inline-block;list-style-type:none;float:left}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry>.icon-arrow-down-small{display:none;padding-bottom:2px;padding-right:20px}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry>.icon-arrow-right-small{display:inline-block;padding-bottom:2px;padding-right:20px}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry .icon-home{padding-bottom:2px}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry>a{padding-right:8px}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry .nts-breadcrumb-child-list{display:none;padding:0;padding-top:10px;position:absolute;z-index:8900;list-style-type:none}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry .nts-breadcrumb-child-list .nts-breadcrumb-child-entry{background-color:#fff;border-left:1px solid #cdd9e1;border-right:1px solid #cdd9e1;border-bottom-width:0}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry .nts-breadcrumb-child-list .nts-breadcrumb-child-entry a{display:block;padding:10px 36px 10px 15px}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry .nts-breadcrumb-child-list .nts-breadcrumb-child-entry:first-child{border-top:1px solid #cdd9e1}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry .nts-breadcrumb-child-list .nts-breadcrumb-child-entry:last-child{border-bottom:1px solid #cdd9e1}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry .nts-breadcrumb-child-list .nts-breadcrumb-child-entry .hover-indicator{display:none}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry .nts-breadcrumb-child-list .nts-breadcrumb-child-entry:hover{background-color:#005578}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry .nts-breadcrumb-child-list .nts-breadcrumb-child-entry:hover a{color:#fff;padding-right:15px}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry .nts-breadcrumb-child-list .nts-breadcrumb-child-entry:hover .hover-indicator{color:#fff;display:inline}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry:hover .icon-arrow-down-small{display:inline}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry:hover .icon-arrow-right-small{display:none}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry:hover .icon-arrow-right-small:last-child{display:inline}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry:hover .nts-breadcrumb-child-list{display:block}
@media(max-width:1023px){.html-default-class .nts-breadcrumb .nts-breadcrumb-entry:hover .icon-arrow-down-small{display:none}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry:hover .icon-arrow-right-small{display:inline}
.html-default-class .nts-breadcrumb .nts-breadcrumb-entry:hover .nts-breadcrumb-child-list{display:none}
}
.html-default-class .nts-application{position:relative;width:100%;height:auto;margin-bottom:0 !important}
.html-default-class .nts-fullscreen-introduction-content .nts-application{height:100%}
.html-default-class .nts-fullscreen-introduction-content .nts-application .nts-application-content{height:100%}
.html-default-class .nts-animated-fact .nts-animated-fact-text{margin-top:10px}
.html-default-class .nts-animated-fact .nts-animated-fact-values .nts-animated-fact-desc-title{vertical-align:top}
.html-default-class .nts-animated-fact .nts-animated-fact-values .nts-animated-fact-numr{margin-top:10px;margin-right:10px;margin-left:0;margin-right:0}
.html-default-class .nts-animated-fact .nts-animated-fact-description .P{margin-top:10px;margin-bottom:10px}
.html-default-class .nts-animated-fact .nts-animated-fact-description .nts-animated-fact-hr{margin-top:0;margin-bottom:0;border-width:1px;border-color:#879baa}
.html-default-class .nts-animated-fact .nts-animated-fact-description+.nts-animated-fact-description .P{margin-top:20px}
.html-default-class .nts-animated-fact .nts-comp.nts-image{margin-top:.71428571rem;margin-bottom:.71428571rem}
.html-default-class .nts-accordion .nts-accordion-container{margin-bottom:2px}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-heading{cursor:pointer;padding:10px;border-radius:0}
.html-default-class .nts-chapter-download-support-service .nts-accordion .nts-accordion-container .nts-accordion-heading{padding:17px 17px 14px}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-heading:hover{background-color:#dfe6ed}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-heading:hover .nts-accordion-title{color:#005578}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-heading .nts-accordion-title .icon-minus{display:inline-table;float:left;line-height:1.42857143rem}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-heading .nts-accordion-title .icon-plus{display:none;float:left;line-height:1.42857143rem}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-heading .nts-accordion-title .icon-arrow-right-small{display:inline-table;float:left}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-heading .nts-accordion-title .nts-accordion-item-title{padding-left:24px}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-heading.collapsed{background-color:#ebf0f5}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-heading.collapsed:hover{background-color:#dfe6ed}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-heading.collapsed .nts-accordion-title .icon-minus{display:none}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-heading.collapsed .nts-accordion-title .icon-plus{display:inline-table}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-content{padding-top:20px}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-content .nts-media{padding-bottom:0}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-content .mediaText,.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-content .nts-comp,.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-content .nts-rte{padding-bottom:20px}
.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-content .nts-rte .col-lg-9{width:100%}
@media(min-width:1024px){.html-default-class .nts-accordion .nts-accordion-container .nts-accordion-content .nts-rte .col-lg-9{width:75% !important}
}
.html-default-class .nts-accordion .nts-accordion-container:first-child .nts-accordion-heading:not(.collapsed){border-top:4px solid #dfe6ed;padding-top:6px}
.html-default-class .nts-accordion .nts-accordion-container:last-child .nts-accordion-body{border-bottom:4px solid #dfe6ed}
.html-default-class .nts-chapter-color-grey .nts-accordion-container .nts-accordion-heading:hover{background-color:#cdd9e1}
.html-default-class .nts-chapter-color-grey .nts-accordion-container .nts-accordion-heading:hover .nts-accordion-title{color:#005578}
.html-default-class .nts-chapter-color-grey .nts-accordion-container .nts-accordion-heading.collapsed{background-color:#dfe6ed}
.html-default-class .nts-chapter-color-grey .nts-accordion-container .nts-accordion-heading.collapsed:hover{background-color:#cdd9e1}
.html-default-class .nts-chapter-color-grey .nts-accordion-container:first-child .nts-accordion-heading:not(.collapsed){border-top:4px solid #cdd9e1;padding-top:6px}
.html-default-class .nts-chapter-color-grey .nts-accordion-container:last-child .nts-accordion-body{border-bottom:4px solid #cdd9e1}
.html-default-class .tab.section+.accordion.section{margin-top:4.28571429rem}
.html-default-class .nts-share-links{vertical-align:top;z-index:8401;background-color:#fff;border:1px solid #cdd9e1}
.html-default-class .nts-share-links ul{padding:0;list-style:none;margin-bottom:0}
.html-default-class .nts-share-links ul li{line-height:22px;font-size:16px}
.html-default-class .nts-share-links ul li a{white-space:nowrap;display:inline-flex;padding:5px 10px 6px 9px}
.html-default-class .nts-share-links ul li a i{color:#788791;margin-right:6px;font-size:24px;order:1}
.html-default-class .nts-share-links ul li a .P{color:#000;order:2}
.html-default-class .nts-share-links ul li:hover a{background-color:#005578;color:#fff;text-decoration:none}
.html-default-class .nts-share-links ul li:hover a>*{color:#fff !important}
.html-default-class .nts-share-links.toLeft{transform:translateX(-175px);text-align:right}
.html-default-class .nts-share-links.toLeft ul li a i{margin-left:6px;margin-right:0;order:2}
.html-default-class .nts-share-links.toLeft ul li a .P{order:1}
.html-default-class .nts-share-links.toLeft .nts-share-links-headline .nts-share-icon{padding:2px 4px 0 10px;order:2}
.html-default-class .nts-share-links.toLeft .nts-share-links-headline .H4{order:1}
.html-default-class .nts-share-links-headline{padding:9px 10px 10px 9px;white-space:nowrap;display:inline-flex}
.html-default-class .nts-share-links-headline .nts-share-icon{vertical-align:top;padding:2px 10px 0 4px;color:#005578;font-size:16px;order:1}
.html-default-class .nts-share-links-headline .H4{line-height:1;order:2}
.html-default-class .nts-share-icon{font-size:16px;color:#2387aa}
.html-default-class .nts-share-button{cursor:pointer}
.html-default-class .nts-share-button:hover{color:#005578}
.html-default-class .nts-h1 .nts-icon-share{position:relative;vertical-align:baseline}
.html-default-class .nts-h1 .nts-icon-share>div{position:absolute;left:10px;top:0}
.html-default-class .nts-h1 .nts-share-button{position:relative;display:block;top:-18px}
.html-default-class .nts-h1 .nts-share-links{position:absolute;left:-14px;top:-30px}
.html-default-class .nts-chaptertitle .P1{float:left}
.html-default-class .nts-chaptertitle .nts-icon-share{position:relative;vertical-align:baseline}
.html-default-class .nts-chaptertitle .nts-icon-share>div{position:absolute;left:10px;top:0}
.html-default-class .nts-chaptertitle .nts-share-button{position:relative;display:block;top:-14px}
.html-default-class .nts-chaptertitle .nts-share-links{position:absolute;left:-14px;top:-26px}
.html-default-class .nts-icon-share.visible-lg{display:inline-block !important}
.html-default-class .nts-info-graphic .nts-icon-share.visible-lg{display:inline-block !important}
.html-default-class #nts-selection-share{display:none;position:absolute;top:-100px;left:-100px;z-index:8402}
.html-default-class #nts-selection-share>div{position:relative}
.html-default-class #nts-selection-share .nts-share-button{padding:11px 13px;border:1px solid #cdd9e1;background:white}
.html-default-class #nts-selection-share.anim{transition:top .075s ease-out;animation:nts-selection-share-animation 180ms forwards linear;-webkit-animation:nts-selection-share-animation 180ms forwards linear}
.html-default-class .H1{font-family:"Siemens Sans Roman";font-size:3.28571429rem;line-height:3.71428571rem;color:#2d373c}
.html-default-class .H2{font-family:"Siemens Sans Bold";font-size:2.14285714rem;line-height:2.57142857rem;color:#2d373c}
.html-default-class .H3{font-family:"Siemens Sans Roman";font-size:1.71428571rem;line-height:2.14285714rem;color:#2d373c}
.html-default-class .H4{font-family:"Siemens Sans Bold";font-size:1.28571429rem;line-height:1.71428571rem;color:#2d373c}
.html-default-class .P{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2d373c}
.html-default-class .Ps{font-family:"Siemens Sans Bold";font-size:1rem;line-height:1.42857143rem;color:#2d373c}
.html-default-class .P1{font-family:"Siemens Sans Roman";font-size:1.28571429rem;line-height:1.71428571rem;color:#697882}
.html-default-class .P2{font-family:"Siemens Sans Bold";font-size:1.28571429rem;line-height:1.71428571rem;color:#697882}
.html-default-class .P3{ font:normal 18px iran_sans; line-height:1.42857143rem;color:#788791}
.html-default-class .L{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2d373c}
.html-default-class .E{font-family:"Siemens Sans Roman";font-size:5.71428571rem;line-height:5.71428571rem;color:#2d373c}
.html-default-class .E1{font-family:"Siemens Sans Roman";font-size:2.85714286rem;line-height:3.28571429rem;color:#2d373c}
.html-default-class .E2{font-family:"Siemens Sans Roman";font-size:10rem;line-height:10rem;color:#2d373c}
.html-default-class .D{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2387aa}
.html-default-class .D:hover{color:#50bed7}
.html-default-class .D1{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2387aa}
.html-default-class .D1:hover{color:#50bed7}
.html-default-class .D2{font-family:"Siemens Sans Roman";font-size:1.28571429rem;line-height:1.28571429rem;color:#fff}
.html-default-class .D2 a{color:#fff}
.html-default-class .Q{font-family:"Siemens Serif Roman";font-size:1.71428571rem;line-height:2.14285714rem;color:#697882}
.html-default-class .Q1{font-family:"Siemens Serif Roman";font-size:1.28571429rem;line-height:1.71428571rem;color:#788791}
.html-default-class .Q2{font-family:"Siemens Serif Roman";font-size:17.85714286rem;line-height:17.85714286rem;color:#879baa}
.html-default-class .Q3{font-family:"Siemens Serif Roman";font-size:1.28571429rem;line-height:1.71428571rem;color:#697882}
.html-default-class .Q4{font-family:"Siemens Serif Roman";font-size:1rem;line-height:1.42857143rem;color:#788791}
.html-default-class .A{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2387aa}
.html-default-class .A:hover{text-decoration:underline;color:#005578 !important}
.html-default-class .A:active{color:#005578}
.html-default-class .A:visited{color:#50bed7}
.html-default-class .A1{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2387aa;cursor:pointer}
.html-default-class .A1:hover{text-decoration:underline;color:#005578 !important}
.html-default-class .A1:visited{color:#50bed7}
.html-default-class .A2,.html-default-class .P a{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2387aa;text-decoration:underline}
.html-default-class .A2:hover,.html-default-class .P a:hover{color:#005578 !important}
.html-default-class .A2:visited,.html-default-class .P a:visited{color:#50bed7}
.html-default-class .A3{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#697882}
.html-default-class .A3:hover{text-decoration:underline;color:#005578 !important}
.html-default-class .A3:visited{color:#697882}
.html-default-class .A4{font-family:"Siemens Sans Roman";font-size:1.28571429rem;line-height:1.71428571rem;color:#2387aa}
.html-default-class .A4:hover{color:#005578 !important}
.html-default-class .A4:hover>*{color:#005578 !important}
.html-default-class .A4:visited{color:#50bed7}
.html-default-class .A5{font-family:"Siemens Sans Roman";font-size:1.71428571rem;line-height:2.14285714rem;color:#2387aa}
.html-default-class .A5:hover{text-decoration:none;color:#005578 !important}
.html-default-class .A5:active{text-decoration:none;color:#005578}
.html-default-class .A5:visited{color:#50bed7}
.html-default-class .A6{font-family:"Siemens Sans Bold";font-size:1.28571429rem;line-height:1.71428571rem;color:#2d373c}
.html-default-class .A6:hover{color:#005578 !important;text-decoration:underline}
.html-default-class .A6:active{color:#005578;text-decoration:underline}
.html-default-class .A6:visited{color:#2d373c}
.html-default-class .A7{font-family:"Siemens Sans Roman";font-size:1.28571429rem;line-height:1.71428571rem;color:#2387aa}
.html-default-class .A7:hover{text-decoration:none;color:#005578}
.html-default-class .A7:active{color:#fff}
.html-default-class .A8{font-family:"Siemens Sans Bold";font-size:1rem;line-height:1.42857143rem;color:#2387aa}
.html-default-class .A8:hover{text-decoration:none;color:#005578}
.html-default-class .A8:active{text-decoration:none;color:#50bed7}
.html-default-class .B .nts-button-container{background:#bb001d}

.html-default-class .B .nts-button-container:hover{color:#fff;background:#eb780a}
.html-default-class .B .nts-button-container table{font-family:"Siemens Sans Bold";font-size:1rem;line-height:1.14285714rem;color:#fff}
.html-default-class .B1 .nts-button-container{background:#2387aa}
.html-default-class .B1 .nts-button-container:hover{color:#fff;background:#005578}
.html-default-class .B1 .nts-button-container table{font-family:"Siemens Sans Bold";font-size:1rem;line-height:1.14285714rem;color:#fff}
.html-default-class .B2{font-family:"Siemens Sans Bold";font-size:1rem;line-height:1.14285714rem;color:#2387aa;display:inline-block;width:auto;padding:13px 15px;border:#2387aa solid 2px}
.html-default-class .B2:hover{color:#fff;background:#005578;border:#005578 solid 2px}
.html-default-class .B3{font-family:"Siemens Sans Bold";font-size:1rem;line-height:1.14285714rem;color:#788791}
.html-default-class .B3:hover,.html-default-class .B3:active{text-decoration:none;color:#697882}
.html-default-class .N1{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#788791;margin-left:-0.35714286rem}
.html-default-class .N1:hover,.html-default-class .N1:active{text-decoration:underline;color:#005578 !important}
.html-default-class .N1:visited{color:#879baa}
.html-default-class .N2{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#788791}
.html-default-class .N2:hover{text-decoration:none;color:#2d373c;border-bottom:4px solid #41aaaa}
.html-default-class .N3{font-family:"Siemens Sans Roman";font-size:1.28571429rem;line-height:1.42857143rem;color:#788791}
.html-default-class .N3:hover,.html-default-class .N3:active{text-decoration:none;color:#2d373c;padding-bottom:4px;border-bottom:4px solid #41aaaa}
.html-default-class .N4{font-family:"Siemens Sans Roman";font-size:.92857143rem;line-height:1.42857143rem;color:#879baa}
.html-default-class .N4:hover{text-decoration:none;color:#005578 !important}
.html-default-class .N4:visited{color:#879baa}
.html-default-class .N5{font-family:"Siemens Sans Roman";font-size:.92857143rem;line-height:1.42857143rem;color:#879baa}
.html-default-class .N5:hover{text-decoration:underline;color:#005578 !important}
.html-default-class .N5:visited{color:#879baa}
.html-default-class .N6{font-family:"Siemens Sans Roman";font-size:.92857143rem;line-height:1.42857143rem;color:#2d373c}
.html-default-class .N6:hover{text-decoration:none;color:#fff !important}
.html-default-class .N6:visited{color:#3c464b}
.html-default-class .N7{font-family:"Siemens Sans Roman";font-size:.92857143rem;line-height:1.42857143rem;color:#788791}
.html-default-class .N7:hover{text-decoration:none;color:#005578 !important}
.html-default-class .N7:visited{color:#879baa}
.html-default-class .N7 .underline:hover{text-decoration:none;color:#005578;padding-bottom:2px;border-bottom:1px solid #005578}
.html-default-class .N8{font-family:"Siemens Sans Roman";font-size:1.71428571rem;line-height:2.14285714rem;color:#2387aa;text-decoration:underline}
.html-default-class .N8:hover,.html-default-class .N8:active{text-decoration:underline;color:#005578 !important}
.html-default-class .N8:visited{color:#41aac8}
.html-default-class .N9{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2d373c}
.html-default-class .N9:hover,.html-default-class .N9:active{text-decoration:underline;color:#005578 !important}
.html-default-class .N9:visited{color:#3c464b}
.html-default-class .N9.nts-product-index-letter-inactive{text-decoration:none;color:#9bafbe !important}
.html-default-class .N10{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#788791}
.html-default-class .N10:active{color:#005578}
.html-default-class .N10d{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#cdd9e1}
.html-default-class .N10d a:active{color:#fff;text-decoration:none}
.html-default-class .N10d a:hover{color:#fff;text-decoration:none}
.html-default-class .N11{font-family:"Siemens Sans Roman";font-size:1.71428571rem;line-height:2.14285714rem;color:#697882}
.html-default-class .N12{font-family:"Siemens Sans Roman";font-size:.78571429rem;line-height:1rem;color:#697882}
.html-default-class .F1{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1rem;color:#788791}
.html-default-class .F1:active{color:#2d373c}
.html-default-class .F2{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2d373c}
.html-default-class .F2:hover,.html-default-class .F2:active{color:#fff;text-decoration:none}
.html-default-class .F2.inactive{color:#879baa}
.html-default-class .F3{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2387aa}
.html-default-class .F3:hover{color:#fff;text-decoration:none;background-color:#005578}
.html-default-class .F4{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2d373c}
.html-default-class .F5{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#dc0000}
.html-default-class .dark-text .H1{font-family:"Siemens Sans Roman";font-size:3.28571429rem;line-height:3.71428571rem;color:#fff}
.html-default-class .dark-text .H2{font-family:"Siemens Sans Bold";font-size:2.14285714rem;line-height:2.57142857rem;color:#fff}
.html-default-class .dark-text .H3{font-family:"Siemens Sans Roman";font-size:1.71428571rem;line-height:2.14285714rem;color:#fff}
.html-default-class .dark-text .H4{font-family:"Siemens Sans Bold";font-size:1.28571429rem;line-height:1.71428571rem;color:#fff}
.html-default-class .dark-text .P{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#fff}
.html-default-class .dark-text .Ps{font-family:"Siemens Sans Bold";font-size:1rem;line-height:1.42857143rem;color:#fff}
.html-default-class .dark-text .P1{font-family:"Siemens Sans Roman";font-size:1.28571429rem;line-height:1.71428571rem;color:#cdd9e1}
.html-default-class .dark-text .P2{font-family:"Siemens Sans Bold";font-size:1.28571429rem;line-height:1.71428571rem;color:#cdd9e1}
.html-default-class .dark-text .P3{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#cdd9e1}
.html-default-class .dark-text .L{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#fff}
.html-default-class .dark-text .E{font-family:"Siemens Sans Roman";font-size:5.71428571rem;line-height:5.71428571rem;color:#fff}
.html-default-class .dark-text .E1{font-family:"Siemens Sans Roman";font-size:2.85714286rem;line-height:3.28571429rem;color:#fff}
.html-default-class .dark-text .E2{font-family:"Siemens Sans Roman";font-size:10rem;line-height:10rem;color:#fff}
.html-default-class .dark-text .F2{color:#fff}
.html-default-class .dark-text .F2:hover,.html-default-class .dark-text .F2:active,.html-default-class .dark-text .F2.active{color:#005578;text-decoration:none}
.html-default-class .dark-text .F2.inactive{color:#879baa}
.html-default-class .dark-text .Q{font-family:"Siemens Serif Roman";font-size:1.71428571rem;line-height:2.14285714rem;color:#fff}
.html-default-class .dark-text .Q1{font-family:"Siemens Serif Roman";font-size:1.28571429rem;line-height:1.71428571rem;color:#cdd9e1}
.html-default-class .dark-text .Q2{font-family:"Siemens Serif Roman";font-size:17.85714286rem;line-height:17.85714286rem;color:#879baa}
.html-default-class .dark-text .Q3{font-family:"Siemens Serif Roman";font-size:1.28571429rem;line-height:1.71428571rem;color:#fff}
.html-default-class .dark-text .Q4{font-family:"Siemens Serif Roman";font-size:1rem;line-height:1.42857143rem;color:#cdd9e1}
.html-default-class .dark-text .A{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#fff}
.html-default-class .dark-text .A:hover{text-decoration:underline;color:#fff !important}
.html-default-class .dark-text .A:active{color:#fff}
.html-default-class .dark-text .A:visited{color:#becdd7}
.html-default-class .dark-text .A1{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#fff}
.html-default-class .dark-text .A1:hover{text-decoration:underline;color:#fff !important}
.html-default-class .dark-text .A1:active{text-decoration:none;color:#fff}
.html-default-class .dark-text .A1:visited{color:#becdd7}
.html-default-class .dark-text .A2,.html-default-class .dark-text .P a{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#fff;text-decoration:underline}
.html-default-class .dark-text .A2:hover,.html-default-class .dark-text .P a:hover,.html-default-class .dark-text .A2:active,.html-default-class .dark-text .P a:active{text-decoration:underline;color:#fff !important}
.html-default-class .dark-text .A2:visited,.html-default-class .dark-text .P a:visited{color:#becdd7}
.html-default-class .dark-text .B .nts-button-container{background:#faa50a}
.html-default-class .dark-text .B .nts-button-container:hover{color:#fff;background:#ffb900}
.html-default-class .dark-text .B .nts-button-container table{font-family:"Siemens Sans Bold";font-size:1rem;line-height:1.14285714rem;color:#fff}
.html-default-class .dark-text .B1 .nts-button-container{background:#2387aa}
.html-default-class .dark-text .B1 .nts-button-container:hover{color:#fff;background:#50bed7}
.html-default-class .dark-text .B1 .nts-button-container table{font-family:"Siemens Sans Bold";font-size:1rem;line-height:1.14285714rem;color:#fff}
.html-default-class .dark-text .B2{font-family:"Siemens Sans Bold";font-size:1rem;line-height:1.14285714rem;color:#fff;display:inline-block;width:auto;padding:13px 15px;border:#fff solid 2px}
.html-default-class .dark-text .B2:hover,.html-default-class .dark-text .B2:active{color:#005578;background:#fff}
.html-default-class .dark-text .N4{font-family:"Siemens Sans Roman";font-size:.92857143rem;line-height:1.42857143rem;color:#cdd9e1}
.html-default-class .dark-text .N4:hover{text-decoration:none;color:#fff !important}
.html-default-class .dark-text .N4:visited{color:#cdd9e1}
.html-default-class .dark-text .N5{font-family:"Siemens Sans Roman";font-size:.92857143rem;line-height:1.42857143rem;color:#cdd9e1}
.html-default-class .dark-text .N5:hover{text-decoration:underline;color:#fff !important}
.html-default-class .dark-text .N5:visited{color:#cdd9e1}
.html-default-class .dark-text .N10{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#cdd9e1}
.html-default-class .dark-text .N10 a:active,.html-default-class .dark-text .N10 a:hover{color:#fff;text-decoration:none}
.html-default-class .dark-text .F4{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#fff}
@media(max-width:1023px){.html-default-class{font-size:18px}
.html-default-class .H1{font-family:"Siemens Sans Roman";font-size:36px;line-height:42px;color:#2d373c}
.html-default-class .H2{font-family:"Siemens Sans Bold";font-size:30px;line-height:36px;color:#2d373c}
.html-default-class .E{font-family:"Siemens Sans Roman";font-size:68px;line-height:68px;color:#2d373c}
.html-default-class .E1{font-family:"Siemens Sans Roman";font-size:36px;line-height:42px;color:#2d373c}
.html-default-class .E2{font-family:"Siemens Sans Roman";font-size:90px;line-height:90px;color:#2d373c}
.html-default-class .Q2{font-family:"Siemens Serif Roman";font-size:160px;line-height:160px;color:#879baa}
.html-default-class .Q3{font-family:"Siemens Serif Roman";font-size:18px;line-height:24px;color:#697882}
.html-default-class .Q4{font-family:"Siemens Serif Roman";font-size:14px;line-height:20px;color:#788791}
.html-default-class .N7{font-family:"Siemens Sans Roman";font-size:18px;line-height:24px;color:#788791}
.html-default-class .N7:hover{text-decoration:underline}
.html-default-class .N11{font-family:"Siemens Sans Roman";font-size:1.71428571rem;line-height:2.14285714rem;color:#788791}
.html-default-class .dark-text .H1{font-family:"Siemens Sans Roman";font-size:36px;line-height:42px;color:#fff}
.html-default-class .dark-text .H2{font-family:"Siemens Sans Bold";font-size:30px;line-height:36px;color:#fff}
.html-default-class .dark-text .E{font-family:"Siemens Sans Roman";font-size:68px;line-height:68px;color:#fff}
.html-default-class .dark-text .E1{font-family:"Siemens Sans Roman";font-size:36px;line-height:42px;color:#fff}
.html-default-class .dark-text .E2{font-family:"Siemens Sans Roman";font-size:90px;line-height:90px;color:#fff}
.html-default-class .dark-text .Q2{font-family:"Siemens Serif Roman";font-size:160px;line-height:160px;color:#879baa}
.html-default-class .dark-text .Q3{font-family:"Siemens Serif Roman";font-size:18px;line-height:24px;color:#fff}
.html-default-class .dark-text .Q4{font-family:"Siemens Serif Roman";font-size:14px;line-height:20px;color:#cdd9e1}
}
.F6{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2387aa}
.F6:hover,.F6set{color:#fff;background-color:#005578}
.F6d,.dark-text .F6{font-family:"Siemens Sans Roman";font-size:1rem;line-height:1.42857143rem;color:#2387aa}
.F6d:hover,.dark-text .F6:hover,.F6dset,.dark-text .F6set{color:#005578;background-color:#fff}
@media(min-width:1024px){.html-default-class{font-size:14px}
}
@media(min-width:1921px){.html-default-class{font-size:18px}
}
@media(min-width:2561px){.html-default-class{font-size:24px}
}
.html-default-class .content-wrapper .nts-shoutbox.dark-text{background-color:#005578}
.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-image{margin-bottom:.71428571rem}
.html-default-class .content-wrapper .nts-shoutbox.dark-text .H3{margin-bottom:.71428571rem}
.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-rte,.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-rte{margin-bottom:0}
.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-rte .col-xs-12,.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-rte .col-xs-12,.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-rte .col-md-9,.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-rte .col-md-9,.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-rte .col-lg-9,.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-rte .col-lg-9{width:100%}
.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-shoutbox-links{padding-top:.21428571rem}
@media(min-width:600px){.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-shoutbox-links{display:flex}
}
.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-shoutbox-links>div:first-child{margin-right:1.28571429rem}
.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-shoutbox-links .nts-button{display:inline-block;margin-top:.92857143rem;margin-bottom:0;line-height:0}
.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-shoutbox-links .nts-button .nts-button-container{margin-right:1.42857143rem}
.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-shoutbox-links .nts-shoutbox-save-the-date-container{display:inline-block;align-self:center;float:none;margin-top:13px}
@media(min-width:320px) and (max-width:1023px){.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-button{margin-top:2.14285714rem}
}
@media(min-width:1024px){.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-image{margin-bottom:0}
.html-default-class .content-wrapper .nts-shoutbox.dark-text .H3{margin-bottom:10px}
.html-default-class .content-wrapper .nts-shoutbox.dark-text>.container>.row{display:flex}
.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-button{margin-bottom:0;align-self:flex-end}
.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-shoutbox-links{padding-top:3px}
.html-default-class .content-wrapper .nts-shoutbox.dark-text .nts-shoutbox-links>div:first-child{margin-right:18px}
}
.html-default-class .content-wrapper .nts-secondary-teaser-chapter{background-repeat:no-repeat;background-position:center top;background-size:auto;background-size:cover}
.html-default-class .content-wrapper .nts-secondary-teaser-chapter.nts-chapter{padding-top:0;padding-bottom:0}
.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-rte{margin-bottom:1.42857143rem !important}
.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-secondary-teaser-gradient a:hover,.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-secondary-teaser-gradient a:active,.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-secondary-teaser-gradient a:visited{text-decoration:none}
@media(max-width:599px){.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-secondary-teaser-image{height:50vh;max-height:300px;background-repeat:no-repeat;background-position:left top;background-size:cover}
.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-secondary-teaser-gradient{background:#50bebe;background:linear-gradient(to right,#50bebe 0,#41aaaa 50%,#0099cb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bebe',endColorstr='#0099cb',GradientType=1)}
.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-button{margin-top:0}
.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-button .nts-button-container{margin-bottom:30px}
}
@media(min-width:600px) and (max-width:1023px){.html-default-class .content-wrapper .nts-secondary-teaser-chapter{position:relative;background-repeat:no-repeat;background-position:left top;background-size:cover}
.html-default-class .content-wrapper .nts-secondary-teaser-chapter:before{content:'';position:absolute;top:0;left:41.66666%;bottom:0;right:0;background:#50bebe;background:linear-gradient(to right,#50bebe 0,#41aaaa 50%,#0099cb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bebe',endColorstr='#0099cb',GradientType=1)}
}
.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-secondary-teaser-box{height:auto;padding-top:6.42857143rem;padding-bottom:6.42857143rem;padding-left:0;padding-right:0}
.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-secondary-teaser-box[href]:hover .H2{text-decoration:underline;cursor:pointer}
@media(max-width:599px){.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-secondary-teaser-box{padding-top:.71428571rem;padding-bottom:0;display:block}
.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-secondary-teaser-box .nts-h2{margin-bottom:1.07142857rem !important}
}
@media(min-width:1024px){.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-secondary-teaser-box{min-height:461px;background:#50bebe;background:linear-gradient(to right,#50bebe 0,#41aaaa 50%,#0099cb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bebe',endColorstr='#0099cb',GradientType=1)}
}
.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-secondary-teaser-box .nts-h2 .col-md-9,.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-secondary-teaser-box .nts-rte .col-lg-9{width:100%}
@media(min-width:1024px){.html-default-class .content-wrapper .nts-secondary-teaser-chapter .nts-secondary-teaser-box .nts-h2+.nts-secondary-teaser-info-text{margin-top:-0.14285714rem}
}
.content-wrapper .nts-chapter.nts-chapter-related-content{padding:0}
.html-default-class .nts-justify-and-contact{padding-top:2.85714286rem;padding-bottom:0}
.html-default-class .nts-justify-and-contact .nts-button,.html-default-class .nts-justify-and-contact .nts-image{margin-top:1.42857143rem}
@media(min-width:600px){.html-default-class .nts-justify-and-contact .col-xs-12.col-sm-6 .nts-image{margin-top:0}
}
@media(min-width:768px){.html-default-class .nts-justify-and-contact .nts-flex-container .nts-button{align-self:flex-end}
}
@media(max-width:767px){.html-default-class .content-wrapper .nts-justify-and-contact .nts-flex-container{display:block}
}
@media(max-width:599px){.html-default-class .nts-justify-and-contact.nts-justify-and-contact-layout6{padding-bottom:0}
.html-default-class .nts-justify-and-contact.nts-justify-and-contact-layout6 .nts-justify-and-contact-layout6-content>.col-xs-12:nth-child(2){border-bottom:1px solid #879baa}
.html-default-class .nts-justify-and-contact.nts-justify-and-contact-layout6 .nts-justify-and-contact-layout6-content .nts-image{margin-top:1.42857143rem}
.html-default-class .nts-justify-and-contact.nts-justify-and-contact-layout6 .nts-justify-and-contact-layout6-content .nts-button{padding-top:1.42857143rem}
.html-default-class .nts-justify-and-contact.nts-justify-and-contact-layout6 .nts-justify-and-contact-layout6-content .nts-comp{margin-bottom:3.21428571rem}
}
@media(min-width:600px) and (max-width:1023px){.html-default-class .nts-justify-and-contact.nts-justify-and-contact-layout6{padding-bottom:0}
.html-default-class .nts-justify-and-contact.nts-justify-and-contact-layout6 .nts-justify-and-contact-layout6-content{display:flex;flex-flow:wrap}
.html-default-class .nts-justify-and-contact.nts-justify-and-contact-layout6 .nts-justify-and-contact-layout6-content .nts-image{margin-top:1.42857143rem}
.html-default-class .nts-justify-and-contact.nts-justify-and-contact-layout6 .nts-justify-and-contact-layout6-content .nts-button{align-self:flex-end}
.html-default-class .nts-justify-and-contact.nts-justify-and-contact-layout6 .nts-justify-and-contact-layout6-content .nts-comp{margin-bottom:3.21428571rem}
}
@media(min-width:1024px){.html-default-class .nts-justify-and-contact.nts-justify-and-contact-layout6{padding-bottom:0}
.html-default-class .nts-justify-and-contact.nts-justify-and-contact-layout6 .nts-image{margin-top:0}
.html-default-class .nts-justify-and-contact.nts-justify-and-contact-layout6 .nts-justify-and-contact-layout6-content{display:flex;flex-direction:column;height:100%}
.html-default-class .nts-justify-and-contact.nts-justify-and-contact-layout6 .nts-justify-and-contact-layout6-content .nts-button{margin-top:auto;padding-top:40px}
}
.html-default-class .content-wrapper .nts-chapter-exhibits .nts-accordion-content>.nts-comp,.html-default-class .content-wrapper .nts-chapter-exhibits .nts-accordion-content>*:not(.nts-comp)>.nts-comp{margin-top:15px}
.html-default-class .dark-text .nts-icon-share .nts-share-button{color:#fff}
.html-default-class .dark-text .nts-icon-share .nts-share-links .P{color:#000}
.html-default-class .dark-text .nts-icon-share .nts-share-links-headline .H4{color:#000}
.html-default-class .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}
.html-default-class .breadcrumb>li{display:inline-block}
.html-default-class .breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}
.html-default-class .breadcrumb>.active{color:#777}
@keyframes nts-selection-share-animation{0{transform:matrix(0.97,0,0,1,0,12);filter:alpha(opacity=0);opacity:0}
20%{transform:matrix(0.99,0,0,1,0,2);filter:alpha(opacity=70);opacity:.7}
40%{transform:matrix(1,0,0,1,0,-1);filter:alpha(opacity=100);opacity:1}
70%{transform:matrix(1,0,0,1,0,0);filter:alpha(opacity=100);opacity:1}
100%{transform:matrix(1,0,0,1,0,0);filter:alpha(opacity=100);opacity:1}
}
@font-face{font-family:'Rajdhani';src:url("fonts/Rajdhani.eot");src:url("fonts/Rajdhani.eot") format("embedded-opentype"),url(".fonts/Rajdhani.woff2") format("woff2"),url("fonts/Rajdhani.woff") format("woff"),url("fonts/Rajdhani.ttf") format("truetype"),url("fonts/Rajdhani.svg");font-weight:normal;font-style:normal}
@font-face{font-family:'Yanone';src:url("fonts/Yanone.eot");src:url("fonts/Yanone.eot") format("embedded-opentype"),url("fonts/Yanone.woff2") format("woff2"),url("fonts/Yanone.woff") format("woff"),url("fonts/Yanone.ttf") format("truetype"),url("fonts/Yanone.svg");font-weight:normal;font-style:normal}
@font-face {
    font-family: "iran_sans";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/iran_sans.ttf"), url("fonts/iran_sans.woff") format("woff"), url("fonts/iran_sans.eot") format("eot"), url("iran_sans.svg") format("svg");
}
@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/yekan.ttf"), url("fonts/yekan.woff") format("woff"), url("fonts/yekan.eot") format("eot"), url("yekan.svg") format("svg");
}
@font-face {
    font-family: "byekan";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/byekan.ttf"), url("fonts/byekan.woff") format("woff"), url("fonts/byekan.eot") format("eot"), url("yekan.svg") format("svg");
}

.html-default-class [class^="icon-"],.html-default-class [class*=" icon-"]{font-family:'siemens-webicons-webfont' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.html-default-class .icon-presentation:before{content:"\e93c"}
.html-default-class .icon-slideshow:before{content:"\e93b"}
.html-default-class .icon-audio:before{content:"\e932"}
.html-default-class .icon-feature:before{content:"\e933"}
.html-default-class .icon-footage:before{content:"\e934"}
.html-default-class .icon-glassdoor-negative:before{content:"\e935"}
.html-default-class .icon-glassdoor:before{content:"\e936"}
.html-default-class .icon-picture-set:before{content:"\e937"}
.html-default-class .icon-picture:before{content:"\e938"}
.html-default-class .icon-press-release:before{content:"\e939"}
.html-default-class .icon-videos:before{content:"\e93a"}
.html-default-class .icon-360-feature:before{content:"\e917"}
.html-default-class .icon-biography:before{content:"\e925"}
.html-default-class .icon-embed:before{content:"\e926"}
.html-default-class .icon-facts-and-forecasts:before{content:"\e927"}
.html-default-class .icon-infographic:before{content:"\e928"}
.html-default-class .icon-renren-negative:before{content:"\e929"}
.html-default-class .icon-renren:before{content:"\e92a"}
.html-default-class .icon-webcast:before{content:"\e92b"}
.html-default-class .icon-weixin-negative:before{content:"\e92c"}
.html-default-class .icon-weixin:before{content:"\e92d"}
.html-default-class .icon-add-to-download-basket:before{content:"\e92e"}
.html-default-class .icon-audio-off:before{content:"\e92f"}
.html-default-class .icon-download-basket:before{content:"\e930"}
.html-default-class .icon-gif:before{content:"\e931"}
.html-default-class .icon-career:before{content:"\e906"}
.html-default-class .icon-clock:before{content:"\e907"}
.html-default-class .icon-conference:before{content:"\e908"}
.html-default-class .icon-filter:before{content:"\e909"}
.html-default-class .icon-investor-relations:before{content:"\e90a"}
.html-default-class .icon-press:before{content:"\e90b"}
.html-default-class .icon-question:before{content:"\e90c"}
.html-default-class .icon-quotation:before{content:"\e90d"}
.html-default-class .icon-rectification:before{content:"\e90e"}
.html-default-class .icon-settings:before{content:"\e90f"}
.html-default-class .icon-tickets:before{content:"\e910"}
.html-default-class .icon-trade-fair:before{content:"\e911"}
.html-default-class .icon-webinar:before{content:"\e912"}
.html-default-class .icon-aparat-negative:before{content:"\e913"}
.html-default-class .icon-aparat:before{content:"\e914"}
.html-default-class .icon-tumblr-negative:before{content:"\e915"}
.html-default-class .icon-tumblr:before{content:"\e916"}
.html-default-class .icon-fast-backward:before{content:"\e918"}
.html-default-class .icon-fast-forward:before{content:"\e919"}
.html-default-class .icon-pause:before{content:"\e91a"}
.html-default-class .icon-replay:before{content:"\e91b"}
.html-default-class .icon-skip-backward:before{content:"\e91c"}
.html-default-class .icon-skip-forward:before{content:"\e91d"}
.html-default-class .icon-stop:before{content:"\e91e"}
.html-default-class .icon-audio-down:before{content:"\e91f"}
.html-default-class .icon-audio-up:before{content:"\e920"}
.html-default-class .icon-windows-app-store:before{content:"\e921"}
.html-default-class .icon-apps:before{content:"\e600"}
.html-default-class .icon-arrow-down-large:before{content:"\e605"}
.html-default-class .icon-arrow-left-large:before{content:"\e606"}
.html-default-class .icon-arrow-right-large:before{content:"\e607"}
.html-default-class .icon-arrow-up-large:before{content:"\e608"}
.html-default-class .icon-arrow-down-small:before{content:"\e609"}
.html-default-class .icon-arrow-left-small:before{content:"\e60a"}
.html-default-class .icon-arrow-right-small:before{content:"\e60b"}
.html-default-class .icon-arrow-up-small:before{content:"\e60c"}
.html-default-class .icon-arrow-to-top:before{content:"\e60d"}
.html-default-class .icon-at:before{content:"\e60e"}
.html-default-class .icon-bookmark:before{content:"\e60f"}
.html-default-class .icon-calculate:before{content:"\e610"}
.html-default-class .icon-calendar:before{content:"\e611"}
.html-default-class .icon-chat:before{content:"\e612"}
.html-default-class .icon-check-mark:before{content:"\e613"}
.html-default-class .icon-circle:before{content:"\e614"}
.html-default-class .icon-close:before{content:"\e615"}
.html-default-class .icon-control:before{content:"\e616"}
.html-default-class .icon-delete:before{content:"\e617"}
.html-default-class .icon-double-arrow-backward:before{content:"\e618"}
.html-default-class .icon-double-arrow-down:before{content:"\e619"}
.html-default-class .icon-double-arrow-forward:before{content:"\e61a"}
.html-default-class .icon-double-arrow-up:before{content:"\e61b"}
.html-default-class .icon-download:before{content:"\e61c"}
.html-default-class .icon-drag:before{content:"\e61d"}
.html-default-class .icon-edit:before{content:"\e61e"}
.html-default-class .icon-email:before{content:"\e61f"}
.html-default-class .icon-ext:before{content:"\e620"}
.html-default-class .icon-facebook:before{content:"\e621"}
.html-default-class .icon-facebook-negative:before{content:"\e622"}
.html-default-class .icon-fax:before{content:"\e623"}
.html-default-class .icon-file:before{content:"\e624"}
.html-default-class .icon-avi:before{content:"\e625"}
.html-default-class .icon-doc:before{content:"\e626"}
.html-default-class .icon-eps:before{content:"\e627"}
.html-default-class .icon-jpg:before{content:"\e628"}
.html-default-class .icon-mov:before{content:"\e629"}
.html-default-class .icon-mp3:before{content:"\e62a"}
.html-default-class .icon-mp4:before{content:"\e62b"}
.html-default-class .icon-pdf:before{content:"\e62c"}
.html-default-class .icon-png:before{content:"\e62d"}
.html-default-class .icon-ppt:before{content:"\e62e"}
.html-default-class .icon-files:before{content:"\e62f"}
.html-default-class .icon-tif:before{content:"\e630"}
.html-default-class .icon-vcf:before{content:"\e631"}
.html-default-class .icon-xls:before{content:"\e632"}
.html-default-class .icon-zip:before{content:"\e633"}
.html-default-class .icon-forum:before{content:"\e634"}
.html-default-class .icon-fullscreen:before{content:"\e635"}
.html-default-class .icon-globe:before{content:"\e636"}
.html-default-class .icon-glossary:before{content:"\e637"}
.html-default-class .icon-google:before{content:"\e638"}
.html-default-class .icon-google-negative:before{content:"\e639"}
.html-default-class .icon-home:before{content:"\e63a"}
.html-default-class .icon-information:before{content:"\e63b"}
.html-default-class .icon-information-package:before{content:"\e63c"}
.html-default-class .icon-instagram:before{content:"\e63d"}
.html-default-class .icon-instagram-negative:before{content:"\e63e"}
.html-default-class .icon-legal-notice:before{content:"\e63f"}
.html-default-class .icon-level-up:before{content:"\e640"}
.html-default-class .icon-linkedin:before{content:"\e641"}
.html-default-class .icon-linkedin-negative:before{content:"\e642"}
.html-default-class .icon-list-view:before{content:"\e643"}
.html-default-class .icon-location-pin:before{content:"\e644"}
.html-default-class .icon-log-in:before{content:"\e645"}
.html-default-class .icon-log-out:before{content:"\e646"}
.html-default-class .icon-menu:before{content:"\e647"}
.html-default-class .icon-minus:before{content:"\e648"}
.html-default-class .icon-more:before{content:"\e649"}
.html-default-class .icon-navigation-gyroscope:before{content:"\e64a"}
.html-default-class .icon-navigation-mouse:before{content:"\e64b"}
.html-default-class .icon-newton_product-catalogue:before{content:"\e64c"}
.html-default-class .icon-outline:before{content:"\e64d"}
.html-default-class .icon-phone:before{content:"\e64e"}
.html-default-class .icon-play:before{content:"\e64f"}
.html-default-class .icon-plus:before{content:"\e650"}
.html-default-class .icon-print:before{content:"\e651"}
.html-default-class .icon-rating:before{content:"\e652"}
.html-default-class .icon-region:before{content:"\e653"}
.html-default-class .icon-rss:before{content:"\e655"}
.html-default-class .icon-scaling:before{content:"\e656"}
.html-default-class .icon-search:before{content:"\e657"}
.html-default-class .icon-share-ios:before{content:"\e658"}
.html-default-class .icon-share-newton-android:before{content:"\e659"}
.html-default-class .icon-shopping-cart:before{content:"\e65a"}
.html-default-class .icon-show-location:before{content:"\e65b"}
.html-default-class .icon-single-arrow-backward:before{content:"\e65c"}
.html-default-class .icon-single-arrow-down:before{content:"\e65d"}
.html-default-class .icon-single-arrow-forward:before{content:"\e65e"}
.html-default-class .icon-single-arrow-up:before{content:"\e65f"}
.html-default-class .icon-slider:before{content:"\e660"}
.html-default-class .icon-social-feed:before{content:"\e661"}
.html-default-class .icon-audio-on:before{content:"\e663"}
.html-default-class .icon-subscribe:before{content:"\e664"}
.html-default-class .icon-theenergyblog:before{content:"\e665"}
.html-default-class .icon-theenergyblog-negative:before{content:"\e666"}
.html-default-class .icon-apple-mac-app-store:before{content:"\e922"}
.html-default-class .icon-android-app-store:before{content:"\e923"}
.html-default-class .icon-shuffle:before{content:"\e924"}
.html-default-class .icon-tile-view:before{content:"\e667"}
.html-default-class .icon-twitter:before{content:"\e668"}
.html-default-class .icon-twitter-negative:before{content:"\e669"}
.html-default-class .icon-user-account:before{content:"\e66a"}
.html-default-class .icon-video-chat:before{content:"\e66b"}
.html-default-class .icon-warning:before{content:"\e66c"}
.html-default-class .icon-youtube:before{content:"\e66d"}
.html-default-class .icon-youtube-negative:before{content:"\e66e"}
.html-default-class .icon-stumbleupon:before{content:"\e942"}
.html-default-class .icon-stumbleupon-negative:before{content:"\e941"}
.html-default-class .icon-reddit:before{content:"\e940"}
.html-default-class .icon-reddit-negative:before{content:"\e93f"}
.html-default-class .icon-xing:before{content:"\e943"}
.html-default-class .icon-xing-negative:before{content:"\e944"}
.html-default-class .icon-zoom:before{content:"\e66f"}
.html-default-class .icon-weibo:before{content:"\e900"}
.html-default-class .icon-weibo-negative:before{content:"\e901"}
.html-default-class .icon-youku:before{content:"\e902"}
.html-default-class .icon-youku-negative:before{content:"\e903"}
.html-default-class .icon-qzone:before{content:"\e93e"}
.html-default-class .icon-qzone-negative:before{content:"\e93d"}
.html-default-class .icon-support:before{content:"\e904"}
.html-default-class .icon-service:before{content:"\e905"}