header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
.tagcloud {
  width:250px;
  font-size:12px;
  padding: 50px 0;
  overflow: hidden;
  text-align:center;
}
.tagcloud a {
  color: #222;
  text-decoration: none;
  padding: 0 5px;
  cursor: pointer;
  display: inline-block;
  
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
.tagcloud a:first-child {
  display: block;
}
.tagcloud a:hover {
  color: #ccc;
}

.glossar_layer {
	top: 0;
	left: 10%;
	width: 30px;
	height: 30px;
  z-index: 9999;
	display: none;
  overflow: auto;
	position: absolute;
	
}
.glossar_layer.layer_load {
	display: block;
}

.layer_loaded {
	width: 80%;
	height: auto;
	min-height: 150px;

	overflow: auto;
  background: white;
	padding: 1em 1.5em;
  border-radius: 10px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 15px rgba(150,150,150,.7);
}
.ce_glossar_close {
  top: 23px;
  right: 33px;
	opacity: .4;
	color: #005ba9;
	display: block;
	cursor: pointer;
	font-size: 35px;
	padding: 2px 5px;
	background: white;
	position: absolute;
	transition: opacity .4s;
	-webkit-transition: opacity .4s;
}
.ce_glossar_close:hover {
	opacity: 1;
}
.ce_glossar_layer {
	width: 100%;
	display: block;
	color: #333333;
	background: white;
	text-decoration: none;
}

.ce_glossar_layer > * {
	margin: 0 0 .7em 0;
}


/* ANIMATION */
@-webkit-keyframes rotate { 
  from { -webkit-transform: rotate(0deg) } 
  to { -webkit-transform: rotate(360deg) } }
@-moz-keyframes rotate { 
  from { -moz-transform: rotate(0deg) } 
  to { -moz-transform: rotate(360deg) } }
@-o-keyframes rotate { 
  from { -o-transform: rotate(0deg) } 
  to { -o-transform: rotate(360deg) } }
@keyframes rotate { 
  from { transform: rotate(0deg) } 
  to { transform: rotate(360deg) } }

@-webkit-keyframes fade { 
  from { background: #333; }
  to { background: #fff; } }
@-moz-keyframes fade { 
  from { background: #333; }
  to { background: #fff; } }
@-o-keyframes fade { 
  from { background: #333; }
  to { background: #fff; } }
@keyframes fade { 
  from { background: #333; }
  to { background: #fff; } }

/* CONTAINER */
.layer_loading {
	width: 100%;
	height: 100%;
	overflow: hidden;

	max-width: 30px;
	max-height: 30px;
	/* PRESENTATIONAL PURPOSES */
	margin: auto;
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
	/**/
	cursor: pointer;
	-webkit-user-select: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.layer_loaded .layer_loading {
	display: none;
}

/* TEXT */
.layer_content{
	background: #222;
	background: -webkit-linear-gradient(#222,#111);
	background: -moz-linear-gradient(#222,#111);
	background: -o-linear-gradient(#222,#111);
	background: linear-gradient(#222,#111);
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font: normal normal normal 13px/70px 
	'Electrolize', Helvetica, Arial, sans-serif;
	color: #fff
}

.layer_content span {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	background: #fff;
	border-radius: 50%;
}

.layer_load .layer_content span {
	-webkit-animation: fade .75s linear;
	-moz-animation: fade .75s linear;
	-o-animation: fade .75s linear;
	animation: fade .75s linear;
}

/* SPINNING GRADIENT */
.layer_ring {
	margin: 0 auto;
	border-radius: 50%;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation: rotate 2s linear infinite;
	-moz-animation: rotate 2s linear infinite;
	-o-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;

	background: -webkit-linear-gradient(#3cf,transparent,#3cf);
	background: -moz-linear-gradient(#3cf,transparent,#3cf);
	background: -o-linear-gradient(#3cf,transparent,#3cf);
	background: linear-gradient(#3cf,transparent,#3cf)
}

.glossar_item_separator {
    font-size: 1.5em;
	font-weight: 700;
    margin: 50px 0 20px;
    border-bottom: 1px solid;
}

.glossar_separated_items {
    padding-left: 20px;
}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}:root{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba(0, 0, 0, 0.3)}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{top:0;right:0;bottom:0;left:0;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);z-index:0;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-line-height);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}[dir=rtl] .mm-menu{direction:rtl}.mm-panel{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);z-index:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:after{height:44px}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after{content:'';display:block;height:var(--mm-listitem-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0}.mm-panel__content{padding:20px 20px 0}.mm-panels{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);position:relative;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{display:none;width:100%;padding:10px 0 10px 10px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{height:44px;height:var(--mm-listitem-size);bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:50px;padding:0}.mm-btn:after,.mm-btn:before{border:2px solid rgba(0,0,0,.3);border:2px solid var(--mm-color-button)}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-bottom:none;border-right:none;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-btn_close:after,.mm-btn_close:before{content:'';-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{min-height:44px;border-bottom:1px solid rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;min-height:var(--mm-navbar-size);border-bottom:1px solid var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar>*{min-height:44px}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-navbar_sticky{position:-webkit-sticky;position:sticky;top:0;z-index:1}}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:20px;padding-right:20px;overflow:hidden}.mm-navbar__title:not(:last-child){padding-right:0}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title{padding-left:0}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child{padding-right:50px}[dir=rtl] .mm-navbar{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);border-color:rgba(0,0,0,.1);color:var(--mm-color-text);border-color:var(--mm-color-border);list-style:none;display:block;padding:0;margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-listitem:after{content:'';border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{padding:12px;display:block;padding:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-left:0;padding-right:0;color:inherit}.mm-listitem__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%}.mm-listitem__btn{background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:50px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:50px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_opened .mm-page{min-height:100vh}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{position:fixed;right:auto;z-index:0}.mm-menu_offcanvas:not(.mm-menu_opened){display:none}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block!important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none!important}[class*=mm-menu_columns-]{-webkit-transition-property:width;-o-transition-property:width;transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block!important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-0{width:80%;min-width:240px;max-width:0}.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-1{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-2{width:80%;min-width:240px;max-width:880px}.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-3{width:80%;min-width:240px;max-width:1320px}.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu_columns-4{width:80%;min-width:240px;max-width:1760px}.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;-o-transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}.mm-counter{color:rgba(0,0,0,.3);display:block;padding-left:20px;float:right;text-align:right;color:var(--mm-color-text-dimmed)}.mm-listitem_nosubitems>.mm-counter{display:none}[dir=rtl] .mm-counter{text-align:left;float:left;padding-left:0;padding-right:20px}.mm-divider{position:relative;min-height:20px;padding:4.3px;background:#f3f3f3;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-height:var(--mm-line-height);padding:calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-divider:before{background:rgba(0,0,0,.05)}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-divider{position:-webkit-sticky;position:sticky;z-index:2;top:0}.mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}}.mm-divider:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--mm-color-background-highlight)}.mm-wrapper_dragging .mm-menu,.mm-wrapper_dragging .mm-slideout{-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.mm-wrapper_dragging .mm-menu{pointer-events:none!important}.mm-wrapper_dragging .mm-wrapper__blocker{display:none!important}.mm-menu_dropdown{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}.mm-wrapper_dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-wrapper_dropdown .mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}.mm-menu_tip-bottom:before,.mm-menu_tip-left:before,.mm-menu_tip-right:before,.mm-menu_tip-top:before{content:'';background:inherit;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:-1;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}:root{--mm-iconbar-size:50px}.mm-menu_iconbar-left .mm-navbars_bottom,.mm-menu_iconbar-left .mm-navbars_top,.mm-menu_iconbar-left .mm-panels{margin-left:50px;margin-left:var(--mm-iconbar-size)}.mm-menu_iconbar-left .mm-iconbar{border-right-width:1px;display:block;left:0}.mm-menu_iconbar-right .mm-navbars_bottom,.mm-menu_iconbar-right .mm-navbars_top,.mm-menu_iconbar-right .mm-panels{margin-right:50px;margin-right:var(--mm-iconbar-size)}.mm-menu_iconbar-right .mm-iconbar{border-left-width:1px;display:block;right:0}.mm-iconbar{width:50px;border-color:rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:none;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;bottom:0;z-index:2;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-iconbar__bottom,.mm-iconbar__top{width:inherit;position:absolute}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12.5px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__top{top:0}.mm-iconbar__bottom{bottom:0}.mm-iconbar__tab_selected{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel_iconpanel-1{width:calc(100% - 50px);width:calc(100% - (var(--mm-iconpanel-size) * 1))}.mm-panel_iconpanel-2{width:calc(100% - 100px);width:calc(100% - (var(--mm-iconpanel-size) * 2))}.mm-panel_iconpanel-3{width:calc(100% - 150px);width:calc(100% - (var(--mm-iconpanel-size) * 3))}.mm-panel_iconpanel-first~.mm-panel{width:calc(100% - 50px);width:calc(100% - var(--mm-iconpanel-size))}.mm-menu_iconpanel .mm-panels>.mm-panel{left:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}.mm-menu_iconpanel .mm-panels>.mm-panel_opened,.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{display:block!important}.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left-width:1px;border-left-style:solid}.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel{left:0;right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis);outline:0}.mm-wrapper__blocker .mm-tabstart{cursor:default;display:block;width:100%;height:100%}.mm-wrapper__blocker .mm-tabend{opacity:0;position:absolute;bottom:0}.mm-navbars_top{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_top .mm-navbar:not(:last-child){border-bottom:none}.mm-navbars_bottom{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_bottom .mm-navbar{border-bottom:none}.mm-navbars_bottom .mm-navbar:first-child{border-top:1px solid rgba(0,0,0,.1);border-top:1px solid var(--mm-color-border)}.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input{padding-left:0}.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input{padding-right:0}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){padding-right:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{padding-left:0}.mm-navbar_tabs>*{padding:0 10px;border:1px solid transparent}.mm-navbar__tab_selected{background:#f3f3f3;color:rgba(0,0,0,.75);background:var(--mm-color-background);color:var(--mm-color-text)}.mm-navbar__tab_selected:not(:first-child){border-left-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:last-child){border-right-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:first-child){border-left-color:var(--mm-color-border)}.mm-navbar__tab_selected:not(:last-child){border-right-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar_tabs{border-bottom:none}.mm-navbars_top .mm-navbar_tabs>*{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar__tab_selected{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom .mm-navbar_tabs:first-child{border-top:none}.mm-navbars_bottom .mm-navbar_tabs>*{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border)}.mm-navbars_bottom .mm-navbar__tab_selected{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-searchfield{height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield input{height:30.8px;line-height:30.8px}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}.mm-searchfield input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:unset;max-height:unset;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none!important;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important;font:inherit;font-size:inherit}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-searchfield input::-ms-clear{display:none}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-panel__noresultsmsg{color:rgba(0,0,0,.3);padding:50px 0;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%}.mm-searchfield__btn{position:absolute;right:0;top:0;bottom:0}.mm-panel_search{left:0!important;right:0!important;width:100%!important;border-left:none!important}.mm-searchfield__cancel{line-height:44px;display:block;padding-right:10px;margin-right:-100px;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition:margin .4s ease;-o-transition:margin .4s ease;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-listitem_nosubitems>.mm-listitem__btn{display:none}.mm-listitem_nosubitems>.mm-listitem__text{padding-right:10px}.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn){z-index:-1;pointer-events:none}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;z-index:5;-webkit-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{padding-right:0}.mm-sectionindexer_active{right:0}.mm-sectionindexer_active~.mm-panel{padding-right:20px}.mm-menu_selected-hover .mm-listitem__btn,.mm-menu_selected-hover .mm-listitem__text,.mm-menu_selected-parent .mm-listitem__btn,.mm-menu_selected-parent .mm-listitem__text{-webkit-transition:background-color .4s ease;-o-transition:background-color .4s ease;transition:background-color .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>.mm-listitem__text{background:0 0}.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>.mm-listitem__text{background:0 0}.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:440px}.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{position:relative}.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{background:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh}.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;top:0!important;right:auto!important;bottom:0!important;left:0!important}.mm-wrapper_sidebar-collapsed .mm-slideout{width:calc(100% - 50px);-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0);width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{width:440px;width:var(--mm-sidebar-expanded-size);min-width:0!important;max-width:100000px!important;border-right-width:1px;border-right-style:solid}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{overflow:visible}.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{display:none!important}.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{width:calc(100% - 440px);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0);width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}input.mm-toggle{margin-top:5px;background:rgba(0,0,0,.1);display:inline-block;min-width:58px;width:58px;height:34px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 34px)/ 2);border:none!important;background:var(--mm-color-border);border-radius:34px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer;-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease}input.mm-toggle:before{background:#f3f3f3}input.mm-toggle:before{content:'';display:block;width:32px;height:32px;margin:1px;border-radius:34px;background:var(--mm-color-background);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}input.mm-toggle:checked{background:#4bd963}input.mm-toggle:checked:before{-webkit-transform:translateX(24px);-ms-transform:translateX(24px);transform:translateX(24px)}input.mm-check{margin-top:2px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;background:0 0!important;cursor:pointer;display:inline-block;width:40px;height:40px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 40px)/ 2)}input.mm-check:before{content:'';display:block;width:40%;height:20%;margin:25% 0 0 20%;border-left:3px solid;border-bottom:3px solid;border-color:var(--mm-color-text);opacity:.3;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}input.mm-check:checked:before{opacity:1}[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before{float:left}.mm-menu_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after{left:0!important}.mm-menu_fx-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{-webkit-transition-property:none;-o-transition-property:none;transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-top{height:100vh;min-height:140px;max-height:10000px}.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}.mm-menu_listview-justify .mm-panels>.mm-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel:after{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-height:50px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-listview_inset{list-style:inside disc;width:100%;padding:0 30px 15px 30px;margin:0}.mm-listview_inset .mm-listitem{padding:5px 0}.mm-menu_multiline .mm-listitem__text{-o-text-overflow:clip;text-overflow:clip;white-space:normal}[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;-o-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker{background:#fff}.mm-menu_popup{-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu_popup.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_shadow-page:after{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);content:'';display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-menu{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-panels .mm-panels>.mm-panel{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_tileview .mm-listview,.mm-panel_tileview .mm-listview{margin:0!important}.mm-menu_tileview .mm-listview:after,.mm-panel_tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu_tileview .mm-listitem,.mm-panel_tileview .mm-listitem{padding:0;float:left;position:relative;width:50%;height:0;padding-top:50%}.mm-menu_tileview .mm-listitem:after,.mm-panel_tileview .mm-listitem:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu_tileview .mm-listitem.mm-tile-xs,.mm-panel_tileview .mm-listitem.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu_tileview .mm-listitem.mm-tile-s,.mm-panel_tileview .mm-listitem.mm-tile-s{width:25%;padding-top:25%}.mm-menu_tileview .mm-listitem.mm-tile-l,.mm-panel_tileview .mm-listitem.mm-tile-l{width:75%;padding-top:75%}.mm-menu_tileview .mm-listitem.mm-tile-xl,.mm-panel_tileview .mm-listitem.mm-tile-xl{width:100%;padding-top:100%}.mm-menu_tileview .mm-listitem__text,.mm-panel_tileview .mm-listitem__text{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu_tileview .mm-listitem__btn,.mm-panel_tileview .mm-listitem__btn{width:auto}.mm-menu_tileview .mm-listitem__btn:after,.mm-menu_tileview .mm-listitem__btn:before,.mm-panel_tileview .mm-listitem__btn:after,.mm-panel_tileview .mm-listitem__btn:before{content:none;display:none}.mm-menu_tileview .mm-divider,.mm-panel_tileview .mm-divider{display:none}.mm-menu_tileview .mm-panel,.mm-panel_tileview{padding-left:0;padding-right:0}.mm-menu_tileview .mm-panel:after,.mm-menu_tileview .mm-panel:before,.mm-panel_tileview:after,.mm-panel_tileview:before{content:none;display:none}body.modal-open .mm-slideout{z-index:unset}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight-next,
	.featherlight-previous {
		display: block;
		position: absolute;
		top: 25px;
		right: 25px;
		bottom: 0;
		left: 80%;
		cursor: pointer;
		/* preventing text selection */
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		/* IE9 hack, otherwise navigation doesn't appear */
		background: rgba(0,0,0,0);
	}

	.featherlight-previous {
		left: 25px;
		right: 80%;
	}

	.featherlight-next:hover,
	.featherlight-previous:hover {
		background: rgba(255,255,255,0.25);
	}


	.featherlight-next span,
	.featherlight-previous span {
		display: none;
		position: absolute;

		top: 50%;
		left: 5%;
		width: 82%;

		/* center horizontally */
		text-align: center;

		font-size: 80px;
		line-height: 80px;

		/* center vertically */
		margin-top: -40px;

		text-shadow: 0px 0px 5px #fff;
		color: #fff;
		font-style: normal;
		font-weight: normal;
	}
	.featherlight-next span {
		right: 5%;
		left: auto;
	}


	.featherlight-next:hover span,
	.featherlight-previous:hover span {
		display: inline-block;
	}

	/* Hide navigation while loading */
	.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
		display:none;
	}
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px){
	.featherlight-next:hover,
	.featherlight-previous:hover {
		background: none;
	}
	.featherlight-next span,
	.featherlight-previous span {
		display: block;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight-next,
	.featherlight-previous {
		top: 10px;
		right: 10px;
		left: 85%;
	}

	.featherlight-previous {
		left: 10px;
		right: 85%;
	}

	.featherlight-next span,
	.featherlight-previous span {
		margin-top: -30px;
		font-size: 40px;
	}
}

/* Slider */
.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;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

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

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

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

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

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

  25%, 75% {
    opacity: 0;
  }
}

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

  25%, 75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

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

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

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

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

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

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

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

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

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

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

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

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@font-face {
  font-family: 'awsmIcomoon';
  src:  url('../../files/template/libs/awsm-timeline/01/css/fonts/awsmIcomoon.eot');
  src:  url('../../files/template/libs/awsm-timeline/01/css/fonts/awsmIcomoon.eot') format('embedded-opentype'),
    url('../../files/template/libs/awsm-timeline/01/css/fonts/awsmIcomoon.ttf') format('truetype'),
    url('../../files/template/libs/awsm-timeline/01/css/fonts/awsmIcomoon.woff') format('woff'),
    url('../../files/template/libs/awsm-timeline/01/css/fonts/awsmIcomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'awsmIcomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-3d_rotation:before {
  content: "\e84d";
}
.icon-ac_unit:before {
  content: "\eb3b";
}
.icon-alarm2:before {
  content: "\e855";
}
.icon-access_alarms:before {
  content: "\e191";
}
.icon-schedule:before {
  content: "\e8b5";
}
.icon-accessibility2:before {
  content: "\e84e";
}
.icon-accessible:before {
  content: "\e914";
}
.icon-account_balance:before {
  content: "\e84f";
}
.icon-account_balance_wallet:before {
  content: "\e850";
}
.icon-account_box:before {
  content: "\e851";
}
.icon-account_circle:before {
  content: "\e853";
}
.icon-adb:before {
  content: "\e60e";
}
.icon-add:before {
  content: "\e145";
}
.icon-add_a_photo:before {
  content: "\e439";
}
.icon-alarm_add:before {
  content: "\e856";
}
.icon-add_alert:before {
  content: "\e003";
}
.icon-add_box:before {
  content: "\e146";
}
.icon-add_circle:before {
  content: "\e147";
}
.icon-control_point:before {
  content: "\e3ba";
}
.icon-add_location:before {
  content: "\e567";
}
.icon-add_shopping_cart:before {
  content: "\e854";
}
.icon-queue:before {
  content: "\e03c";
}
.icon-add_to_queue:before {
  content: "\e05c";
}
.icon-adjust:before {
  content: "\e39e";
}
.icon-airline_seat_flat:before {
  content: "\e630";
}
.icon-airline_seat_flat_angled:before {
  content: "\e631";
}
.icon-airline_seat_individual_suite:before {
  content: "\e632";
}
.icon-airline_seat_legroom_extra:before {
  content: "\e633";
}
.icon-airline_seat_legroom_normal:before {
  content: "\e634";
}
.icon-airline_seat_legroom_reduced:before {
  content: "\e635";
}
.icon-airline_seat_recline_extra:before {
  content: "\e636";
}
.icon-airline_seat_recline_normal:before {
  content: "\e637";
}
.icon-flight:before {
  content: "\e539";
}
.icon-airplanemode_inactive:before {
  content: "\e194";
}
.icon-airplay:before {
  content: "\e055";
}
.icon-airport_shuttle:before {
  content: "\eb3c";
}
.icon-alarm_off:before {
  content: "\e857";
}
.icon-alarm_on:before {
  content: "\e858";
}
.icon-album:before {
  content: "\e019";
}
.icon-all_inclusive:before {
  content: "\eb3d";
}
.icon-all_out:before {
  content: "\e90b";
}
.icon-android2:before {
  content: "\e859";
}
.icon-announcement:before {
  content: "\e85a";
}
.icon-apps:before {
  content: "\e5c3";
}
.icon-archive:before {
  content: "\e149";
}
.icon-arrow_back:before {
  content: "\e5c4";
}
.icon-arrow_downward:before {
  content: "\e5db";
}
.icon-arrow_drop_down:before {
  content: "\e5c5";
}
.icon-arrow_drop_down_circle:before {
  content: "\e5c6";
}
.icon-arrow_drop_up:before {
  content: "\e5c7";
}
.icon-arrow_forward:before {
  content: "\e5c8";
}
.icon-arrow_upward:before {
  content: "\e5d8";
}
.icon-art_track:before {
  content: "\e060";
}
.icon-aspect_ratio:before {
  content: "\e85b";
}
.icon-poll:before {
  content: "\e801";
}
.icon-assignment:before {
  content: "\e85d";
}
.icon-assignment_ind:before {
  content: "\e85e";
}
.icon-assignment_late:before {
  content: "\e85f";
}
.icon-assignment_return:before {
  content: "\e860";
}
.icon-assignment_returned:before {
  content: "\e861";
}
.icon-assignment_turned_in:before {
  content: "\e862";
}
.icon-assistant:before {
  content: "\e39f";
}
.icon-flag2:before {
  content: "\e153";
}
.icon-attach_file:before {
  content: "\e226";
}
.icon-attach_money:before {
  content: "\e227";
}
.icon-attachment2:before {
  content: "\e2bc";
}
.icon-audiotrack:before {
  content: "\e3a1";
}
.icon-autorenew:before {
  content: "\e863";
}
.icon-av_timer:before {
  content: "\e01b";
}
.icon-backspace:before {
  content: "\e14a";
}
.icon-cloud_upload:before {
  content: "\e2c3";
}
.icon-battery_alert:before {
  content: "\e19c";
}
.icon-battery_charging_full:before {
  content: "\e1a3";
}
.icon-battery_std:before {
  content: "\e1a5";
}
.icon-battery_unknown:before {
  content: "\e1a6";
}
.icon-beach_access:before {
  content: "\eb3e";
}
.icon-beenhere:before {
  content: "\e52d";
}
.icon-block:before {
  content: "\e14b";
}
.icon-bluetooth:before {
  content: "\e1a7";
}
.icon-bluetooth_searching:before {
  content: "\e1aa";
}
.icon-bluetooth_connected:before {
  content: "\e1a8";
}
.icon-bluetooth_disabled:before {
  content: "\e1a9";
}
.icon-blur_circular:before {
  content: "\e3a2";
}
.icon-blur_linear:before {
  content: "\e3a3";
}
.icon-blur_off:before {
  content: "\e3a4";
}
.icon-blur_on:before {
  content: "\e3a5";
}
.icon-class:before {
  content: "\e86e";
}
.icon-turned_in:before {
  content: "\e8e6";
}
.icon-turned_in_not:before {
  content: "\e8e7";
}
.icon-border_all:before {
  content: "\e228";
}
.icon-border_bottom:before {
  content: "\e229";
}
.icon-border_clear:before {
  content: "\e22a";
}
.icon-border_color:before {
  content: "\e22b";
}
.icon-border_horizontal:before {
  content: "\e22c";
}
.icon-border_inner:before {
  content: "\e22d";
}
.icon-border_left:before {
  content: "\e22e";
}
.icon-border_outer:before {
  content: "\e22f";
}
.icon-border_right:before {
  content: "\e230";
}
.icon-border_style:before {
  content: "\e231";
}
.icon-border_top:before {
  content: "\e232";
}
.icon-border_vertical:before {
  content: "\e233";
}
.icon-branding_watermark:before {
  content: "\e06b";
}
.icon-brightness_1:before {
  content: "\e3a6";
}
.icon-brightness_2:before {
  content: "\e3a7";
}
.icon-brightness_3:before {
  content: "\e3a8";
}
.icon-brightness_4:before {
  content: "\e3a9";
}
.icon-brightness_low:before {
  content: "\e1ad";
}
.icon-brightness_medium:before {
  content: "\e1ae";
}
.icon-brightness_high:before {
  content: "\e1ac";
}
.icon-brightness_auto:before {
  content: "\e1ab";
}
.icon-broken_image:before {
  content: "\e3ad";
}
.icon-brush:before {
  content: "\e3ae";
}
.icon-bubble_chart:before {
  content: "\e6dd";
}
.icon-bug_report:before {
  content: "\e868";
}
.icon-build:before {
  content: "\e869";
}
.icon-burst_mode:before {
  content: "\e43c";
}
.icon-domain:before {
  content: "\e7ee";
}
.icon-business_center:before {
  content: "\eb3f";
}
.icon-cached:before {
  content: "\e86a";
}
.icon-cake:before {
  content: "\e7e9";
}
.icon-phone2:before {
  content: "\e0cd";
}
.icon-call_end:before {
  content: "\e0b1";
}
.icon-call_made:before {
  content: "\e0b2";
}
.icon-merge_type:before {
  content: "\e252";
}
.icon-call_missed:before {
  content: "\e0b4";
}
.icon-call_missed_outgoing:before {
  content: "\e0e4";
}
.icon-call_received:before {
  content: "\e0b5";
}
.icon-call_split:before {
  content: "\e0b6";
}
.icon-call_to_action:before {
  content: "\e06c";
}
.icon-camera2:before {
  content: "\e3af";
}
.icon-photo_camera:before {
  content: "\e412";
}
.icon-camera_enhance:before {
  content: "\e8fc";
}
.icon-camera_front:before {
  content: "\e3b1";
}
.icon-camera_rear:before {
  content: "\e3b2";
}
.icon-camera_roll:before {
  content: "\e3b3";
}
.icon-cancel:before {
  content: "\e5c9";
}
.icon-redeem:before {
  content: "\e8b1";
}
.icon-card_membership:before {
  content: "\e8f7";
}
.icon-card_travel:before {
  content: "\e8f8";
}
.icon-casino:before {
  content: "\eb40";
}
.icon-cast:before {
  content: "\e307";
}
.icon-cast_connected:before {
  content: "\e308";
}
.icon-center_focus_strong:before {
  content: "\e3b4";
}
.icon-center_focus_weak:before {
  content: "\e3b5";
}
.icon-change_history:before {
  content: "\e86b";
}
.icon-chat:before {
  content: "\e0b7";
}
.icon-chat_bubble:before {
  content: "\e0ca";
}
.icon-chat_bubble_outline:before {
  content: "\e0cb";
}
.icon-check:before {
  content: "\e5ca";
}
.icon-check_box:before {
  content: "\e834";
}
.icon-check_box_outline_blank:before {
  content: "\e835";
}
.icon-check_circle:before {
  content: "\e86c";
}
.icon-navigate_before:before {
  content: "\e408";
}
.icon-navigate_next:before {
  content: "\e409";
}
.icon-child_care:before {
  content: "\eb41";
}
.icon-child_friendly:before {
  content: "\eb42";
}
.icon-chrome_reader_mode:before {
  content: "\e86d";
}
.icon-close:before {
  content: "\e5cd";
}
.icon-clear_all:before {
  content: "\e0b8";
}
.icon-closed_caption:before {
  content: "\e01c";
}
.icon-wb_cloudy:before {
  content: "\e42d";
}
.icon-cloud_circle:before {
  content: "\e2be";
}
.icon-cloud_done:before {
  content: "\e2bf";
}
.icon-cloud_download:before {
  content: "\e2c0";
}
.icon-cloud_off:before {
  content: "\e2c1";
}
.icon-cloud_queue:before {
  content: "\e2c2";
}
.icon-code:before {
  content: "\e86f";
}
.icon-photo_library:before {
  content: "\e413";
}
.icon-collections_bookmark:before {
  content: "\e431";
}
.icon-palette:before {
  content: "\e40a";
}
.icon-colorize:before {
  content: "\e3b8";
}
.icon-comment:before {
  content: "\e0b9";
}
.icon-compare:before {
  content: "\e3b9";
}
.icon-compare_arrows:before {
  content: "\e915";
}
.icon-laptop2:before {
  content: "\e31e";
}
.icon-confirmation_number:before {
  content: "\e638";
}
.icon-contact_mail:before {
  content: "\e0d0";
}
.icon-contact_phone:before {
  content: "\e0cf";
}
.icon-contacts:before {
  content: "\e0ba";
}
.icon-content_copy:before {
  content: "\e14d";
}
.icon-content_cut:before {
  content: "\e14e";
}
.icon-content_paste:before {
  content: "\e14f";
}
.icon-control_point_duplicate:before {
  content: "\e3bb";
}
.icon-copyright:before {
  content: "\e90c";
}
.icon-mode_edit:before {
  content: "\e254";
}
.icon-create_new_folder:before {
  content: "\e2cc";
}
.icon-payment:before {
  content: "\e8a1";
}
.icon-crop2:before {
  content: "\e3be";
}
.icon-crop_16_9:before {
  content: "\e3bc";
}
.icon-crop_3_2:before {
  content: "\e3bd";
}
.icon-crop_landscape:before {
  content: "\e3c3";
}
.icon-crop_7_5:before {
  content: "\e3c0";
}
.icon-crop_din:before {
  content: "\e3c1";
}
.icon-crop_free:before {
  content: "\e3c2";
}
.icon-crop_original:before {
  content: "\e3c4";
}
.icon-crop_portrait:before {
  content: "\e3c5";
}
.icon-crop_rotate:before {
  content: "\e437";
}
.icon-crop_square:before {
  content: "\e3c6";
}
.icon-dashboard:before {
  content: "\e871";
}
.icon-data_usage:before {
  content: "\e1af";
}
.icon-date_range:before {
  content: "\e916";
}
.icon-dehaze:before {
  content: "\e3c7";
}
.icon-delete:before {
  content: "\e872";
}
.icon-delete_forever:before {
  content: "\e92b";
}
.icon-delete_sweep:before {
  content: "\e16c";
}
.icon-description:before {
  content: "\e873";
}
.icon-desktop_mac:before {
  content: "\e30b";
}
.icon-desktop_windows:before {
  content: "\e30c";
}
.icon-details:before {
  content: "\e3c8";
}
.icon-developer_board:before {
  content: "\e30d";
}
.icon-developer_mode:before {
  content: "\e1b0";
}
.icon-device_hub:before {
  content: "\e335";
}
.icon-phonelink:before {
  content: "\e326";
}
.icon-devices_other:before {
  content: "\e337";
}
.icon-dialer_sip:before {
  content: "\e0bb";
}
.icon-dialpad:before {
  content: "\e0bc";
}
.icon-directions:before {
  content: "\e52e";
}
.icon-directions_bike:before {
  content: "\e52f";
}
.icon-directions_boat:before {
  content: "\e532";
}
.icon-directions_bus:before {
  content: "\e530";
}
.icon-directions_car:before {
  content: "\e531";
}
.icon-directions_railway:before {
  content: "\e534";
}
.icon-directions_run:before {
  content: "\e566";
}
.icon-directions_transit:before {
  content: "\e535";
}
.icon-directions_walk:before {
  content: "\e536";
}
.icon-disc_full:before {
  content: "\e610";
}
.icon-dns:before {
  content: "\e875";
}
.icon-not_interested:before {
  content: "\e033";
}
.icon-do_not_disturb_alt:before {
  content: "\e611";
}
.icon-do_not_disturb_off:before {
  content: "\e643";
}
.icon-remove_circle:before {
  content: "\e15c";
}
.icon-dock:before {
  content: "\e30e";
}
.icon-done:before {
  content: "\e876";
}
.icon-done_all:before {
  content: "\e877";
}
.icon-donut_large:before {
  content: "\e917";
}
.icon-donut_small:before {
  content: "\e918";
}
.icon-drafts:before {
  content: "\e151";
}
.icon-drag_handle:before {
  content: "\e25d";
}
.icon-time_to_leave:before {
  content: "\e62c";
}
.icon-dvr:before {
  content: "\e1b2";
}
.icon-edit_location:before {
  content: "\e568";
}
.icon-eject2:before {
  content: "\e8fb";
}
.icon-markunread:before {
  content: "\e159";
}
.icon-enhanced_encryption:before {
  content: "\e63f";
}
.icon-equalizer3:before {
  content: "\e01d";
}
.icon-error:before {
  content: "\e000";
}
.icon-error_outline:before {
  content: "\e001";
}
.icon-euro_symbol:before {
  content: "\e926";
}
.icon-ev_station:before {
  content: "\e56d";
}
.icon-insert_invitation:before {
  content: "\e24f";
}
.icon-event_available:before {
  content: "\e614";
}
.icon-event_busy:before {
  content: "\e615";
}
.icon-event_note:before {
  content: "\e616";
}
.icon-event_seat:before {
  content: "\e903";
}
.icon-exit_to_app:before {
  content: "\e879";
}
.icon-expand_less:before {
  content: "\e5ce";
}
.icon-expand_more:before {
  content: "\e5cf";
}
.icon-explicit:before {
  content: "\e01e";
}
.icon-explore:before {
  content: "\e87a";
}
.icon-exposure:before {
  content: "\e3ca";
}
.icon-exposure_neg_1:before {
  content: "\e3cb";
}
.icon-exposure_neg_2:before {
  content: "\e3cc";
}
.icon-exposure_plus_1:before {
  content: "\e3cd";
}
.icon-exposure_plus_2:before {
  content: "\e3ce";
}
.icon-exposure_zero:before {
  content: "\e3cf";
}
.icon-extension:before {
  content: "\e87b";
}
.icon-face:before {
  content: "\e87c";
}
.icon-fast_forward:before {
  content: "\e01f";
}
.icon-fast_rewind:before {
  content: "\e020";
}
.icon-favorite:before {
  content: "\e87d";
}
.icon-favorite_border:before {
  content: "\e87e";
}
.icon-featured_play_list:before {
  content: "\e06d";
}
.icon-featured_video:before {
  content: "\e06e";
}
.icon-sms_failed:before {
  content: "\e626";
}
.icon-fiber_dvr:before {
  content: "\e05d";
}
.icon-fiber_manual_record:before {
  content: "\e061";
}
.icon-fiber_new:before {
  content: "\e05e";
}
.icon-fiber_pin:before {
  content: "\e06a";
}
.icon-fiber_smart_record:before {
  content: "\e062";
}
.icon-get_app:before {
  content: "\e884";
}
.icon-file_upload:before {
  content: "\e2c6";
}
.icon-filter2:before {
  content: "\e3d3";
}
.icon-filter_1:before {
  content: "\e3d0";
}
.icon-filter_2:before {
  content: "\e3d1";
}
.icon-filter_3:before {
  content: "\e3d2";
}
.icon-filter_4:before {
  content: "\e3d4";
}
.icon-filter_5:before {
  content: "\e3d5";
}
.icon-filter_6:before {
  content: "\e3d6";
}
.icon-filter_7:before {
  content: "\e3d7";
}
.icon-filter_8:before {
  content: "\e3d8";
}
.icon-filter_9:before {
  content: "\e3d9";
}
.icon-filter_9_plus:before {
  content: "\e3da";
}
.icon-filter_b_and_w:before {
  content: "\e3db";
}
.icon-filter_center_focus:before {
  content: "\e3dc";
}
.icon-filter_drama:before {
  content: "\e3dd";
}
.icon-filter_frames:before {
  content: "\e3de";
}
.icon-terrain:before {
  content: "\e564";
}
.icon-filter_list:before {
  content: "\e152";
}
.icon-filter_none:before {
  content: "\e3e0";
}
.icon-filter_tilt_shift:before {
  content: "\e3e2";
}
.icon-filter_vintage:before {
  content: "\e3e3";
}
.icon-find_in_page:before {
  content: "\e880";
}
.icon-find_replace:before {
  content: "\e881";
}
.icon-fingerprint:before {
  content: "\e90d";
}
.icon-first_page:before {
  content: "\e5dc";
}
.icon-fitness_center:before {
  content: "\eb43";
}
.icon-flare:before {
  content: "\e3e4";
}
.icon-flash_auto:before {
  content: "\e3e5";
}
.icon-flash_off:before {
  content: "\e3e6";
}
.icon-flash_on:before {
  content: "\e3e7";
}
.icon-flight_land:before {
  content: "\e904";
}
.icon-flight_takeoff:before {
  content: "\e905";
}
.icon-flip:before {
  content: "\e3e8";
}
.icon-flip_to_back:before {
  content: "\e882";
}
.icon-flip_to_front:before {
  content: "\e883";
}
.icon-folder2:before {
  content: "\e2c7";
}
.icon-folder_open:before {
  content: "\e2c8";
}
.icon-folder_shared:before {
  content: "\e2c9";
}
.icon-folder_special:before {
  content: "\e617";
}
.icon-font_download:before {
  content: "\e167";
}
.icon-format_align_center:before {
  content: "\e234";
}
.icon-format_align_justify:before {
  content: "\e235";
}
.icon-format_align_left:before {
  content: "\e236";
}
.icon-format_align_right:before {
  content: "\e237";
}
.icon-format_bold:before {
  content: "\e238";
}
.icon-format_clear:before {
  content: "\e239";
}
.icon-format_color_fill:before {
  content: "\e23a";
}
.icon-format_color_reset:before {
  content: "\e23b";
}
.icon-format_color_text:before {
  content: "\e23c";
}
.icon-format_indent_decrease:before {
  content: "\e23d";
}
.icon-format_indent_increase:before {
  content: "\e23e";
}
.icon-format_italic:before {
  content: "\e23f";
}
.icon-format_line_spacing:before {
  content: "\e240";
}
.icon-format_list_bulleted:before {
  content: "\e241";
}
.icon-format_list_numbered:before {
  content: "\e242";
}
.icon-format_paint:before {
  content: "\e243";
}
.icon-format_quote:before {
  content: "\e244";
}
.icon-format_shapes:before {
  content: "\e25e";
}
.icon-format_size:before {
  content: "\e245";
}
.icon-format_strikethrough:before {
  content: "\e246";
}
.icon-format_textdirection_l_to_r:before {
  content: "\e247";
}
.icon-format_textdirection_r_to_l:before {
  content: "\e248";
}
.icon-format_underlined:before {
  content: "\e249";
}
.icon-question_answer:before {
  content: "\e8af";
}
.icon-forward4:before {
  content: "\e154";
}
.icon-forward_10:before {
  content: "\e056";
}
.icon-forward_30:before {
  content: "\e057";
}
.icon-forward_5:before {
  content: "\e058";
}
.icon-free_breakfast:before {
  content: "\eb44";
}
.icon-fullscreen:before {
  content: "\e5d0";
}
.icon-fullscreen_exit:before {
  content: "\e5d1";
}
.icon-functions:before {
  content: "\e24a";
}
.icon-g_translate:before {
  content: "\e927";
}
.icon-games:before {
  content: "\e021";
}
.icon-gavel:before {
  content: "\e90e";
}
.icon-gesture:before {
  content: "\e155";
}
.icon-gif:before {
  content: "\e908";
}
.icon-goat:before {
  content: "\e900";
}
.icon-golf_course:before {
  content: "\eb45";
}
.icon-my_location:before {
  content: "\e55c";
}
.icon-location_searching:before {
  content: "\e1b7";
}
.icon-location_disabled:before {
  content: "\e1b6";
}
.icon-star:before {
  content: "\e838";
}
.icon-gradient:before {
  content: "\e3e9";
}
.icon-grain:before {
  content: "\e3ea";
}
.icon-graphic_eq:before {
  content: "\e1b8";
}
.icon-grid_off:before {
  content: "\e3eb";
}
.icon-grid_on:before {
  content: "\e3ec";
}
.icon-people:before {
  content: "\e7fb";
}
.icon-group_add:before {
  content: "\e7f0";
}
.icon-group_work:before {
  content: "\e886";
}
.icon-hd:before {
  content: "\e052";
}
.icon-hdr_off:before {
  content: "\e3ed";
}
.icon-hdr_on:before {
  content: "\e3ee";
}
.icon-hdr_strong:before {
  content: "\e3f1";
}
.icon-hdr_weak:before {
  content: "\e3f2";
}
.icon-headset:before {
  content: "\e310";
}
.icon-headset_mic:before {
  content: "\e311";
}
.icon-healing:before {
  content: "\e3f3";
}
.icon-hearing:before {
  content: "\e023";
}
.icon-help:before {
  content: "\e887";
}
.icon-help_outline:before {
  content: "\e8fd";
}
.icon-high_quality:before {
  content: "\e024";
}
.icon-highlight:before {
  content: "\e25f";
}
.icon-highlight_off:before {
  content: "\e888";
}
.icon-restore:before {
  content: "\e8b3";
}
.icon-home4:before {
  content: "\e88a";
}
.icon-hot_tub:before {
  content: "\eb46";
}
.icon-local_hotel:before {
  content: "\e549";
}
.icon-hourglass_empty:before {
  content: "\e88b";
}
.icon-hourglass_full:before {
  content: "\e88c";
}
.icon-http:before {
  content: "\e902";
}
.icon-lock2:before {
  content: "\e897";
}
.icon-photo:before {
  content: "\e410";
}
.icon-image_aspect_ratio:before {
  content: "\e3f5";
}
.icon-import_contacts:before {
  content: "\e0e0";
}
.icon-import_export:before {
  content: "\e0c3";
}
.icon-important_devices:before {
  content: "\e912";
}
.icon-inbox:before {
  content: "\e156";
}
.icon-indeterminate_check_box:before {
  content: "\e909";
}
.icon-info2:before {
  content: "\e88e";
}
.icon-info_outline:before {
  content: "\e88f";
}
.icon-input:before {
  content: "\e890";
}
.icon-insert_comment:before {
  content: "\e24c";
}
.icon-insert_drive_file:before {
  content: "\e24d";
}
.icon-tag_faces:before {
  content: "\e420";
}
.icon-link2:before {
  content: "\e157";
}
.icon-invert_colors:before {
  content: "\e891";
}
.icon-invert_colors_off:before {
  content: "\e0c4";
}
.icon-iso:before {
  content: "\e3f6";
}
.icon-keyboard2:before {
  content: "\e312";
}
.icon-keyboard_arrow_down:before {
  content: "\e313";
}
.icon-keyboard_arrow_left:before {
  content: "\e314";
}
.icon-keyboard_arrow_right:before {
  content: "\e315";
}
.icon-keyboard_arrow_up:before {
  content: "\e316";
}
.icon-keyboard_backspace:before {
  content: "\e317";
}
.icon-keyboard_capslock:before {
  content: "\e318";
}
.icon-keyboard_hide:before {
  content: "\e31a";
}
.icon-keyboard_return:before {
  content: "\e31b";
}
.icon-keyboard_tab:before {
  content: "\e31c";
}
.icon-keyboard_voice:before {
  content: "\e31d";
}
.icon-kitchen:before {
  content: "\eb47";
}
.icon-label:before {
  content: "\e892";
}
.icon-label_outline:before {
  content: "\e893";
}
.icon-language:before {
  content: "\e894";
}
.icon-laptop_chromebook:before {
  content: "\e31f";
}
.icon-laptop_mac:before {
  content: "\e320";
}
.icon-laptop_windows:before {
  content: "\e321";
}
.icon-last_page:before {
  content: "\e5dd";
}
.icon-open_in_new:before {
  content: "\e89e";
}
.icon-layers:before {
  content: "\e53b";
}
.icon-layers_clear:before {
  content: "\e53c";
}
.icon-leak_add:before {
  content: "\e3f8";
}
.icon-leak_remove:before {
  content: "\e3f9";
}
.icon-lens:before {
  content: "\e3fa";
}
.icon-library_books:before {
  content: "\e02f";
}
.icon-library_music:before {
  content: "\e030";
}
.icon-lightbulb_outline:before {
  content: "\e90f";
}
.icon-line_style:before {
  content: "\e919";
}
.icon-line_weight:before {
  content: "\e91a";
}
.icon-linear_scale:before {
  content: "\e260";
}
.icon-linked_camera:before {
  content: "\e438";
}
.icon-list3:before {
  content: "\e896";
}
.icon-live_help:before {
  content: "\e0c6";
}
.icon-live_tv:before {
  content: "\e639";
}
.icon-local_play:before {
  content: "\e553";
}
.icon-local_airport:before {
  content: "\e53d";
}
.icon-local_atm:before {
  content: "\e53e";
}
.icon-local_bar:before {
  content: "\e540";
}
.icon-local_cafe:before {
  content: "\e541";
}
.icon-local_car_wash:before {
  content: "\e542";
}
.icon-local_convenience_store:before {
  content: "\e543";
}
.icon-restaurant_menu:before {
  content: "\e561";
}
.icon-local_drink:before {
  content: "\e544";
}
.icon-local_florist:before {
  content: "\e545";
}
.icon-local_gas_station:before {
  content: "\e546";
}
.icon-shopping_cart:before {
  content: "\e8cc";
}
.icon-local_hospital:before {
  content: "\e548";
}
.icon-local_laundry_service:before {
  content: "\e54a";
}
.icon-local_library:before {
  content: "\e54b";
}
.icon-local_mall:before {
  content: "\e54c";
}
.icon-theaters:before {
  content: "\e8da";
}
.icon-local_offer:before {
  content: "\e54e";
}
.icon-local_parking:before {
  content: "\e54f";
}
.icon-local_pharmacy:before {
  content: "\e550";
}
.icon-local_pizza:before {
  content: "\e552";
}
.icon-print:before {
  content: "\e8ad";
}
.icon-local_shipping:before {
  content: "\e558";
}
.icon-local_taxi:before {
  content: "\e559";
}
.icon-location_city:before {
  content: "\e7f1";
}
.icon-location_off:before {
  content: "\e0c7";
}
.icon-room:before {
  content: "\e8b4";
}
.icon-lock_open:before {
  content: "\e898";
}
.icon-lock_outline:before {
  content: "\e899";
}
.icon-looks:before {
  content: "\e3fc";
}
.icon-looks_3:before {
  content: "\e3fb";
}
.icon-looks_4:before {
  content: "\e3fd";
}
.icon-looks_5:before {
  content: "\e3fe";
}
.icon-looks_6:before {
  content: "\e3ff";
}
.icon-looks_one:before {
  content: "\e400";
}
.icon-looks_two:before {
  content: "\e401";
}
.icon-sync:before {
  content: "\e627";
}
.icon-loupe:before {
  content: "\e402";
}
.icon-low_priority:before {
  content: "\e16d";
}
.icon-loyalty:before {
  content: "\e89a";
}
.icon-mail_outline:before {
  content: "\e0e1";
}
.icon-map3:before {
  content: "\e55b";
}
.icon-markunread_mailbox:before {
  content: "\e89b";
}
.icon-memory:before {
  content: "\e322";
}
.icon-menu5:before {
  content: "\e5d2";
}
.icon-message:before {
  content: "\e0c9";
}
.icon-mic2:before {
  content: "\e029";
}
.icon-mic_none:before {
  content: "\e02a";
}
.icon-mic_off:before {
  content: "\e02b";
}
.icon-mms:before {
  content: "\e618";
}
.icon-mode_comment:before {
  content: "\e253";
}
.icon-monetization_on:before {
  content: "\e263";
}
.icon-money_off:before {
  content: "\e25c";
}
.icon-monochrome_photos:before {
  content: "\e403";
}
.icon-mood_bad:before {
  content: "\e7f3";
}
.icon-more:before {
  content: "\e619";
}
.icon-more_horiz:before {
  content: "\e5d3";
}
.icon-more_vert:before {
  content: "\e5d4";
}
.icon-motorcycle:before {
  content: "\e91b";
}
.icon-mouse:before {
  content: "\e323";
}
.icon-move_to_inbox:before {
  content: "\e168";
}
.icon-movie_creation:before {
  content: "\e404";
}
.icon-movie_filter:before {
  content: "\e43a";
}
.icon-multiline_chart:before {
  content: "\e6df";
}
.icon-music_note:before {
  content: "\e405";
}
.icon-music_video:before {
  content: "\e063";
}
.icon-nature:before {
  content: "\e406";
}
.icon-nature_people:before {
  content: "\e407";
}
.icon-navigation:before {
  content: "\e55d";
}
.icon-near_me:before {
  content: "\e569";
}
.icon-network_cell:before {
  content: "\e1b9";
}
.icon-network_check:before {
  content: "\e640";
}
.icon-network_locked:before {
  content: "\e61a";
}
.icon-network_wifi:before {
  content: "\e1ba";
}
.icon-new_releases:before {
  content: "\e031";
}
.icon-next_week:before {
  content: "\e16a";
}
.icon-nfc:before {
  content: "\e1bb";
}
.icon-no_encryption:before {
  content: "\e641";
}
.icon-signal_cellular_no_sim:before {
  content: "\e1ce";
}
.icon-note:before {
  content: "\e06f";
}
.icon-note_add:before {
  content: "\e89c";
}
.icon-notifications:before {
  content: "\e7f4";
}
.icon-notifications_active:before {
  content: "\e7f7";
}
.icon-notifications_none:before {
  content: "\e7f5";
}
.icon-notifications_off:before {
  content: "\e7f6";
}
.icon-notifications_paused:before {
  content: "\e7f8";
}
.icon-offline_pin:before {
  content: "\e90a";
}
.icon-ondemand_video:before {
  content: "\e63a";
}
.icon-opacity:before {
  content: "\e91c";
}
.icon-open_in_browser:before {
  content: "\e89d";
}
.icon-open_with:before {
  content: "\e89f";
}
.icon-pages:before {
  content: "\e7f9";
}
.icon-pageview:before {
  content: "\e8a0";
}
.icon-pan_tool:before {
  content: "\e925";
}
.icon-panorama:before {
  content: "\e40b";
}
.icon-radio_button_unchecked:before {
  content: "\e836";
}
.icon-panorama_horizontal:before {
  content: "\e40d";
}
.icon-panorama_vertical:before {
  content: "\e40e";
}
.icon-panorama_wide_angle:before {
  content: "\e40f";
}
.icon-party_mode:before {
  content: "\e7fa";
}
.icon-pause3:before {
  content: "\e034";
}
.icon-pause_circle_filled:before {
  content: "\e035";
}
.icon-pause_circle_outline:before {
  content: "\e036";
}
.icon-people_outline:before {
  content: "\e7fc";
}
.icon-perm_camera_mic:before {
  content: "\e8a2";
}
.icon-perm_contact_calendar:before {
  content: "\e8a3";
}
.icon-perm_data_setting:before {
  content: "\e8a4";
}
.icon-perm_device_information:before {
  content: "\e8a5";
}
.icon-person_outline:before {
  content: "\e7ff";
}
.icon-perm_media:before {
  content: "\e8a7";
}
.icon-perm_phone_msg:before {
  content: "\e8a8";
}
.icon-perm_scan_wifi:before {
  content: "\e8a9";
}
.icon-person:before {
  content: "\e7fd";
}
.icon-person_add:before {
  content: "\e7fe";
}
.icon-person_pin:before {
  content: "\e55a";
}
.icon-person_pin_circle:before {
  content: "\e56a";
}
.icon-personal_video:before {
  content: "\e63b";
}
.icon-pets:before {
  content: "\e91d";
}
.icon-phone_android:before {
  content: "\e324";
}
.icon-phone_bluetooth_speaker:before {
  content: "\e61b";
}
.icon-phone_forwarded:before {
  content: "\e61c";
}
.icon-phone_in_talk:before {
  content: "\e61d";
}
.icon-phone_iphone:before {
  content: "\e325";
}
.icon-phone_locked:before {
  content: "\e61e";
}
.icon-phone_missed:before {
  content: "\e61f";
}
.icon-phone_paused:before {
  content: "\e620";
}
.icon-phonelink_erase:before {
  content: "\e0db";
}
.icon-phonelink_lock:before {
  content: "\e0dc";
}
.icon-phonelink_off:before {
  content: "\e327";
}
.icon-phonelink_ring:before {
  content: "\e0dd";
}
.icon-phonelink_setup:before {
  content: "\e0de";
}
.icon-photo_album:before {
  content: "\e411";
}
.icon-photo_filter:before {
  content: "\e43b";
}
.icon-photo_size_select_actual:before {
  content: "\e432";
}
.icon-photo_size_select_large:before {
  content: "\e433";
}
.icon-photo_size_select_small:before {
  content: "\e434";
}
.icon-picture_as_pdf:before {
  content: "\e415";
}
.icon-picture_in_picture:before {
  content: "\e8aa";
}
.icon-picture_in_picture_alt:before {
  content: "\e911";
}
.icon-pie_chart:before {
  content: "\e6c4";
}
.icon-pie_chart_outlined:before {
  content: "\e6c5";
}
.icon-pin_drop:before {
  content: "\e55e";
}
.icon-play_arrow:before {
  content: "\e037";
}
.icon-play_circle_filled:before {
  content: "\e038";
}
.icon-play_circle_outline:before {
  content: "\e039";
}
.icon-play_for_work:before {
  content: "\e906";
}
.icon-playlist_add:before {
  content: "\e03b";
}
.icon-playlist_add_check:before {
  content: "\e065";
}
.icon-playlist_play:before {
  content: "\e05f";
}
.icon-plus_one:before {
  content: "\e800";
}
.icon-polymer:before {
  content: "\e8ab";
}
.icon-pool:before {
  content: "\eb48";
}
.icon-portable_wifi_off:before {
  content: "\e0ce";
}
.icon-portrait:before {
  content: "\e416";
}
.icon-power2:before {
  content: "\e63c";
}
.icon-power_input:before {
  content: "\e336";
}
.icon-power_settings_new:before {
  content: "\e8ac";
}
.icon-pregnant_woman:before {
  content: "\e91e";
}
.icon-present_to_all:before {
  content: "\e0df";
}
.icon-priority_high:before {
  content: "\e645";
}
.icon-public:before {
  content: "\e80b";
}
.icon-publish:before {
  content: "\e255";
}
.icon-queue_music:before {
  content: "\e03d";
}
.icon-queue_play_next:before {
  content: "\e066";
}
.icon-radio:before {
  content: "\e03e";
}
.icon-radio_button_checked:before {
  content: "\e837";
}
.icon-rate_review:before {
  content: "\e560";
}
.icon-receipt:before {
  content: "\e8b0";
}
.icon-recent_actors:before {
  content: "\e03f";
}
.icon-record_voice_over:before {
  content: "\e91f";
}
.icon-redo3:before {
  content: "\e15a";
}
.icon-refresh:before {
  content: "\e5d5";
}
.icon-remove:before {
  content: "\e15b";
}
.icon-remove_circle_outline:before {
  content: "\e15d";
}
.icon-remove_from_queue:before {
  content: "\e067";
}
.icon-visibility:before {
  content: "\e8f4";
}
.icon-remove_shopping_cart:before {
  content: "\e928";
}
.icon-reorder:before {
  content: "\e8fe";
}
.icon-repeat:before {
  content: "\e040";
}
.icon-repeat_one:before {
  content: "\e041";
}
.icon-replay:before {
  content: "\e042";
}
.icon-replay_10:before {
  content: "\e059";
}
.icon-replay_30:before {
  content: "\e05a";
}
.icon-replay_5:before {
  content: "\e05b";
}
.icon-reply2:before {
  content: "\e15e";
}
.icon-reply_all:before {
  content: "\e15f";
}
.icon-report:before {
  content: "\e160";
}
.icon-warning2:before {
  content: "\e002";
}
.icon-restaurant:before {
  content: "\e56c";
}
.icon-restore_page:before {
  content: "\e929";
}
.icon-ring_volume:before {
  content: "\e0d1";
}
.icon-room_service:before {
  content: "\eb49";
}
.icon-rotate_90_degrees_ccw:before {
  content: "\e418";
}
.icon-rotate_left:before {
  content: "\e419";
}
.icon-rotate_right:before {
  content: "\e41a";
}
.icon-rounded_corner:before {
  content: "\e920";
}
.icon-router:before {
  content: "\e328";
}
.icon-rowing:before {
  content: "\e921";
}
.icon-rss_feed:before {
  content: "\e0e5";
}
.icon-rv_hookup:before {
  content: "\e642";
}
.icon-satellite:before {
  content: "\e562";
}
.icon-save:before {
  content: "\e161";
}
.icon-scanner:before {
  content: "\e329";
}
.icon-school:before {
  content: "\e80c";
}
.icon-screen_lock_landscape:before {
  content: "\e1be";
}
.icon-screen_lock_portrait:before {
  content: "\e1bf";
}
.icon-screen_lock_rotation:before {
  content: "\e1c0";
}
.icon-screen_rotation:before {
  content: "\e1c1";
}
.icon-screen_share:before {
  content: "\e0e2";
}
.icon-sd_storage:before {
  content: "\e1c2";
}
.icon-search2:before {
  content: "\e8b6";
}
.icon-security:before {
  content: "\e32a";
}
.icon-select_all:before {
  content: "\e162";
}
.icon-send:before {
  content: "\e163";
}
.icon-sentiment_dissatisfied:before {
  content: "\e811";
}
.icon-sentiment_neutral:before {
  content: "\e812";
}
.icon-sentiment_satisfied:before {
  content: "\e813";
}
.icon-sentiment_very_dissatisfied:before {
  content: "\e814";
}
.icon-sentiment_very_satisfied:before {
  content: "\e815";
}
.icon-settings:before {
  content: "\e8b8";
}
.icon-settings_applications:before {
  content: "\e8b9";
}
.icon-settings_backup_restore:before {
  content: "\e8ba";
}
.icon-settings_bluetooth:before {
  content: "\e8bb";
}
.icon-settings_brightness:before {
  content: "\e8bd";
}
.icon-settings_cell:before {
  content: "\e8bc";
}
.icon-settings_ethernet:before {
  content: "\e8be";
}
.icon-settings_input_antenna:before {
  content: "\e8bf";
}
.icon-settings_input_composite:before {
  content: "\e8c1";
}
.icon-settings_input_hdmi:before {
  content: "\e8c2";
}
.icon-settings_input_svideo:before {
  content: "\e8c3";
}
.icon-settings_overscan:before {
  content: "\e8c4";
}
.icon-settings_phone:before {
  content: "\e8c5";
}
.icon-settings_power:before {
  content: "\e8c6";
}
.icon-settings_remote:before {
  content: "\e8c7";
}
.icon-settings_system_daydream:before {
  content: "\e1c3";
}
.icon-settings_voice:before {
  content: "\e8c8";
}
.icon-share3:before {
  content: "\e80d";
}
.icon-shop:before {
  content: "\e8c9";
}
.icon-shop_two:before {
  content: "\e8ca";
}
.icon-shopping_basket:before {
  content: "\e8cb";
}
.icon-short_text:before {
  content: "\e261";
}
.icon-show_chart:before {
  content: "\e6e1";
}
.icon-shuffle2:before {
  content: "\e043";
}
.icon-signal_cellular_4_bar:before {
  content: "\e1c8";
}
.icon-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}
.icon-signal_cellular_null:before {
  content: "\e1cf";
}
.icon-signal_cellular_off:before {
  content: "\e1d0";
}
.icon-signal_wifi_4_bar:before {
  content: "\e1d8";
}
.icon-signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}
.icon-signal_wifi_off:before {
  content: "\e1da";
}
.icon-sim_card:before {
  content: "\e32b";
}
.icon-sim_card_alert:before {
  content: "\e624";
}
.icon-skip_next:before {
  content: "\e044";
}
.icon-skip_previous:before {
  content: "\e045";
}
.icon-slideshow:before {
  content: "\e41b";
}
.icon-slow_motion_video:before {
  content: "\e068";
}
.icon-stay_primary_portrait:before {
  content: "\e0d6";
}
.icon-smoke_free:before {
  content: "\eb4a";
}
.icon-smoking_rooms:before {
  content: "\eb4b";
}
.icon-textsms:before {
  content: "\e0d8";
}
.icon-snooze:before {
  content: "\e046";
}
.icon-sort:before {
  content: "\e164";
}
.icon-sort_by_alpha:before {
  content: "\e053";
}
.icon-spa:before {
  content: "\eb4c";
}
.icon-space_bar:before {
  content: "\e256";
}
.icon-speaker:before {
  content: "\e32d";
}
.icon-speaker_group:before {
  content: "\e32e";
}
.icon-speaker_notes:before {
  content: "\e8cd";
}
.icon-speaker_notes_off:before {
  content: "\e92a";
}
.icon-speaker_phone:before {
  content: "\e0d2";
}
.icon-spellcheck:before {
  content: "\e8ce";
}
.icon-star_border:before {
  content: "\e83a";
}
.icon-star_half:before {
  content: "\e839";
}
.icon-stars:before {
  content: "\e8d0";
}
.icon-stay_primary_landscape:before {
  content: "\e0d5";
}
.icon-stop3:before {
  content: "\e047";
}
.icon-stop_screen_share:before {
  content: "\e0e3";
}
.icon-storage:before {
  content: "\e1db";
}
.icon-store_mall_directory:before {
  content: "\e563";
}
.icon-straighten:before {
  content: "\e41c";
}
.icon-streetview:before {
  content: "\e56e";
}
.icon-strikethrough_s:before {
  content: "\e257";
}
.icon-style:before {
  content: "\e41d";
}
.icon-subdirectory_arrow_left:before {
  content: "\e5d9";
}
.icon-subdirectory_arrow_right:before {
  content: "\e5da";
}
.icon-subject:before {
  content: "\e8d2";
}
.icon-subscriptions:before {
  content: "\e064";
}
.icon-subtitles:before {
  content: "\e048";
}
.icon-subway:before {
  content: "\e56f";
}
.icon-supervisor_account:before {
  content: "\e8d3";
}
.icon-surround_sound:before {
  content: "\e049";
}
.icon-swap_calls:before {
  content: "\e0d7";
}
.icon-swap_horiz:before {
  content: "\e8d4";
}
.icon-swap_vert:before {
  content: "\e8d5";
}
.icon-swap_vertical_circle:before {
  content: "\e8d6";
}
.icon-switch_camera:before {
  content: "\e41e";
}
.icon-switch_video:before {
  content: "\e41f";
}
.icon-sync_disabled:before {
  content: "\e628";
}
.icon-sync_problem:before {
  content: "\e629";
}
.icon-system_update:before {
  content: "\e62a";
}
.icon-system_update_alt:before {
  content: "\e8d7";
}
.icon-tab2:before {
  content: "\e8d8";
}
.icon-tab_unselected:before {
  content: "\e8d9";
}
.icon-tablet2:before {
  content: "\e32f";
}
.icon-tablet_android:before {
  content: "\e330";
}
.icon-tablet_mac:before {
  content: "\e331";
}
.icon-tap_and_play:before {
  content: "\e62b";
}
.icon-text_fields:before {
  content: "\e262";
}
.icon-text_format:before {
  content: "\e165";
}
.icon-texture:before {
  content: "\e421";
}
.icon-thumb_down:before {
  content: "\e8db";
}
.icon-thumb_up:before {
  content: "\e8dc";
}
.icon-thumbs_up_down:before {
  content: "\e8dd";
}
.icon-timelapse:before {
  content: "\e422";
}
.icon-timeline:before {
  content: "\e922";
}
.icon-timer:before {
  content: "\e425";
}
.icon-timer_10:before {
  content: "\e423";
}
.icon-timer_3:before {
  content: "\e424";
}
.icon-timer_off:before {
  content: "\e426";
}
.icon-title:before {
  content: "\e264";
}
.icon-toc:before {
  content: "\e8de";
}
.icon-today:before {
  content: "\e8df";
}
.icon-toll:before {
  content: "\e8e0";
}
.icon-tonality:before {
  content: "\e427";
}
.icon-touch_app:before {
  content: "\e913";
}
.icon-toys:before {
  content: "\e332";
}
.icon-track_changes:before {
  content: "\e8e1";
}
.icon-traffic:before {
  content: "\e565";
}
.icon-train:before {
  content: "\e570";
}
.icon-tram:before {
  content: "\e571";
}
.icon-transfer_within_a_station:before {
  content: "\e572";
}
.icon-transform:before {
  content: "\e428";
}
.icon-translate:before {
  content: "\e8e2";
}
.icon-trending_down:before {
  content: "\e8e3";
}
.icon-trending_flat:before {
  content: "\e8e4";
}
.icon-trending_up:before {
  content: "\e8e5";
}
.icon-tune:before {
  content: "\e429";
}
.icon-tv2:before {
  content: "\e333";
}
.icon-unarchive:before {
  content: "\e169";
}
.icon-undo3:before {
  content: "\e166";
}
.icon-unfold_less:before {
  content: "\e5d6";
}
.icon-unfold_more:before {
  content: "\e5d7";
}
.icon-update:before {
  content: "\e923";
}
.icon-usb:before {
  content: "\e1e0";
}
.icon-verified_user:before {
  content: "\e8e8";
}
.icon-vertical_align_bottom:before {
  content: "\e258";
}
.icon-vertical_align_center:before {
  content: "\e259";
}
.icon-vertical_align_top:before {
  content: "\e25a";
}
.icon-vibration:before {
  content: "\e62d";
}
.icon-video_call:before {
  content: "\e070";
}
.icon-video_label:before {
  content: "\e071";
}
.icon-video_library:before {
  content: "\e04a";
}
.icon-videocam:before {
  content: "\e04b";
}
.icon-videocam_off:before {
  content: "\e04c";
}
.icon-videogame_asset:before {
  content: "\e338";
}
.icon-view_agenda:before {
  content: "\e8e9";
}
.icon-view_array:before {
  content: "\e8ea";
}
.icon-view_carousel:before {
  content: "\e8eb";
}
.icon-view_column:before {
  content: "\e8ec";
}
.icon-view_comfy:before {
  content: "\e42a";
}
.icon-view_compact:before {
  content: "\e42b";
}
.icon-view_day:before {
  content: "\e8ed";
}
.icon-view_headline:before {
  content: "\e8ee";
}
.icon-view_list:before {
  content: "\e8ef";
}
.icon-view_module:before {
  content: "\e8f0";
}
.icon-view_quilt:before {
  content: "\e8f1";
}
.icon-view_stream:before {
  content: "\e8f2";
}
.icon-view_week:before {
  content: "\e8f3";
}
.icon-vignette:before {
  content: "\e435";
}
.icon-visibility_off:before {
  content: "\e8f5";
}
.icon-voice_chat:before {
  content: "\e62e";
}
.icon-voicemail:before {
  content: "\e0d9";
}
.icon-volume_down:before {
  content: "\e04d";
}
.icon-volume_mute:before {
  content: "\e04e";
}
.icon-volume_off:before {
  content: "\e04f";
}
.icon-volume_up:before {
  content: "\e050";
}
.icon-vpn_key:before {
  content: "\e0da";
}
.icon-vpn_lock:before {
  content: "\e62f";
}
.icon-wallpaper:before {
  content: "\e1bc";
}
.icon-watch:before {
  content: "\e334";
}
.icon-watch_later:before {
  content: "\e924";
}
.icon-wb_auto:before {
  content: "\e42c";
}
.icon-wb_incandescent:before {
  content: "\e42e";
}
.icon-wb_iridescent:before {
  content: "\e436";
}
.icon-wb_sunny:before {
  content: "\e430";
}
.icon-wc:before {
  content: "\e63d";
}
.icon-web:before {
  content: "\e051";
}
.icon-web_asset:before {
  content: "\e069";
}
.icon-weekend:before {
  content: "\e16b";
}
.icon-whatshot:before {
  content: "\e80e";
}
.icon-widgets:before {
  content: "\e1bd";
}
.icon-wifi:before {
  content: "\e63e";
}
.icon-wifi_lock:before {
  content: "\e1e1";
}
.icon-wifi_tethering:before {
  content: "\e1e2";
}
.icon-work:before {
  content: "\e8f9";
}
.icon-wrap_text:before {
  content: "\e25b";
}
.icon-youtube_searched_for:before {
  content: "\e8fa";
}
.icon-zoom_in:before {
  content: "\e8ff";
}
.icon-zoom_out:before {
  content: "\e901";
}
.icon-zoom_out_map:before {
  content: "\e56b";
}
.icon-home:before {
  content: "\e907";
}
.icon-home2:before {
  content: "\e910";
}
.icon-home3:before {
  content: "\e92c";
}
.icon-office:before {
  content: "\e92d";
}
.icon-newspaper:before {
  content: "\e92e";
}
.icon-pencil:before {
  content: "\e92f";
}
.icon-pencil2:before {
  content: "\e930";
}
.icon-quill:before {
  content: "\e931";
}
.icon-pen:before {
  content: "\e932";
}
.icon-blog:before {
  content: "\e933";
}
.icon-eyedropper:before {
  content: "\e934";
}
.icon-droplet:before {
  content: "\e935";
}
.icon-paint-format:before {
  content: "\e936";
}
.icon-image:before {
  content: "\e937";
}
.icon-images:before {
  content: "\e938";
}
.icon-camera:before {
  content: "\e939";
}
.icon-headphones:before {
  content: "\e93a";
}
.icon-music:before {
  content: "\e93b";
}
.icon-play:before {
  content: "\e93c";
}
.icon-film:before {
  content: "\e93d";
}
.icon-video-camera:before {
  content: "\e93e";
}
.icon-dice:before {
  content: "\e93f";
}
.icon-pacman:before {
  content: "\e940";
}
.icon-spades:before {
  content: "\e941";
}
.icon-clubs:before {
  content: "\e942";
}
.icon-diamonds:before {
  content: "\e943";
}
.icon-bullhorn:before {
  content: "\e944";
}
.icon-connection:before {
  content: "\e945";
}
.icon-podcast:before {
  content: "\e946";
}
.icon-feed:before {
  content: "\e947";
}
.icon-mic:before {
  content: "\e948";
}
.icon-book:before {
  content: "\e949";
}
.icon-books:before {
  content: "\e94a";
}
.icon-library:before {
  content: "\e94b";
}
.icon-file-text:before {
  content: "\e94c";
}
.icon-profile:before {
  content: "\e94d";
}
.icon-file-empty:before {
  content: "\e94e";
}
.icon-files-empty:before {
  content: "\e94f";
}
.icon-file-text2:before {
  content: "\e950";
}
.icon-file-picture:before {
  content: "\e951";
}
.icon-file-music:before {
  content: "\e952";
}
.icon-file-play:before {
  content: "\e953";
}
.icon-file-video:before {
  content: "\e954";
}
.icon-file-zip:before {
  content: "\e955";
}
.icon-copy:before {
  content: "\e956";
}
.icon-paste:before {
  content: "\e957";
}
.icon-stack:before {
  content: "\e958";
}
.icon-folder:before {
  content: "\e959";
}
.icon-folder-open:before {
  content: "\e95a";
}
.icon-folder-plus:before {
  content: "\e95b";
}
.icon-folder-minus:before {
  content: "\e95c";
}
.icon-folder-download:before {
  content: "\e95d";
}
.icon-folder-upload:before {
  content: "\e95e";
}
.icon-price-tag:before {
  content: "\e95f";
}
.icon-price-tags:before {
  content: "\e960";
}
.icon-barcode:before {
  content: "\e961";
}
.icon-qrcode:before {
  content: "\e962";
}
.icon-ticket:before {
  content: "\e963";
}
.icon-cart:before {
  content: "\e964";
}
.icon-coin-dollar:before {
  content: "\e965";
}
.icon-coin-euro:before {
  content: "\e966";
}
.icon-coin-pound:before {
  content: "\e967";
}
.icon-coin-yen:before {
  content: "\e968";
}
.icon-credit-card:before {
  content: "\e969";
}
.icon-calculator:before {
  content: "\e96a";
}
.icon-lifebuoy:before {
  content: "\e96b";
}
.icon-phone:before {
  content: "\e96c";
}
.icon-phone-hang-up:before {
  content: "\e96d";
}
.icon-address-book:before {
  content: "\e96e";
}
.icon-envelop:before {
  content: "\e96f";
}
.icon-pushpin:before {
  content: "\e970";
}
.icon-location:before {
  content: "\e971";
}
.icon-location2:before {
  content: "\e972";
}
.icon-compass:before {
  content: "\e973";
}
.icon-compass2:before {
  content: "\e974";
}
.icon-map:before {
  content: "\e975";
}
.icon-map2:before {
  content: "\e976";
}
.icon-history:before {
  content: "\e977";
}
.icon-clock:before {
  content: "\e978";
}
.icon-clock2:before {
  content: "\e979";
}
.icon-alarm:before {
  content: "\e97a";
}
.icon-bell:before {
  content: "\e97b";
}
.icon-stopwatch:before {
  content: "\e97c";
}
.icon-calendar:before {
  content: "\e97d";
}
.icon-printer:before {
  content: "\e97e";
}
.icon-keyboard:before {
  content: "\e97f";
}
.icon-display:before {
  content: "\e980";
}
.icon-laptop:before {
  content: "\e981";
}
.icon-mobile:before {
  content: "\e982";
}
.icon-mobile2:before {
  content: "\e983";
}
.icon-tablet:before {
  content: "\e984";
}
.icon-tv:before {
  content: "\e985";
}
.icon-drawer:before {
  content: "\e986";
}
.icon-drawer2:before {
  content: "\e987";
}
.icon-box-add:before {
  content: "\e988";
}
.icon-box-remove:before {
  content: "\e989";
}
.icon-download:before {
  content: "\e98a";
}
.icon-upload:before {
  content: "\e98b";
}
.icon-floppy-disk:before {
  content: "\e98c";
}
.icon-drive:before {
  content: "\e98d";
}
.icon-database:before {
  content: "\e98e";
}
.icon-undo:before {
  content: "\e98f";
}
.icon-redo:before {
  content: "\e990";
}
.icon-undo2:before {
  content: "\e991";
}
.icon-redo2:before {
  content: "\e992";
}
.icon-forward:before {
  content: "\e993";
}
.icon-reply:before {
  content: "\e994";
}
.icon-bubble:before {
  content: "\e995";
}
.icon-bubbles:before {
  content: "\e996";
}
.icon-bubbles2:before {
  content: "\e997";
}
.icon-bubble2:before {
  content: "\e998";
}
.icon-bubbles3:before {
  content: "\e999";
}
.icon-bubbles4:before {
  content: "\e99a";
}
.icon-user:before {
  content: "\e99b";
}
.icon-users:before {
  content: "\e99c";
}
.icon-user-plus:before {
  content: "\e99d";
}
.icon-user-minus:before {
  content: "\e99e";
}
.icon-user-check:before {
  content: "\e99f";
}
.icon-user-tie:before {
  content: "\e9a0";
}
.icon-quotes-left:before {
  content: "\e9a1";
}
.icon-quotes-right:before {
  content: "\e9a2";
}
.icon-hour-glass:before {
  content: "\e9a3";
}
.icon-spinner:before {
  content: "\e9a4";
}
.icon-spinner2:before {
  content: "\e9a5";
}
.icon-spinner3:before {
  content: "\e9a6";
}
.icon-spinner4:before {
  content: "\e9a7";
}
.icon-spinner5:before {
  content: "\e9a8";
}
.icon-spinner6:before {
  content: "\e9a9";
}
.icon-spinner7:before {
  content: "\e9aa";
}
.icon-spinner8:before {
  content: "\e9ab";
}
.icon-spinner9:before {
  content: "\e9ac";
}
.icon-spinner10:before {
  content: "\e9ad";
}
.icon-spinner11:before {
  content: "\e9ae";
}
.icon-binoculars:before {
  content: "\e9af";
}
.icon-search:before {
  content: "\e9b0";
}
.icon-zoom-in:before {
  content: "\e9b1";
}
.icon-zoom-out:before {
  content: "\e9b2";
}
.icon-enlarge:before {
  content: "\e9b3";
}
.icon-shrink:before {
  content: "\e9b4";
}
.icon-enlarge2:before {
  content: "\e9b5";
}
.icon-shrink2:before {
  content: "\e9b6";
}
.icon-key:before {
  content: "\e9b7";
}
.icon-key2:before {
  content: "\e9b8";
}
.icon-lock:before {
  content: "\e9b9";
}
.icon-unlocked:before {
  content: "\e9ba";
}
.icon-wrench:before {
  content: "\e9bb";
}
.icon-equalizer:before {
  content: "\e9bc";
}
.icon-equalizer2:before {
  content: "\e9bd";
}
.icon-cog:before {
  content: "\e9be";
}
.icon-cogs:before {
  content: "\e9bf";
}
.icon-hammer:before {
  content: "\e9c0";
}
.icon-magic-wand:before {
  content: "\e9c1";
}
.icon-aid-kit:before {
  content: "\e9c2";
}
.icon-bug:before {
  content: "\e9c3";
}
.icon-pie-chart:before {
  content: "\e9c4";
}
.icon-stats-dots:before {
  content: "\e9c5";
}
.icon-stats-bars:before {
  content: "\e9c6";
}
.icon-stats-bars2:before {
  content: "\e9c7";
}
.icon-trophy:before {
  content: "\e9c8";
}
.icon-gift:before {
  content: "\e9c9";
}
.icon-glass:before {
  content: "\e9ca";
}
.icon-glass2:before {
  content: "\e9cb";
}
.icon-mug:before {
  content: "\e9cc";
}
.icon-spoon-knife:before {
  content: "\e9cd";
}
.icon-leaf:before {
  content: "\e9ce";
}
.icon-rocket:before {
  content: "\e9cf";
}
.icon-meter:before {
  content: "\e9d0";
}
.icon-meter2:before {
  content: "\e9d1";
}
.icon-hammer2:before {
  content: "\e9d2";
}
.icon-fire:before {
  content: "\e9d3";
}
.icon-lab:before {
  content: "\e9d4";
}
.icon-magnet:before {
  content: "\e9d5";
}
.icon-bin:before {
  content: "\e9d6";
}
.icon-bin2:before {
  content: "\e9d7";
}
.icon-briefcase:before {
  content: "\e9d8";
}
.icon-airplane:before {
  content: "\e9d9";
}
.icon-truck:before {
  content: "\e9da";
}
.icon-road:before {
  content: "\e9db";
}
.icon-accessibility:before {
  content: "\e9dc";
}
.icon-target:before {
  content: "\e9dd";
}
.icon-shield:before {
  content: "\e9de";
}
.icon-power:before {
  content: "\e9df";
}
.icon-switch:before {
  content: "\e9e0";
}
.icon-power-cord:before {
  content: "\e9e1";
}
.icon-clipboard:before {
  content: "\e9e2";
}
.icon-list-numbered:before {
  content: "\e9e3";
}
.icon-list:before {
  content: "\e9e4";
}
.icon-list2:before {
  content: "\e9e5";
}
.icon-tree:before {
  content: "\e9e6";
}
.icon-menu:before {
  content: "\e9e7";
}
.icon-menu2:before {
  content: "\e9e8";
}
.icon-menu3:before {
  content: "\e9e9";
}
.icon-menu4:before {
  content: "\e9ea";
}
.icon-cloud:before {
  content: "\e9eb";
}
.icon-cloud-download:before {
  content: "\e9ec";
}
.icon-cloud-upload:before {
  content: "\e9ed";
}
.icon-cloud-check:before {
  content: "\e9ee";
}
.icon-download2:before {
  content: "\e9ef";
}
.icon-upload2:before {
  content: "\e9f0";
}
.icon-download3:before {
  content: "\e9f1";
}
.icon-upload3:before {
  content: "\e9f2";
}
.icon-sphere:before {
  content: "\e9f3";
}
.icon-earth:before {
  content: "\e9f4";
}
.icon-link:before {
  content: "\e9f5";
}
.icon-flag:before {
  content: "\e9f6";
}
.icon-attachment:before {
  content: "\e9f7";
}
.icon-eye:before {
  content: "\e9f8";
}
.icon-eye-plus:before {
  content: "\e9f9";
}
.icon-eye-minus:before {
  content: "\e9fa";
}
.icon-eye-blocked:before {
  content: "\e9fb";
}
.icon-bookmark:before {
  content: "\e9fc";
}
.icon-bookmarks:before {
  content: "\e9fd";
}
.icon-sun:before {
  content: "\e9fe";
}
.icon-contrast:before {
  content: "\e9ff";
}
.icon-brightness-contrast:before {
  content: "\ea00";
}
.icon-star-empty:before {
  content: "\ea01";
}
.icon-star-half:before {
  content: "\ea02";
}
.icon-star-full:before {
  content: "\ea03";
}
.icon-heart:before {
  content: "\ea04";
}
.icon-heart-broken:before {
  content: "\ea05";
}
.icon-man:before {
  content: "\ea06";
}
.icon-woman:before {
  content: "\ea07";
}
.icon-man-woman:before {
  content: "\ea08";
}
.icon-happy:before {
  content: "\ea09";
}
.icon-happy2:before {
  content: "\ea0a";
}
.icon-smile:before {
  content: "\ea0b";
}
.icon-smile2:before {
  content: "\ea0c";
}
.icon-tongue:before {
  content: "\ea0d";
}
.icon-tongue2:before {
  content: "\ea0e";
}
.icon-sad:before {
  content: "\ea0f";
}
.icon-sad2:before {
  content: "\ea10";
}
.icon-wink:before {
  content: "\ea11";
}
.icon-wink2:before {
  content: "\ea12";
}
.icon-grin:before {
  content: "\ea13";
}
.icon-grin2:before {
  content: "\ea14";
}
.icon-cool:before {
  content: "\ea15";
}
.icon-cool2:before {
  content: "\ea16";
}
.icon-angry:before {
  content: "\ea17";
}
.icon-angry2:before {
  content: "\ea18";
}
.icon-evil:before {
  content: "\ea19";
}
.icon-evil2:before {
  content: "\ea1a";
}
.icon-shocked:before {
  content: "\ea1b";
}
.icon-shocked2:before {
  content: "\ea1c";
}
.icon-baffled:before {
  content: "\ea1d";
}
.icon-baffled2:before {
  content: "\ea1e";
}
.icon-confused:before {
  content: "\ea1f";
}
.icon-confused2:before {
  content: "\ea20";
}
.icon-neutral:before {
  content: "\ea21";
}
.icon-neutral2:before {
  content: "\ea22";
}
.icon-hipster:before {
  content: "\ea23";
}
.icon-hipster2:before {
  content: "\ea24";
}
.icon-wondering:before {
  content: "\ea25";
}
.icon-wondering2:before {
  content: "\ea26";
}
.icon-sleepy:before {
  content: "\ea27";
}
.icon-sleepy2:before {
  content: "\ea28";
}
.icon-frustrated:before {
  content: "\ea29";
}
.icon-frustrated2:before {
  content: "\ea2a";
}
.icon-crying:before {
  content: "\ea2b";
}
.icon-crying2:before {
  content: "\ea2c";
}
.icon-point-up:before {
  content: "\ea2d";
}
.icon-point-right:before {
  content: "\ea2e";
}
.icon-point-down:before {
  content: "\ea2f";
}
.icon-point-left:before {
  content: "\ea30";
}
.icon-warning:before {
  content: "\ea31";
}
.icon-notification:before {
  content: "\ea32";
}
.icon-question:before {
  content: "\ea33";
}
.icon-plus:before {
  content: "\ea34";
}
.icon-minus:before {
  content: "\ea35";
}
.icon-info:before {
  content: "\ea36";
}
.icon-cancel-circle:before {
  content: "\ea37";
}
.icon-blocked:before {
  content: "\ea38";
}
.icon-cross:before {
  content: "\ea39";
}
.icon-checkmark:before {
  content: "\ea3a";
}
.icon-checkmark2:before {
  content: "\ea3b";
}
.icon-spell-check:before {
  content: "\ea3c";
}
.icon-enter:before {
  content: "\ea3d";
}
.icon-exit:before {
  content: "\ea3e";
}
.icon-play2:before {
  content: "\ea3f";
}
.icon-pause:before {
  content: "\ea40";
}
.icon-stop:before {
  content: "\ea41";
}
.icon-previous:before {
  content: "\ea42";
}
.icon-next:before {
  content: "\ea43";
}
.icon-backward:before {
  content: "\ea44";
}
.icon-forward2:before {
  content: "\ea45";
}
.icon-play3:before {
  content: "\ea46";
}
.icon-pause2:before {
  content: "\ea47";
}
.icon-stop2:before {
  content: "\ea48";
}
.icon-backward2:before {
  content: "\ea49";
}
.icon-forward3:before {
  content: "\ea4a";
}
.icon-first:before {
  content: "\ea4b";
}
.icon-last:before {
  content: "\ea4c";
}
.icon-previous2:before {
  content: "\ea4d";
}
.icon-next2:before {
  content: "\ea4e";
}
.icon-eject:before {
  content: "\ea4f";
}
.icon-volume-high:before {
  content: "\ea50";
}
.icon-volume-medium:before {
  content: "\ea51";
}
.icon-volume-low:before {
  content: "\ea52";
}
.icon-volume-mute:before {
  content: "\ea53";
}
.icon-volume-mute2:before {
  content: "\ea54";
}
.icon-volume-increase:before {
  content: "\ea55";
}
.icon-volume-decrease:before {
  content: "\ea56";
}
.icon-loop:before {
  content: "\ea57";
}
.icon-loop2:before {
  content: "\ea58";
}
.icon-infinite:before {
  content: "\ea59";
}
.icon-shuffle:before {
  content: "\ea5a";
}
.icon-arrow-up-left:before {
  content: "\ea5b";
}
.icon-arrow-up:before {
  content: "\ea5c";
}
.icon-arrow-up-right:before {
  content: "\ea5d";
}
.icon-arrow-right:before {
  content: "\ea5e";
}
.icon-arrow-down-right:before {
  content: "\ea5f";
}
.icon-arrow-down:before {
  content: "\ea60";
}
.icon-arrow-down-left:before {
  content: "\ea61";
}
.icon-arrow-left:before {
  content: "\ea62";
}
.icon-arrow-up-left2:before {
  content: "\ea63";
}
.icon-arrow-up2:before {
  content: "\ea64";
}
.icon-arrow-up-right2:before {
  content: "\ea65";
}
.icon-arrow-right2:before {
  content: "\ea66";
}
.icon-arrow-down-right2:before {
  content: "\ea67";
}
.icon-arrow-down2:before {
  content: "\ea68";
}
.icon-arrow-down-left2:before {
  content: "\ea69";
}
.icon-arrow-left2:before {
  content: "\ea6a";
}
.icon-circle-up:before {
  content: "\ea6b";
}
.icon-circle-right:before {
  content: "\ea6c";
}
.icon-circle-down:before {
  content: "\ea6d";
}
.icon-circle-left:before {
  content: "\ea6e";
}
.icon-tab:before {
  content: "\ea6f";
}
.icon-move-up:before {
  content: "\ea70";
}
.icon-move-down:before {
  content: "\ea71";
}
.icon-sort-alpha-asc:before {
  content: "\ea72";
}
.icon-sort-alpha-desc:before {
  content: "\ea73";
}
.icon-sort-numeric-asc:before {
  content: "\ea74";
}
.icon-sort-numberic-desc:before {
  content: "\ea75";
}
.icon-sort-amount-asc:before {
  content: "\ea76";
}
.icon-sort-amount-desc:before {
  content: "\ea77";
}
.icon-command:before {
  content: "\ea78";
}
.icon-shift:before {
  content: "\ea79";
}
.icon-ctrl:before {
  content: "\ea7a";
}
.icon-opt:before {
  content: "\ea7b";
}
.icon-checkbox-checked:before {
  content: "\ea7c";
}
.icon-checkbox-unchecked:before {
  content: "\ea7d";
}
.icon-radio-checked:before {
  content: "\ea7e";
}
.icon-radio-checked2:before {
  content: "\ea7f";
}
.icon-radio-unchecked:before {
  content: "\ea80";
}
.icon-crop:before {
  content: "\ea81";
}
.icon-make-group:before {
  content: "\ea82";
}
.icon-ungroup:before {
  content: "\ea83";
}
.icon-scissors:before {
  content: "\ea84";
}
.icon-filter:before {
  content: "\ea85";
}
.icon-font:before {
  content: "\ea86";
}
.icon-ligature:before {
  content: "\ea87";
}
.icon-ligature2:before {
  content: "\ea88";
}
.icon-text-height:before {
  content: "\ea89";
}
.icon-text-width:before {
  content: "\ea8a";
}
.icon-font-size:before {
  content: "\ea8b";
}
.icon-bold:before {
  content: "\ea8c";
}
.icon-underline:before {
  content: "\ea8d";
}
.icon-italic:before {
  content: "\ea8e";
}
.icon-strikethrough:before {
  content: "\ea8f";
}
.icon-omega:before {
  content: "\ea90";
}
.icon-sigma:before {
  content: "\ea91";
}
.icon-page-break:before {
  content: "\ea92";
}
.icon-superscript:before {
  content: "\ea93";
}
.icon-subscript:before {
  content: "\ea94";
}
.icon-superscript2:before {
  content: "\ea95";
}
.icon-subscript2:before {
  content: "\ea96";
}
.icon-text-color:before {
  content: "\ea97";
}
.icon-pagebreak:before {
  content: "\ea98";
}
.icon-clear-formatting:before {
  content: "\ea99";
}
.icon-table:before {
  content: "\ea9a";
}
.icon-table2:before {
  content: "\ea9b";
}
.icon-insert-template:before {
  content: "\ea9c";
}
.icon-pilcrow:before {
  content: "\ea9d";
}
.icon-ltr:before {
  content: "\ea9e";
}
.icon-rtl:before {
  content: "\ea9f";
}
.icon-section:before {
  content: "\eaa0";
}
.icon-paragraph-left:before {
  content: "\eaa1";
}
.icon-paragraph-center:before {
  content: "\eaa2";
}
.icon-paragraph-right:before {
  content: "\eaa3";
}
.icon-paragraph-justify:before {
  content: "\eaa4";
}
.icon-indent-increase:before {
  content: "\eaa5";
}
.icon-indent-decrease:before {
  content: "\eaa6";
}
.icon-share:before {
  content: "\eaa7";
}
.icon-new-tab:before {
  content: "\eaa8";
}
.icon-embed:before {
  content: "\eaa9";
}
.icon-embed2:before {
  content: "\eaaa";
}
.icon-terminal:before {
  content: "\eaab";
}
.icon-share2:before {
  content: "\eaac";
}
.icon-mail:before {
  content: "\eaad";
}
.icon-mail2:before {
  content: "\eaae";
}
.icon-mail3:before {
  content: "\eaaf";
}
.icon-mail4:before {
  content: "\eab0";
}
.icon-amazon:before {
  content: "\eab1";
}
.icon-google:before {
  content: "\eab2";
}
.icon-google2:before {
  content: "\eab3";
}
.icon-google3:before {
  content: "\eab4";
}
.icon-google-plus:before {
  content: "\eab5";
}
.icon-google-plus2:before {
  content: "\eab6";
}
.icon-google-plus3:before {
  content: "\eab7";
}
.icon-hangouts:before {
  content: "\eab8";
}
.icon-google-drive:before {
  content: "\eab9";
}
.icon-facebook:before {
  content: "\eaba";
}
.icon-facebook2:before {
  content: "\eabb";
}
.icon-instagram:before {
  content: "\eabc";
}
.icon-whatsapp:before {
  content: "\eabd";
}
.icon-spotify:before {
  content: "\eabe";
}
.icon-telegram:before {
  content: "\eabf";
}
.icon-twitter:before {
  content: "\eac0";
}
.icon-vine:before {
  content: "\eac1";
}
.icon-vk:before {
  content: "\eac2";
}
.icon-renren:before {
  content: "\eac3";
}
.icon-sina-weibo:before {
  content: "\eac4";
}
.icon-rss:before {
  content: "\eac5";
}
.icon-rss2:before {
  content: "\eac6";
}
.icon-youtube:before {
  content: "\eac7";
}
.icon-youtube2:before {
  content: "\eac8";
}
.icon-twitch:before {
  content: "\eac9";
}
.icon-vimeo:before {
  content: "\eaca";
}
.icon-vimeo2:before {
  content: "\eacb";
}
.icon-lanyrd:before {
  content: "\eacc";
}
.icon-flickr:before {
  content: "\eacd";
}
.icon-flickr2:before {
  content: "\eace";
}
.icon-flickr3:before {
  content: "\eacf";
}
.icon-flickr4:before {
  content: "\ead0";
}
.icon-dribbble:before {
  content: "\ead1";
}
.icon-behance:before {
  content: "\ead2";
}
.icon-behance2:before {
  content: "\ead3";
}
.icon-deviantart:before {
  content: "\ead4";
}
.icon-500px:before {
  content: "\ead5";
}
.icon-steam:before {
  content: "\ead6";
}
.icon-steam2:before {
  content: "\ead7";
}
.icon-dropbox:before {
  content: "\ead8";
}
.icon-onedrive:before {
  content: "\ead9";
}
.icon-github:before {
  content: "\eada";
}
.icon-npm:before {
  content: "\eadb";
}
.icon-basecamp:before {
  content: "\eadc";
}
.icon-trello:before {
  content: "\eadd";
}
.icon-wordpress:before {
  content: "\eade";
}
.icon-joomla:before {
  content: "\eadf";
}
.icon-ello:before {
  content: "\eae0";
}
.icon-blogger:before {
  content: "\eae1";
}
.icon-blogger2:before {
  content: "\eae2";
}
.icon-tumblr:before {
  content: "\eae3";
}
.icon-tumblr2:before {
  content: "\eae4";
}
.icon-yahoo:before {
  content: "\eae5";
}
.icon-yahoo2:before {
  content: "\eae6";
}
.icon-tux:before {
  content: "\eae7";
}
.icon-appleinc:before {
  content: "\eae8";
}
.icon-finder:before {
  content: "\eae9";
}
.icon-android:before {
  content: "\eaea";
}
.icon-windows:before {
  content: "\eaeb";
}
.icon-windows8:before {
  content: "\eaec";
}
.icon-soundcloud:before {
  content: "\eaed";
}
.icon-soundcloud2:before {
  content: "\eaee";
}
.icon-skype:before {
  content: "\eaef";
}
.icon-reddit:before {
  content: "\eaf0";
}
.icon-hackernews:before {
  content: "\eaf1";
}
.icon-wikipedia:before {
  content: "\eaf2";
}
.icon-linkedin:before {
  content: "\eaf3";
}
.icon-linkedin2:before {
  content: "\eaf4";
}
.icon-lastfm:before {
  content: "\eaf5";
}
.icon-lastfm2:before {
  content: "\eaf6";
}
.icon-delicious:before {
  content: "\eaf7";
}
.icon-stumbleupon:before {
  content: "\eaf8";
}
.icon-stumbleupon2:before {
  content: "\eaf9";
}
.icon-stackoverflow:before {
  content: "\eafa";
}
.icon-pinterest:before {
  content: "\eafb";
}
.icon-pinterest2:before {
  content: "\eafc";
}
.icon-xing:before {
  content: "\eafd";
}
.icon-xing2:before {
  content: "\eafe";
}
.icon-flattr:before {
  content: "\eaff";
}
.icon-foursquare:before {
  content: "\eb00";
}
.icon-yelp:before {
  content: "\eb01";
}
.icon-paypal:before {
  content: "\eb02";
}
.icon-chrome:before {
  content: "\eb03";
}
.icon-firefox:before {
  content: "\eb04";
}
.icon-IE:before {
  content: "\eb05";
}
.icon-edge:before {
  content: "\eb06";
}
.icon-safari:before {
  content: "\eb07";
}
.icon-opera:before {
  content: "\eb08";
}
.icon-file-pdf:before {
  content: "\eb09";
}
.icon-file-openoffice:before {
  content: "\eb0a";
}
.icon-file-word:before {
  content: "\eb0b";
}
.icon-file-excel:before {
  content: "\eb0c";
}
.icon-libreoffice:before {
  content: "\eb0d";
}
.icon-html-five:before {
  content: "\eb0e";
}
.icon-html-five2:before {
  content: "\eb0f";
}
.icon-css3:before {
  content: "\eb10";
}
.icon-git:before {
  content: "\eb11";
}
.icon-codepen:before {
  content: "\eb12";
}
.icon-svg:before {
  content: "\eb13";
}
.icon-IcoMoon:before {
  content: "\eb14";
}


/* -------------------------------- 

Primary style

-------------------------------- */

.awsm-timeline *,
.awsm-timeline *::after,
.awsm-timeline *::before,
.awsm-timeline,
.awsm-timeline::after,
.awsm-timeline::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.awsm-timeline a {
  text-decoration: none;
}

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

.awsm-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 15px;
}

.awsm-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

.awsm-timeline {
  position: relative;
}

.awsm-right-align {
  text-align: right;
}

.awsm-timeline-block {
  position: relative;
  min-height: 16px;
  padding-left: 35px;
  padding-right: 35px;
}

.awsm-timeline-block::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.awsm-timeline-block:last-child::before {
  display: none;
}



.awsm-right-align .awsm-timeline-block::before {
  right: 0;
  left: auto !important;
  margin-left: 0 !important;
}

.awsm-timeline-block::after {
  content: "";
  display: table;
  clear: both;
}

.awsm-timeline-img {
  position: absolute;
  min-width: 1px;
  min-height: 1px;
  left: 0;
  top: 0;
}

.awsm-timeline-img i {
  display: block;
}

.awsm-right-align .awsm-timeline-img {
  margin-left: 0 !important;
  left: auto !important;
  right: 0;
}

.awsm-last-empty-item .awsm-timeline-img span {
  vertical-align: top;
}

.awsm-timeline-content-inner {
  position: relative;
}

.awsm-date {
  display: block;
}

.cssanimations .awsm-timeline-content.is-hidden {
  visibility: hidden;
}

.cssanimations .awsm-timeline-content.animated {
  visibility: visible;
}

.awsm-labels span {
  display: inline-block;
}

.awsm-labels {
  padding: 20px 0;
}

.awsm-labels.awsm-start-label {
  padding-top: 0 !important;
}

.awsm-labels.awsm-end-label {
  margin-bottom: 0 !important;
}

@media only screen and (min-width:679px) {
  .awsm-date-opposite {
    margin-left: 190px;
  }

  .awsm-left-align.awsm-date-opposite {
    margin-left: 190px;
  }

  .awsm-right-align.awsm-date-opposite {
    margin-right: 190px;
    margin-left: 0;
    text-align: right;
  }

  .awsm-date-opposite.awsm-alternate {
    margin: 0;
  }

  .awsm-timeline.awsm-alternate.awsm-left-align .awsm-timeline-content,
  .awsm-timeline.awsm-date-opposite.awsm-left-align .awsm-timeline-content,
  .awsm-timeline.awsm-alternate.awsm-right-align .awsm-timeline-content,
  .awsm-timeline.awsm-date-opposite.awsm-right-align .awsm-timeline-content {
    width: 100%;
  }

  .awsm-alternate .awsm-timeline-block::before {
    left: 50%;
  }

  .awsm-alternate .awsm-timeline-img {
    left: 50% !important;
  }

  .awsm-alternate .awsm-timeline-block.awsm-even-item .awsm-timeline-content {
    float: right;
  }

  .awsm-alternate .awsm-timeline-block.awsm-odd-item .awsm-timeline-content {
    float: left;
  }

  .awsm-date-opposite .awsm-date {
    position: absolute;
    top: 0;
    text-align: right;
  }

  .awsm-alternate .awsm-timeline-block.awsm-odd-item .awsm-timeline-content,
  .awsm-alternate.awsm-date-opposite .awsm-timeline-block.awsm-even-item .awsm-date,
  .awsm-date-opposite.awsm-left-align .awsm-date,
  .awsm-right-align {
    text-align: right;
  }

  .awsm-alternate.awsm-date-opposite .awsm-timeline-block.awsm-odd-item .awsm-timeline-content .awsm-date,
  .awsm-date-opposite.awsm-right-align .awsm-date {
    text-align: left;
  }

  .awsm-alternate .awsm-timeline-label-block {
    text-align: center;
  }

  .awsm-alternate .awsm-timeline-label-block .awsm-labels span {
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width:678px) {
  .awsm-timeline {
    margin-left: 20px;
  }

  .awsm-timeline.awsm-right-align,
  .awsm-timeline.awsm-responsive-right {
    margin-right: 20px;
    margin-left: 0;
  }

  .awsm-responsive-right .awsm-timeline-block::before {
    right: 0;
    left: auto !important;
    margin-left: 0 !important;
  }

  .awsm-responsive-right {
    text-align: right;
  }

  .awsm-responsive-right .awsm-timeline-img {
    margin-left: 0 !important;
    left: auto !important;
    right: 0;
  }

  .awsm-date {
    margin-bottom: 10px;
  }
}
body {
  background: #eff4f5;
}

/*-------- Type- 01 ------*/

.awsm-timeline-style-1 {
  color: #000;
}

.awsm-timeline-style-1 .awsm-timeline-block::before {
  width: 2px;
  background: rgba(0, 0, 0, 0);
  margin-left: -1px;
  background: #d7e3e5;
}

.awsm-timeline-style-1.awsm-right-align .awsm-timeline-block::before {
  margin-right: -1px;
}

.awsm-timeline-block {
  padding-bottom: 30px;
  padding-left: 45px;
  padding-right: 45px;
}

.awsm-timeline-style-1 .awsm-timeline-img {
  padding: 0;
  margin-left: -28px;
  top: 5px;
  /*--- Box shadow value --*/
  width: 56px;
  height: 56px;
  color: #fff;
  text-align: center;
  font-size: 28px;
}

.awsm-timeline-style-1 .awsm-timeline-img span {
  display: inline-block;
  margin: auto;
  padding: 14px;
  min-height: 16px;
  min-width: 16px;
  background: #0092e6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  box-shadow: 0 0 0 5px #eff4f5;
  -webkit-box-shadow: 0 0 0 5px #eff4f5;
}

.awsm-timeline-style-1 .awsm-timeline-img i {
  display: block;
}

.awsm-timeline-style-1.awsm-right-align .awsm-timeline-img {
  margin-right: -28px;
}

.awsm-timeline-style-1 .awsm-timeline-content {
  color: #777;
}

.awsm-timeline-style-1 .awsm-date {
  color: #9c9c9c;
  margin-bottom: 10px;
  display: block;
}

.awsm-timeline-style-1 h2 {
  margin: 0 0 5px;
  font-weight: 800;
  color: #000;
  font-size: 16px;
}



.awsm-timeline-style-1 p {
  margin: 0;
}

.awsm-timeline-style-1 .awsm-timeline-label-block {
  padding-top: 0;
}

.awsm-timeline-style-1 .awsm-labels {
  padding: 50px 0;
}

.awsm-timeline-style-1 .awsm-labels.awsm-start-label {
  padding-top: 0;
}

.awsm-timeline-style-1 .awsm-labels.awsm-end-label {
  padding-bottom: 0;
}

.awsm-timeline-style-1 .awsm-labels span {
  position: relative;
  background: #0092e6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 0 0 5px #eff4f5;
  -webkit-box-shadow: 0 0 0 5px #eff4f5;
  width: 70px;
  height: 70px;
  padding: 24px 5px;
  margin-left: -45px;
  left: -35px;
}

.awsm-timeline-style-1.awsm-alternate .awsm-timeline-label-block .awsm-labels span {
  margin: 0;
}

.awsm-timeline-style-1.awsm-right-align .awsm-labels span {
  left: auto;
  right: -35px;
  margin-left: 0;
  margin-right: -45px;
}

/*--------- news-------*/

.awsm-timeline-style-1 .awsm-timeline-content-inner {
  padding: 30px;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}

.awsm-timeline-style-1 .awsm-timeline-content-inner::before,
.awsm-timeline-style-1 .awsm-timeline-content-inner::after {
  content: "";
  border-style: solid;
  border-color: transparent;
  position: absolute;
}

.awsm-timeline-style-1 .awsm-timeline-content-inner::before {
  border-width: 10px 11px 10px 0;
  border-right-color: #fff;
  left: -11px;
  top: 21px;
}

.awsm-timeline-style-1 .awsm-timeline-content-inner::after {
  border-width: 8px 9px 8px 0;
  border-right-color: #fff;
  left: -9px;
  top: 23px;
}

.awsm-timeline-style-1.awsm-right-align .awsm-timeline-content-inner::before {
  border-width: 10px 0 10px 11px;
  border-left-color: #fff;
  left: auto;
  right: -11px;
}

.awsm-timeline-style-1.awsm-right-align .awsm-timeline-content-inner::after {
  border-width: 8px 0 8px 9px;
  border-left-color: #fff;
  right: -8px;
  left: auto;
}

/*---------- Responsive part ------------*/

@media only screen and (min-width:679px) {
  .awsm-date-opposite {
    margin-left: 203px;
  }

  .awsm-left-align.awsm-date-opposite {
    margin-left: 203px;
  }

  .awsm-right-align.awsm-date-opposite {
    margin-right: 203px;
    margin-left: 0;
  }

  .awsm-timeline-style-1.awsm-alternate .awsm-timeline-content,
  .awsm-timeline-style-1.awsm-date-opposite .awsm-timeline-content {
    width: calc(50% - 44px);
  }

  .awsm-timeline-style-1.awsm-date-opposite .awsm-date {
    left: -248px;
    line-height: 56px;
    width: 160px;
  }

  .awsm-timeline-style-1.awsm-date-opposite.awsm-right-align .awsm-date,
  .awsm-timeline-style-1.awsm-date-opposite.awsm-alternate .awsm-timeline-block.awsm-odd-item .awsm-date {
    right: -248px;
    left: auto;
    text-align: left;
  }

  .awsm-timeline-style-1.awsm-right-align .awsm-date {
    left: auto;
    right: 0;
  }

  /*--------- news-------*/

  .awsm-timeline-style-1.awsm-alternate .awsm-odd-item .awsm-timeline-content-inner::before {
    border-width: 10px 0 10px 11px;
    border-left-color: #fff;
    left: auto;
    right: -11px;
  }

  .awsm-timeline-style-1.awsm-alternate .awsm-odd-item .awsm-timeline-content-inner::after {
    border-width: 8px 0 8px 9px;
    border-left-color: #fff;
    right: -8px;
    left: auto;
  }
}

@media only screen and (max-width:1200px) {
  .awsm-timeline-style-1 {
    margin-left: 45px;
  }

  .awsm-timeline-style-1.awsm-right-align {
    margin-left: 0;
    margin-right: 45px;
  }
}

@media only screen and (max-width:678px) {
  .awsm-timeline-style-1.awsm-responsive-right .awsm-labels span {
    left: auto;
    right: -47px;
  }

  .awsm-timeline-style-1.awsm-responsive-right .awsm-timeline-block::before {
    margin-right: -1px;
  }

  .awsm-timeline-style-1.awsm-responsive-right .awsm-timeline-img {
    margin-right: -28px;
  }

  .awsm-timeline-style-1.awsm-alternate .awsm-timeline-label-block .awsm-labels span {
    margin-left: -45px;
  }

  .awsm-timeline-style-1.awsm-responsive-right .awsm-labels span,
  .awsm-timeline-style-1.awsm-alternate.awsm-responsive-right .awsm-labels span {
    right: -35px;
    margin-right: -45px;
    left: auto;
    margin-left: 0;
  }

  .awsm-timeline-style-1.awsm-responsive-right {
    margin-left: 0;
    margin-right: 45px;
  }

  /*--------- news-------*/

  .awsm-timeline-style-1.awsm-responsive-right .awsm-timeline-content-inner::before {
    border-width: 10px 0 10px 11px;
    border-left-color: #fff;
    left: auto;
    right: -11px;
  }

  .awsm-timeline-style-1.awsm-responsive-right .awsm-timeline-content-inner::after {
    border-width: 8px 0 8px 9px;
    border-left-color: #fff;
    right: -8px;
    left: auto;
  }
}
@charset "UTF-8";
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=1ed41732-9567-4b3c-956c-f8a6a70f5362&fontids=1121294,1121300,1121323,1121327");.js .box-slider-steps:not(.slick-initialized){overflow:hidden;max-height:1024px}.js .box-slider-steps:not(.slick-initialized)>*:not(:first-child){position:absolute;z-index:-1}@font-face{font-family:"Swiss";font-weight:300;src:url("../../files/template/fonts/swiss_v3/1121300/8936dd78-6787-48e6-b578-0df6e400b3e1.eot?#iefix");src:url("../../files/template/fonts/swiss_v3/1121300/8936dd78-6787-48e6-b578-0df6e400b3e1.eot?#iefix") format("eot"), url("../../files/template/fonts/swiss_v3/1121300/2fdec0cf-6a9b-4f77-a39b-5749e8982851.woff2") format("woff2"), url("../../files/template/fonts/swiss_v3/1121300/d1001ef9-2b8e-4cd1-99e7-9f48a6f7d356.woff") format("woff"), url("../../files/template/fonts/swiss_v3/1121300/0c9b7a6a-39da-4a63-8de4-3a91edeab5de.ttf") format("truetype");font-display:swap}@font-face{font-family:"Swiss";font-weight:400;src:url("../../files/template/fonts/swiss_v3/1121323/debae208-0c7b-4232-ba62-313e2d9d14c7.eot?#iefix");src:url("../../files/template/fonts/swiss_v3/1121323/debae208-0c7b-4232-ba62-313e2d9d14c7.eot?#iefix") format("eot"), url("../../files/template/fonts/swiss_v3/1121323/c01ba868-3eaf-4bf4-b173-216c1156d174.woff2") format("woff2"), url("../../files/template/fonts/swiss_v3/1121323/19c307d6-6fd8-47d3-a56d-fa998322491a.woff") format("woff"), url("../../files/template/fonts/swiss_v3/1121323/61571c7a-d78e-4d50-822d-194e2b92a1f1.ttf") format("truetype");font-display:swap}@font-face{font-family:"Swiss";font-weight:500;src:url("../../files/template/fonts/swiss_v3/1121294/0a72c688-cbf1-4545-b25d-dc6c6935a2b9.eot?#iefix");src:url("../../files/template/fonts/swiss_v3/1121294/0a72c688-cbf1-4545-b25d-dc6c6935a2b9.eot?#iefix") format("eot"), url("../../files/template/fonts/swiss_v3/1121294/e101a80e-e24e-4a7d-85b5-9d00cc1848f8.woff2") format("woff2"), url("../../files/template/fonts/swiss_v3/1121294/ea1567a4-8608-4bb1-a638-bc30606fc950.woff") format("woff"), url("../../files/template/fonts/swiss_v3/1121294/95c8bd18-b342-4b31-a039-d332be2affd5.ttf") format("truetype");font-display:swap}@font-face{font-family:"Swiss";font-weight:600;src:url("../../files/template/fonts/swiss_v3/1121327/5b9ccca5-47aa-44da-9a69-75a9c5b8f314.eot?#iefix");src:url("../../files/template/fonts/swiss_v3/1121327/5b9ccca5-47aa-44da-9a69-75a9c5b8f314.eot?#iefix") format("eot"), url("../../files/template/fonts/swiss_v3/1121327/b30d2835-5b41-443d-bb15-9fe76345d117.woff2") format("woff2"), url("../../files/template/fonts/swiss_v3/1121327/6f8c05f7-2d01-4282-ba89-505635df2953.woff") format("woff"), url("../../files/template/fonts/swiss_v3/1121327/3fa115a3-0515-4bbd-94cc-555dc6341889.ttf") format("truetype");font-display:swap}@font-face{font-family:"Roboto";font-style:normal;font-weight:100;src:local(""), url("/files/template/fonts/roboto/roboto-v30-latin-100.woff2") format("woff2"), url("/files/template/fonts/roboto/roboto-v30-latin-100.woff") format("woff")}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local(""), url("/files/template/fonts/roboto/roboto-v30-latin-regular.woff2") format("woff2"), url("/files/template/fonts/roboto/roboto-v30-latin-regular.woff") format("woff")}@font-face{font-family:"Roboto";font-style:normal;font-weight:300;src:local(""), url("/files/template/fonts/roboto/roboto-v30-latin-300.woff2") format("woff2"), url("/files/template/fonts/roboto/roboto-v30-latin-300.woff") format("woff")}@font-face{font-family:"Roboto";font-style:normal;font-weight:500;src:local(""), url("/files/template/fonts/roboto/roboto-v30-latin-500.woff2") format("woff2"), url("/files/template/fonts/roboto/roboto-v30-latin-500.woff") format("woff")}@font-face{font-family:"Roboto";font-style:normal;font-weight:700;src:local(""), url("/files/template/fonts/roboto/roboto-v30-latin-700.woff2") format("woff2"), url("/files/template/fonts/roboto/roboto-v30-latin-700.woff") format("woff")}@font-face{font-family:"Roboto";font-style:normal;font-weight:900;src:local(""), url("/files/template/fonts/roboto/roboto-v30-latin-900.woff2") format("woff2"), url("/files/template/fonts/roboto/roboto-v30-latin-900.woff") format("woff")}@-webkit-keyframes fadeIn{0%,75%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%,75%{opacity:0}100%{opacity:1}}@-webkit-keyframes flyToogleIn{0%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg)}25%{-webkit-transform:translateZ(5px) rotateX(-5deg);transform:translateZ(5px) rotateX(-5deg);box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}50%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg);top:0px;margin-left:0px}100%{top:0px;margin-left:-400px}}@keyframes flyToogleIn{0%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg)}25%{-webkit-transform:translateZ(5px) rotateX(-5deg);transform:translateZ(5px) rotateX(-5deg);box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}50%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg);top:0px;margin-left:0px}100%{top:0px;margin-left:-400px}}@-webkit-keyframes flyToogleOut{0%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg)}25%{-webkit-transform:translateZ(5px) rotateX(-5deg);transform:translateZ(5px) rotateX(-5deg);box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}50%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg);top:0px;margin-left:0px}100%{top:0px;margin-left:-400px}}@keyframes flyToogleOut{0%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg)}25%{-webkit-transform:translateZ(5px) rotateX(-5deg);transform:translateZ(5px) rotateX(-5deg);box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}50%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg);top:0px;margin-left:0px}100%{top:0px;margin-left:-400px}}@-webkit-keyframes flyContentIn{0%{left:60px;margin-left:45vw}50%{left:60px;margin-left:0px}100%{left:60px;margin-left:-400px}}@keyframes flyContentIn{0%{left:60px;margin-left:45vw}50%{left:60px;margin-left:0px}100%{left:60px;margin-left:-400px}}@-webkit-keyframes flyContentOut{0%{left:60px;margin-left:45vw}50%{left:60px;margin-left:0px}100%{left:60px;margin-left:-400px}}@keyframes flyContentOut{0%{left:60px;margin-left:45vw}50%{left:60px;margin-left:0px}100%{left:60px;margin-left:-400px}}@-webkit-keyframes bubbles1{0%{-webkit-transform:scale(0.8);transform:scale(0.8)}10%{-webkit-transform:scale(0.7);transform:scale(0.7)}15%{-webkit-transform:scale(0.7);transform:scale(0.7)}30%{-webkit-transform:scale(0.6);transform:scale(0.6)}55%{-webkit-transform:scale(0.9);transform:scale(0.9)}70%{-webkit-transform:scale(0.6);transform:scale(0.6)}100%{-webkit-transform:scale(0.8);transform:scale(0.8)}}@keyframes bubbles1{0%{-webkit-transform:scale(0.8);transform:scale(0.8)}10%{-webkit-transform:scale(0.7);transform:scale(0.7)}15%{-webkit-transform:scale(0.7);transform:scale(0.7)}30%{-webkit-transform:scale(0.6);transform:scale(0.6)}55%{-webkit-transform:scale(0.9);transform:scale(0.9)}70%{-webkit-transform:scale(0.6);transform:scale(0.6)}100%{-webkit-transform:scale(0.8);transform:scale(0.8)}}@-webkit-keyframes bubbles2{0%{-webkit-transform:scale(0.8);transform:scale(0.8)}10%{-webkit-transform:scale(0.7);transform:scale(0.7)}20%{-webkit-transform:scale(0.6);transform:scale(0.6)}45%{-webkit-transform:scale(0.7);transform:scale(0.7)}60%{-webkit-transform:scale(0.6);transform:scale(0.6)}80%{-webkit-transform:scale(0.9);transform:scale(0.9)}100%{-webkit-transform:scale(0.8);transform:scale(0.8)}}@keyframes bubbles2{0%{-webkit-transform:scale(0.8);transform:scale(0.8)}10%{-webkit-transform:scale(0.7);transform:scale(0.7)}20%{-webkit-transform:scale(0.6);transform:scale(0.6)}45%{-webkit-transform:scale(0.7);transform:scale(0.7)}60%{-webkit-transform:scale(0.6);transform:scale(0.6)}80%{-webkit-transform:scale(0.9);transform:scale(0.9)}100%{-webkit-transform:scale(0.8);transform:scale(0.8)}}@-webkit-keyframes bubbles3{0%{-webkit-transform:scale(0.8);transform:scale(0.8)}14%{-webkit-transform:scale(0.7);transform:scale(0.7)}27%{-webkit-transform:scale(0.9);transform:scale(0.9)}50%{-webkit-transform:scale(0.5);transform:scale(0.5)}75%{-webkit-transform:scale(0.7);transform:scale(0.7)}100%{-webkit-transform:scale(0.8);transform:scale(0.8)}}@keyframes bubbles3{0%{-webkit-transform:scale(0.8);transform:scale(0.8)}14%{-webkit-transform:scale(0.7);transform:scale(0.7)}27%{-webkit-transform:scale(0.9);transform:scale(0.9)}50%{-webkit-transform:scale(0.5);transform:scale(0.5)}75%{-webkit-transform:scale(0.7);transform:scale(0.7)}100%{-webkit-transform:scale(0.8);transform:scale(0.8)}}@-webkit-keyframes bubbleshover{100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bubbleshover{100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes shine{100%{left:125%}}@keyframes shine{100%{left:125%}}.float_left{float:left;margin:0 2em 1em 0}.float_right{float:right;margin:0 0 1em 2em}.ce_downloads{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%}.ce_downloads .downloads-icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:7rem}.ce_downloads .downloads-icon .icon-round img{width:45px;max-width:50%}.ce_downloads .downloads-liste{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:100%}.ce_downloads .downloads-liste ul{width:100%;margin-top:2rem}.ce_downloads .downloads-liste ul li{padding:2rem 0rem;border-bottom:1px #736858 solid;width:100%}.ce_downloads .downloads-liste ul li a{display:inline-block}.ce_downloads .downloads-liste ul li a.no-animation{display:block;font-size:2.42rem;font-weight:400;color:#494949;line-height:1.4}.mod_search .formbody{background-color:rgba(115, 104, 88, 0.1);padding:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%}.mod_search .formbody .widget.widget-text{-webkit-box-flex:1;-ms-flex:1 0 300px;flex:1 0 300px;display:block}.mod_search .formbody .widget.widget-text input{width:100%}.mod_search .formbody .widget.widget-submit{-webkit-box-flex:1;-ms-flex:1 0 300px;flex:1 0 300px;display:block;text-align:right}.mod_search .formbody .widget.widget-submit button.submit{margin-top:0px}.mod_search p.header{font-size:1.705rem;padding-left:1.5rem}.mod_search .link-wrapper a{font-size:1.815rem;padding-left:0rem !important;text-transform:none;display:inline-block;line-height:1.1;max-width:calc(100% - 2rem)}.mod_search .link-wrapper a:before{display:none !important}.mod_search .result-wrapper{padding-top:1rem;color:#494949;font-size:1.705rem;line-height:1.5;display:inline-block;width:100%}.mod_search .result-wrapper .context mark.highlight{background-color:transparent;color:#a69b8b !important;font-weight:500}.mod_search .result-wrapper .result-element{position:relative;border-bottom:2px rgba(51, 51, 51, 0.3) solid;padding:1.5rem;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.mod_search .result-wrapper .result-element:hover{background-color:rgba(115, 104, 88, 0.1)}.mod_faqlist ol.faq-links,.mod_faqlist ul.faq-links{padding-left:33px;margin-bottom:8rem}.mod_faqlist ol.faq-answers>li,.mod_faqlist ul.faq-answers>li{border-top:1px rgba(51, 51, 51, 0.3) solid;padding-bottom:3.5rem;padding-top:2.5rem;padding-left:1.5rem;padding-right:1.5rem}.mod_faqlist ol.faq-answers>li:target,.mod_faqlist ul.faq-answers>li:target{background-color:rgba(115, 104, 88, 0.1)}.mod_faqlist ol.faq-answers h6,.mod_faqlist ul.faq-answers h6{margin-bottom:1rem}.mod_faqlist ol.faq-answers ul,.mod_faqlist ul.faq-answers ul{padding-left:0px}.mod_faqlist ol.faq-answers ul li:after,.mod_faqlist ul.faq-answers ul li:after{top:1.3rem}.mod_faqlist ol.faq-answers ol,.mod_faqlist ul.faq-answers ol{position:relative;padding-left:1rem;counter-reset:item}.mod_faqlist ol.faq-answers ol>li,.mod_faqlist ul.faq-answers ol>li{display:block;margin-bottom:0.5rem;margin-left:1.5rem;position:relative;font-size:1.98rem}.mod_faqlist ol.faq-answers ol>li:before,.mod_faqlist ul.faq-answers ol>li:before{content:counters(item, ".") ".";counter-increment:item;position:absolute;left:-8px;-webkit-transform:translateX(-100%);transform:translateX(-100%);font-weight:300}.mod_faqlist ol.faq-answers ol>li ol>li,.mod_faqlist ul.faq-answers ol>li ol>li{display:block;margin-left:2.5rem}.mod_faqlist ol.faq-answers ol>li ol>li:before,.mod_faqlist ul.faq-answers ol>li ol>li:before{font-weight:normal}.mod_faqlist ol a,.mod_faqlist ul a{color:#736858}.mod_faqlist ol a:hover,.mod_faqlist ul a:hover{color:#ee7900}.search-input input{padding:1.25rem 4rem 1.25rem 1.25rem;background-image:url(../../files/template/img/icons/Ic_Suche.svg);background-size:20px 20px;background-position:calc(100% - 13px) 50%;background-repeat:no-repeat;-webkit-appearance:none}.mod_breadcrumb ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mod_breadcrumb ul li>span,.mod_breadcrumb ul li>a{font-size:1.43rem;font-weight:500;color:#736858}.mod_breadcrumb ul li:not(:last-child)>span,.mod_breadcrumb ul li:not(:last-child)>a{padding-right:1rem;margin-right:0.5rem;background-image:url("/files/template/img/icons/Ic_Breamcrumb.svg");background-size:5px 10px;background-position:right center;background-repeat:no-repeat}.mod_breadcrumb ul li a:hover{color:#ee7900}.hide-breadcrumb .mod_breadcrumb{display:none}.mod_article{padding-top:8rem;padding-bottom:16rem}.mod_article.distance-none,.layout_full.distance-none{padding-bottom:0px}.mod_article.distance-none.fullwidth,.layout_full.distance-none.fullwidth{padding-top:0px;padding-bottom:0px}.mod_article.distance-half,.layout_full.distance-half{padding-bottom:2rem}.mod_article.distance-1,.layout_full.distance-1{padding-bottom:4rem}.mod_article.distance-2,.layout_full.distance-2{padding-bottom:8rem}.mod_article.distance-3,.layout_full.distance-3{padding-bottom:16rem}.mod_article.small-padding-top,.layout_full.small-padding-top{padding-top:1.5rem}.mod_article>*:not(:last-child),.layout_full>*:not(:last-child){margin-bottom:4rem}.mod_article>*:not(:last-child).slick-dotted,.layout_full>*:not(:last-child).slick-dotted{margin-bottom:10rem}.mod_article>*:not(:last-child).distance-none,.layout_full>*:not(:last-child).distance-none{margin-bottom:0px}.mod_article>*:not(:last-child).distance-half,.layout_full>*:not(:last-child).distance-half{margin-bottom:2rem}.mod_article>*:not(:last-child).distance-1,.layout_full>*:not(:last-child).distance-1{margin-bottom:4rem}.mod_article>*:not(:last-child).distance-2,.layout_full>*:not(:last-child).distance-2{margin-bottom:8rem}.mod_article>*:not(:last-child).distance-3,.layout_full>*:not(:last-child).distance-3{margin-bottom:16rem}.mod_article>*.distance-2,.layout_full>*.distance-2{margin-bottom:8rem}.mod_article>*.distance-3,.layout_full>*.distance-3{margin-bottom:16rem}.mod_article .ce_text ul,.mod_article .snv-focus-vorteile ul,.mod_article .snv-bubble-text-columns ul,.mod_article .snv-link-box .link-box .text ul,.mod_article .faq-answers ul,.layout_full .ce_text ul,.layout_full .snv-focus-vorteile ul,.layout_full .snv-bubble-text-columns ul,.layout_full .snv-link-box .link-box .text ul,.layout_full .faq-answers ul{margin-top:10px;list-style-position:outside;padding-left:1.5rem}.mod_article .ce_text ul li,.mod_article .snv-focus-vorteile ul li,.mod_article .snv-bubble-text-columns ul li,.mod_article .snv-link-box .link-box .text ul li,.mod_article .faq-answers ul li,.layout_full .ce_text ul li,.layout_full .snv-focus-vorteile ul li,.layout_full .snv-bubble-text-columns ul li,.layout_full .snv-link-box .link-box .text ul li,.layout_full .faq-answers ul li{margin-bottom:1rem;margin-left:1.5rem;position:relative}.mod_article .ce_text ul li:after,.mod_article .snv-focus-vorteile ul li:after,.mod_article .snv-bubble-text-columns ul li:after,.mod_article .snv-link-box .link-box .text ul li:after,.mod_article .faq-answers ul li:after,.layout_full .ce_text ul li:after,.layout_full .snv-focus-vorteile ul li:after,.layout_full .snv-bubble-text-columns ul li:after,.layout_full .snv-link-box .link-box .text ul li:after,.layout_full .faq-answers ul li:after{content:" ";position:absolute;left:-1.5rem;width:0.5rem;height:0.5rem;top:1.15rem;background-color:#ee7900;border-radius:50%}.mod_article .ce_text ol,.mod_article .snv-focus-vorteile ol,.mod_article .snv-bubble-text-columns ol,.mod_article .snv-link-box .link-box .text ol,.mod_article .faq-answers ol,.layout_full .ce_text ol,.layout_full .snv-focus-vorteile ol,.layout_full .snv-bubble-text-columns ol,.layout_full .snv-link-box .link-box .text ol,.layout_full .faq-answers ol{position:relative;padding-left:1rem;counter-reset:item}.mod_article .ce_text ol>li,.mod_article .snv-focus-vorteile ol>li,.mod_article .snv-bubble-text-columns ol>li,.mod_article .snv-link-box .link-box .text ol>li,.mod_article .faq-answers ol>li,.layout_full .ce_text ol>li,.layout_full .snv-focus-vorteile ol>li,.layout_full .snv-bubble-text-columns ol>li,.layout_full .snv-link-box .link-box .text ol>li,.layout_full .faq-answers ol>li{display:block;margin-bottom:2rem;margin-left:1.5rem;position:relative}.mod_article .ce_text ol>li:before,.mod_article .snv-focus-vorteile ol>li:before,.mod_article .snv-bubble-text-columns ol>li:before,.mod_article .snv-link-box .link-box .text ol>li:before,.mod_article .faq-answers ol>li:before,.layout_full .ce_text ol>li:before,.layout_full .snv-focus-vorteile ol>li:before,.layout_full .snv-bubble-text-columns ol>li:before,.layout_full .snv-link-box .link-box .text ol>li:before,.layout_full .faq-answers ol>li:before{content:counters(item, ".") ".";counter-increment:item;position:absolute;left:-8px;-webkit-transform:translateX(-100%);transform:translateX(-100%);font-weight:bold}.mod_article .ce_text ol>li ol>li,.mod_article .snv-focus-vorteile ol>li ol>li,.mod_article .snv-bubble-text-columns ol>li ol>li,.mod_article .snv-link-box .link-box .text ol>li ol>li,.mod_article .faq-answers ol>li ol>li,.layout_full .ce_text ol>li ol>li,.layout_full .snv-focus-vorteile ol>li ol>li,.layout_full .snv-bubble-text-columns ol>li ol>li,.layout_full .snv-link-box .link-box .text ol>li ol>li,.layout_full .faq-answers ol>li ol>li{display:block;margin-left:2.5rem}.mod_article .ce_text ol>li ol>li:before,.mod_article .snv-focus-vorteile ol>li ol>li:before,.mod_article .snv-bubble-text-columns ol>li ol>li:before,.mod_article .snv-link-box .link-box .text ol>li ol>li:before,.mod_article .faq-answers ol>li ol>li:before,.layout_full .ce_text ol>li ol>li:before,.layout_full .snv-focus-vorteile ol>li ol>li:before,.layout_full .snv-bubble-text-columns ol>li ol>li:before,.layout_full .snv-link-box .link-box .text ol>li ol>li:before,.layout_full .faq-answers ol>li ol>li:before{font-weight:normal}.mod_article .ce_text,.layout_full .ce_text{font-size:1.705rem;font-weight:400}.mod_article .ce_text p:not(:last-child),.layout_full .ce_text p:not(:last-child){margin-bottom:2.5rem}.mod_article .ce_text a,.mod_article .text-wrapper a,.layout_full .ce_text a,.layout_full .text-wrapper a{color:#736858;text-decoration:none;cursor:pointer}.mod_article .ce_text a:hover,.mod_article .text-wrapper a:hover,.layout_full .ce_text a:hover,.layout_full .text-wrapper a:hover{color:#ee7900}.mod_testimonials_listing .slick-track{padding-top:4rem}.ce_headline{max-width:100%;overflow:hidden}.ce_hyperlink a.no-animation,.link-wrapper a.no-animation,.ce_downloads a.no-animation,.ce_download a.no-animation,.snv-job-liste a.no-animation,.awsm-timeline-content a.no-animation{color:#494949}.ce_hyperlink a:not(.no-animation),.link-wrapper a:not(.no-animation),.ce_downloads a:not(.no-animation),.ce_download a:not(.no-animation),.snv-job-liste a:not(.no-animation),.awsm-timeline-content a:not(.no-animation){text-transform:uppercase;font-size:1.43rem;color:#494949;font-weight:500;letter-spacing:1px;position:relative;display:inline-block;max-width:calc(100% - 4rem);padding-left:3.5rem;line-height:2}.ce_hyperlink a:not(.no-animation):after,.link-wrapper a:not(.no-animation):after,.ce_downloads a:not(.no-animation):after,.ce_download a:not(.no-animation):after,.snv-job-liste a:not(.no-animation):after,.awsm-timeline-content a:not(.no-animation):after{content:" ";position:absolute;right:-3.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2.5rem;height:1.5rem;background-image:url("../../files/template/img/icons/Ic_Internlink.svg");background-repeat:no-repeat;background-size:contain;background-position:center;-webkit-transition:right 0.2s ease-in-out;transition:right 0.2s ease-in-out}.ce_hyperlink a:not(.no-animation):hover:after,.link-wrapper a:not(.no-animation):hover:after,.ce_downloads a:not(.no-animation):hover:after,.ce_download a:not(.no-animation):hover:after,.snv-job-liste a:not(.no-animation):hover:after,.awsm-timeline-content a:not(.no-animation):hover:after{-webkit-transition:right 0.2s ease-in-out;transition:right 0.2s ease-in-out;right:-4rem}.ce_hyperlink a:not(.no-animation):before,.link-wrapper a:not(.no-animation):before,.ce_downloads a:not(.no-animation):before,.ce_download a:not(.no-animation):before,.snv-job-liste a:not(.no-animation):before,.awsm-timeline-content a:not(.no-animation):before{content:" ";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2.5rem;height:2rem;background-image:url("../../files/template/img/icons/Ic_Sitelink.svg");background-repeat:no-repeat;background-size:20px 20px;background-position:center;-webkit-transition:right 0.2s ease-in-out;transition:right 0.2s ease-in-out}.ce_hyperlink a:not(.no-animation)[href^="http"],.link-wrapper a:not(.no-animation)[href^="http"],.ce_downloads a:not(.no-animation)[href^="http"],.ce_download a:not(.no-animation)[href^="http"],.snv-job-liste a:not(.no-animation)[href^="http"],.awsm-timeline-content a:not(.no-animation)[href^="http"]{padding-left:3rem}.ce_hyperlink a:not(.no-animation)[href^="http"]:before,.link-wrapper a:not(.no-animation)[href^="http"]:before,.ce_downloads a:not(.no-animation)[href^="http"]:before,.ce_download a:not(.no-animation)[href^="http"]:before,.snv-job-liste a:not(.no-animation)[href^="http"]:before,.awsm-timeline-content a:not(.no-animation)[href^="http"]:before{background-image:url("../../files/template/img/icons/Ic_Globe.svg")}.ce_hyperlink a:not(.no-animation)[href$=".pdf"],.link-wrapper a:not(.no-animation)[href$=".pdf"],.ce_downloads a:not(.no-animation)[href$=".pdf"],.ce_download a:not(.no-animation)[href$=".pdf"],.snv-job-liste a:not(.no-animation)[href$=".pdf"],.awsm-timeline-content a:not(.no-animation)[href$=".pdf"]{padding-left:3rem}.ce_hyperlink a:not(.no-animation)[href$=".pdf"]:before,.link-wrapper a:not(.no-animation)[href$=".pdf"]:before,.ce_downloads a:not(.no-animation)[href$=".pdf"]:before,.ce_download a:not(.no-animation)[href$=".pdf"]:before,.snv-job-liste a:not(.no-animation)[href$=".pdf"]:before,.awsm-timeline-content a:not(.no-animation)[href$=".pdf"]:before{background-image:url("../../files/template/img/icons/Ic_PDFlink.svg")}#social-area .ce_hyperlink a:not(.no-animation)[href$=".pdf"]:before,.snv-steps .ce_hyperlink a:not(.no-animation)[href$=".pdf"]:before,#social-area .link-wrapper a:not(.no-animation)[href$=".pdf"]:before,.snv-steps .link-wrapper a:not(.no-animation)[href$=".pdf"]:before,#social-area .ce_downloads a:not(.no-animation)[href$=".pdf"]:before,.snv-steps .ce_downloads a:not(.no-animation)[href$=".pdf"]:before,#social-area .ce_download a:not(.no-animation)[href$=".pdf"]:before,.snv-steps .ce_download a:not(.no-animation)[href$=".pdf"]:before,#social-area .snv-job-liste a:not(.no-animation)[href$=".pdf"]:before,.snv-steps .snv-job-liste a:not(.no-animation)[href$=".pdf"]:before,#social-area .awsm-timeline-content a:not(.no-animation)[href$=".pdf"]:before,.snv-steps .awsm-timeline-content a:not(.no-animation)[href$=".pdf"]:before{background-image:url("../../files/template/img/icons/Ic_PDFlink_white.svg")}.ce_hyperlink a:not(.no-animation).form,.link-wrapper a:not(.no-animation).form,.ce_downloads a:not(.no-animation).form,.ce_download a:not(.no-animation).form,.snv-job-liste a:not(.no-animation).form,.awsm-timeline-content a:not(.no-animation).form{padding-left:3rem}.ce_hyperlink a:not(.no-animation).form:before,.link-wrapper a:not(.no-animation).form:before,.ce_downloads a:not(.no-animation).form:before,.ce_download a:not(.no-animation).form:before,.snv-job-liste a:not(.no-animation).form:before,.awsm-timeline-content a:not(.no-animation).form:before{background-image:url("../../files/template/img/icons/Ic_Formlink.svg")}#social-area .ce_hyperlink a:not(.no-animation).form:before,.snv-steps .ce_hyperlink a:not(.no-animation).form:before,#social-area .link-wrapper a:not(.no-animation).form:before,.snv-steps .link-wrapper a:not(.no-animation).form:before,#social-area .ce_downloads a:not(.no-animation).form:before,.snv-steps .ce_downloads a:not(.no-animation).form:before,#social-area .ce_download a:not(.no-animation).form:before,.snv-steps .ce_download a:not(.no-animation).form:before,#social-area .snv-job-liste a:not(.no-animation).form:before,.snv-steps .snv-job-liste a:not(.no-animation).form:before,#social-area .awsm-timeline-content a:not(.no-animation).form:before,.snv-steps .awsm-timeline-content a:not(.no-animation).form:before{background-image:url("../../files/template/img/icons/Ic_Formlink_white.svg")}.ce_hyperlink a:not(.no-animation).no-icon:before,.link-wrapper a:not(.no-animation).no-icon:before,.ce_downloads a:not(.no-animation).no-icon:before,.ce_download a:not(.no-animation).no-icon:before,.snv-job-liste a:not(.no-animation).no-icon:before,.awsm-timeline-content a:not(.no-animation).no-icon:before{display:none}.ce_hyperlink+.ce_hyperlink{margin-top:-2rem}.ce_youtube .player-wrapper iframe{top:1px;left:1px;bottom:1px;right:1px;width:calc(100% - 2px);height:calc(100% - 2px)}.ce_youtube .player-wrapper .youtube-placeholder{position:absolute;height:100%;width:100%;z-index:1}.ce_youtube .player-wrapper .youtube-placeholder figure{display:block;width:100%;height:100%}.ce_youtube .player-wrapper .youtube-placeholder img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;background-size:cover;background-position:center;background-repeat:no-repeat}.ce_youtube .player-wrapper .youtube-placeholder .play-button{display:none}.ce_youtube .player-wrapper.ready .youtube-placeholder{cursor:pointer}.ce_youtube .player-wrapper.ready .youtube-placeholder .play-button{display:block;position:absolute;width:8rem;height:8rem;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:27.5%}.ce_youtube .player-wrapper.ready .youtube-placeholder .play-button .st2{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.ce_youtube .player-wrapper.ready .youtube-placeholder .play-button .st3{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.ce_youtube .player-wrapper.ready .youtube-placeholder:hover .play-button .st2{fill:#FFFFFF}.ce_youtube .player-wrapper.ready .youtube-placeholder:hover .play-button .st3{fill:#ee7900}.ce_youtube .player-wrapper.play .youtube-placeholder{display:none}.ce_youtube .youtube-source{margin-top:1.5rem;font-size:1.705rem;font-weight:400;color:#736858}.ce_form{background-color:rgba(115, 104, 88, 0.1);padding:2rem 4rem 5rem 4rem}.ce_form select{margin:0px}.ce_form .widget-radio legend,.ce_form .widget-checkbox legend{flex:0 0 auto;width:160px;margin-right:2.5rem;font-weight:600;font-size:1.705rem}@media screen and (max-width:480px){.ce_form .widget-radio legend,.ce_form .widget-checkbox legend{margin-bottom:0.5rem}}.ce_form .widget-radio label:not(.button-style),.ce_form .widget-checkbox label:not(.button-style){font-weight:300}.ce_form .widget-radio .checkbox_container>*,.ce_form .widget-radio .radio_container>*,.ce_form .widget-checkbox .checkbox_container>*,.ce_form .widget-checkbox .radio_container>*{float:left}.ce_form .widget-radio .flex-wrapper,.ce_form .widget-checkbox .flex-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:flex-start}@media screen and (max-width:850px){.ce_form .widget-radio .flex-wrapper,.ce_form .widget-checkbox .flex-wrapper{flex-wrap:wrap}}@media screen and (max-width:480px){.ce_form .widget-radio .flex-wrapper,.ce_form .widget-checkbox .flex-wrapper{flex-direction:column;align-items:flex-start}}.ce_form .widget-radio .options-wrapper,.ce_form .widget-checkbox .options-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:480px){.ce_form .widget-radio .options-wrapper,.ce_form .widget-checkbox .options-wrapper{flex-direction:column;align-items:flex-start}}.ce_form .widget-radio .container,.ce_form .widget-checkbox .container{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;display:block;position:relative}.ce_form .widget-radio .container .checkmark,.ce_form .widget-checkbox .container .checkmark{position:absolute;top:0;left:0;height:2.5rem;width:2.5rem;background-color:#FFFFFF}.ce_form .widget-radio .container .checkmark:after,.ce_form .widget-checkbox .container .checkmark:after{content:"";position:absolute;display:none;left:10px;top:7px;width:0.5rem;height:1rem;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.ce_form .widget-radio .container input,.ce_form .widget-checkbox .container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.ce_form .widget-radio .container input:checked~.checkmark,.ce_form .widget-checkbox .container input:checked~.checkmark{background-color:#ee7900}.ce_form .widget-radio .container input:checked~.checkmark:after,.ce_form .widget-checkbox .container input:checked~.checkmark:after{display:block}.ce_form .widget-radio .container:hover input:not(:checked)~.checkmark,.ce_form .widget-checkbox .container:hover input:not(:checked)~.checkmark{background-color:#ccc}.ce_form .widget-radio .container:hover input~.checkmark:after,.ce_form .widget-checkbox .container:hover input~.checkmark:after{display:block}.ce_form .widget-radio .container label:not(.checkmark),.ce_form .widget-checkbox .container label:not(.checkmark){padding-left:3.5rem;display:inline-block;vertical-align:top;cursor:pointer}.mod_newsreader .layout_full .info-tag{margin-bottom:1rem}.mod_newsreader .layout_full .snv-image-slider{margin-bottom:10rem}.mod_newsreader .back{margin-top:3rem}.mod_newsreader .back a{text-transform:uppercase;color:#736858 !important;font-size:1.43rem;letter-spacing:1.5px;font-weight:500;position:relative;display:inline-block;max-width:calc(100% - 4rem)}.mod_newsreader .back a:after{content:" ";position:absolute;right:-3.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2.5rem;height:1.5rem;background-image:url("../../files/template/img/icons/Ic_Internlink.svg");background-repeat:no-repeat;background-size:contain;background-position:center;-webkit-transition:right 0.2s ease-in-out;transition:right 0.2s ease-in-out}.mod_newsreader .back:hover a:after{-webkit-transition:right 0.2s ease-in-out;transition:right 0.2s ease-in-out;right:-4rem}.mod_newslist.overview .filter-button-group,.mod_eventlist.overview .filter-button-group,.mod_committee_listing .filter-button-group,.mod_glossar_listing .filter-button-group{margin-bottom:3rem}.mod_newslist.overview .filter-button-group button,.mod_eventlist.overview .filter-button-group button,.mod_committee_listing .filter-button-group button,.mod_glossar_listing .filter-button-group button{margin-bottom:0.4rem}.mod_newslist.overview .filter-button-group button[data-filter="*"],.mod_eventlist.overview .filter-button-group button[data-filter="*"],.mod_committee_listing .filter-button-group button[data-filter="*"],.mod_glossar_listing .filter-button-group button[data-filter="*"]{display:block}.mod_newslist.overview .filter-button-group .button.is-checked,.mod_newslist.overview .filter-button-group .button.is-selected,.mod_eventlist.overview .filter-button-group .button.is-checked,.mod_eventlist.overview .filter-button-group .button.is-selected,.mod_committee_listing .filter-button-group .button.is-checked,.mod_committee_listing .filter-button-group .button.is-selected,.mod_glossar_listing .filter-button-group .button.is-checked,.mod_glossar_listing .filter-button-group .button.is-selected{background-color:#494949;color:#FFFFFF}.mod_newslist.overview-stories .box-slider .box-slider-child{padding:0px}.mod_newslist.overview-stories .box-slider .box-slider-child h5.headline{margin-bottom:1rem}.mod_newslist.overview-stories .box-slider .box-slider-child .teaser{line-height:1.4}.mod_newslist.overview-stories .box-slider .box-slider-child.featured{background-color:#ee7900}.mod_newslist.overview-stories .box-slider .box-slider-child.featured h5.headline,.mod_newslist.overview-stories .box-slider .box-slider-child.featured .teaser,.mod_newslist.overview-stories .box-slider .box-slider-child.featured .more span,.mod_newslist.overview-stories .box-slider .box-slider-child.featured .info-tag{color:#FFFFFF !important}.mod_newslist.overview-stories .box-slider .box-slider-child.featured .more span:after{background-image:url(../../files/template/img/icons/Ic_Internlink_white.svg) !important}.mod_newslist.overview-stories .content-wrapper{padding:2rem 3rem}.isotope-container .isotope-item{width:calc(50% - 0.75rem);float:left;height:auto;margin-bottom:0.75rem}.isotope-container.news{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.isotope-container.news .isotope-item{margin-bottom:0.75rem;width:calc(50% - 1.5rem)}.isotope-container.committee .isotope-item,.isotope-container.events .isotope-item,.isotope-container.glossar .isotope-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 2rem;float:none;padding:0.5rem 1rem;margin-bottom:1px;border-bottom:1px #736858 solid;font-size:1.815rem;position:relative;margin-left:0px;margin-right:0px}.isotope-container.committee .isotope-item .supportor,.isotope-container.events .isotope-item .supportor,.isotope-container.glossar .isotope-item .supportor{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:150px;font-weight:400;color:#ee7900}.isotope-container.committee .isotope-item .word,.isotope-container.events .isotope-item .word,.isotope-container.glossar .isotope-item .word{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:150px;font-weight:400;color:#ee7900}.isotope-container.committee .isotope-item .nknumber,.isotope-container.events .isotope-item .nknumber,.isotope-container.glossar .isotope-item .nknumber{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:12.5rem;font-weight:400;color:#ee7900}.isotope-container.committee .isotope-item .title,.isotope-container.events .isotope-item .title,.isotope-container.glossar .isotope-item .title{font-size:1.815rem !important;color:#494949;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.isotope-container.committee .isotope-item .time.info,.isotope-container.events .isotope-item .time.info,.isotope-container.glossar .isotope-item .time.info{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;color:#ee7900;font-size:1.705rem}.isotope-container.committee .isotope-item .time.info:after,.isotope-container.events .isotope-item .time.info:after,.isotope-container.glossar .isotope-item .time.info:after{content:" // ";padding:0 5px;display:inline-block;color:#494949}.isotope-container.committee .isotope-item .location,.isotope-container.events .isotope-item .location,.isotope-container.glossar .isotope-item .location{font-size:1.705rem}.isotope-container.committee .isotope-item .language,.isotope-container.events .isotope-item .language,.isotope-container.glossar .isotope-item .language{font-size:1.705rem}.isotope-container.committee .isotope-item .supportor,.isotope-container.committee .isotope-item .nknumber,.isotope-container.committee .isotope-item .title,.isotope-container.events .isotope-item .supportor,.isotope-container.events .isotope-item .nknumber,.isotope-container.events .isotope-item .title,.isotope-container.glossar .isotope-item .supportor,.isotope-container.glossar .isotope-item .nknumber,.isotope-container.glossar .isotope-item .title{position:relative}.isotope-container.committee .isotope-item .keywords,.isotope-container.events .isotope-item .keywords,.isotope-container.glossar .isotope-item .keywords{display:none !important}.isotope-container.committee .isotope-item a.overlay,.isotope-container.events .isotope-item a.overlay,.isotope-container.glossar .isotope-item a.overlay{position:absolute;top:0px;left:0px;right:0px;bottom:0px}.isotope-container.committee .isotope-item a.overlay:hover,.isotope-container.events .isotope-item a.overlay:hover,.isotope-container.glossar .isotope-item a.overlay:hover{cursor:pointer}.isotope-container.committee .isotope-item:not(.table-title) .nknumber:before,.isotope-container.events .isotope-item:not(.table-title) .nknumber:before,.isotope-container.glossar .isotope-item:not(.table-title) .nknumber:before{content:attr(data-before);padding-right:1rem}.isotope-container.committee .isotope-item:not(.table-title).hover-extra,.isotope-container.events .isotope-item:not(.table-title).hover-extra,.isotope-container.glossar .isotope-item:not(.table-title).hover-extra{background-color:rgba(238, 121, 0, 0.2)}.isotope-container.committee .isotope-item:not(.table-title):hover,.isotope-container.events .isotope-item:not(.table-title):hover,.isotope-container.glossar .isotope-item:not(.table-title):hover{background-color:rgba(115, 104, 88, 0.1)}.isotope-container.committee .isotope-item.table-title .supportor,.isotope-container.committee .isotope-item.table-title .nknumber,.isotope-container.committee .isotope-item.table-title .title,.isotope-container.committee .isotope-item.table-title .explanation,.isotope-container.committee .isotope-item.table-title .word,.isotope-container.events .isotope-item.table-title .supportor,.isotope-container.events .isotope-item.table-title .nknumber,.isotope-container.events .isotope-item.table-title .title,.isotope-container.events .isotope-item.table-title .explanation,.isotope-container.events .isotope-item.table-title .word,.isotope-container.glossar .isotope-item.table-title .supportor,.isotope-container.glossar .isotope-item.table-title .nknumber,.isotope-container.glossar .isotope-item.table-title .title,.isotope-container.glossar .isotope-item.table-title .explanation,.isotope-container.glossar .isotope-item.table-title .word{color:#494949;font-weight:500}.isotope-container.committee .isotope-item.table-title .supportor:after,.isotope-container.committee .isotope-item.table-title .nknumber:after,.isotope-container.committee .isotope-item.table-title .title:after,.isotope-container.committee .isotope-item.table-title .explanation:after,.isotope-container.committee .isotope-item.table-title .word:after,.isotope-container.events .isotope-item.table-title .supportor:after,.isotope-container.events .isotope-item.table-title .nknumber:after,.isotope-container.events .isotope-item.table-title .title:after,.isotope-container.events .isotope-item.table-title .explanation:after,.isotope-container.events .isotope-item.table-title .word:after,.isotope-container.glossar .isotope-item.table-title .supportor:after,.isotope-container.glossar .isotope-item.table-title .nknumber:after,.isotope-container.glossar .isotope-item.table-title .title:after,.isotope-container.glossar .isotope-item.table-title .explanation:after,.isotope-container.glossar .isotope-item.table-title .word:after{display:inline-block;content:"«";color:#ee7900;margin-bottom:0px !important;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;width:30px;text-align:center;height:32px;opacity:0}.isotope-container.committee .isotope-item.table-title .supportor.sorted-desc:after,.isotope-container.committee .isotope-item.table-title .nknumber.sorted-desc:after,.isotope-container.committee .isotope-item.table-title .title.sorted-desc:after,.isotope-container.committee .isotope-item.table-title .explanation.sorted-desc:after,.isotope-container.committee .isotope-item.table-title .word.sorted-desc:after,.isotope-container.events .isotope-item.table-title .supportor.sorted-desc:after,.isotope-container.events .isotope-item.table-title .nknumber.sorted-desc:after,.isotope-container.events .isotope-item.table-title .title.sorted-desc:after,.isotope-container.events .isotope-item.table-title .explanation.sorted-desc:after,.isotope-container.events .isotope-item.table-title .word.sorted-desc:after,.isotope-container.glossar .isotope-item.table-title .supportor.sorted-desc:after,.isotope-container.glossar .isotope-item.table-title .nknumber.sorted-desc:after,.isotope-container.glossar .isotope-item.table-title .title.sorted-desc:after,.isotope-container.glossar .isotope-item.table-title .explanation.sorted-desc:after,.isotope-container.glossar .isotope-item.table-title .word.sorted-desc:after{opacity:1;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.isotope-container.committee .isotope-item.table-title .supportor.sorted-asc:after,.isotope-container.committee .isotope-item.table-title .nknumber.sorted-asc:after,.isotope-container.committee .isotope-item.table-title .title.sorted-asc:after,.isotope-container.committee .isotope-item.table-title .explanation.sorted-asc:after,.isotope-container.committee .isotope-item.table-title .word.sorted-asc:after,.isotope-container.events .isotope-item.table-title .supportor.sorted-asc:after,.isotope-container.events .isotope-item.table-title .nknumber.sorted-asc:after,.isotope-container.events .isotope-item.table-title .title.sorted-asc:after,.isotope-container.events .isotope-item.table-title .explanation.sorted-asc:after,.isotope-container.events .isotope-item.table-title .word.sorted-asc:after,.isotope-container.glossar .isotope-item.table-title .supportor.sorted-asc:after,.isotope-container.glossar .isotope-item.table-title .nknumber.sorted-asc:after,.isotope-container.glossar .isotope-item.table-title .title.sorted-asc:after,.isotope-container.glossar .isotope-item.table-title .explanation.sorted-asc:after,.isotope-container.glossar .isotope-item.table-title .word.sorted-asc:after{opacity:1;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.isotope-container.committee .isotope-item.table-title .supportor:hover,.isotope-container.committee .isotope-item.table-title .nknumber:hover,.isotope-container.committee .isotope-item.table-title .title:hover,.isotope-container.committee .isotope-item.table-title .explanation:hover,.isotope-container.committee .isotope-item.table-title .word:hover,.isotope-container.events .isotope-item.table-title .supportor:hover,.isotope-container.events .isotope-item.table-title .nknumber:hover,.isotope-container.events .isotope-item.table-title .title:hover,.isotope-container.events .isotope-item.table-title .explanation:hover,.isotope-container.events .isotope-item.table-title .word:hover,.isotope-container.glossar .isotope-item.table-title .supportor:hover,.isotope-container.glossar .isotope-item.table-title .nknumber:hover,.isotope-container.glossar .isotope-item.table-title .title:hover,.isotope-container.glossar .isotope-item.table-title .explanation:hover,.isotope-container.glossar .isotope-item.table-title .word:hover{cursor:pointer}.isotope-container.committee .isotope-item.committee,.isotope-container.events .isotope-item.committee,.isotope-container.glossar .isotope-item.committee{margin-bottom:1px}.isotope-container.committee .isotope-item.hover-extra,.isotope-container.events .isotope-item.hover-extra,.isotope-container.glossar .isotope-item.hover-extra{margin-top:-1px}.isotope-container.committee p,.isotope-container.committee .explanation,.isotope-container.events p,.isotope-container.events .explanation,.isotope-container.glossar p,.isotope-container.glossar .explanation{margin-bottom:0px}.isotope-container.events .isotope-item{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-right:5rem;background-image:url("../../files/template/img/icons/Ic_Globe.svg");background-repeat:no-repeat;background-size:20px 20px;background-position:calc(100% - 2rem) center}.isotope-container.events .isotope-item .title{width:100%;font-weight:400}.mod_committee_reader a{color:#736858}.mod_committee_reader h1{margin-bottom:4rem}.snv-slide .banner-wrapper{z-index:8}#slider-area .snv-stoerer,#container .snv-stoerer{position:absolute;top:8rem;left:0px;width:100%;z-index:8}#slider-area .snv-stoerer .inside,#container .snv-stoerer .inside{max-width:1600px;margin:0 auto;height:100%;padding:0rem 1.5rem}#slider-area .snv-stoerer .inside .stoerer-content,#container .snv-stoerer .inside .stoerer-content{width:23rem;height:23rem;border-radius:50%;background:#ee7900;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3rem;text-align:center;-webkit-transform:rotate(-7deg) scale(1);transform:rotate(-7deg) scale(1);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;box-shadow:0 3px 6px rgba(0, 0, 0, 0), 0 3px 6px rgba(0, 0, 0, 0);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#slider-area .snv-stoerer .inside .stoerer-content>*,#container .snv-stoerer .inside .stoerer-content>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%}#slider-area .snv-stoerer .inside .stoerer-content:before,#container .snv-stoerer .inside .stoerer-content:before{content:"";display:block;width:60%;border-bottom:3px white solid;margin-bottom:10px;-webkit-backface-visibility:visible}#slider-area .snv-stoerer .inside .stoerer-content:after,#container .snv-stoerer .inside .stoerer-content:after{content:"";display:block;width:70%;border-bottom:3px white solid;margin-top:10px;-webkit-backface-visibility:visible}#slider-area .snv-stoerer .inside .stoerer-content p,#container .snv-stoerer .inside .stoerer-content p{color:#FFFFFF;margin-bottom:0px;font-weight:400;line-height:1.35;padding:1rem 0rem;-webkit-backface-visibility:visible;font-size:18px}body.ie #slider-area .snv-stoerer .inside .stoerer-content p,body.ie #container .snv-stoerer .inside .stoerer-content p{font-size:17px}#slider-area .snv-stoerer .inside .stoerer-content a,#container .snv-stoerer .inside .stoerer-content a{position:absolute;top:0px;right:0px;bottom:0px;left:0px;z-index:1}#slider-area .snv-stoerer .inside .stoerer-content:hover,#container .snv-stoerer .inside .stoerer-content:hover{box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);-webkit-transform:rotate(-9deg) scale(1.1);transform:rotate(-9deg) scale(1.1)}@media screen and (max-width:450px),screen and (max-height:850px){#slider-area,#container{max-height:none !important}#slider-area .inside .mod_article,#container .inside .mod_article{height:auto !important}#slider-area .inside .mod_article .snv-slide .image_container,#container .inside .mod_article .snv-slide .image_container{height:55vh !important}#slider-area .snv-stoerer,#container .snv-stoerer{position:relative;top:0rem}#slider-area .snv-stoerer .inside .stoerer-content,#container .snv-stoerer .inside .stoerer-content{max-width:55rem;margin:0 auto;border-radius:0px;transform:none !important;width:100%;height:auto;padding:2.5rem}#slider-area .snv-stoerer .inside .stoerer-content p,#container .snv-stoerer .inside .stoerer-content p{-webkit-backface-visibility:visible}#slider-area .snv-stoerer .inside .stoerer-content:before,#slider-area .snv-stoerer .inside .stoerer-content:after,#container .snv-stoerer .inside .stoerer-content:before,#container .snv-stoerer .inside .stoerer-content:after{width:9rem;border-bottom:2px #FFFFFF solid}}.mod_sitemap:not(:last-child){border-bottom:2px solid rgba(115, 104, 88, 0.1);margin-bottom:2rem}ul.sitemap li a:not(.h5),ul.sitemap li a:not(.h5)>span:not(.h5){font-size:1.705rem;color:#000000;font-weight:400;line-height:1.4;display:block}ul.sitemap li a:not(.h5):hover,ul.sitemap li a:not(.h5)>span:not(.h5):hover{color:#ee7900}ul.sitemap.level_1>li:not(:last-child){border-bottom:2px solid rgba(115, 104, 88, 0.1);margin-bottom:2rem}ul.sitemap.level_1>li>span,ul.sitemap.level_1>li>a>span{display:block;margin-bottom:1.5rem}ul.sitemap.level_2>li{background:rgba(115, 104, 88, 0.1);padding:1rem;margin:2px;width:calc((100% / 3) - 14px)}ul.sitemap.level_2>li>a:not(.h5),ul.sitemap.level_2>li>a>span:not(.h5){font-weight:500}ul.sitemap.level_3{margin-bottom:0px;margin-left:1.5rem;margin-top:0.3rem}ul.sitemap.level_4{margin-bottom:0px}.no-results{display:none}.no-results.show{display:block}.dropdowns{margin-top:4rem}.dropdowns select{margin-left:0px;padding-right:4rem !important;min-height:40px;-moz-appearance:window;-webkit-appearance:none}.filter-search-input input{min-width:485px;color:#494949}.filter-search-input input::-webkit-input-placeholder{color:#494949;opacity:1}.filter-search-input input::-moz-placeholder{color:#494949;opacity:1}.filter-search-input input:-ms-input-placeholder{color:#494949;opacity:1}.filter-search-input input::placeholder{color:#494949;opacity:1}.filter-search-input input:-ms-input-placeholder{color:#494949}.filter-search-input input::-ms-input-placeholder{color:#494949}.box-slider:not(.isotope-container){width:calc(100% + 1.5rem);margin-left:-0.75rem}.box-slider:not(.isotope-container) .box-slider-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.box-slider:not(.isotope-container) .box-slider-child:not(.isotope-item){min-height:24rem}.box-slider:not(.isotope-container) .box-slider-child>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.box-slider:not(.isotope-container) .box-slider-child h5.headline:not(.no-strech){-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.box-slider:not(.isotope-container):not(.slick-initialized){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.box-slider:not(.isotope-container):not(.slick-initialized) .box-slider-child{-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%;margin-bottom:1rem}.box-slider .box-slider-child{margin:0 0.75rem;padding:2rem 3rem;background-color:#FFFFFF;position:relative}.box-slider .box-slider-child .person-image{position:absolute;top:-4rem;right:1rem}.box-slider .box-slider-child .person-image img{border-radius:50%}.box-slider .box-slider-child .person-details{color:#494949 !important;font-size:1.54rem;font-weight:300}.box-slider .box-slider-child h5.headline.no-strech{margin-bottom:1rem}.box-slider .box-slider-child h5.headline{color:#736858 !important}.box-slider .box-slider-child .more span{text-transform:uppercase;color:#736858 !important;font-size:1.43rem;letter-spacing:1.5px;font-weight:500;position:relative;display:inline-block;max-width:calc(100% - 4rem)}.box-slider .box-slider-child .more span:after{content:" ";position:absolute;right:-3.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2.5rem;height:1.5rem;background-image:url("../../files/template/img/icons/Ic_Internlink.svg");background-repeat:no-repeat;background-size:contain;background-position:center;-webkit-transition:right 0.2s ease-in-out;transition:right 0.2s ease-in-out}.box-slider .box-slider-child .news-link{position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:1}.box-slider .box-slider-child.image-slide{padding:0px}.box-slider .box-slider-child:hover .more span:after{-webkit-transition:right 0.2s ease-in-out;transition:right 0.2s ease-in-out;right:-4rem}.snv-logo-slider .logo-slide-content{margin:0 0.75rem}.snv-logo-slider .logo-slide-content figure{padding:1.5rem;margin-bottom:1.5rem;background-color:#FFFFFF}.snv-logo-slider:not(.slick-initialized){display:flex;flex-wrap:wrap}.snv-logo-slider:not(.slick-initialized) .logo-slide-content{margin-bottom:1.5rem;width:calc(20% - 1.5rem);flex:0 0 auto}.back-to-top{text-align:center;position:static;bottom:-9rem;left:0px;width:100%;z-index:5;-webkit-transition:all ease-in-out 0.9s;transition:all ease-in-out 0.9s}.back-to-top.sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky;bottom:0px;-webkit-transition:all ease-in-out 0.7s;transition:all ease-in-out 0.7s}.back-to-top span{background-color:#333333;color:#FFFFFF;padding:2rem 20rem;font-size:1.43rem;display:inline-block;cursor:pointer;text-transform:uppercase;letter-spacing:1px;-webkit-transition:all ease-in-out 0.1s;transition:all ease-in-out 0.1s;border:1px #333333 solid;-webkit-transform:translateY(1px);transform:translateY(1px)}.back-to-top span:hover{-webkit-transition:all ease-in-out 0.1s;transition:all ease-in-out 0.1s;background-color:#1a1a1a;color:#ee7900;border:1px #1a1a1a solid}.ce_rsce_leadtext p{font-weight:300;font-size:2.42rem;color:#736858;line-height:1.4}.snv-pdf-preview figure{padding-top:140%}.snv-pdf-preview--format-portrait figure{padding-top:140%}.snv-pdf-preview--format-landscape figure{padding-top:57%}.snv-pdf-preview .preview-image{position:relative;margin-bottom:4rem}.snv-pdf-preview .preview-image figure{position:relative}.snv-pdf-preview .preview-image img{position:absolute;top:0px;right:0px;width:100%;height:100%;object-fit:contain;background-size:cover;transform:scale(0.95);transition:all 0.25s ease-in-out;-webkit-filter:grayscale(100%);filter:grayscale(100%);box-shadow:0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);background-color:rgba(0, 0, 0, 0.15);border:1px solid rgba(0, 0, 0, 0.15)}.snv-pdf-preview .preview-image:hover img{transform:scale(1);-webkit-filter:grayscale(0%);filter:grayscale(0%);box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}.snv-pdf-preview .preview-image .title{margin-top:2rem;width:100%;text-align:center;font-size:1.7rem;max-width:100%;word-break:break-word;line-height:1.4}@media screen and (max-width:500px){.snv-pdf-preview .preview-image .title{font-size:1.5rem}}.youtube-video-container{display:block;width:160rem;max-width:100%;background-color:black !important}.youtube-video-container .youtube-video-player{background-color:black !important}.youtube-video-container iframe{width:100%;height:100%;max-width:100%;max-height:100%}.snv-focus-beispielnormen .beispielnorm,.snv-focus-beispielnormen-boxen .beispielnorm{position:relative;background-size:cover;background-repeat:no-repeat;padding:0px;overflow:hidden}.snv-focus-beispielnormen .beispielnorm .image_container,.snv-focus-beispielnormen-boxen .beispielnorm .image_container{position:absolute;top:0;left:0;width:100%;height:100%}.snv-focus-beispielnormen .beispielnorm .image_container picture,.snv-focus-beispielnormen-boxen .beispielnorm .image_container picture{width:100%;height:100%}.snv-focus-beispielnormen .beispielnorm .image_container img,.snv-focus-beispielnormen-boxen .beispielnorm .image_container img{width:100%;height:100%;object-fit:cover}.snv-focus-beispielnormen .beispielnorm .title,.snv-focus-beispielnormen-boxen .beispielnorm .title{display:inline-block;position:absolute;z-index:2;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.snv-focus-beispielnormen .beispielnorm .text-wrapper,.snv-focus-beispielnormen-boxen .beispielnorm .text-wrapper{padding:2rem 3rem;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform 0.7s ease-in-out;transition:-webkit-transform 0.7s ease-in-out;transition:transform 0.7s ease-in-out;transition:transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;background-color:#736858;color:#FFFFFF;position:relative;z-index:2;height:100%}.snv-focus-beispielnormen .beispielnorm .text-wrapper .subtitle,.snv-focus-beispielnormen-boxen .beispielnorm .text-wrapper .subtitle{font-weight:500;margin-bottom:0.5rem}.snv-focus-beispielnormen .beispielnorm .text-wrapper .text,.snv-focus-beispielnormen-boxen .beispielnorm .text-wrapper .text{font-size:2.42rem;line-height:1.4}.snv-focus-beispielnormen .beispielnorm .text-wrapper .text a,.snv-focus-beispielnormen-boxen .beispielnorm .text-wrapper .text a{color:#ee7900}.snv-focus-beispielnormen .beispielnorm .text-wrapper .text a:hover,.snv-focus-beispielnormen-boxen .beispielnorm .text-wrapper .text a:hover{color:#FFFFFF;text-decoration:underline}.snv-focus-beispielnormen .beispielnorm .text-wrapper.title-only,.snv-focus-beispielnormen-boxen .beispielnorm .text-wrapper.title-only{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;text-align:center}.snv-focus-beispielnormen .beispielnorm .play-button,.snv-focus-beispielnormen-boxen .beispielnorm .play-button{background-image:url("../../files/template/img/icons/Ic_Play-button_invert.svg");background-size:contain;background-position:center;background-repeat:no-repeat;width:5rem;height:5rem;position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%, -50%) scale(1);transition:transform 0.3s ease-in-out}.snv-focus-beispielnormen .beispielnorm .youtube-video-container,.snv-focus-beispielnormen-boxen .beispielnorm .youtube-video-container{display:none}.snv-focus-beispielnormen .beispielnorm:after,.snv-focus-beispielnormen-boxen .beispielnorm:after{content:" ";position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;opacity:0;background-color:#ee7900;-webkit-transition:opacity 0.6s ease-in-out;transition:opacity 0.6s ease-in-out}.snv-focus-beispielnormen .beispielnorm:hover .text-wrapper,.snv-focus-beispielnormen .beispielnorm.active .text-wrapper,.snv-focus-beispielnormen-boxen .beispielnorm:hover .text-wrapper,.snv-focus-beispielnormen-boxen .beispielnorm.active .text-wrapper{-webkit-transform:translateY(0%);transform:translateY(0%);-webkit-transition:-webkit-transform 0.7s ease-in-out;transition:-webkit-transform 0.7s ease-in-out;transition:transform 0.7s ease-in-out;transition:transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out}.snv-focus-beispielnormen .beispielnorm:hover:after,.snv-focus-beispielnormen .beispielnorm.active:after,.snv-focus-beispielnormen-boxen .beispielnorm:hover:after,.snv-focus-beispielnormen-boxen .beispielnorm.active:after{opacity:1;-webkit-transition:opacity 0.6s ease-in-out;transition:opacity 0.6s ease-in-out}.snv-focus-beispielnormen .beispielnorm:hover .play-button,.snv-focus-beispielnormen .beispielnorm.active .play-button,.snv-focus-beispielnormen-boxen .beispielnorm:hover .play-button,.snv-focus-beispielnormen-boxen .beispielnorm.active .play-button{transform:translate(-50%, -50%) scale(1.3)}.snv-focus-beispielnormen-boxen .masonry-item-image{margin-bottom:1.5rem;opacity:0;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform:translateY(5rem);transform:translateY(5rem)}body.firefox .snv-focus-beispielnormen-boxen .masonry-item-image{opacity:1}.snv-focus-beispielnormen-boxen .masonry-item-image.loaded{opacity:1;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform:translateY(0rem) scale(1);transform:translateY(0rem) scale(1)}.snv-focus-beispielnormen-boxen .masonry-item-image img{width:100%}.snv-focus-beispielnormen-boxen .masonry-item-image .text-wrapper{position:absolute;top:0px;width:100%;min-height:100%;height:auto}.snv-focus-beispielnormen-boxen .masonry-item-image .text-wrapper .text{font-size:2rem}.snv-focus-beispielnormen-boxen .masonry-item-image.object-fit img{background-size:cover;height:100%;object-fit:cover}.snv-focus-beispielnormen-boxen.image-columns-2 .masonry-item-image{width:calc(50% - 0.75rem)}.snv-focus-beispielnormen-boxen.image-columns-2 .masonry-item-image .text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}@media screen and (max-width:570px){.snv-focus-beispielnormen-boxen.image-columns-2 .masonry-item-image{width:100%}}.snv-focus-beispielnormen-boxen.image-columns-3 .masonry-item-image{width:calc(33% - 1rem)}@media screen and (max-width:880px){.snv-focus-beispielnormen-boxen.image-columns-3 .masonry-item-image{width:calc(50% - 0.8rem)}}@media screen and (max-width:570px){.snv-focus-beispielnormen-boxen.image-columns-3 .masonry-item-image{width:100%}}.snv-focus-slider-steps.slick-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.snv-focus-slider-steps.slick-slider .slide-container{border-top:5px white solid;border-bottom:5px white solid;margin-bottom:3rem;padding-bottom:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.snv-focus-slider-steps.slick-slider .slide-container>*{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;color:#ee7900}.snv-focus-slider-steps.slick-slider .slick-dots{position:static;-webkit-transform:none;transform:none;left:0px;bottom:0px}.snv-focus-slider-steps.slick-slider .slick-dots li button{background-color:#FFFFFF;color:#d7d7d7;width:5.5rem;height:5.5rem;font-size:3.5rem;line-height:1;-webkit-transition:color 0.5s ease-in-out;transition:color 0.5s ease-in-out}.snv-focus-slider-steps.slick-slider .slick-dots li.slick-active button{background-color:#FFFFFF;color:#ee7900}.snv-focus-slider-steps.slick-slider .link-wrapper{margin-top:3rem}.snv-focus-slider-steps .info-text{font-size:1.705rem;margin-bottom:4rem;font-weight:500}.snv-focus-slider-steps .text-toggler{-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out}.snv-focus-slider-steps .text-toggler .more-info{display:block}.snv-focus-slider-steps .text-toggler .less-info{display:none}.snv-focus-slider-steps .text{opacity:0;max-height:0px;height:auto;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;overflow:hidden}.snv-focus-slider-steps.text-open .text{max-height:500px;opacity:1}.snv-focus-slider-steps.text-open .text-toggler{-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out}.snv-focus-slider-steps.text-open .text-toggler .more-info{display:none}.snv-focus-slider-steps.text-open .text-toggler .less-info{display:block}.snv-bubbles-leitbild{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.snv-bubbles-leitbild .flex-child{-webkit-box-flex:0;-ms-flex:0 0 45%;flex:0 0 45%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0rem;-webkit-transition:all 0.4s ease-in-out 0s, z-index 0s ease-in-out;transition:all 0.4s ease-in-out 0s, z-index 0s ease-in-out;z-index:0;-webkit-transform:scale(1);transform:scale(1)}.snv-bubbles-leitbild .flex-child:first-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:-6rem}.snv-bubbles-leitbild .flex-child.loaded{margin-right:-5.5rem}.snv-bubbles-leitbild .flex-child.loaded:first-child{margin-bottom:-11.7rem}.snv-bubbles-leitbild .flex-child:hover{z-index:1;-webkit-transform:scale(1.05);transform:scale(1.05)}.snv-bubbles-leitbild .flex-child:hover>div[class^="bubble-"]{box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}.snv-bubbles-leitbild .title{color:#FFFFFF;margin-bottom:1.5rem;max-width:100%}.snv-bubbles-leitbild .text{color:#FFFFFF;font-size:1.815rem;max-width:100%}.snv-bubbles-leitbild .text ul{margin-top:10px;list-style-position:outside;padding-left:1.5rem}.snv-bubbles-leitbild .text ul li{margin-bottom:0.5rem;margin-left:1.5rem;position:relative}.snv-bubbles-leitbild .text ul li:after{content:" ";position:absolute;left:-1.5rem;width:0.5rem;height:0.5rem;top:1.15rem;background-color:#FFFFFF;border-radius:50%}.snv-bubbles-leitbild .bubble-inside{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:7rem}.snv-bubbles-leitbild .bubble-1,.snv-bubbles-leitbild .bubble-2,.snv-bubbles-leitbild .bubble-3{width:100%;max-width:45rem;border-radius:50%;line-height:1.4}.snv-bubbles-leitbild .bubble-wrapper{border-radius:50%}.snv-bubbles-leitbild .bubble-1 .bubble-wrapper{background-color:#ee7900;text-align:center}.snv-bubbles-leitbild .bubble-2 .bubble-wrapper{background-color:rgba(0, 0, 0, 0.7);text-align:center}.snv-bubbles-leitbild .bubble-3 .bubble-wrapper{background-color:rgba(238, 121, 0, 0.6)}.snv-divider{border-bottom:2px #494949 solid}.snv-job-liste ul li{margin-bottom:3rem}.snv-link-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.snv-link-box+.ce_hyperlink{padding-top:7rem}@media screen and (max-width:768px){.snv-link-box+.ce_hyperlink{padding-top:1rem;padding-bottom:4rem}}.snv-link-box .link-box{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem;position:relative;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.snv-link-box .link-box.has-text{margin-bottom:23rem}.snv-link-box .link-box .link-content{min-height:1px;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.snv-link-box .link-box .link-content picture,.snv-link-box .link-box .link-content img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-filter:brightness(90%);-webkit-transition:all 0.2s ease;transition:all 0.2s ease;width:100%}.snv-link-box .link-box .link-content .title{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#494949;color:#FFFFFF;font-size:1.98rem;text-align:center;padding:1.5rem;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;line-height:1.3}.snv-link-box .link-box .link-content .title p{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-bottom:0px;line-height:1.17;max-width:100%}.snv-link-box .link-box .text{padding:2.5rem 1.5rem 1.5rem 1.5rem;font-size:1.705rem;text-align:center;font-weight:400;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:170px;position:absolute;bottom:0px;-webkit-transform:translateY(100%);transform:translateY(100%);width:100%}.snv-link-box .link-box .text p:not(:last-child) .symbol{display:none}.snv-link-box .link-box .text .symbol{color:#ee7900;font-size:1.98rem;padding-left:4px}.snv-link-box .link-box .text ul li{text-align:left;margin-bottom:0.5rem}.snv-link-box .link-box .link{position:absolute;top:0px;left:0px;width:100%;height:100%}.snv-link-box .link-box .link.button{background-color:transparent}.snv-link-box .link-box .link.button:hover{background-color:transparent}@media screen and (min-width:768px){.snv-link-box .link-box.is-checked{-webkit-transform:scale(1.2);transform:scale(1.2);z-index:3;box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}}.snv-link-box .link-box:hover .link-content img,.snv-link-box .link-box.is-checked .link-content img{-webkit-filter:brightness(100%);-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.snv-link-box .link-box:hover .link-content .title,.snv-link-box .link-box.is-checked .link-content .title{-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;background-color:#736858}.snv-link-box .link-box.special .link-content .title{background-color:#ee7900;color:#FFFFFF}.snv-link-box.filter-active .link-box:not(.is-checked){opacity:0.6;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.snv-link-box.filter-active .link-box:not(.is-checked):hover{opacity:1}.mod_filter .link-box .link-content{background-color:#736858}.mod_filter .snv-link-box.desktop-only{padding-top:2rem}.mod_committee_filter{margin-top:8rem}.icon-round{width:10rem;height:10rem;border-radius:50%;background:#FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.icon-round img{max-width:50%}.snv-focus-vorteile .vorteil{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2.5rem;max-width:100%}.snv-focus-vorteile .vorteil .icon-wrapper{-webkit-box-flex:0;-ms-flex:0 0 10rem;flex:0 0 10rem;margin-right:3rem;max-width:100%}.snv-focus-vorteile .vorteil .icon-wrapper img{width:45px;max-width:50%;max-height:50%}.snv-focus-vorteile .vorteil .text-wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.snv-focus-vorteile .vorteil .text-wrapper .title{font-weight:400;font-size:1.98rem}.snv-focus-vorteile .vorteil .text-wrapper .title span.orange{color:#ee7900}.snv-focus-vorteile .vorteil .text-wrapper .title span.brown{color:#736858}.snv-focus-vorteile .vorteil .text-wrapper .text{font-weight:400;font-size:1.815rem}.snv-focus-vorteile .vorteil .text-wrapper p{margin-bottom:0px}.snv-bubble-text-columns .bubble-box .title-wrapper{margin-bottom:1rem}.snv-bubble-text-columns .bubble-box .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;background-color:#FFFFFF;text-align:center;width:90%;height:90%;margin:0 auto;padding:1rem}.snv-bubble-text-columns .bubble-box .title h6{color:#ee7900;font-weight:300}.snv-bubble-text-columns .bubble-box .text{font-weight:400;font-size:1.98rem;padding:0rem 1rem}.snv-focus-engagement .engagement{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:2.5rem;max-width:100%}.snv-focus-engagement .engagement .left-side{-webkit-box-flex:0;-ms-flex:0 0 15rem;flex:0 0 15rem;margin-right:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.snv-focus-engagement .engagement .left-side .icon-wrapper{margin-top:1rem;margin-bottom:1rem}.snv-focus-engagement .engagement .left-side .icon-wrapper img{max-width:50%}.snv-focus-engagement .engagement .left-side .subtitle{max-width:100%}.snv-focus-engagement .engagement .left-side .subtitle span{text-align:center;display:inline-block;color:#ee7900;font-weight:400}.snv-focus-engagement .engagement .text-wrapper{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;border-top:1px #333333 solid;padding-top:1.5rem}.snv-focus-engagement .engagement .text-wrapper .title{font-size:3.08rem}.snv-focus-engagement .engagement .text-wrapper .title span.orange{color:#ee7900}.snv-focus-engagement .engagement .text-wrapper .title span.brown{color:#736858}.snv-focus-engagement .engagement .text-wrapper .text{font-weight:400;font-size:1.705rem;margin-top:1.5rem}.snv-focus-engagement .engagement .text-wrapper p{margin-bottom:0px}.snv-focus-engagement .engagement .text-wrapper ul{margin-top:10px;list-style-position:outside}.snv-focus-engagement .engagement .text-wrapper ul li{margin-bottom:0.5rem;margin-left:1.5rem;position:relative}.snv-focus-engagement .engagement .text-wrapper ul li:after{content:" ";position:absolute;left:-1.5rem;width:0.5rem;height:0.5rem;top:1.15rem;background-color:#ee7900;border-radius:50%}.snv-focus-fokus-boxen{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.snv-focus-fokus-boxen .fokus-box{padding:2rem 2.5rem 10rem 2.5rem;width:calc(50% - 0.75rem);margin-bottom:1.5rem;opacity:0;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform:translateY(5rem);transform:translateY(5rem)}.snv-focus-fokus-boxen .fokus-box.loaded{opacity:1;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform:translateY(0rem) scale(1);transform:translateY(0rem) scale(1)}.snv-focus-fokus-boxen .fokus-box.brown-white{background-color:#736858}.snv-focus-fokus-boxen .fokus-box.brown-white h2{color:#FFFFFF}.snv-focus-fokus-boxen .fokus-box.orange-white{background-color:#ee7900}.snv-focus-fokus-boxen .fokus-box.orange-white h2{color:#FFFFFF}.snv-focus-fokus-boxen .fokus-box.white-brown{background-color:#FFFFFF}.snv-focus-fokus-boxen .fokus-box.white-brown h2{color:#736858}.snv-focus-fokus-boxen .fokus-box:hover{-webkit-transform:scale(1.02);transform:scale(1.02);box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}.snv-call-to-action{margin-top:8rem;overflow-x:hidden;padding-bottom:1rem}.snv-call-to-action .cta-box{margin:0 auto;max-width:58rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.snv-call-to-action .cta-box .link-content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:80%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.snv-call-to-action .cta-box .link-content .title{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:2rem;padding-right:calc(25% + 1rem);background-color:rgba(115, 104, 88, 0.1)}.snv-call-to-action .cta-box .link-content .title p{font-size:1.98rem;font-weight:400;line-height:1.3;margin-bottom:0px}.snv-call-to-action .cta-box .link-content .text{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding:2rem;padding-right:calc(25% + 1rem);background-color:#333333}.snv-call-to-action .cta-box .link-content .text p{font-size:2.42rem;line-height:1.3;color:#FFFFFF;margin-bottom:0px}.snv-call-to-action .cta-box .cta-button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:40%;position:relative;z-index:1}.snv-call-to-action .cta-box .cta-button img{height:auto;width:200%;opacity:0}.snv-call-to-action .cta-box .cta-button .cta-icon{position:absolute;z-index:2;height:40%;width:40%;top:50%;left:0;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center}.snv-call-to-action .cta-box .cta-button .cta-icon svg{max-height:100%;max-width:100%}.snv-call-to-action .cta-box .cta-button .button-background{-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.snv-call-to-action .cta-box .cta-button .button-background:after{-webkit-transition:background 0.3s ease-in-out;transition:background 0.3s ease-in-out;background:#ee7900;border-radius:50%;height:100%;width:100%;position:absolute;top:0;left:0;content:" ";box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}.snv-call-to-action .cta-box a.link{position:absolute;top:0;left:0;height:100%;width:100%;z-index:3}.snv-call-to-action .cta-box:hover .cta-button .button-background:after{background:#FFFFFF;box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}.snv-call-to-action .cta-box:hover .cta-button .cta-icon{width:33%;height:33%;left:5%;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.snv-call-to-action .cta-box:hover .cta-button .cta-icon polygon.a{fill:#ee7900;stroke:#ee7900}.snv-focus-wordcloud{margin-bottom:4rem}.snv-focus-wordcloud text{fill:#736858 !important;transition:all 0.5s ease-in-out}.snv-focus-wordcloud text:hover{fill:#ee7900 !important}.snv-focus-bubbles{text-align:center;overflow:hidden}.snv-focus-bubbles .fokus-bubble{display:inline-block}.snv-focus-bubbles .fokus-bubble .text-wrapper{text-align:center;background:#FFFFFF;display:inline-block;vertical-align:middle;margin:2% 2%;padding:2rem;border-radius:50%}.snv-focus-bubbles .fokus-bubble .text-wrapper:after{content:attr(data-pseudo-content);display:block;height:0;color:transparent;font-size:3.52rem;font-weight:300;padding:5px}.snv-focus-bubbles .fokus-bubble .text-wrapper .text{position:relative;padding:100% 0 0;border-radius:50%;overflow:hidden}.snv-focus-bubbles .fokus-bubble .text-wrapper .text h4{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#ee7900}.snv-focus-bubbles.perspektive{transform-style:preserve-3d;perspective:500px;perspective-origin:50% 0%}.snv-focus-bubbles.perspektive .fokus-bubble{transition:all 0.5s ease-in-out}.snv-focus-bubbles.perspektive .fokus-bubble:nth-of-type(even){transform:translateZ(-15px)}.snv-focus-bubbles.perspektive .fokus-bubble:nth-of-type(odd){transform:translateZ(10px)}.snv-focus-bubbles.perspektive .fokus-bubble:nth-of-type(1){transform:translateZ(6px)}.snv-focus-bubbles.perspektive .fokus-bubble:nth-of-type(2){transform:translateZ(0px)}.snv-focus-bubbles.perspektive .fokus-bubble:nth-of-type(3){transform:translateZ(-10px)}.snv-focus-bubbles.perspektive .fokus-bubble:nth-of-type(4){transform:translateZ(-16px)}.snv-focus-bubbles.perspektive .fokus-bubble:nth-of-type(5){transform:translateZ(-4px)}.snv-focus-bubbles.perspektive .fokus-bubble:hover{transform:scale(0.7)}.snv-focus-bubbles.keyframes .fokus-bubble{transition:all 0.5s ease;transform:scale(0.8);animation:bubbles2 10s infinite;perspective:50px}.snv-focus-bubbles.keyframes .fokus-bubble:nth-of-type(even){animation:bubbles1 10s infinite}.snv-focus-bubbles.keyframes .fokus-bubble:nth-of-type(odd){animation:bubbles2 25s infinite 1.4s;animation-direction:reverse}.snv-focus-bubbles.keyframes .fokus-bubble:nth-of-type(1){animation:bubbles3 25s infinite 1.5333333333s}.snv-focus-bubbles.keyframes .fokus-bubble:nth-of-type(2){animation:bubbles2 10s infinite 1.6s}.snv-focus-bubbles.keyframes .fokus-bubble:nth-of-type(3){animation:bubbles3 25s infinite 1.5333333333s}.snv-focus-bubbles.keyframes .fokus-bubble:nth-of-type(4){animation:bubbles1 25s infinite 1.1333333333s}.snv-focus-bubbles.keyframes .fokus-bubble:nth-of-type(5){animation:bubbles2 25s infinite 1.5333333333s}.snv-focus-bubbles.keyframes .fokus-bubble:hover{animation-play-state:paused;perspective:50px}.snv-focus-bubbles.keyframes .fokus-bubble:hover .text-wrapper{box-shadow:0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);background-color:#ee7900;transform:translateZ(5px);transition:all 0.5s ease-in-out}.snv-focus-bubbles.keyframes .fokus-bubble:hover .text-wrapper .text h4{color:#FFFFFF}.snv-steps{padding-top:7rem;display:flex;margin-bottom:8rem;padding-bottom:4rem}.snv-steps>*{flex:1 0 auto;position:relative;background-color:rgba(115, 104, 88, 0.1);padding:8rem 2rem 2rem 2rem;margin-top:7rem;display:flex;flex-direction:column}.snv-steps>*>*{flex:0 0 auto}.snv-steps>* img{position:absolute;left:1.5rem;top:-6rem}.snv-steps>* .title{font-weight:600;font-size:1.705rem}.snv-steps>* .text{flex:1 0 auto;margin-bottom:1.5rem}.snv-steps>* .text p{font-size:1.43rem}.snv-steps>* .text p a{color:#736858}.snv-steps>* .text p a:hover{color:#ee7900}.snv-steps>* .link-wrapper a{display:block;float:left;clear:left}.snv-steps>*.step-3.marked{background-color:#333333}.snv-steps>*.step-3.marked *,.snv-steps>*.step-3.marked .link-wrapper a{color:#FFFFFF}.snv-slide{position:relative}.snv-slide.video{display:flex;justify-content:center;align-items:flex-start}.snv-slide.video video{background:#333333;min-height:100%;min-width:100%;object-fit:cover;transition:all 0.7s ease-in-out}.snv-slide.video .fallback-image{height:100%;width:100%}.snv-slide.video:after{content:"";position:absolute;z-index:7;height:100%;width:100%;right:0px;top:0px;left:0px;bottom:0px;background:rgba(0, 0, 0, 0.57);background-image:url(../../files/template/img/icons/Ic_Loading.svg);background-repeat:no-repeat;background-position:center;background-size:200px;transform:translateY(-100%);transition:opacity 0.7s ease-in-out, transform 0s ease-in-out 1s;opacity:0}.snv-slide.video.waiting:after{opacity:1;transform:translateY(0%)}.snv-slide .image_container picture img{filter:blur(7px);transition:1s all ease-in-out 0.5s}.snv-slide .banner-wrapper{position:absolute;top:0px;left:0px;right:0px;bottom:0px;z-index:1}.snv-slide .banner-wrapper .banner-inside{max-width:102.4rem;margin:0 auto;height:100%;padding:0rem 1.5rem}.snv-slide .banner{position:absolute;z-index:2;bottom:15%;padding:1rem 1.5rem;transition:0.8s all ease-in-out;transform:translateY(110%) scale(0.95);bottom:0px;opacity:0}.snv-slide .banner h1,.snv-slide .banner h2,.snv-slide .banner h3,.snv-slide .banner h4{color:#FFFFFF;position:relative}.snv-slide .banner p{font-weight:500;font-size:1.43rem;color:#736858;text-shadow:0 0 5px rgba(255, 255, 255, 0.6)}.snv-slide .banner h1,.snv-slide .banner h2,.snv-slide .banner h1:after,.snv-slide .banner h2:after{background-color:#ee7900}.snv-slide .banner h1,.snv-slide .banner h2{position:relative;line-height:1.5;display:inline;white-space:pre-wrap;border:0 solid #ee7900;border-width:0.25em 0.25em 0.25em 0;font-size:4.3rem}.snv-slide .banner h1:after,.snv-slide .banner h2:after{content:"";position:absolute;top:-0.25em;right:100%;bottom:-0.25em;width:0.25em}.snv-slide .banner h1>span,.snv-slide .banner h2>span{position:relative;z-index:1;line-height:1.25}.snv-slide.loaded .banner{transform:translateY(0%) scale(1);bottom:12%;opacity:1}.snv-slide.loaded .image_container picture img{filter:blur(0px)}.snv-fly-in-topbar{position:relative;background-color:#333333;box-shadow:inset -3px -5px 15px rgba(0, 0, 0, 0.5);overflow:hidden}.snv-fly-in-topbar .inside{position:relative}.snv-fly-in-topbar .close-button{top:0px;right:1.25rem}.snv-fly-in-topbar .snv-fly-in-wrapper{-webkit-transform:translateY(20px);transform:translateY(20px);height:auto;max-height:0px;overflow:hidden;-webkit-transition:max-height 0.6s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.6s ease-in-out;transition:max-height 0.6s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.6s ease-in-out;transition:max-height 0.6s ease-in-out, transform 0.6s ease-in-out, opacity 0.35s ease-in-out;transition:max-height 0.6s ease-in-out, transform 0.6s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.6s ease-in-out;opacity:0}.snv-fly-in-topbar .snv-fly-in-wrapper:target{-webkit-transition:max-height 0.6s ease-in-out, opacity 0.55s ease-in-out, -webkit-transform 0.6s ease-in-out;transition:max-height 0.6s ease-in-out, opacity 0.55s ease-in-out, -webkit-transform 0.6s ease-in-out;transition:max-height 0.6s ease-in-out, transform 0.6s ease-in-out, opacity 0.55s ease-in-out;transition:max-height 0.6s ease-in-out, transform 0.6s ease-in-out, opacity 0.55s ease-in-out, -webkit-transform 0.6s ease-in-out;max-height:13rem;-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}.snv-fly-in-topbar h6{margin:2.5rem 0rem 0.5rem 0rem;color:#FFFFFF;width:calc(100% - 3rem)}.snv-fly-in-topbar form{margin-top:1rem}.snv-fly-in-topbar .formbody{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0.5rem 0rem 2rem 0rem;max-width:100%}.snv-fly-in-topbar .formbody>*{-webkit-box-flex:1;-ms-flex:1 1 100px;flex:1 1 100px}.snv-fly-in-topbar .formbody>*:not(:last-child){margin-right:0.5rem}.snv-fly-in-topbar .formbody select{min-width:0px;margin:0px;padding:0.8rem !important}.snv-fly-in-topbar .formbody .widget button,.snv-fly-in-topbar .formbody .widget .submit{margin-top:0rem}.snv-fly-in-topbar .formbody .widget-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.snv-fly-in-topbar .mod_changelanguage{margin:0.5rem 0rem 2rem 0rem}.snv-fly-in-topbar .mod_changelanguage ul li{display:inline-block}.snv-fly-in-topbar .mod_changelanguage ul li strong{text-transform:none;cursor:default;background-color:#ee7900 !important;color:#FFFFFF !important}.snv-fly-in-topbar .mod_changelanguage ul li a span{text-transform:none;background-color:#f1f0ee;color:#494949}.snv-fly-in-topbar .mod_changelanguage ul li a:hover span,.snv-fly-in-topbar .mod_changelanguage ul li a span:hover{background-color:#ee7900 !important;color:#FFFFFF !important}.close-button{display:none;position:absolute;top:0.7rem;right:0.7rem;background:none;width:2.5rem;height:2.5rem;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform-origin:center;transform-origin:center;cursor:pointer;padding:0px;z-index:2}.close-button.open{display:block}.close-button:before{content:" ";border-bottom:2px solid #FFFFFF;position:absolute;left:50%;top:50%;width:100%;-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg);-webkit-transform-origin:center;transform-origin:center}.close-button:after{content:" ";border-bottom:2px solid #FFFFFF;position:absolute;left:50%;top:50%;width:100%;-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg);-webkit-transform-origin:center;transform-origin:center}.close-button:hover{-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.snv-fly-in-sidebar{position:fixed;z-index:8;top:calc(23rem + 12%);-webkit-transform:translateY(-50%);transform:translateY(-50%);right:calc(((100vw - 125rem) - 10rem) / 2)}.snv-fly-in-sidebar .fly-in-wrapper{position:relative}.snv-fly-in-sidebar .fly-in-wrapper a{color:#FFFFFF}.snv-fly-in-sidebar .fly-in-wrapper a:hover:hover{color:#ee7900}.snv-fly-in-sidebar .fly-in-wrapper .toggle{width:6rem;min-height:19rem;-webkit-perspective:50px;perspective:50px}.snv-fly-in-sidebar .fly-in-wrapper .toggle .button{width:100%;height:6rem;display:block;position:absolute;margin-bottom:0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ee7900;background-size:40px 36px;background-position:center;background-repeat:no-repeat;backface-visibility:hidden;-webkit-backface-visibility:hidden;cursor:pointer;z-index:2;-webkit-transition:z-index 0s 1.2s;transition:z-index 0s 1.2s}body.edge .snv-fly-in-sidebar .fly-in-wrapper .toggle .button,body.ie .snv-fly-in-sidebar .fly-in-wrapper .toggle .button{animation-name:none}.snv-fly-in-sidebar .fly-in-wrapper .toggle .button.hide,.snv-fly-in-sidebar .fly-in-wrapper .toggle .button.open{-webkit-animation-name:flyToogleIn;animation-name:flyToogleIn;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal;animation-direction:normal}body.edge .snv-fly-in-sidebar .fly-in-wrapper .toggle .button.hide,body.ie .snv-fly-in-sidebar .fly-in-wrapper .toggle .button.hide,body.edge .snv-fly-in-sidebar .fly-in-wrapper .toggle .button.open,body.ie .snv-fly-in-sidebar .fly-in-wrapper .toggle .button.open{animation-name:none}.snv-fly-in-sidebar .fly-in-wrapper .toggle .button.open{z-index:3;-webkit-transition:z-index 0s 0s;transition:z-index 0s 0s}.snv-fly-in-sidebar .fly-in-wrapper .toggle .button.close{-webkit-animation-name:flyToogleOut;animation-name:flyToogleOut;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:reverse;animation-direction:reverse}.snv-fly-in-sidebar .fly-in-wrapper .toggle img{width:100%;height:auto}.snv-fly-in-sidebar .fly-in-wrapper .toggle .phone{top:0px;background-image:url("../../files/template/img/icons/FI_Phone.svg")}.snv-fly-in-sidebar .fly-in-wrapper .toggle .mail{top:6.5rem;background-image:url("../../files/template/img/icons/FI_Mail.svg")}.snv-fly-in-sidebar .fly-in-wrapper .toggle .share{top:13rem;background-image:url("../../files/template/img/icons/FI_Share.svg")}.snv-fly-in-sidebar .fly-in-wrapper .share .resp-sharing-button__link{padding:0px;margin:0px}.snv-fly-in-sidebar .fly-in-wrapper .share .icons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:0px !important}.snv-fly-in-sidebar .fly-in-wrapper .content-wrapper{position:absolute;top:0px;left:60px;z-index:4}.snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content{background-color:#494949;width:400px;display:none;-webkit-transition:display 0s 1.2s;transition:display 0s 1.2s;max-width:100vw;max-height:calc(100vh - 200px);overflow-y:auto}.snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content label{color:#FFFFFF}body.edge .snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content,body.ie .snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content{animation-name:none !important;-webkit-transition:display 0s 0s !important;transition:display 0s 0s !important;-webkit-animation-duration:0s !important;animation-duration:0s !important}.snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content.open{-webkit-transition:display 0s 0s;transition:display 0s 0s;display:block;-webkit-animation-name:flyContentIn;animation-name:flyContentIn;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}body.edge .snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content.open,body.ie .snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content.open{left:60px;margin-left:-400px;animation-name:none;-webkit-animation-duration:0s;animation-duration:0s}.snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content.close{-webkit-animation-name:flyContentOut;animation-name:flyContentOut;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:reverse;animation-direction:reverse}body.edge .snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content.close,body.ie .snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content.close{animation-name:none;-webkit-transition:display 0s 0s;transition:display 0s 0s;-webkit-animation-duration:0s;animation-duration:0s}.snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content>*:not(.close-button){padding:3rem;background:transparent;color:#FFFFFF;margin-bottom:0px}.snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content>*:not(.close-button) .widget button:hover,.snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content>*:not(.close-button) .widget .submit:hover{background-color:#FFFFFF;color:#ee7900}.snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content .widget.explanation p{color:#FFFFFF;margin-bottom:0px}.snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content.has-scrollbar .close-button{right:1rem}body.edge .snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content.has-scrollbar .close-button,body.ie .snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content.has-scrollbar .close-button,body.firefox .snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content.has-scrollbar .close-button{right:1.9rem}.snv-fly-in-sidebar .ce_form .widget p.error{position:static;margin-left:0px}.snv-fly-in-sidebar .ce_form .widget .captcha_text{margin-left:0px;color:#ee7900}.snv-fly-in-sidebar .ce_form .widget input:nth-child(3),.snv-fly-in-sidebar .ce_form .widget textarea:nth-child(3),.snv-fly-in-sidebar .ce_form .widget select:nth-child(3){margin-top:1rem}.snv-team{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.snv-team .team-box{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem}.snv-team .team-box:hover{background:rgba(0, 0, 0, 0.05)}.snv-team .team-box .team-content{min-height:1px;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.snv-team .team-box .team-content .team-image{padding:1rem;min-height:1px;-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);-webkit-transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0.95}.snv-team .team-box .team-content .team-image img{position:relative;overflow:hidden;display:block}.snv-team .team-box .team-content .team-image:not(.vorstand){padding:1.5rem}.snv-team .team-box .team-content .team-image:not(.vorstand) img{border-radius:50%}.snv-team .team-box .team-content .information{font-weight:400;font-size:1.705rem;padding:1rem}.snv-team .team-box .team-content .information>*{display:block}.snv-team .team-box .team-content .information .name{font-size:1.815rem}.snv-team .team-box .team-content .information .position{font-weight:500;margin-bottom:2rem}.snv-team .team-box .team-content .information .mail{color:#494949}.snv-team .team-box .team-content .information .mail:hover{color:#ee7900}.snv-team .team-box .team-content .information .phone{color:#494949}.snv-team .team-box .team-content .information .phone:hover{color:#ee7900}.snv-team .team-box:hover .team-content .team-image{-webkit-transform:scale(1.02) rotate(2deg);transform:scale(1.02) rotate(2deg);opacity:1}.snv-team.align-team-conten-top .team-box .team-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.snv-partner-galerie{background-color:#FFFFFF;padding:1.5rem}.snv-partner-galerie .snv-partner-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.snv-partner-galerie .partner-item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%;padding:1rem 0rem;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-ms-grid-row-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.snv-partner-galerie .partner-item .line-wrapper{max-width:100%;overflow:hidden}.snv-partner-galerie .partner-item:nth-child(5n+1):not(:first-child) .line-wrapper:before{content:"";display:block;position:absolute;left:0px;width:100%;border-bottom:2px rgba(51, 51, 51, 0.3) solid;-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}.snv-partner-galerie .partner-image{display:block;position:relative}.snv-focus-gesucht-werden{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.snv-focus-gesucht-werden .gesucht-werden-box{width:calc(50% - 1rem);max-width:calc(50% - 1rem);background-color:#FFFFFF;padding:1.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.snv-focus-gesucht-werden .gesucht-werden-box>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.snv-focus-gesucht-werden .gesucht-werden-box .info-tag{margin-bottom:1rem}.snv-focus-gesucht-werden .gesucht-werden-box .title{margin-bottom:2.5rem}.snv-focus-gesucht-werden .gesucht-werden-box .teaser-image{margin-bottom:2.5rem}.snv-focus-gesucht-werden .gesucht-werden-box .teaser-image img{width:100%}.snv-focus-gesucht-werden .gesucht-werden-box .subtitle{margin-bottom:1.5rem;font-size:2.09rem;font-weight:400}.snv-focus-gesucht-werden .gesucht-werden-box .subtitle p{margin-bottom:0px}.snv-focus-gesucht-werden .gesucht-werden-box .subtext{margin-bottom:1.5rem}.snv-focus-gesucht-werden .gesucht-werden-box .text{margin-bottom:2rem}.snv-focus-gesucht-werden .gesucht-werden-box .link-wrapper.last{margin-bottom:2rem}.snv-focus-gesucht-werden .gesucht-werden-box .buffer{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.snv-focus-gesucht-werden .gesucht-werden-box .interested{margin-bottom:2rem}.snv-focus-gesucht-werden .gesucht-werden-box .image-wrapper{margin-bottom:2rem}.snv-focus-gesucht-werden .gesucht-werden-box .image-wrapper img{border-radius:50%}.snv-focus-gesucht-werden .gesucht-werden-box .name{display:block;font-weight:400;line-height:1.2}.snv-focus-gesucht-werden .gesucht-werden-box .position{display:block;font-size:1.815rem;margin-bottom:1.5rem}.snv-focus-gesucht-werden .gesucht-werden-box .email{display:inline-block;font-size:1.815rem}.snv-focus-gesucht-werden .gesucht-werden-box .email a{color:#494949}.snv-focus-gesucht-werden .gesucht-werden-box .email a:hover{color:#ee7900}.snv-steps-snake{position:relative}.snv-steps-snake img{max-width:45%;margin:10rem auto 20rem auto}.snv-steps-snake .title{margin-bottom:0.75rem;font-size:2.09rem}.snv-steps-snake .text{font-size:1.705rem}.snv-steps-snake .mobile-link{display:none;color:#ee7900;font-weight:400;font-size:2.42rem;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.snv-steps-snake div[class^="step-"]{position:absolute;width:28%}.snv-steps-snake div[class^="step-"]:before{content:" ";border-top:2px #ee7900 solid;width:100%;position:absolute;top:-1rem;left:0px}.snv-steps-snake div.step-1{top:99%}.snv-steps-snake div.step-1:before{width:106%}.snv-steps-snake div.step-2{left:auto;right:0px;top:76%;width:27%}.snv-steps-snake div.step-2:before{left:auto;right:0px;width:145%}.snv-steps-snake div.step-3{top:37%}.snv-steps-snake div.step-3:before{width:127%}.snv-steps-snake div.step-4{left:auto;right:0px;top:6%;width:27%}.snv-steps-snake div.step-4:before{left:auto;right:0px;width:118%}.link-overlay{position:absolute;z-index:3;top:0px;left:0px;bottom:0px;right:0px}.info-tag{color:#ee7900 !important;font-size:1.43rem;font-weight:600}.info-tag.important{font-size:1.705rem;text-transform:uppercase}iframe#ytplayer{height:100%;width:100%}nav#mmenu_start{box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*{color:#FFFFFF;font-size:1.7rem}.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after{border-color:#ee7900}.mm-menu.mm-theme-dark .mm-btn:after,.mm-menu.mm-theme-dark .mm-btn:before{border-color:#ee7900}.mm-listview>li a.highlight-link>span{color:#ee7900}.mm-listview>li>a,.mm-listview>li>strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.featherlight.featherlight-base{background-color:rgba(51, 51, 51, 0.8)}.featherlight.featherlight-base .featherlight-content{overflow:visible;position:relative;background:transparent;border-bottom:none;padding:0px;padding-top:4.5rem;max-width:98%}.featherlight.featherlight-base .featherlight-content .featherlight-inner{background:#FFFFFF;max-height:90vh;overflow-x:hidden;overflow-y:auto}.featherlight.featherlight-base .featherlight-content .featherlight-inner .inside{background-color:rgba(115, 104, 88, 0.1);padding:5rem}@media screen and (max-width:768px){.featherlight.featherlight-base .featherlight-content .featherlight-inner .inside{padding:2.5rem 1.5rem}}.featherlight.featherlight-base .featherlight-content .ce_form{padding:0px;background-color:transparent}.featherlight.featherlight-base .featherlight-content .ce_form.break-in-lightbox .widget label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.featherlight.featherlight-base .featherlight-content .featherlight-close-icon{top:0rem;right:-0.5rem;background:none;width:4rem;height:4rem;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform-origin:center;transform-origin:center}.featherlight.featherlight-base .featherlight-content .featherlight-close-icon:before{content:" ";border-bottom:2px solid #FFFFFF;position:absolute;left:50%;top:50%;width:100%;-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg);-webkit-transform-origin:center;transform-origin:center}.featherlight.featherlight-base .featherlight-content .featherlight-close-icon:after{content:" ";border-bottom:2px solid #FFFFFF;position:absolute;left:50%;top:50%;width:100%;-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg);-webkit-transform-origin:center;transform-origin:center}.featherlight.featherlight-base .featherlight-content .featherlight-close-icon:hover{-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.featherlight.featherlight-base .featherlight-content:hover .featherlight-close-icon{-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.featherlight.featherlight-base .featherlight-content .mod_article{padding-top:0px;padding-bottom:0px}.featherlight.featherlight-base .featherlight-content img{width:auto !important;max-height:100%;box-shadow:0 0 10px rgba(0, 0, 0, 0.25);background-color:white;padding:15px}.featherlight-loading *{background:transparent !important;overflow:hidden !important}.featherlight-loading *:before,.featherlight-loading *:after{display:none !important}a.glossar,span.glossar{color:#a69b8b !important;cursor:help;display:inline-block}.glossar_layer:not(.layer_loaded){cursor:wait;width:8rem;height:8rem;margin-top:0rem}.glossar_layer:not(.layer_loaded) .layer_content{background:transparent;border-radius:0}.glossar_layer:not(.layer_loaded) .layer_content span{background:transparent;border-radius:0;-webkit-animation:none;animation:none}.glossar_layer:not(.layer_loaded) .layer_loading{border-radius:0;max-width:15rem;max-height:10rem}.glossar_layer:not(.layer_loaded) .layer_loading .layer_ring{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-image:url("../../files/template/img/icons/Ic_Loading.svg");background-size:contain;background-position:center;background-repeat:no-repeat;-webkit-animation:none;animation:none;border-radius:0;z-index:2;width:100%;height:100%}.glossar_layer.layer_loaded{margin-top:0rem;border-radius:0px;box-shadow:0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);padding:1.5rem 1.5rem 1.2rem 1.5rem;background:#f1f0ee;overflow:visible;border:none;min-height:1rem;width:auto;min-width:225px;right:auto}.glossar_layer.layer_loaded:before{content:"";position:absolute;width:0;height:0;top:1px;left:4rem;box-sizing:border-box;border:0.7rem solid #f1f0ee;border-color:transparent transparent #f1f0ee #f1f0ee;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(135deg);transform:rotate(135deg);box-shadow:-1px 1px 1px 0 rgba(0, 0, 0, 0.12)}.glossar_layer .ce_glossar_layer{background:transparent}.glossar_layer .ce_glossar_layer *{font-size:1.705rem;color:#494949 !important;margin:0px}.glossar_layer .ce_glossar_layer h4{border-bottom:2px solid rgba(115, 104, 88, 0.1);font-weight:600;padding-bottom:0.2rem}.glossar_layer .ce_glossar_layer p{font-size:1.705rem;font-weight:400}.glossar_layer .ce_glossar_layer p a{display:none !important}.glossar_layer .ce_glossar_close{display:none !important}.dlh_googlemap{height:50vh !important;width:100% !important}.rs-columns.ce_rs_columns_start{display:block}.slick-slider.slick-dotted{margin-bottom:3rem}.slick-slider .slick-slide,.slick-slider .slick-slide:focus,.slick-slider .slick-slide a,.slick-slider button,.slick-slider .slick-dots li button:hover,.slick-slider .slick-dots li button:focus{outline:none !important}.slick-slider button::-moz-focus-inner{border:0}.slick-slider .slick-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.slick-slider .slick-prev{color:transparent !important;left:-7rem;height:6.5rem;width:5rem;background-image:url("../../files/template/img/icons/Sl_Pfeil_links.svg");background-repeat:no-repeat;background-size:32px 65px;background-position:right center;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;cursor:pointer}.slick-slider .slick-prev:hover{background-position:left center;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.slick-slider .slick-next{color:transparent !important;right:-7rem;height:6.5rem;width:5rem;background-image:url("../../files/template/img/icons/Sl_Pfeil_rechts.svg");background-repeat:no-repeat;background-size:32px 65px;background-position:left center;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;cursor:pointer}.slick-slider .slick-next:hover{background-position:right center;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.slick-slider .slick-dots{position:absolute;bottom:-9rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex}.slick-slider .slick-dots li{margin:0.5rem;border:0;outline:none}.slick-slider .slick-dots li button{color:transparent;border-radius:50%;background-color:#d7d7d7;width:1.6rem;height:1.6rem;padding:0px;display:block;overflow:hidden;border:0;outline:none;-webkit-transition:background-color 0.3s ease-in-out;transition:background-color 0.3s ease-in-out}.slick-slider .slick-dots li.slick-active button{background-color:#ee7900;-webkit-transition:background-color 0.3s ease-in-out;transition:background-color 0.3s ease-in-out}body .mm-page>.custom{background-color:#333333;position:-webkit-sticky;position:sticky}body .mm-page>.custom .mod_cookie_bar p{font-size:1.705rem;font-weight:400}body .mm-page>.custom .mod_cookie_bar a{color:#736858}body .mm-page>.custom .mod_cookie_bar a:hover{color:#ee7900}.header-wrapper .mod_mmenu{display:none}.mod_mmenu .nav-overlay{border-color:transparent}.mod_mmenu .nav-overlay .mm-navbar{position:static;margin-top:1rem;border-bottom:none !important}.mod_mmenu .nav-overlay .mod_changelanguage{margin-top:0px;width:100%}.mod_mmenu .nav-overlay .mod_changelanguage ul{width:100%;margin-bottom:0rem;display:flex;justify-content:center;margin-top:2rem;flex-wrap:wrap}.mod_mmenu .nav-overlay .mod_changelanguage li{margin-bottom:1px;margin-right:1px}.mod_mmenu .nav-overlay .mod_changelanguage li strong,.mod_mmenu .nav-overlay .mod_changelanguage li span{display:block;text-align:center;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}.mod_mmenu .nav-overlay .mod_changelanguage li strong,.mod_mmenu .nav-overlay .mod_changelanguage li strong:hover{background-color:#ee7900;color:#FFFFFF}.mod_mmenu .nav-overlay .mod_changelanguage li span{background-color:#FFFFFF;color:#494949}.mod_mmenu .nav-overlay .mmenu-search .ce_form{padding:0px}.mod_mmenu .nav-overlay .mmenu-search .ce_form .formbody{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;overflow:hidden;background-color:transparent}.mod_mmenu .nav-overlay .mmenu-search .ce_form .formbody .widget{margin-bottom:0rem !important}.mod_mmenu .nav-overlay .mmenu-search .ce_form .formbody .widget button,.mod_mmenu .nav-overlay .mmenu-search .ce_form .formbody .widget .submit{margin-top:0px;font-size:0px;color:transparent;height:100%;background-image:url(../../files/template/img/icons/Ic_Suche_white.svg);background-size:20px 20px;background-position:center;background-repeat:no-repeat;-webkit-appearance:none}.mod_mmenu .nav-overlay .mmenu-search .ce_form .formbody .search-input{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.mod_mmenu .nav-overlay .mmenu-search .ce_form .formbody .search-input input{padding:1.25rem;background-image:none}@media screen and (max-width:679px){.memo-timeline-container .awsm-timeline-style-1.awsm-responsive-right{margin-right:30px}}.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-content.firstone{display:none}.memo-timeline-container .awsm-timeline-style-1 .awsm-timline-img-large{float:left;margin-top:8rem;margin-left:9rem;opacity:0;transition:opacity 0.7s ease-in-out 0.4s;max-width:43%}@media screen and (max-width:679px){.memo-timeline-container .awsm-timeline-style-1 .awsm-timline-img-large{max-width:100% !important;margin-right:0px !important;float:right !important;margin-top:20px !important;margin-bottom:45px !important;margin-left:0px !important}}@media screen and (max-width:400px){.memo-timeline-container .awsm-timeline-style-1 .awsm-timline-img-large{margin-top:0px !important}}.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-content.animated+.awsm-timline-img-large{opacity:1}.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-block{padding-left:0px;padding-right:0px}.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-block.first-element{padding-bottom:45px;display:flex;justify-content:center;background:transparent}@media screen and (max-width:679px){.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-block.first-element{justify-content:flex-end}}.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-block.first-element .awsm-timeline-img{position:static;margin-left:0px;width:auto;height:auto;z-index:3;background:transparent}.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-block.first-element .awsm-timeline-img span{border-radius:0px;border:none;box-shadow:none;background:#333333;font-size:2rem;position:relative}.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-block:before{background:rgba(51, 51, 51, 0.3);top:50px}.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-block:first-child:before{top:-100px;height:calc(100% + 135px);background:linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.3) 25%, rgba(51, 51, 51, 0.3))}@media screen and (max-width:500px){.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-block{padding-left:10px}}.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-block.awsm-even-item .awsm-timline-img-large{float:right;margin-right:9rem;margin-left:0rem}.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-content-inner{background-color:rgba(115, 104, 88, 0.1)}.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-content-inner:before,.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-content-inner:after{display:none !important}.memo-timeline-container .awsm-timeline-style-1 .awsm-date{font-weight:600;color:#ee7900;top:4px}.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-img{top:-28px;z-index:1;background:#ee7900;display:flex;justify-content:center;align-items:center;border-radius:50%}.memo-timeline-container .awsm-timeline-style-1 .awsm-link{margin-right:3.5rem;margin-top:2rem;padding-left:0px}.memo-timeline-container .awsm-timeline-style-1 p{font-size:17px;padding-top:10px}.memo-timeline-container .awsm-timeline-style-1 h2{font-size:18px}.memo-timeline-container.simple .awsm-timeline-block:before{top:35px}@media screen and (min-width:680px){.memo-timeline-container.simple .awsm-timeline-block{padding-bottom:70px !important}}@media screen and (max-width:679px){.memo-timeline-container.simple .awsm-timeline-style-1.awsm-responsive-right{margin-right:0px !important}.memo-timeline-container.simple .awsm-timeline-block{padding-left:0px !important}}.committee-detail h1{margin-bottom:0.5rem}@media screen and (max-width:500px){.committee-detail h1{font-size:3.3rem}}@media screen and (max-width:320px){.committee-detail h1{word-break:break-word}}.committee-detail h2{margin-top:0rem;font-size:2rem;margin-bottom:0.5rem;margin-bottom:3rem}.committee-detail h6{margin-bottom:0.5rem}.committee-detail__item{margin-bottom:2rem}@media screen and (max-width:640px){.committee-detail__item.ce_text br{display:none}}.committee-detail__item.ce_text span{position:relative}@media screen and (max-width:640px){.committee-detail__item.ce_text span{display:block;margin-bottom:15px}}.committee-detail__back-link,.committee-detail__more-link{display:block;margin-top:2.5rem}.committee-detail__back-link a,.committee-detail__more-link a{text-transform:uppercase;color:#736858 !important;font-size:1.43rem;letter-spacing:1.5px;font-weight:500;position:relative;display:inline-block;max-width:calc(100% - 4rem)}.committee-detail__back-link a:after,.committee-detail__more-link a:after{content:" ";position:absolute;right:-3.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2.5rem;height:1.5rem;background-image:url("../../files/template/img/icons/Ic_Internlink.svg");background-repeat:no-repeat;background-size:contain;background-position:center;-webkit-transition:right 0.2s ease-in-out;transition:right 0.2s ease-in-out}.committee-detail__back-link:hover a:after,.committee-detail__more-link:hover a:after{-webkit-transition:right 0.2s ease-in-out;transition:right 0.2s ease-in-out;right:-4rem}.committee-detail__back-link{margin-top:4rem}.featherlight-content .committee-detail__back-link{display:none !important}.ce_table a{color:#ee7900}.placeholder{position:relative;display:block;width:100%;height:100%;min-height:33rem;background:repeating-linear-gradient(-55deg, #dfdfdf, #dfdfdf 10px, transparent 10px, transparent 20px)}.placeholder__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.placeholder__content>*{max-width:80%;text-align:center}.placeholder__content>*:not(:last-child){margin-bottom:5px}.placeholder__content .placeholder__text{font-weight:500;margin-bottom:25px}.placeholder--jwplayer{padding-top:56%}.mod_elasticsearch .elasticsearch-container a{color:#333333}.mod_elasticsearch .elasticsearch-container .category-item button{border-radius:0px;border:none;padding:1rem 2.5rem;font-size:1.43rem;font-weight:500;text-transform:uppercase;background-color:#ee7900;color:#FFFFFF;letter-spacing:0.5px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;width:auto;outline:none !important}.mod_elasticsearch .elasticsearch-container .category-item button:not(.no-hover){cursor:pointer}.mod_elasticsearch .elasticsearch-container .category-item button:not(.no-hover):hover{background-color:#494949}.mod_elasticsearch .elasticsearch-container .category-item button:not(.no-hover).dark-background:hover{background-color:#f1f0ee;color:#494949}.mod_elasticsearch .elasticsearch-container .close-results{min-height:0}.mod_elasticsearch .elasticsearch-container .close-results button{background:transparent}.mod_elasticsearch .elasticsearch-container .elasticsearch-input{display:flex;align-items:center}.mod_elasticsearch .elasticsearch-container .elasticsearch-input input{width:auto;background-image:none;flex:1 0 auto}.mod_elasticsearch .elasticsearch-container .elasticsearch-input-button{background:white;padding:5px 5px 5px 10px;margin-left:0;background-image:url(../../files/template/img/icons/Ic_Suche.svg);background-size:20px 20px;background-position:calc(100% - 13px) 50%;background-repeat:no-repeat}.mod_elasticsearch .elasticsearch-container .elasticsearch-input-button img{opacity:0;width:25px;height:25px}.mod_elasticsearch .elasticsearch-container .categories-headline p,.mod_elasticsearch .elasticsearch-container .result-category p{text-transform:none}.mod_elasticsearch .elasticsearch-container .suggest-results{margin-bottom:10px}.mod_elasticsearch .elasticsearch-container .suggest-results .suggest-results-for{font-size:23px;margin-bottom:0px}.mod_elasticsearch .elasticsearch-container .suggest-results .suggest-results-for span{font-style:italic}.mod_elasticsearch .elasticsearch-container .suggest-results .suggest-results-mean a{color:#ee7900}.mod_elasticsearch .elasticsearch-container .categories-results{margin-right:0}.mod_elasticsearch .elasticsearch-container .categories-results nav{position:sticky;top:10px;z-index:2}.mod_elasticsearch .elasticsearch-container .categories-results nav li.active{text-decoration:none}.mod_elasticsearch .elasticsearch-container .categories-results nav li.active button{background-color:#494949;color:#FFFFFF}.mod_elasticsearch .elasticsearch-container .result-category{padding-left:20px}.mod_elasticsearch .elasticsearch-container .result-category p{color:rgba(115, 104, 88, 0.6);text-transform:capitalize}.mod_elasticsearch .elasticsearch-container .result-hit{padding:20px !important}.mod_elasticsearch .elasticsearch-container .result-hit:hover{background-color:rgba(115, 104, 88, 0.1)}.mod_elasticsearch .elasticsearch-container .result-hit .image{display:none}.mod_elasticsearch .elasticsearch-container .result-hit .title{font-size:20px;margin-bottom:5px}.mod_elasticsearch .elasticsearch-container .result-hit .description{font-size:15px;color:rgba(51, 51, 51, 0.8)}.mod_elasticsearch .elasticsearch-container .result-hit .summary{font-size:14px;color:rgba(51, 51, 51, 0.8);display:none}.mod_elasticsearch .elasticsearch-container .result-hit .url{font-size:14px;color:#ee7900;word-wrap:break-word}.mod_elasticsearch .elasticsearch-container .no-search-results{position:absolute;background-color:#ffffffba;font-size:14px}.mod_elasticsearch .elasticsearch-container .elasticsearch-results-panel{overflow-x:hidden !important;border:none}.mod_elasticsearch .elasticsearch-container .suggest-results .suggest-results-mean a span{display:inline-block !important;background-image:none}.header-wrapper .mod_elasticsearch .elasticsearch-container.results_open .elasticsearch-results-panel{position:fixed;z-index:150;top:0px;left:50%;transform:translateX(-50%);max-height:100vh;overflow:scroll;padding-top:100px}.header-wrapper .mod_elasticsearch .elasticsearch-container.results_open form{position:fixed;z-index:155;top:45px;left:50%;transform:translateX(-50%)}[class*="columns-"]:after,[class*="columns-medium"]:after,[class*="columns-small"]:after{content:".";display:block;height:0;clear:both;visibility:hidden}[class*="columns-"]>*,[class*="columns-medium"]>*,[class*="columns-small"]>*{float:left}[class*="columns-"]>* :first-child,[class*="columns-medium"]>* :first-child,[class*="columns-small"]>* :first-child{margin-top:0}.columns-1>*{float:left}.columns-1>*:nth-of-type(1n){width:calc(( ( 100% - ( 0 * 2rem ) ) / 1 ) - 0.1px);margin-right:2rem;margin-right:calc(2rem);clear:none}.columns-1>*:nth-of-type(1n+1){clear:left}.columns-1>*:nth-of-type(1n+1){margin-right:0}.columns-1:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-2>*{float:left}.columns-2>*:nth-of-type(1n){width:calc(( ( 100% - ( 1 * 2rem ) ) / 2 ) - 0.1px);margin-right:2rem;margin-right:calc(2rem);clear:none}.columns-2>*:nth-of-type(2n+1){clear:left}.columns-2>*:nth-of-type(2n+2){margin-right:0}.columns-2:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-3>*{float:left}.columns-3>*:nth-of-type(1n){width:calc(( ( 100% - ( 2 * 2rem ) ) / 3 ) - 0.1px);margin-right:2rem;margin-right:calc(2rem);clear:none}.columns-3>*:nth-of-type(3n+1){clear:left}.columns-3>*:nth-of-type(3n+3){margin-right:0}.columns-3:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-4>*{float:left}.columns-4>*:nth-of-type(1n){width:calc(( ( 100% - ( 3 * 2rem ) ) / 4 ) - 0.1px);margin-right:2rem;margin-right:calc(2rem);clear:none}.columns-4>*:nth-of-type(4n+1){clear:left}.columns-4>*:nth-of-type(4n+4){margin-right:0}.columns-4:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-5>*{float:left}.columns-5>*:nth-of-type(1n){width:calc(( ( 100% - ( 4 * 2rem ) ) / 5 ) - 0.1px);margin-right:2rem;margin-right:calc(2rem);clear:none}.columns-5>*:nth-of-type(5n+1){clear:left}.columns-5>*:nth-of-type(5n+5){margin-right:0}.columns-5:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-6>*{float:left}.columns-6>*:nth-of-type(1n){width:calc(( ( 100% - ( 5 * 2rem ) ) / 6 ) - 0.1px);margin-right:2rem;margin-right:calc(2rem);clear:none}.columns-6>*:nth-of-type(6n+1){clear:left}.columns-6>*:nth-of-type(6n+6){margin-right:0}.columns-6:after{content:".";display:block;height:0;clear:both;visibility:hidden}.rs-columns{clear:both;width:100%;overflow:hidden}.rs-columns:after{content:".";display:block;height:0;clear:both;visibility:hidden}.rs-column{float:left;width:100%;margin-top:2rem;margin-top:calc(2rem);margin-right:2rem;margin-right:calc(2rem)}.rs-column.-large-first{clear:left}.rs-column.-large-last{margin-right:0}.rs-column.-large-col-1-1,.rs-column.-large-col-2-2,.rs-column.-large-col-3-3,.rs-column.-large-col-4-4,.rs-column.-large-col-5-5,.rs-column.-large-col-6-6{width:100%}.rs-column.-large-col-2-1,.rs-column.-large-col-4-2,.rs-column.-large-col-6-3{width:calc(( ( 100% - 2rem) / 2 ) - 0.1px)}.rs-column.-large-col-3-1,.rs-column.-large-col-6-2{width:calc(( ( 100% - 2rem * 2) / 3 ) - 0.1px)}.rs-column.-large-col-3-2,.rs-column.-large-col-6-4{width:calc(( ( 100% - 2rem * 2) / 3 * 2 ) - 0.1px)}.rs-column.-large-col-4-1{width:calc(( ( 100% - 2rem * 3) / 4 ) - 0.1px)}.rs-column.-large-col-4-3{width:calc(( ( 100% - 2rem * 3) / 4 * 3 ) - 0.1px)}.rs-column.-large-col-5-1{width:calc(( ( 100% - 2rem * 4) / 5) - 0.1px)}.rs-column.-large-col-5-2{width:calc(( ( 100% - 2rem * 4) / 5 * 2 ) - 0.1px)}.rs-column.-large-col-5-3{width:calc(( ( 100% - 2rem * 4) / 5 * 3 ) - 0.1px)}.rs-column.-large-col-5-4{width:calc(( ( 100% - 2rem * 4) / 5 * 4 ) - 0.1px)}.rs-column.-large-col-6-1{width:calc(( ( 100% - 2rem * 5) / 6 ) - 0.1px)}.rs-column.-large-col-6-5{width:calc(( ( 100% - 2rem * 5) / 6 * 5 ) - 0.1px)}.rs-column.-large-col-9-1{width:calc(( ( 100% - 2rem * 8) / 9 ) - 0.1px)}.rs-column.-large-col-9-2{width:calc(( ( 100% - 2rem * 8) / 9 * 2 + (1 * 2rem) ) - 0.1px)}.rs-column.-large-col-9-7{width:calc(( ( 100% - 2rem * 8) / 9 * 7 + (6 * 2rem) ) - 0.1px)}@media screen and (max-width:768px){.columns-medium-1>*{float:left}.columns-medium-1>*:nth-of-type(1n){width:calc(( ( 100% - ( 0 * 2rem ) ) / 1 ) - 0.1px);margin-right:2rem;margin-right:calc(2rem);clear:none}.columns-medium-1>*:nth-of-type(1n+1){clear:left}.columns-medium-1>*:nth-of-type(1n+1){margin-right:0}.columns-medium-1:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-medium-2>*{float:left}.columns-medium-2>*:nth-of-type(1n){width:calc(( ( 100% - ( 1 * 2rem ) ) / 2 ) - 0.1px);margin-right:2rem;margin-right:calc(2rem);clear:none}.columns-medium-2>*:nth-of-type(2n+1){clear:left}.columns-medium-2>*:nth-of-type(2n+2){margin-right:0}.columns-medium-2:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-medium-3>*{float:left}.columns-medium-3>*:nth-of-type(1n){width:calc(( ( 100% - ( 2 * 2rem ) ) / 3 ) - 0.1px);margin-right:2rem;margin-right:calc(2rem);clear:none}.columns-medium-3>*:nth-of-type(3n+1){clear:left}.columns-medium-3>*:nth-of-type(3n+3){margin-right:0}.columns-medium-3:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-medium-4>*{float:left}.columns-medium-4>*:nth-of-type(1n){width:calc(( ( 100% - ( 3 * 2rem ) ) / 4 ) - 0.1px);margin-right:2rem;margin-right:calc(2rem);clear:none}.columns-medium-4>*:nth-of-type(4n+1){clear:left}.columns-medium-4>*:nth-of-type(4n+4){margin-right:0}.columns-medium-4:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-medium-5>*{float:left}.columns-medium-5>*:nth-of-type(1n){width:calc(( ( 100% - ( 4 * 2rem ) ) / 5 ) - 0.1px);margin-right:2rem;margin-right:calc(2rem);clear:none}.columns-medium-5>*:nth-of-type(5n+1){clear:left}.columns-medium-5>*:nth-of-type(5n+5){margin-right:0}.columns-medium-5:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-medium-6>*{float:left}.columns-medium-6>*:nth-of-type(1n){width:calc(( ( 100% - ( 5 * 2rem ) ) / 6 ) - 0.1px);margin-right:2rem;margin-right:calc(2rem);clear:none}.columns-medium-6>*:nth-of-type(6n+1){clear:left}.columns-medium-6>*:nth-of-type(6n+6){margin-right:0}.columns-medium-6:after{content:".";display:block;height:0;clear:both;visibility:hidden}.rs-column{margin-right:calc(2rem)}.rs-column.-large-first{clear:none}.rs-column.-large-last{margin-right:2rem;margin-right:calc(2rem)}.rs-column.-medium-first{clear:left}.rs-column.-medium-last{margin-right:0}.rs-column.-medium-col-1-1,.rs-column.-medium-col-2-2,.rs-column.-medium-col-3-3,.rs-column.-medium-col-4-4,.rs-column.-medium-col-5-5,.rs-column.-medium-col-6-6{width:100%}.rs-column.-medium-col-2-1,.rs-column.-medium-col-4-2,.rs-column.-medium-col-6-3{width:calc(( ( 100% - 2rem) / 2 ) - 0.1px)}.rs-column.-medium-col-3-1,.rs-column.-medium-col-6-2{width:calc(( ( 100% - 2rem * 2) / 3 ) - 0.1px)}.rs-column.-medium-col-3-2,.rs-column.-medium-col-6-4{width:calc(( ( 100% - 2rem * 2) / 3 * 2 ) - 0.1px)}.rs-column.-medium-col-4-1{width:calc(( ( 100% - 2rem * 3) / 4 ) - 0.1px)}.rs-column.-medium-col-4-3{width:calc(( ( 100% - 2rem * 3) / 4 * 3 ) - 0.1px)}.rs-column.-medium-col-5-1{width:calc(( ( 100% - 2rem * 4) / 5 ) - 0.1px)}.rs-column.-medium-col-5-2{width:calc(( ( 100% - 2rem * 4) / 5 * 2 ) - 0.1px)}.rs-column.-medium-col-5-3{width:calc(( ( 100% - 2rem * 4) / 5 * 3 ) - 0.1px)}.rs-column.-medium-col-5-4{width:calc(( ( 100% - 2rem * 4) / 5 * 4 ) - 0.1px)}.rs-column.-medium-col-6-1{width:calc(( ( 100% - 2rem * 5) / 6 ) - 0.1px)}.rs-column.-medium-col-6-5{width:calc((  ( 100% - 2rem * 5) / 6 * 5 ) - 0.1px)}}@media screen and (max-width:600px){.columns-small-1>*{float:left}.columns-small-1>*:nth-of-type(1n){width:calc(( ( 100% - ( 0 * 1rem ) ) / 1 ) - 0.1px);margin-right:2rem;margin-right:calc(1rem);clear:none}.columns-small-1>*:nth-of-type(1n+1){clear:left}.columns-small-1>*:nth-of-type(1n+1){margin-right:0}.columns-small-1:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-small-2>*{float:left}.columns-small-2>*:nth-of-type(1n){width:calc(( ( 100% - ( 1 * 1rem ) ) / 2 ) - 0.1px);margin-right:2rem;margin-right:calc(1rem);clear:none}.columns-small-2>*:nth-of-type(2n+1){clear:left}.columns-small-2>*:nth-of-type(2n+2){margin-right:0}.columns-small-2:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-small-3>*{float:left}.columns-small-3>*:nth-of-type(1n){width:calc(( ( 100% - ( 2 * 1rem ) ) / 3 ) - 0.1px);margin-right:2rem;margin-right:calc(1rem);clear:none}.columns-small-3>*:nth-of-type(3n+1){clear:left}.columns-small-3>*:nth-of-type(3n+3){margin-right:0}.columns-small-3:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-small-4>*{float:left}.columns-small-4>*:nth-of-type(1n){width:calc(( ( 100% - ( 3 * 1rem ) ) / 4 ) - 0.1px);margin-right:2rem;margin-right:calc(1rem);clear:none}.columns-small-4>*:nth-of-type(4n+1){clear:left}.columns-small-4>*:nth-of-type(4n+4){margin-right:0}.columns-small-4:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-small-5>*{float:left}.columns-small-5>*:nth-of-type(1n){width:calc(( ( 100% - ( 4 * 1rem ) ) / 5 ) - 0.1px);margin-right:2rem;margin-right:calc(1rem);clear:none}.columns-small-5>*:nth-of-type(5n+1){clear:left}.columns-small-5>*:nth-of-type(5n+5){margin-right:0}.columns-small-5:after{content:".";display:block;height:0;clear:both;visibility:hidden}.columns-small-6>*{float:left}.columns-small-6>*:nth-of-type(1n){width:calc(( ( 100% - ( 5 * 1rem ) ) / 6 ) - 0.1px);margin-right:2rem;margin-right:calc(1rem);clear:none}.columns-small-6>*:nth-of-type(6n+1){clear:left}.columns-small-6>*:nth-of-type(6n+6){margin-right:0}.columns-small-6:after{content:".";display:block;height:0;clear:both;visibility:hidden}.rs-column{margin-right:calc(1rem)}.rs-column.-large-last{margin-right:2rem;margin-right:calc(1rem)}.rs-column.-medium-first{clear:none}.rs-column.-medium-last{margin-right:2rem;margin-right:calc(1rem)}.rs-column.-small-first{clear:left}.rs-column.-small-last{margin-right:0}.rs-column.-small-col-1-1,.rs-column.-small-col-2-2,.rs-column.-small-col-3-3,.rs-column.-small-col-4-4,.rs-column.-small-col-5-5,.rs-column.-small-col-6-6{width:100%}.rs-column.-small-col-2-1,.rs-column.-small-col-4-2,.rs-column.-small-col-6-3{width:calc(( ( 100% - 1rem) / 2 ) - 0.1px)}.rs-column.-small-col-3-1,.rs-column.-small-col-6-2{width:calc(( ( 100% - 1rem * 2) / 3 ) - 0.1px)}.rs-column.-small-col-3-2,.rs-column.-small-col-6-4{width:calc(( ( 100% - 1rem * 2) / 3 * 2 ) - 0.1px)}.rs-column.-small-col-4-1{width:calc(( ( 100% - 1rem * 3) / 4 ) - 0.1px)}.rs-column.-small-col-4-3{width:calc(( ( 100% - 1rem * 3) / 4 * 3 )) - 0.1px}.rs-column.-small-col-5-1{width:calc(( ( 100% - 1rem * 4) / 5 ) - 0.1px)}.rs-column.-small-col-5-2{width:calc(( ( 100% - 1rem * 4) / 5 * 2 ) - 0.1px)}.rs-column.-small-col-5-3{width:calc(( ( 100% - 1rem * 4) / 5 * 3 ) - 0.1px)}.rs-column.-small-col-5-4{width:calc(( ( 100% - 1rem * 4) / 5 * 4 ) - 0.1px)}.rs-column.-small-col-6-1{width:calc(( ( 100% - 1rem * 5) / 6 ) - 0.1px)}.rs-column.-small-col-6-5{width:calc(( ( 100% - 1rem * 5) / 6 * 5 ) - 0.1px)}}*,*:after,*:before{box-sizing:border-box;-webkit-backface-visibility:hidden}html{font-size:62.5%;background:#333333}*::-webkit-scrollbar-track{background-color:#333333}*::-webkit-scrollbar{width:0.5rem;background-color:#333333}*::-webkit-scrollbar-thumb{background-color:rgba(238, 121, 0, 0.9)}.inside{max-width:102.4rem;margin:0 auto;height:100%;padding:0rem 1.5rem}body{font-family:"Swiss", sans-serif;line-height:1.6;font-size:1.98rem;font-weight:300;color:#494949;background-color:#FFFFFF;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}a{text-decoration:none;cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:#736858;font-weight:300;margin-top:0px;margin-bottom:0px;line-height:1.2}h1.title-color-orange,.title-color-orange h1,h2.title-color-orange,.title-color-orange h2,h3.title-color-orange,.title-color-orange h3,h4.title-color-orange,.title-color-orange h4,h5.title-color-orange,.title-color-orange h5,h6.title-color-orange,.title-color-orange h6,.h1.title-color-orange,.title-color-orange .h1,.h2.title-color-orange,.title-color-orange .h2,.h3.title-color-orange,.title-color-orange .h3,.h4.title-color-orange,.title-color-orange .h4,.h5.title-color-orange,.title-color-orange .h5,.h6.title-color-orange,.title-color-orange .h6{color:#ee7900}h1,.h1{font-size:4.62rem}h2,.h2{font-size:4.62rem}h3,.h3{font-size:4.62rem}h4,.h4{font-size:3.52rem;font-weight:300}h5,.h5{margin-top:0rem;font-size:3.08rem;line-height:1.3}h6,.h6{font-size:2.42rem;font-weight:400}q{quotes:"«" "»" "‹" "›"}input:focus,textarea:focus,select:focus{outline:1px solid #736858;outline:1px solid rgba(115, 104, 88, 0.6);outline-offset:-1px;-webkit-transition:outline 0.4s;transition:outline 0.4s}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{display:none;-webkit-appearance:none}select{-webkit-appearance:button;-webkit-border-radius:0px;-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.1);-webkit-padding-end:2rem;-webkit-padding-start:2px;-webkit-user-select:none;background-image:url("../../files/template/img/icons/Ic_Pfeil_runter_small_reverse.png");background-position:calc(100% - 13px) 50%;background-size:11px 11px;background-repeat:no-repeat;-moz-appearance:none;font-size:inherit;margin:2rem 1rem;overflow:hidden;padding:12px 10px !important;text-overflow:ellipsis;white-space:nowrap;min-width:238px;color:#FFFFFF;background-color:#ee7900;border:none !important;outline:none !important;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}select[data-filter-value=""],select.white{color:#494949;background-color:#f8f8f8;background-image:url("../../files/template/img/icons/Ic_Pfeil_runter_small.png")}select::-ms-expand{display:none}input::-webkit-input-placeholder{color:#000000}input:-moz-placeholder{color:#000000}input::-moz-placeholder{color:#000000}input:-ms-input-placeholder{color:#000000}input:focus::-webkit-input-placeholder{color:transparent}input:focus:-moz-placeholder{color:transparent}input:focus::-moz-placeholder{color:transparent}input:focus:-ms-input-placeholder{color:transparent}::-moz-selection{background:#ee7900;background:rgba(238, 121, 0, 0.9);color:#FFFFFF;text-shadow:none}::selection{background:#ee7900;background:rgba(238, 121, 0, 0.9);color:#FFFFFF;text-shadow:none}input,textarea,select{padding:0.8rem;border:none;font-size:1.54rem;border-radius:0px}.widget{position:relative;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:0.5rem;max-width:100%}.widget>*{-webkit-box-flex:1;-ms-flex:1 0 200px;flex:1 0 200px;max-width:100%}.widget input:nth-child(3),.widget textarea:nth-child(3),.widget select:nth-child(3){margin-top:3rem}.widget label:not(.button-style){-webkit-box-flex:0;-ms-flex:0 0 195px;flex:0 0 195px;font-size:1.705rem;font-weight:600;margin-right:1.5rem}.widget button,.widget .submit{margin-top:2.5rem;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.widget .captcha_text{margin-left:22.5rem;margin-top:0.5rem;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;color:#494949;font-size:1.705rem}.widget.explanation{margin-top:2rem}.widget.explanation p{color:#494949;font-size:1.705rem}.widget.explanation p a{color:#736858}.widget.explanation p a:hover{color:#ee7900}.widget p.error{position:absolute;top:0px;margin-left:18.5rem;margin-top:0.5rem;color:#ee7900;font-size:1.705rem}.widget.widget-upload{margin-bottom:1rem}.widget.widget-upload .upload-button-wrapper label{text-transform:none}.large-labels .widget label{-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px}.large-labels .widget select{margin:0px}input[type="file"]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%}span.file-name{font-size:14px;padding-left:10px}img{max-width:100%;height:auto;display:block;-webkit-backface-visibility:hidden}button,.submit,.button-style{border-radius:0px;border:none;padding:1rem 2.5rem;font-size:1.43rem;font-weight:500;text-transform:uppercase;background-color:#ee7900;color:#FFFFFF;letter-spacing:0.5px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;outline:none !important}button:not(.no-hover),.submit:not(.no-hover),.button-style:not(.no-hover){cursor:pointer}button:not(.no-hover):hover,.submit:not(.no-hover):hover,.button-style:not(.no-hover):hover{background-color:#494949}button:not(.no-hover).dark-background:hover,.submit:not(.no-hover).dark-background:hover,.button-style:not(.no-hover).dark-background:hover{background-color:#f1f0ee;color:#494949}table{width:100% !important;font-size:1.815rem;border-collapse:collapse;backface-visibility:visible}table thead{color:#494949;font-weight:600}table td,table th{padding:0.5rem 1rem;border-bottom:1px #736858 solid}body:not(.ie) #wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}audio{margin-top:15px}#header{background:#FFFFFF;height:auto;position:-webkit-sticky;position:sticky;top:0;z-index:9}#header .inside{height:auto}#header strong,#header a,#header span{font-weight:400}#header .header-wrapper{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#header .header-wrapper .header-top{z-index:10;-ms-flex-wrap:nowrap;flex-wrap:nowrap}#header .header-wrapper .header-bottom{-webkit-box-align:end;-ms-flex-align:end;-ms-grid-row-align:flex-end;align-items:flex-end}#header .header-wrapper .header-top,#header .header-wrapper .header-bottom{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative}#header .header-wrapper .header-top-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}#header .header-wrapper .header-top-right{margin-top:0rem}#header .header-wrapper .header-bottom-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#header .header-wrapper .logo{margin-top:1rem;margin-right:1rem;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#header .header-wrapper .logo .ce_image:first-child img{width:11rem;height:auto;-webkit-backface-visibility:hidden}#header .header-wrapper .logo .ce_image:last-child img{}#header .header-wrapper .quickmenu .mod_navigation ul{margin-bottom:0px}#header .header-wrapper .quickmenu .mod_navigation ul li{display:inline-block}#header .header-wrapper .quickmenu .mod_navigation ul li a,#header .header-wrapper .quickmenu .mod_navigation ul li strong{display:block;padding:1rem 1.3rem;color:#494949;font-size:1.43rem;font-weight:400}#header .header-wrapper .quickmenu .mod_navigation ul li a:hover,#header .header-wrapper .quickmenu .mod_navigation ul li strong:hover{color:#ee7900}#header .header-wrapper .changelanguage{margin-top:1rem;margin-left:1.5rem;position:relative}#header .header-wrapper .changelanguage .changelanguage-toggle{display:block;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:0.7s all ease-in-out;transition:0.7s all ease-in-out;position:relative}#header .header-wrapper .changelanguage .changelanguage-toggle img{width:2rem;height:auto}#header .header-wrapper .changelanguage .changelanguage-toggle .changelanguage-content{display:block;height:auto;max-height:0px;opacity:0;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;overflow:hidden;position:absolute;top:100%;padding-top:1rem;width:100%;text-align:center}#header .header-wrapper .changelanguage .changelanguage-toggle .changelanguage-content .mod_changelanguage ul{margin-bottom:0px}#header .header-wrapper .changelanguage .changelanguage-toggle .changelanguage-content .mod_changelanguage ul li{display:block}#header .header-wrapper .changelanguage .changelanguage-toggle .changelanguage-content .mod_changelanguage ul li a,#header .header-wrapper .changelanguage .changelanguage-toggle .changelanguage-content .mod_changelanguage ul li strong{display:block;padding:0rem;color:#494949;font-size:1.43rem;text-align:center}#header .header-wrapper .changelanguage .changelanguage-toggle .changelanguage-content .mod_changelanguage ul li a{cursor:pointer}#header .header-wrapper .changelanguage .changelanguage-toggle .changelanguage-content .mod_changelanguage ul li a:hover{color:#ee7900}#header .header-wrapper .changelanguage .changelanguage-toggle .changelanguage-content:after{content:" ";display:block;position:absolute;width:calc(100% + 16px);left:-9px;height:calc(100% + 5px);max-height:0px;-webkit-transform:rotate(180deg);transform:rotate(180deg);z-index:-1;background:white;top:0px;box-shadow:0px -5px 3px rgba(0, 0, 0, 0.12), 0 -3px 2px rgba(0, 0, 0, 0.24);-webkit-transition:0.9s all ease-in-out;transition:0.9s all ease-in-out}#header .header-wrapper .changelanguage .changelanguage-toggle .globe-image{background-image:url(../../files/template/img/icons/Ic_Globe.svg);background-repeat:no-repeat;background-size:20px 20px;background-position:center;width:2rem;height:2rem;-webkit-transition:0.7s all ease-in-out;transition:0.7s all ease-in-out}#header .header-wrapper .changelanguage .changelanguage-toggle:hover img{-webkit-transition:0.7s all ease-in-out;transition:0.7s all ease-in-out}#header .header-wrapper .changelanguage .changelanguage-toggle:hover .changelanguage-content{max-height:10rem;opacity:1;overflow:visible}#header .header-wrapper .changelanguage .changelanguage-toggle:hover .changelanguage-content:after{max-height:10rem;-webkit-transition:0.2s all ease-in-out;transition:0.2s all ease-in-out}#header .header-wrapper .changelanguage .changelanguage-toggle:hover .globe-image{background-image:url(../../files/template/img/icons/Ic_Globe_orange.svg)}#header .header-wrapper li.languages-icon{height:2.4rem}#header .header-wrapper li.languages-icon a{background-image:url(../../files/template/img/icons/Ic_Globe.svg);background-repeat:no-repeat;background-size:20px 20px;background-position:center;width:2rem;height:2rem;padding:2rem 1.3rem !important}#header .header-wrapper li.languages-icon a>*{display:none}#header .header-wrapper li.languages-icon a:hover{background-image:url(../../files/template/img/icons/Ic_Globe_orange.svg);background-repeat:no-repeat;background-size:20px 20px;background-position:center}#header .header-wrapper .search{margin-top:0.5rem;margin-left:1.5rem}#header .header-wrapper .hamburger-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header .header-wrapper .hamburger{padding:1rem;background-color:#333333;z-index:20;display:none}#header .header-wrapper .hamburger a{display:block;top:-20px;height:30px;width:35px}#header .header-wrapper .hamburger a span{display:block;position:relative;width:3rem;height:3px;background-color:#FFFFFF;top:14px;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;margin:0 auto}#header .header-wrapper .hamburger a span:before{content:"";position:absolute;width:100%;height:3px;top:-10px;background:#FFFFFF;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform-origin:right;transform-origin:right}#header .header-wrapper .hamburger a span:after{content:"";position:absolute;width:100%;height:3px;bottom:-10px;background:#FFFFFF;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform-origin:right;transform-origin:right}#header .header-wrapper .menu .mod_navigation{margin-top:1.5rem;font-size:1.7rem}#header .header-wrapper .menu .mod_navigation span.dontclick{cursor:default}#header .header-wrapper .menu .mod_navigation ul{margin-bottom:0px}#header .header-wrapper .menu .mod_navigation ul:hover .active{color:#736858}#header .header-wrapper .menu .mod_navigation ul li .ul-wrapper{display:none}#header .header-wrapper .menu .mod_navigation ul li:hover>.ul-wrapper{display:block}#header .header-wrapper .menu .mod_navigation ul li:hover>span,#header .header-wrapper .menu .mod_navigation ul li:hover>*>span,#header .header-wrapper .menu .mod_navigation ul li:hover .active{color:#ee7900}#header .header-wrapper .menu .mod_navigation ul li span,#header .header-wrapper .menu .mod_navigation ul li a{display:block;color:#736858}#header .header-wrapper .menu .mod_navigation ul li span.trail,#header .header-wrapper .menu .mod_navigation ul li a.trail{color:#ee7900}#header .header-wrapper .menu .mod_navigation ul li span.trail>span,#header .header-wrapper .menu .mod_navigation ul li a.trail>span{color:#ee7900}#header .header-wrapper .menu .mod_navigation ul li span.active,#header .header-wrapper .menu .mod_navigation ul li a.active{color:#ee7900}#header .header-wrapper .menu .mod_navigation ul li span.active>span,#header .header-wrapper .menu .mod_navigation ul li a.active>span{color:#ee7900}#header .header-wrapper .menu .mod_navigation ul li .highlight-link>span{color:#ee7900 !important}#header .header-wrapper .menu .mod_navigation ul.level_1{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0px}#header .header-wrapper .menu .mod_navigation ul.level_1>li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex:0 0 auto}#header .header-wrapper .menu .mod_navigation ul.level_1>li:first-child>span,#header .header-wrapper .menu .mod_navigation ul.level_1>li:first-child>a{padding-left:0px}#header .header-wrapper .menu .mod_navigation ul.level_1>li>span,#header .header-wrapper .menu .mod_navigation ul.level_1>li>a{padding:1rem}#header .header-wrapper .menu .mod_navigation ul.level_1>li:hover:first-child>.ul-wrapper{margin-left:-1.5rem}#header .header-wrapper .menu .mod_navigation ul.level_1>li:hover>.ul-wrapper{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}#header .header-wrapper .menu .mod_navigation ul.level_1>li:hover>.ul-wrapper>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex:0 0 auto}#header .header-wrapper .menu .mod_navigation .ul-wrapper.level_2{position:absolute;top:100%;z-index:11;background-color:rgba(255, 255, 255, 0.95);padding:0rem 1.5rem 1.5rem 1.5rem;box-shadow:0px 8px 19px 2px rgba(50, 50, 50, 0.07)}#header .header-wrapper .menu .mod_navigation .ul-wrapper.level_2>ul{position:relative}#header .header-wrapper .menu .mod_navigation .ul-wrapper.level_2 a,#header .header-wrapper .menu .mod_navigation .ul-wrapper.level_2 span{padding:0.5rem 1.7rem 0.5rem 0rem;line-height:1}#header .header-wrapper .menu .mod_navigation .ul-wrapper.level_2 a.active,#header .header-wrapper .menu .mod_navigation .ul-wrapper.level_2 span.active{padding:1rem 3.4rem 1rem 0rem}#header .header-wrapper .menu .mod_navigation .ul-wrapper.level_2 li{border-bottom:2px solid rgba(115, 104, 88, 0.1);position:relative}#header .header-wrapper .menu .mod_navigation .ul-wrapper.level_2 li:first-child{border-top:2px solid rgba(115, 104, 88, 0.1)}#header .header-wrapper .menu .mod_navigation .ul-wrapper.level_2 li.submenu:after{content:" ";background-image:url(../../files/template/img/icons/Ic_Breamcrumb.svg);background-position:center;background-size:5px 10px;background-repeat:no-repeat;width:1rem;height:1rem;position:absolute;top:1.35rem;right:1rem}#header .header-wrapper .menu .mod_navigation .ul-wrapper.level_3,#header .header-wrapper .menu .mod_navigation .ul-wrapper.level_4{padding:1.5rem;position:absolute;top:-1.7rem;left:100%;white-space:nowrap;padding-left:2rem;background:#FFFFFF;box-shadow:0px 8px 19px 2px rgba(50, 50, 50, 0.07)}#header .header-wrapper .representation{line-height:1;margin-bottom:1.5rem;padding-top:2rem;position:relative}#header .header-wrapper .representation>*{padding-left:0.8rem}#header .header-wrapper .representation>*:first-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}#header .header-wrapper .representation .ce_text{position:absolute;top:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#header .header-wrapper .representation .ce_text p{margin-bottom:0;font-size:1.21rem;font-weight:500}#header .header-wrapper .representation img{-webkit-backface-visibility:hidden}#header .header-wrapper .breadcrumb .mod_breadcrumb>ul>li{display:inline-block}#header .header-wrapper .breadcrumb .mod_breadcrumb ul{margin-bottom:0px}#header .header-wrapper .breadcrumb .mod_breadcrumb ul li span,#header .header-wrapper .breadcrumb .mod_breadcrumb ul li a{padding:10px;display:block}.custom{position:relative}#content-area-full .inside{max-width:none;padding:0px;margin:0 auto}#slider-area{max-height:70vh;overflow:hidden}#slider-area .inside{max-width:none;padding:0px;margin:0 auto}#slider-area .inside .mod_article{height:70vh;width:100%;margin:0;padding-top:0rem;padding-bottom:0rem}#slider-area .inside .mod_article .slick-list,#slider-area .inside .mod_article .slick-track,#slider-area .inside .mod_article .ce_image,#slider-area .inside .mod_article .image_container,#slider-area .inside .mod_article .snv-slide,#slider-area .inside .mod_article picture{height:100%;width:100%;overflow:hidden}#slider-area .inside .mod_article img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat}#slider-overlay-area{position:relative;z-index:1;max-width:1030px;margin:0 auto;background:#FFFFFF;margin-top:-13.5rem}#slider-overlay-area .inside .mod_article{padding-top:3rem}#container{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#FFFFFF;overflow:visible;margin-top:0rem;margin-bottom:0rem}#container #focus-area,#container #focus-end-area{background-color:rgba(115, 104, 88, 0.1)}#container #focus-area .inside,#container #focus-end-area .inside{position:relative}#container #focus-area .inside .mod_article:first-child:before,#container #focus-end-area .inside .mod_article:first-child:before{position:absolute;content:" ";top:0px;left:1.5rem;width:30%;height:0.7rem;max-width:35rem;min-width:10rem;background-color:#ee7900}#container #focus-area .inside .mod_article:first-child:after,#container #focus-end-area .inside .mod_article:first-child:after{position:absolute;content:" ";bottom:0px;left:1.5rem;width:30%;height:0.7rem;max-width:35rem;min-width:10rem;background-color:#ee7900}#container #focus-area .inside .mod_article.no-bottom-line:first-child:after,#container #focus-end-area .inside .mod_article.no-bottom-line:first-child:after{display:none}#container #focus-area .inside .mod_article.no-top-line:first-child:before,#container #focus-end-area .inside .mod_article.no-top-line:first-child:before{display:none}#container #focus-area .inside .mod_article .ce_text,#container #focus-end-area .inside .mod_article .ce_text{font-size:1.98rem}#container #focus-area .inside .mod_article .ce_text.small-text,#container #focus-end-area .inside .mod_article .ce_text.small-text{font-size:1.705rem}#container #social-area{overflow:hidden;background-color:#333333}#container #social-area h1,#container #social-area h2,#container #social-area h3,#container #social-area h4,#container #social-area h5,#container #social-area h6,#container #social-area p,#container #social-area span,#container #social-area .ce_hyperlink a,#container #social-area .ce_rsce_leadtext p{color:#FFFFFF}#footer{height:auto;position:relative;overflow:hidden;font-size:1.43rem;color:#736858;font-weight:400}#footer .footer-wrapper{margin-top:4rem;margin-bottom:0rem}#footer .footer-wrapper a,#footer .footer-wrapper a span{color:#736858;font-weight:400}#footer .footer-wrapper a:hover,#footer .footer-wrapper a span:hover{color:#ee7900}#footer .footer-wrapper strong{color:#ee7900;font-weight:400}#footer .footer-wrapper h6{font-size:1.43rem;font-weight:500;text-transform:uppercase;color:#736858;margin-bottom:0.7rem}#footer .footer-wrapper .footer-inner{margin-bottom:3rem}#footer .footer-wrapper .footer-inner ul li{border-top:1px #736858 solid}#footer .footer-wrapper .footer-inner ul li a,#footer .footer-wrapper .footer-inner ul li strong{display:block;padding:0.6rem 0.6rem 0.6rem 0}#footer .footer-wrapper .footer-socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#footer .footer-wrapper .footer-socials .ce_image{width:3.5rem;margin-bottom:2.5rem;margin-left:0.5rem;margin-right:0.5rem}#footer .footer-wrapper .column-copyright{text-align:center}#footer .footer-wrapper .column-copyright .mod_navigation .copyright{display:inline-block;margin-bottom:4rem;padding:0.6rem 1rem}#footer .footer-wrapper .column-copyright .mod_navigation ul{display:inline-block;margin-bottom:4rem}#footer .footer-wrapper .column-copyright .mod_navigation ul li{display:inline-block}#footer .footer-wrapper .column-copyright .mod_navigation ul li a,#footer .footer-wrapper .column-copyright .mod_navigation ul li strong{display:block;padding:0.6rem 1rem}#footer .footer-wrapper .column-copyright .ce_image{max-width:150px;margin:0 auto;padding-bottom:20px}@media screen and (max-width:600px){#footer .footer-wrapper .column-copyright .ce_image{max-width:100px}}.mm-btn_next:after{right:calc(50% - 4px)}.break-in-lightbox fieldset div{display:flex;align-items:baseline;padding:0.2rem 0}.break-in-lightbox fieldset div input{margin-right:0.5rem}.break-in-lightbox fieldset div label{flex:0 1 auto !important}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.invisible{position:absolute;left:-9999em}.object-fit-fallback{background-position:center;background-repeat:no-repeat;background-size:cover;display:block;height:100%}.object-fit-fallback img{opacity:0}.flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap}.flex-row>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex:0 0 auto}.aspect-1-1{padding-top:100%;position:relative}.aspect-16-9{padding-top:56.25%;position:relative}.aspect-4-3{padding-top:75%;position:relative}.aspect-3-2{padding-top:66.66%;position:relative}.aspect-8-5{padding-top:62.5%;position:relative}[class*="aspect-"]:not([class*="jw-"])>*{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.margin-top-xs{margin-top:0.5rem}.margin-top-s{margin-top:1rem}.margin-top-m{margin-top:2rem}.margin-top-l{margin-top:4rem}.margin-top-xl{margin-top:8rem}.margin-top-xxl{margin-top:12rem}.text-align--right{text-align:right}.text-align--right img{display:inline-block}.snv-fly-in-sidebar{}.snv-fly-in-sidebar .resp-sharing-button__link,.snv-fly-in-sidebar .resp-sharing-button__icon{display:inline-block}.snv-fly-in-sidebar .resp-sharing-button__link{text-decoration:none;color:#fff;margin:0.5em}.snv-fly-in-sidebar .resp-sharing-button{-webkit-transition:25ms ease-out;transition:25ms ease-out;padding:0.5em 0.75em;font-family:Helvetica Neue, Helvetica, Arial, sans-serif}.snv-fly-in-sidebar .resp-sharing-button__icon svg{width:1em;height:1em;margin-right:0.4em;vertical-align:top}.snv-fly-in-sidebar .resp-sharing-button--small svg{margin:0;vertical-align:middle}.snv-fly-in-sidebar .resp-sharing-button__icon{stroke:#fff;fill:none}.snv-fly-in-sidebar .resp-sharing-button__icon--solid,.snv-fly-in-sidebar .resp-sharing-button__icon--solidcircle{fill:#fff;stroke:none}.snv-fly-in-sidebar .resp-sharing-button--twitter{background-color:#55acee}.snv-fly-in-sidebar .resp-sharing-button--twitter:hover{background-color:#2795e9}.snv-fly-in-sidebar .resp-sharing-button--pinterest{background-color:#bd081c}.snv-fly-in-sidebar .resp-sharing-button--pinterest:hover{background-color:#8c0615}.snv-fly-in-sidebar .resp-sharing-button--facebook{background-color:#3b5998}.snv-fly-in-sidebar .resp-sharing-button--facebook:hover{background-color:#2d4373}.snv-fly-in-sidebar .resp-sharing-button--tumblr{background-color:#35465C}.snv-fly-in-sidebar .resp-sharing-button--tumblr:hover{background-color:#222d3c}.snv-fly-in-sidebar .resp-sharing-button--reddit{background-color:#5f99cf}.snv-fly-in-sidebar .resp-sharing-button--reddit:hover{background-color:#3a80c1}.snv-fly-in-sidebar .resp-sharing-button--google{background-color:#dd4b39}.snv-fly-in-sidebar .resp-sharing-button--google:hover{background-color:#c23321}.snv-fly-in-sidebar .resp-sharing-button--linkedin{background-color:#0077b5}.snv-fly-in-sidebar .resp-sharing-button--linkedin:hover{background-color:#046293}.snv-fly-in-sidebar .resp-sharing-button--email{background-color:#777}.snv-fly-in-sidebar .resp-sharing-button--email:hover{background-color:#5e5e5e}.snv-fly-in-sidebar .resp-sharing-button--xing{background-color:#1a7576}.snv-fly-in-sidebar .resp-sharing-button--xing:hover{background-color:#114c4c}.snv-fly-in-sidebar .resp-sharing-button--whatsapp{background-color:#25D366}.snv-fly-in-sidebar .resp-sharing-button--whatsapp:hover{background-color:#1da851}.snv-fly-in-sidebar .resp-sharing-button--hackernews{background-color:#FF6600}.snv-fly-in-sidebar .resp-sharing-button--hackernews:hover,.snv-fly-in-sidebar .resp-sharing-button--hackernews:focus{background-color:#FB6200}.snv-fly-in-sidebar .resp-sharing-button--vk{background-color:#507299}.snv-fly-in-sidebar .resp-sharing-button--vk:hover{background-color:#43648c}.snv-fly-in-sidebar .resp-sharing-button--facebook{background-color:#3b5998;border-color:#3b5998}.snv-fly-in-sidebar .resp-sharing-button--facebook:hover,.snv-fly-in-sidebar .resp-sharing-button--facebook:active{background-color:#2d4373;border-color:#2d4373}.snv-fly-in-sidebar .resp-sharing-button--twitter{background-color:#55acee;border-color:#55acee}.snv-fly-in-sidebar .resp-sharing-button--twitter:hover,.snv-fly-in-sidebar .resp-sharing-button--twitter:active{background-color:#2795e9;border-color:#2795e9}.snv-fly-in-sidebar .resp-sharing-button--google{background-color:#dd4b39;border-color:#dd4b39}.snv-fly-in-sidebar .resp-sharing-button--google:hover,.snv-fly-in-sidebar .resp-sharing-button--google:active{background-color:#c23321;border-color:#c23321}.snv-fly-in-sidebar .resp-sharing-button--tumblr{background-color:#35465C;border-color:#35465C}.snv-fly-in-sidebar .resp-sharing-button--tumblr:hover,.snv-fly-in-sidebar .resp-sharing-button--tumblr:active{background-color:#222d3c;border-color:#222d3c}.snv-fly-in-sidebar .resp-sharing-button--email{background-color:#777777;border-color:#777777}.snv-fly-in-sidebar .resp-sharing-button--email:hover,.snv-fly-in-sidebar .resp-sharing-button--email:active{background-color:#5e5e5e;border-color:#5e5e5e}.snv-fly-in-sidebar .resp-sharing-button--linkedin{background-color:#0077b5;border-color:#0077b5}.snv-fly-in-sidebar .resp-sharing-button--linkedin:hover,.snv-fly-in-sidebar .resp-sharing-button--linkedin:active{background-color:#046293;border-color:#046293}.snv-fly-in-sidebar .resp-sharing-button--xing{background-color:#1a7576;border-color:#1a7576}.snv-fly-in-sidebar .resp-sharing-button--xing:hover .resp-sharing-button--xing:active{background-color:#114C4C;border-color:#114C4C}.snv-fly-in-sidebar .resp-sharing-button--whatsapp{background-color:#25D366;border-color:#25D366}.snv-fly-in-sidebar .resp-sharing-button--whatsapp:hover,.snv-fly-in-sidebar .resp-sharing-button--whatsapp:active{background-color:#1DA851;border-color:#1DA851}@media screen and (max-width:1575px){#header .header-wrapper .menu .mod_navigation ul.level_1>li.last .ul-wrapper.level_2{margin-left:-1.5rem}#header .header-wrapper .menu .mod_navigation ul.level_1>li.last .ul-wrapper.level_2 li{padding-left:1.5rem}#header .header-wrapper .menu .mod_navigation ul.level_1>li.last .ul-wrapper.level_2 li.submenu:hover:after{background-image:url(../../files/template/img/icons/Ic_Breamcrumb_reverse.svg);left:auto;right:calc(100% + 1rem)}#header .header-wrapper .menu .mod_navigation ul.level_1>li.last .ul-wrapper.level_2 .ul-wrapper.level_3,#header .header-wrapper .menu .mod_navigation ul.level_1>li.last .ul-wrapper.level_2 .ul-wrapper.level_4{left:auto;right:100%;padding-right:3rem;padding-left:1.5rem}}@media screen and (max-width:1349px){.snv-fly-in-sidebar {right:0px}}@media screen and (min-width:1025px){.tablet-only{display:none !important}}@media screen and (max-width:1024px){#header .header-wrapper .logo{margin-top:1.5rem;margin-bottom:1.5rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#header .header-wrapper .logo>*:first-child{margin-right:2.5rem}#header .header-wrapper .hamburger{display:block}#header .header-wrapper .menu .mod_navigation{display:none}#header .header-wrapper .representation{display:none}#header .header-wrapper .quickmenu{display:none}#header .header-wrapper .search{display:none}#header .header-wrapper .changelanguage-toggle{display:none !important}#slider-area .snv-slide .banner h1{box-shadow:none}.header-wrapper .mod_breadcrumb{display:none}.mod_breadcrumb ul li{line-height:1.3}.mod_breadcrumb ul li>span,.mod_breadcrumb ul li>a{color:#a3887a}.mod_breadcrumb ul li:not(:last-child)>span,.mod_breadcrumb ul li:not(:last-child)>a{background-image:url("/files/template/img/icons/Ic_Breamcrumb_light.svg");background-position:right center;background-repeat:no-repeat}.mod_article{padding-top:4rem;padding-bottom:8rem}.snv-link-box .link-box.has-text{margin-bottom:33rem}}@media screen and (max-width:950px){.snv-bubbles-leitbild{margin-top:3rem;padding-bottom:6rem}.snv-bubbles-leitbild .flex-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:-5rem;margin-right:0rem}.snv-bubbles-leitbild .flex-child.loaded,.snv-bubbles-leitbild .flex-child.loaded:first-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:-5rem;margin-right:0rem}}@media screen and (max-width:890px){.memo-timeline-container:not(.simple) .awsm-timline-img-large{display:none}}@media screen and (max-width:860px){.mod_newslist.overview .isotope-container .isotope-item{width:100%;margin-left:0px}ul.sitemap.level_2>li{width:calc((100% / 2) - 12px)}.snv-steps-snake .title{font-size:2.42rem}.snv-steps-snake .text{font-size:1.815rem}.snv-steps-snake img{max-width:80%;margin:2.5rem auto 5rem auto}.snv-steps-snake .mobile-link{display:block;position:absolute}.snv-steps-snake div[class^="step-"]{position:static;width:100%;margin-bottom:2.5rem}.snv-steps-snake div[class^="step-"]:before{content:" ";display:none}.snv-steps-snake div.step-1 .mobile-link{top:53.5vw;left:11.5vw;padding:5vw 20vw 5vw 5vw}.snv-steps-snake div.step-2 .mobile-link{top:51.5vw;right:-4.5vw;padding:5vw 5vw 5vw 20vw}.snv-steps-snake div.step-3 .mobile-link{top:27.5vw;left:21.5vw;padding:5vw 20vw 5vw 5vw}.snv-steps-snake div.step-4 .mobile-link{top:6.5vw;right:-17.5vw;padding:5vw 5vw 5vw 20vw}.snv-link-box .link-box.has-text{margin-bottom:36rem}}@media screen and (max-width:768px){html{font-size:58%;background:#333333}.snv-focus-fokus-boxen .fokus-box{width:100%}.snv-steps{display:block}.snv-steps>*.step-2,.snv-steps>*.step-3{margin-top:10rem}.float_left{max-width:none;float:none;clear:both;margin:2em 0}.float_right{max-width:none;float:none;clear:both;margin:2em 0}.back-to-top span{padding:2rem 0rem;width:70%}#footer .footer-inner .mod_navigation>ul{margin-bottom:2.5rem}.snv-partner-galerie .partner-item{width:25%}.snv-partner-galerie .partner-item:nth-child(5n+1):not(:first-child) .line-wrapper:before{display:none}.snv-partner-galerie .partner-item:nth-child(4n+1):not(:first-child) .line-wrapper:before{content:"";display:block;position:absolute;left:0px;width:100%;border-bottom:2px rgba(51, 51, 51, 0.3) solid;-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}.snv-focus-gesucht-werden .gesucht-werden-box{width:100%;max-width:100%;margin-bottom:2rem}.snv-focus-slider-steps.slick-slider .slide-container{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.snv-focus-slider-steps.slick-slider .slide-container>*{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;color:#ee7900;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.snv-focus-slider-steps.slick-slider .slide-container h6{margin-top:4rem;text-align:center}.widget .captcha_text{margin-left:19.5rem}.dynamic-background-size,.ce_hyperlink a:not(.no-animation):before,.link-wrapper a:not(.no-animation):before,.ce_downloads a:not(.no-animation):before,.ce_download a:not(.no-animation):before,.snv-job-liste a:not(.no-animation):before,.awsm-timeline-content a:not(.no-animation):before,.slick-slider .slick-prev,.slick-slider .slick-next,#header .header-wrapper .changelanguage .changelanguage-toggle .globe-image,#header .header-wrapper li.languages-icon a,#header .header-wrapper li.languages-icon a:hover{background-size:contain}}@media screen and (max-width:740px){.snv-fly-in-topbar .snv-fly-in-wrapper:target{max-height:23rem}.snv-fly-in-topbar .newsletter-bar .formbody,.snv-fly-in-topbar .search-bar .formbody{-ms-flex-wrap:wrap;flex-wrap:wrap}.snv-fly-in-topbar .newsletter-bar .formbody>*,.snv-fly-in-topbar .search-bar .formbody>*{-webkit-box-flex:1;-ms-flex:1 1 40%;flex:1 1 40%;margin-bottom:0.5rem !important;margin-right:0.25rem !important;margin-left:0.25rem !important}.box-slider:not(.isotope-container):not(.slick-initialized) .box-slider-child{-webkit-box-flex:0;-ms-flex:0 0 90%;flex:0 0 90%}.ce_downloads .downloads-icon{display:none}.snv-fly-in-sidebar{display:none}.ce_form .widget-radio .options-wrapper,.ce_form .widget-checkbox .options-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}}@media screen and (min-width:678px){.memo-timeline-container .awsm-timeline-style-1 .awsm-timeline-img{top:5px}.awsm-timeline-block{padding-top:3px;padding-bottom:0px}.awsm-timeline-block:last-child{padding-top:45px}}top:-28px;@media screen and (min-width:641px){.mobile-only{display:none !important}}@media screen and (max-width:640px){h1,.h1{font-size:3.5rem}h2,.h2{font-size:3.5rem}h3,.h3{font-size:3.5rem}h4,.h4{font-size:3rem}h5,.h5{font-size:2.8rem}.snv-slide .banner h1{border-width:0.2em 0.2em 0.2em 0;font-size:3.7rem;line-height:1.3}.snv-slide .banner h1:after{top:-0.2em;bottom:-0.2em;width:0.2em}.snv-slide.loaded .banner{-webkit-transform:translateY(0%) scale(1);transform:translateY(0%) scale(1);bottom:6%;opacity:1}.snv-slide.video.waiting:after{display:none !important}.ce_rsce_leadtext p{font-size:2.2rem}table{width:100% !important}table thead{display:none}table tbody td{display:block !important;text-align:left !important;width:100% !important;padding:0.2rem 1rem;border:none}table tbody td:before{content:attr(data-th);display:inline-block;text-align:left;font-weight:600;padding-right:13px}table tbody tr td:last-child{border-bottom:1px #736858 solid}#header .header-wrapper .search{display:none}#header .header-wrapper .breadcrumb{display:none}.snv-partner-galerie .partner-item{width:50%}.snv-partner-galerie .partner-item:nth-child(4n+1):not(:first-child) .line-wrapper:before{display:none}.snv-partner-galerie .partner-item:nth-child(2n+1):not(:first-child) .line-wrapper:before{content:"";display:block;position:absolute;left:0px;width:100%;border-bottom:2px rgba(51, 51, 51, 0.3) solid;-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}.snv-link-box .link-box{margin-bottom:1rem}.snv-link-box .link-box.has-text{margin-bottom:33rem}.snv-link-box .link-box .link-content picture,.snv-link-box .link-box .link-content img{display:none}.mod_search .result-wrapper .context{overflow:hidden;display:inline-block}.mod_search .link-wrapper a{max-width:calc(100% - 4rem)}.filter-search-input input{min-width:100%}.desktop-only{display:none !important}.isotope-container .isotope-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.isotope-container .isotope-item.table-title{display:none !important}.isotope-container.events{background-image:none;padding-right:1rem}.isotope-container.committee .isotope-item .supportor{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:auto}.isotope-container.committee .isotope-item .supportor:after{content:" // ";display:inline-block;padding:0px 5px}.isotope-container.committee .isotope-item .nknumber{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:auto}.isotope-container.committee .isotope-item .title{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.snv-focus-vorteile .vorteil .icon-wrapper{-webkit-box-flex:0;-ms-flex:0 0 5rem;flex:0 0 5rem;width:5rem;height:5rem}.mobile-no-aspect-ratio{padding-top:0px}.mobile-no-aspect-ratio>*{position:static}.snv-bubbles-leitbild{padding-bottom:2rem}.snv-bubbles-leitbild .bubble-wrapper{border-radius:0px}.snv-bubbles-leitbild .flex-child,.snv-bubbles-leitbild .flex-child:first-child,.snv-bubbles-leitbild .flex-child.loaded,.snv-bubbles-leitbild .flex-child.loaded:first-child{margin-bottom:1rem}.snv-bubbles-leitbild .bubble-inside{padding:3rem}.snv-bubbles-leitbild .bubble-1,.snv-bubbles-leitbild .bubble-2,.snv-bubbles-leitbild .bubble-3{border-radius:0px !important}.glossar_layer.layer_loaded:before{left:calc(50% + 1rem)}.snv-focus-fokus-boxen .fokus-box{padding:2rem 2.5rem 5rem 2.5rem}.snv-steps{padding-top:2rem}.slick-slider .slick-dots{bottom:-6rem}.ce_hyperlink a:not(.no-animation),.link-wrapper a:not(.no-animation),.ce_downloads a:not(.no-animation),.ce_download a:not(.no-animation),.snv-job-liste a:not(.no-animation){line-height:1.6}.snv-focus-engagement .engagement{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.snv-focus-engagement .engagement .left-side{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:0px;margin-bottom:3rem;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.snv-focus-engagement .engagement .left-side .subtitle span{text-align:left}.snv-team .team-box:hover{background:transparent}.snv-focus-wordcloud{margin-bottom:0px}#footer .footer-wrapper .footer-inner{margin-bottom:0rem}#footer .footer-wrapper .column-copyright .mod_navigation .copyright{margin-bottom:1rem}#footer .footer-wrapper .column-copyright .mod_navigation ul{margin-bottom:2rem}.mod_article{padding-top:3rem;padding-bottom:5rem}.mod_article:last-child{padding-bottom:4rem}#social-area .mod_article{padding-top:3rem;padding-bottom:7rem}.glossar_layer.layer_loaded:before{display:none}}@media screen and (max-width:525px){.snv-call-to-action .cta-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.snv-call-to-action .cta-box .link-content{width:100%}.snv-call-to-action .cta-box .link-content .title,.snv-call-to-action .cta-box .link-content .text{padding-right:2rem}.snv-call-to-action .cta-box .link-content .text{padding-bottom:8.5rem}.snv-call-to-action .cta-box .cta-button{top:-7rem;width:14rem;max-width:80%;margin:0 auto}.snv-call-to-action .cta-box .cta-button .cta-icon{left:50%}.snv-call-to-action .cta-box .cta-button .button-background{-webkit-transform:translateX(0%);transform:translateX(0%)}.snv-call-to-action .cta-box:hover .cta-button .cta-icon{left:53%}.dropdowns select{width:100%;margin:0rem 0rem 1.5rem 0rem;max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word}ul.sitemap.level_2>li{width:100%}.snv-focus-slider-steps.slick-slider .slick-dots li button{width:12.5vw;height:12.5vw;font-size:2.5rem}}@media screen and (max-width:500px){.widget{margin-bottom:1.5rem}.widget label{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.mod_newslist.overview .filter-button-group button{display:block}.snv-bubble-text-columns .bubble-box .title{width:80%;height:80%;margin-top:10%}.snv-bubble-text-columns .bubble-box .text{margin-bottom:3rem}.snv-link-box .link-box.has-text{margin-bottom:4rem}.snv-link-box .link-box .text{position:static;-webkit-transform:translateY(0%);transform:translateY(0%);padding-top:1.5rem}.ce_form .widget-radio legend,.ce_form .widget-checkbox legend{margin-bottom:0.5rem}.ce_form .widget-radio .flex-wrapper,.ce_form .widget-checkbox .flex-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}}@media screen and (max-width:475px){.widget .captcha_text{margin-left:0rem}}@media screen and (max-width:435px){.snv-fly-in-topbar .snv-fly-in-wrapper:target{max-height:30rem}.snv-fly-in-topbar .newsletter-bar .formbody,.snv-fly-in-topbar .search-bar .formbody{-ms-flex-wrap:wrap;flex-wrap:wrap}.snv-fly-in-topbar .newsletter-bar .formbody>*,.snv-fly-in-topbar .search-bar .formbody>*{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;margin-bottom:0.5rem !important;margin-right:0rem !important;margin-left:0rem !important}.snv-fly-in-topbar .newsletter-bar .formbody .widget button,.snv-fly-in-topbar .newsletter-bar .formbody .widget .submit,.snv-fly-in-topbar .search-bar .formbody .widget button,.snv-fly-in-topbar .search-bar .formbody .widget .submit{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .close-button{-webkit-transition:all 0s linear 0.3s;transition:all 0s linear 0.3s;opacity:0;display:block}.snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .close-button.open{-webkit-transition:all 0.2s linear 1.1s;transition:all 0.2s linear 1.1s;top:0.3rem;right:101%;opacity:1}.snv-fly-in-sidebar .fly-in-wrapper .content-wrapper .content{width:44rem}.widget>*{-webkit-box-flex:1;-ms-flex:1 0 100px;flex:1 0 100px}@-webkit-keyframes flyToogleIn{0%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg)}25%{-webkit-transform:translateZ(5px) rotateX(-5deg);transform:translateZ(5px) rotateX(-5deg);box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}50%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg);top:-60px;margin-left:0rem}100%{top:-60px;margin-left:calc(-100vw + 60px)}}@keyframes flyToogleIn{0%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg)}25%{-webkit-transform:translateZ(5px) rotateX(-5deg);transform:translateZ(5px) rotateX(-5deg);box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}50%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg);top:-60px;margin-left:0rem}100%{top:-60px;margin-left:calc(-100vw + 60px)}}@-webkit-keyframes flyToogleOut{0%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg)}25%{-webkit-transform:translateZ(5px) rotateX(-5deg);transform:translateZ(5px) rotateX(-5deg);box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}50%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg);top:-60px;margin-left:0rem}100%{top:-60px;margin-left:calc(-100vw + 60px)}}@keyframes flyToogleOut{0%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg)}25%{-webkit-transform:translateZ(5px) rotateX(-5deg);transform:translateZ(5px) rotateX(-5deg);box-shadow:0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)}50%{-webkit-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg);top:-60px;margin-left:0rem}100%{top:-60px;margin-left:calc(-100vw + 60px)}}@-webkit-keyframes flyContentIn{0%{left:60px;margin-left:45vw}50%{left:60px;margin-left:-60px}100%{left:60px;margin-left:-100%}}@keyframes flyContentIn{0%{left:60px;margin-left:45vw}50%{left:60px;margin-left:-60px}100%{left:60px;margin-left:-100%}}@-webkit-keyframes flyContentOut{0%{left:60px;margin-left:45vw}50%{left:60px;margin-left:-60px}100%{left:60px;margin-left:-100%}}@keyframes flyContentOut{0%{left:60px;margin-left:45vw}50%{left:60px;margin-left:-60px}100%{left:60px;margin-left:-100%}}}body:before{display:none}#header .header-wrapper .menu .mod_navigation ul.level_1>li:hover>.ul-wrapper>*{max-width:100%}#slider-area .inside .mod_article .snv-slide.video{max-height:900px}#slider-area{max-height:1024px !important}#slider-area .inside{max-height:100%}#slider-area .inside .mod_article{max-height:100% !important}
