@charset "UTF-8";
/* moved by compressor */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 90020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 90030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 90060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 90040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 90040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 90040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 90010;
	background: url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 90050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 90050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/*
 *************************************************************************
 **                                                                     **
 **                                                                     **
 **                  !DO NOT EDIT THIS FILE MANUALLY!                   **
 **                 !ANY CHANGES  WILL BE OVERWRITTEN!                  **
 **          Place your custom changes inside custom.css-file           **
 **                                                                     **
 **                !DIESE  DATEI NICHT VON HAND AENDERN!                **
 **            !AENDERUNGEN WERDEN MASCHINELL UEBERSCHRIEBEN!           **
 **            Manuelle CSS-Anpassungen platzieren Sie bitte            **
 **                     in der custom.css-Datei                         **
 **                                                                     **
 **                                                                     **
 *************************************************************************
*/


body,html{max-width:100vw}.hero,body,main{min-height:100vh}body,figure,section{margin:0;padding:0}body,figure,pre,section,ul{padding:0}a,u{text-decoration:underline}sub,sup{vertical-align:baseline;position:relative}.collapsible-group .collapsible-head,main,sub,sup{position:relative}*,.plyr--full-ui,:after,:before{box-sizing:border-box}.blasdasd{tuerkis:#009982;white:#fff;aqua:#9DD3CF;darkgrey:#6F6F6F;dark:#2C2C2C;blue:#629FD6;grey:#9B9B9B;lightgrey:#F5F5F5;gradient:linear-gradient(90deg,rgba(0,153,130,1) 22%,rgba(157,211,207,1) 124%)}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow-x:hidden;scroll-behavior:smooth}@media only screen and (min-width:450px){html{font-family:size-xs}}@media only screen and (min-width:768px){html{font-family:size-sm}}@media only screen and (min-width:990px){html{font-family:size-md}}@media only screen and (min-width:1200px){html{font-family:size-lg}}@media (min-width:1200px){html{font-size:min(calc(((100vw - 1200px) * 3 / 400) + 10px),16px)}}body{font-family:'Open Sans',Arial;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:initial;font-size:16px;font-size:1rem;line-height:1.4;-webkit-transition:all 125ms ease-out;-moz-transition:all 125ms ease-out;-o-transition:all 125ms ease-out;transition:all 125ms ease-out}.container.content,img{max-width:100%}code,figure figcaption{font-size:16px;line-height:1.4}main{min-width:100%;display:block}figure{margin:0rem;padding:0rem;line-height:0;line-height:0rem}figure figcaption{font-size:1rem}figure table{line-height:1.4}img{vertical-align:middle;border-style:none}section{margin:0rem;padding:0rem}div.extbase-debugger input[type=checkbox]{visibility:visible;width:auto;opacity:1;margin:initial;display:initial}input,pre{width:100%}a{-webkit-text-decoration-skip:objects;color:inherit}a:focus{outline:0}a[href*="mailto:"]{word-break:break-all}b,strong{font-weight:600}em{font-style:italic}address,pre{font-style:normal}.small,small{font-size:14px;font-size:.875rem;line-height:1.4}input,select{line-height:24px}pre{line-height:180%;margin:0;margin:0rem;padding:0rem;display:block;word-wrap:break-word;white-space:pre-wrap}mark{background-color:#fff}code{background-color:rgba(0,0,0,.05);padding:5px;padding:.3125rem;font-family:'Courier New',monospace;font-size:1rem;margin:2px 0;margin:.125rem 0rem;display:inline-block}ul{padding:0rem;padding-left:18px;padding-left:1.125rem;margin:16px 0;margin:1rem 0rem}ul li{margin-bottom:8px;margin-bottom:.5rem}.no-list ul,nav ul{padding:0;padding:0rem;margin:0;margin:0rem;list-style-type:none}input,p{padding:0}.no-list ul li,nav ul li{margin-bottom:0;margin-bottom:0rem}p{padding:0rem;letter-spacing:-.39px}p:empty{display:none}p:last-of-type{margin:0;margin:0rem}input{appearance:none;-moz-appearance:none;-webkit-appearance:none;font-size:16px;font-size:1rem;line-height:1.5rem;height:35px;height:2.1875rem;padding:0rem;margin:0;margin:0rem;border:unset;border-bottom:1px solid #D8D8D8;border-radius:0;border-radius:0rem;color:#484848}input::-webkit-input-placeholder{color:#9B9B9B}input:-moz-placeholder{color:#9B9B9B}input::-moz-placeholder{color:#9B9B9B}input:-ms-input-placeholder{color:#9B9B9B}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button,input[type=time]::-webkit-inner-spin-button,input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:textfield;appearance:none}input:focus{outline:0;border-bottom:1px solid #009982}input[type=radio]{width:0;width:0rem;margin:0;margin:0rem;display:initial}input[type=radio]~label{display:initial;float:left;width:auto;height:auto;margin:0 20px;margin:0rem 1.25rem}input[type=radio]+label{display:inline-block;cursor:pointer;float:left;padding:0;padding:0rem;color:transparent;width:10px;width:.625rem;height:10px;height:.625rem;margin:3px 0 0;margin:.1875rem 0rem 0rem}input[type=radio]+label:before{transition:all ease-in-out 125ms;content:'';width:14px;width:.875rem;height:14px;height:.875rem;background-color:#000;float:left;border-radius:20px;border:1px solid #000}input[type=radio]:checked+label:before{background-color:#000}select,textarea{background-color:#fff}input[type=checkbox]{width:30px;width:1.875rem;height:30px;height:1.875rem;border:5px solid #fff;outline:#c4c4c4 solid 1px;border-radius:7px;padding:0;margin:0;cursor:pointer;transition:ease all 250ms}form .powermail_fieldset.col-md-6,iframe,select,table,textarea{width:100%}.plyr--full-ui input[type=range]:focus,.plyr:focus,.plyr__control:focus,select:focus,textarea:focus{outline:0}input[type=checkbox]:checked{background:linear-gradient(90deg,rgba(0,153,130,1) 22%,rgba(157,211,207,1) 124%)}input[type=submit]{background-color:#fff;height:auto;padding:10px;padding:.625rem;cursor:pointer;transition:all ease-in-out .2s}input[type=submit]:hover{background-color:#F5F5F5;border-color:#F5F5F5}input[hidden]{display:none!important}input.parsley-error{border:2px solid red}input.parsley-error::-webkit-input-placeholder{color:red}input.parsley-error:-moz-placeholder{color:red}input.parsley-error::-moz-placeholder{color:red}input.parsley-error:-ms-input-placeholder{color:red}textarea{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;min-height:100px;min-height:6.25rem;padding:10px;padding:.625rem;border:1px solid #9B9B9B;border-radius:3px;border-radius:.1875rem;resize:none;margin:5px 0;margin:.3125rem 0rem;font-family:inherit}textarea::-webkit-input-placeholder{color:#000}textarea:-moz-placeholder{color:#000}textarea::-moz-placeholder{color:#000}textarea:-ms-input-placeholder{color:#000}label{display:inline-block;vertical-align:top;margin:0;margin:0rem}select{height:35px;height:2.1875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-appearance:none;-moz-appearance:none;padding:0 10px;padding:0rem .625rem;object-fit:contain;background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/select_down.png');background-position:right 10px center;border:unset;border-bottom:1px solid #D8D8D8;border-radius:unset;color:#9B9B9B;background-repeat:no-repeat;font-size:16px;font-size:1rem;line-height:1.5rem;cursor:pointer}select:focus,select:hover{border-color:#009982}.powermail_fieldwrap_type_select .powermail_field{margin-top:auto}hr{border-bottom:1px solid #fff;height:0;height:0rem;overflow:visible;display:block}iframe{height:auto;min-height:1px;min-height:.0625rem}table{margin-bottom:1rem;color:#212529;border-collapse:collapse}table thead tr td,table thead tr th{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;color:#495057;vertical-align:center;text-align:left;padding:0 0 10px 10px;padding:0rem 0rem .625rem .625rem}table tbody td,table tbody tr,table tfoot tr td{padding:.75rem;vertical-align:middle;text-align:left;border-top:1px solid #dee2e6}table tbody td th,table tbody tr th{padding-left:10px;padding-left:.625rem}table tbody tr:nth-child(odd){background-color:#F5F5F5}form.powermail_form{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}form .powermail_fieldwrap{margin-bottom:33px;margin-bottom:2.0625rem}@media only screen and (min-width:990px){form .powermail_fieldset.col-md-6{width:calc(50% - 4px)}}form .powermail_fieldset .j77powermail--inner{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}form .powermail-errors-list.filled li{padding-left:unset;color:#c11818;font-size:10px;font-weight:700}form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check label.powermail_label,form h3,form legend{display:none}.row,form fieldset .powermail_fieldwrap .checkbox label{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox}form fieldset{border:none}form fieldset .powermail_fieldwrap label{font-size:12px;font-size:.75rem;line-height:18px;line-height:1.125rem;letter-spacing:.45px;font-weight:700;color:#9B9B9B}form fieldset .powermail_fieldwrap .powermail_field .parsley-errors-list{color:red}form fieldset .powermail_fieldwrap .checkbox{margin:10px 0;margin:.625rem 0rem}form fieldset .powermail_fieldwrap .checkbox label{font-size:14px;font-size:.875rem;line-height:19px;line-height:1.1875rem;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;font-weight:400;cursor:pointer}picture,sub,sup{line-height:0}form fieldset .powermail_fieldwrap .checkbox label a{margin:0 4px;font-weight:700}form fieldset .powermail_fieldwrap .checkbox input{margin-right:14px;margin-right:.875rem}form fieldset .powermail_fieldwrap .radio-button{margin:10px 0;margin:.625rem 0rem}form fieldset .powermail_fieldwrap .radio-button label{display:inline-block}form.powermail_form.powermail_form_2 .powermail_fieldset_3{display:flex;flex-wrap:wrap;flex-direction:row}form.powermail_form.powermail_form_2 .powermail_fieldset_3 .powermail_fieldwrap_marker_02 .powermail_label,form.powermail_form.powermail_form_2 .powermail_fieldset_3 .powermail_fieldwrap_monat .powermail_label{display:none}form.powermail_form.powermail_form_2 .powermail_fieldset_3 .powermail_fieldwrap_marker{width:20%}form.powermail_form.powermail_form_2 .powermail_fieldset_3 .powermail_fieldwrap_marker_02,form.powermail_form.powermail_form_2 .powermail_fieldset_3 .powermail_fieldwrap_monat{width:40%}form.powermail_form.powermail_form_2 .powermail_fieldset_4 .checkbox label{align-content:unset;justify-content:unset;flex-wrap:wrap}.tx-powermail .container-fluid{padding-left:unset;padding-right:unset}.tx-powermail .container-fluid .powermail_form.powermail_form_2{margin-left:-24px;margin-right:-24px}blockquote,picture{margin:0;padding:0}@media only screen and (min-width:990px){.tx-powermail .container-fluid .powermail_form.powermail_form_2{margin-left:0;margin-right:0}}picture{margin:0rem;padding:0rem;line-height:0rem}picture source{width:100%;height:auto;display:block}svg:not(:root){overflow:hidden}blockquote{margin:0rem;padding:0rem}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:700;color:#000;margin:0 0 10px;margin:0rem 0rem .625rem}.collapsible-group .collapsible-head.open h4,.collapsible-group .collapsible-head:hover h4{color:#009982}@media only screen and (min-width:768px){.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin:0 0 10px;margin:0rem 0rem .625rem}}@media only screen and (min-width:990px){.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin:0 0 10px;margin:0rem 0rem .625rem}}@media only screen and (min-width:1200px){.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin:0 0 10px;margin:0rem 0rem .625rem}}.h1.thin,.h2.thin,.h3.thin,.h4.thin,.h5.thin,.h6.thin,h1.thin,h2.thin,h3.thin,h4.thin,h5.thin,h6.thin{font-weight:300}sub{font-size:14px;font-size:.875rem;line-height:0rem;bottom:-3.5px;bottom:-.21875rem}sup{font-size:14px;font-size:.875rem;line-height:0rem;top:-3.5px;top:-.21875rem}ol{padding:0;padding:0rem;margin:0;margin:0rem}ol li{padding-left:5px;padding-left:.3125rem;list-style-type:decimal}.hide-lg,.hide-md,.hide-sm{display:block}.hide-xs{display:none}@media only screen and (min-width:768px){.hide-lg,.hide-md,.hide-xs{display:block}.hide-sm{display:none}}@media only screen and (min-width:990px){.hide-lg,.hide-sm,.hide-xs{display:block}.hide-md{display:none}.container.content{max-width:1280px;max-width:80rem}}@media only screen and (min-width:1200px){.hide-md,.hide-sm,.hide-xs{display:block}.hide-lg{display:none}}.container{width:100%;padding-right:36px;padding-right:2.25rem;padding-left:36px;padding-left:2.25rem;margin-right:auto;margin-left:auto}.container.fullwidth{padding:0;padding:0rem;max-width:100%}.container.fullwidth div[class*=col-]{padding:0;padding:0rem}@media only screen and (min-width:1920px){.container.fullwidth{max-width:1920px;max-width:120rem;margin:0 auto}}.container.indented{max-width:100%}.collapsible-group{border-top:1px solid #D2D2D2;margin-top:30px;margin-top:1.875rem;margin-bottom:30px;margin-bottom:1.875rem}.collapsible-group .collapsible-group{margin-top:16px;margin-top:1rem;margin-bottom:16px;margin-bottom:1rem;margin-right:-36px;margin-right:-2.25rem}@media only screen and (min-width:990px){.container.indented{max-width:826px;max-width:51.625rem}.collapsible-group .collapsible-group{margin-right:0;margin-right:0rem;margin-top:30px;margin-top:1.875rem;margin-bottom:30px;margin-bottom:1.875rem}}.collapsible-group .collapsible-content{border-bottom:1px solid #D2D2D2;display:none}.collapsible-group .collapsible-head{cursor:pointer;border-bottom:1px solid #D2D2D2;padding:25px 0;padding:1.5625rem 0rem;transition:ease-in-out all 333ms}.collapsible-group .collapsible-head.open{border-color:transparent}.collapsible-group .collapsible-head.open h4:after{content:'-'}.collapsible-group .collapsible-head h4{color:#6F6F6F;font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem;font-weight:700;margin:unset;transition:ease-in-out all 333ms;position:relative;display:flex;padding-right:30px}.collapsible-group .collapsible-head h4:after{content:'+';color:#009982;margin-left:auto;font-size:30px}.collapsible-group .collapsible-head h4.anthrazit{color:#6F6F6F}.collapsible-group .collapsible-head h4.green{color:#009982}.collapsible-group .component.story{padding:unset;margin:unset}.collapsible-group .component.story.story_bg{background-color:unset}.collapsible-group .component.story .container.content{margin:unset;padding:unset;max-width:unset;padding-top:20px;padding-right:20px;padding-bottom:30px;padding-bottom:1.875rem}.story.acc-story{padding:unset}.tab{margin-top:40px;margin-top:2.5rem}.tab .tab--header.only-mobile{display:block;border:1px solid #ccc;border-bottom:0}.tab .tab--header.only-mobile select{border:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPEAAADxCAMAAAAtFaE7AAABLFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD////VtCFnAAAAYnRSTlMAAQQFBgcLDg8QERITFBkjJCUnKzc4OT5AQUJEUVVXWFlmb3B3eHl6gIGCg4WGiIuMjY6PlpeYmZudo6SqtLq9wsPExsfJysvMzs/Q09TV1tna4ePl6uzt7u/x8vP2+Pn6/sxMquUAAAABYktHRGNcvi2qAAADe0lEQVR42u3ZZ1cTQRTG8UsRDEbFjihiLwQEQcUCEiw0EbvGLvP9P4QvkAOB7M7O7pR7L8//5eyc5PzOk+RNiBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBCSVffQ5PzqxsLjSzVlsP6RR8/WV+anzne3Hfdc+WT+93f2mCJv/e6vbdjn64d2zgffmF39HFEDvvh9N2zjxPb50FfT1uaYEvCtzXZYa3jr/OQ3s7eZLg3gxj7Xj1NERH3vzP5mFIAnOrje9xHRTdMp+Ss3OrpuEPW3TGeywoWNMa1+umwykr1yI4s1Sk9NJlkj2DyhDaOQnA0269Qy+sg5YPOF/uQ8NdOafrS2+k0f8x6LXLmRK/pAL3OfC1x5Ih/0gsbzL4hbuWHxNOis5YawlSdsnDNk+1jLWtm2sFnqIrpg9JCtYDNMRPRADdkOvk9ERL1No+O7PG51NHu2bh5+pWJl+8KrR7bvqiC7gFWQ3cAKyK5g8WR3sHByGbBocjmwYHJZsFjyWGmwUHIVsEhyNXAh8rQqsDhydbAwsg+wKLIfsCCyL7AYsj+wELJPMFGNP7kAuO7yeuzJvsHsyf7BzMkhwKzJYcCMyaHAbMnhwEzJIcEsyWHBDMmhwezI4cHMyDHARLUlNmQ7eK3u433YkGOB2ZDjgQuR76kCsyDHBTMgxwYnJ8cHJyanACclpwEnJKcCJyOnAyci30kITkJOC05ATg2OTk4PjkzmAI5K5gGOSOYCjkbmA45E5gSOQuYFjkDmBg5O5gcOTOYIDkrmCS5EnlIFDkbmCw5E5gwOQuYNDkDmDvZO5g/2TJYA9kqWAfZIlgL2RpYD9kSWBCaqLVcmywJ7IEsDVybLA1ckSwRXIssEVyBLBZcmywWXJEsGlyLLBpcg3xYOdibLBxciT6oCO5Ht4NcCwA7kAuCjRIrIesAFyZrARPU1K+e5ih8tp5U1LeyFLA1cmSwPXJEsEVyJLBNcgSwVXJosF1ySLBlMNLB8wMAlyNLBzmT5YEeyBrATWQfYgawFXJisB1yQrAlciKwLXICsDWwl6wMTDawcMHAuWSc4h6wVnEnWC84gawZ3JOsGE9UX94CbdVJe72wb+GEv6e/0ws6fT+foYDR4bW7x7eLc1eOEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEMrsH4E4wp4AI/IFAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:1.25rem;cursor:pointer}.tab .tab--header.only-desktop{display:none;background-color:#ededed;border-top-left-radius:4pxpx;border-top-left-radius:.25pxrem;border-top-right-radius:4pxpx;border-top-right-radius:.25pxrem}@media only screen and (min-width:990px){.tab .tab--header.only-mobile{display:none}.tab .tab--header.only-desktop{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:no-wrap;-ms-flex-wrap:no-wrap;flex-wrap:no-wrap;width:100%}.tab .tab--header.only-desktop .tab--header--tab{padding:10px 30px;padding:.625rem 1.875rem;cursor:pointer;position:relative;border-top-left-radius:4pxpx;border-top-left-radius:.25pxrem;border-top-right-radius:4pxpx;border-top-right-radius:.25pxrem;transition:ease-in-out background 250ms}.tab .tab--header.only-desktop .tab--header--tab:after{content:'';position:absolute;width:100%;height:1px;z-index:2;background-color:#ccc;bottom:-1px;left:0}.tab .tab--header.only-desktop .tab--header--tab.show{background-color:#fff;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc}.tab .tab--header.only-desktop .tab--header--tab.show:after{background-color:#fff}}.component,.row{position:relative}.tab .tab--content{border:1px solid #ccc;padding:10px;padding:.625rem}.tab .tab--content .tab--content--tab{display:none}.tab .tab--content .tab--content--tab.show{display:block}.row{display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-8px;margin-right:-.5rem;margin-left:-8px;margin-left:-.5rem}@media only screen and (min-width:990px){.tab .tab--content{padding:20px;padding:1.25rem}.row{margin-right:-16px;margin-right:-1rem;margin-left:-16px;margin-left:-1rem}}.component{margin:32px 0;margin:2rem 0rem}@media only screen and (min-width:990px){.component{margin:32px 0;margin:2rem 0rem}}.component.your-content-element{margin:25px 0;margin:1.5625rem 0rem}@media only screen and (min-width:990px){.component.your-content-element{margin:50px 0;margin:3.125rem 0rem}}.component.hero{margin-top:0;margin-top:0rem}@media only screen and (min-width:990px){.component.hero{margin-top:0;margin-top:0rem}}.component.story{margin-top:10px;margin-top:.625rem;margin-bottom:10px;margin-bottom:.625rem}@media only screen and (min-width:990px){.component.story{margin-top:16px;margin-top:1rem;margin-bottom:16px;margin-bottom:1rem}}.component[id*="c"] .sp-pt,.component[id*="c"].mt{margin-top:var(--ptx)}.component[id*="c"].mb,.component[id*="c"].sp-pt{margin-bottom:var(--pbx)}.collapsible--content{overflow:hidden;height:0;height:0rem}.flex{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.flex.flex-row-xs{-webkit-box-direction:row;-moz-box-direction:row;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex.flex-column-xs{-webkit-box-direction:column;-moz-box-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.component[id*="c"] .sp-pt,.component[id*="c"].mt{margin-top:var(--pts)}.component[id*="c"].mb,.component[id*="c"].sp-pt{margin-bottom:var(--pbs)}.flex.flex-row-sm{-webkit-box-direction:row;-moz-box-direction:row;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex.flex-column-sm{-webkit-box-direction:column;-moz-box-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width:990px){.component[id*="c"] .sp-pt,.component[id*="c"].mt{margin-top:var(--ptm)}.component[id*="c"].mb,.component[id*="c"].sp-pt{margin-bottom:var(--pbm)}.flex.flex-row-md{-webkit-box-direction:row;-moz-box-direction:row;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex.flex-column-md{-webkit-box-direction:column;-moz-box-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width:1200px){.component[id*="c"] .sp-pt,.component[id*="c"].mt{margin-top:var(--ptd)}.component[id*="c"].mb,.component[id*="c"].sp-pt{margin-bottom:var(--pbd)}.flex.flex-row-lg{-webkit-box-direction:row;-moz-box-direction:row;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex.flex-column-lg{-webkit-box-direction:column;-moz-box-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.col-xs-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.offset-xs-12{margin-left:100%}.order-xs-12{-webkit-order:12;-ms-order:12;order:12}.col-xs-11{-ms-flex:0 0 91.66666666666666%;flex:0 0 91.66666666666666%;max-width:91.66666666666666%}.offset-xs-11{margin-left:91.66666666666666%}.order-xs-11{-webkit-order:11;-ms-order:11;order:11}.col-xs-10{-ms-flex:0 0 83.33333333333334%;flex:0 0 83.33333333333334%;max-width:83.33333333333334%}.offset-xs-10{margin-left:83.33333333333334%}.order-xs-10{-webkit-order:10;-ms-order:10;order:10}.col-xs-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.offset-xs-9{margin-left:75%}.order-xs-9{-webkit-order:9;-ms-order:9;order:9}.col-xs-8{-ms-flex:0 0 66.66666666666666%;flex:0 0 66.66666666666666%;max-width:66.66666666666666%}.offset-xs-8{margin-left:66.66666666666666%}.order-xs-8{-webkit-order:8;-ms-order:8;order:8}.col-xs-7{-ms-flex:0 0 58.333333333333336%;flex:0 0 58.333333333333336%;max-width:58.333333333333336%}.offset-xs-7{margin-left:58.333333333333336%}.order-xs-7{-webkit-order:7;-ms-order:7;order:7}.col-xs-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.offset-xs-6{margin-left:50%}.order-xs-6{-webkit-order:6;-ms-order:6;order:6}.col-xs-5{-ms-flex:0 0 41.66666666666667%;flex:0 0 41.66666666666667%;max-width:41.66666666666667%}.offset-xs-5{margin-left:41.66666666666667%}.order-xs-5{-webkit-order:5;-ms-order:5;order:5}.col-xs-4{-ms-flex:0 0 33.33333333333333%;flex:0 0 33.33333333333333%;max-width:33.33333333333333%}.offset-xs-4{margin-left:33.33333333333333%}.order-xs-4{-webkit-order:4;-ms-order:4;order:4}.col-xs-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.offset-xs-3{margin-left:25%}.order-xs-3{-webkit-order:3;-ms-order:3;order:3}.col-xs-2{-ms-flex:0 0 16.666666666666664%;flex:0 0 16.666666666666664%;max-width:16.666666666666664%}.offset-xs-2{margin-left:16.666666666666664%}.order-xs-2{-webkit-order:2;-ms-order:2;order:2}.col-xs-1{-ms-flex:0 0 8.333333333333332%;flex:0 0 8.333333333333332%;max-width:8.333333333333332%}.col-xs-auto{-ms-flex:0 0 auto;flex:0 0 auto;max-width:max-content}.offset-xs-1{margin-left:8.333333333333332%}.order-xs-1{-webkit-order:1;-ms-order:1;order:1}.col-xs-0{display:none}.order-xs-0{-webkit-order:0;-ms-order:0;order:0}.offset-xs-0{margin-left:0}.col-xs-per-100{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-xs-per-95{-ms-flex:0 0 95%;flex:0 0 95%;max-width:95%}.col-xs-per-90{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}.col-xs-per-85{-ms-flex:0 0 85%;flex:0 0 85%;max-width:85%}.col-xs-per-80{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.col-xs-per-75{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xs-per-70{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.col-xs-per-65{-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%}.col-xs-per-60{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.col-xs-per-55{-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%}.col-xs-per-50{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xs-per-45{-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%}.col-xs-per-40{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.col-xs-per-35{-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%}.col-xs-per-30{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.col-xs-per-25{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xs-per-20{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.col-xs-per-15{-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}.col-xs-per-10{-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.col-xs-per-5{-ms-flex:0 0 5%;flex:0 0 5%;max-width:5%}@media only screen and (min-width:768px){.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.offset-sm-12{margin-left:100%}.order-sm-12{-webkit-order:12;-ms-order:12;order:12}.col-sm-11{-ms-flex:0 0 91.66666666666666%;flex:0 0 91.66666666666666%;max-width:91.66666666666666%}.offset-sm-11{margin-left:91.66666666666666%}.order-sm-11{-webkit-order:11;-ms-order:11;order:11}.col-sm-10{-ms-flex:0 0 83.33333333333334%;flex:0 0 83.33333333333334%;max-width:83.33333333333334%}.offset-sm-10{margin-left:83.33333333333334%}.order-sm-10{-webkit-order:10;-ms-order:10;order:10}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.offset-sm-9{margin-left:75%}.order-sm-9{-webkit-order:9;-ms-order:9;order:9}.col-sm-8{-ms-flex:0 0 66.66666666666666%;flex:0 0 66.66666666666666%;max-width:66.66666666666666%}.offset-sm-8{margin-left:66.66666666666666%}.order-sm-8{-webkit-order:8;-ms-order:8;order:8}.col-sm-7{-ms-flex:0 0 58.333333333333336%;flex:0 0 58.333333333333336%;max-width:58.333333333333336%}.offset-sm-7{margin-left:58.333333333333336%}.order-sm-7{-webkit-order:7;-ms-order:7;order:7}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.offset-sm-6{margin-left:50%}.order-sm-6{-webkit-order:6;-ms-order:6;order:6}.col-sm-5{-ms-flex:0 0 41.66666666666667%;flex:0 0 41.66666666666667%;max-width:41.66666666666667%}.offset-sm-5{margin-left:41.66666666666667%}.order-sm-5{-webkit-order:5;-ms-order:5;order:5}.col-sm-4{-ms-flex:0 0 33.33333333333333%;flex:0 0 33.33333333333333%;max-width:33.33333333333333%}.offset-sm-4{margin-left:33.33333333333333%}.order-sm-4{-webkit-order:4;-ms-order:4;order:4}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.offset-sm-3{margin-left:25%}.order-sm-3{-webkit-order:3;-ms-order:3;order:3}.col-sm-2{-ms-flex:0 0 16.666666666666664%;flex:0 0 16.666666666666664%;max-width:16.666666666666664%}.offset-sm-2{margin-left:16.666666666666664%}.order-sm-2{-webkit-order:2;-ms-order:2;order:2}.col-sm-1{-ms-flex:0 0 8.333333333333332%;flex:0 0 8.333333333333332%;max-width:8.333333333333332%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;max-width:max-content}.offset-sm-1{margin-left:8.333333333333332%}.order-sm-1{-webkit-order:1;-ms-order:1;order:1}.col-sm-0{display:none}.order-sm-0{-webkit-order:0;-ms-order:0;order:0}.offset-sm-0{margin-left:100%}.col-sm-per-100{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-sm-per-95{-ms-flex:0 0 95%;flex:0 0 95%;max-width:95%}.col-sm-per-90{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}.col-sm-per-85{-ms-flex:0 0 85%;flex:0 0 85%;max-width:85%}.col-sm-per-80{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.col-sm-per-75{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-per-70{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.col-sm-per-65{-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%}.col-sm-per-60{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.col-sm-per-55{-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%}.col-sm-per-50{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-per-45{-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%}.col-sm-per-40{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.col-sm-per-35{-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%}.col-sm-per-30{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.col-sm-per-25{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-per-20{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.col-sm-per-15{-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}.col-sm-per-10{-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.col-sm-per-5{-ms-flex:0 0 5%;flex:0 0 5%;max-width:5%}}@media only screen and (min-width:990px){.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.offset-md-12{margin-left:100%}.order-md-12{-webkit-order:12;-ms-order:12;order:12}.col-md-11{-ms-flex:0 0 91.66666666666666%;flex:0 0 91.66666666666666%;max-width:91.66666666666666%}.offset-md-11{margin-left:91.66666666666666%}.order-md-11{-webkit-order:11;-ms-order:11;order:11}.col-md-10{-ms-flex:0 0 83.33333333333334%;flex:0 0 83.33333333333334%;max-width:83.33333333333334%}.offset-md-10{margin-left:83.33333333333334%}.order-md-10{-webkit-order:10;-ms-order:10;order:10}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.offset-md-9{margin-left:75%}.order-md-9{-webkit-order:9;-ms-order:9;order:9}.col-md-8{-ms-flex:0 0 66.66666666666666%;flex:0 0 66.66666666666666%;max-width:66.66666666666666%}.offset-md-8{margin-left:66.66666666666666%}.order-md-8{-webkit-order:8;-ms-order:8;order:8}.col-md-7{-ms-flex:0 0 58.333333333333336%;flex:0 0 58.333333333333336%;max-width:58.333333333333336%}.offset-md-7{margin-left:58.333333333333336%}.order-md-7{-webkit-order:7;-ms-order:7;order:7}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.offset-md-6{margin-left:50%}.order-md-6{-webkit-order:6;-ms-order:6;order:6}.col-md-5{-ms-flex:0 0 41.66666666666667%;flex:0 0 41.66666666666667%;max-width:41.66666666666667%}.offset-md-5{margin-left:41.66666666666667%}.order-md-5{-webkit-order:5;-ms-order:5;order:5}.col-md-4{-ms-flex:0 0 33.33333333333333%;flex:0 0 33.33333333333333%;max-width:33.33333333333333%}.offset-md-4{margin-left:33.33333333333333%}.order-md-4{-webkit-order:4;-ms-order:4;order:4}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.offset-md-3{margin-left:25%}.order-md-3{-webkit-order:3;-ms-order:3;order:3}.col-md-2{-ms-flex:0 0 16.666666666666664%;flex:0 0 16.666666666666664%;max-width:16.666666666666664%}.offset-md-2{margin-left:16.666666666666664%}.order-md-2{-webkit-order:2;-ms-order:2;order:2}.col-md-1{-ms-flex:0 0 8.333333333333332%;flex:0 0 8.333333333333332%;max-width:8.333333333333332%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;max-width:max-content}.offset-md-1{margin-left:8.333333333333332%}.order-md-1{-webkit-order:1;-ms-order:1;order:1}.col-md-0{display:none}.order-md-0{-webkit-order:0;-ms-order:0;order:0}.offset-md-0{margin-left:100%}.col-md-per-100{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-md-per-95{-ms-flex:0 0 95%;flex:0 0 95%;max-width:95%}.col-md-per-90{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}.col-md-per-85{-ms-flex:0 0 85%;flex:0 0 85%;max-width:85%}.col-md-per-80{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.col-md-per-75{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-per-70{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.col-md-per-65{-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%}.col-md-per-60{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.col-md-per-55{-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%}.col-md-per-50{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-per-45{-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%}.col-md-per-40{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.col-md-per-35{-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%}.col-md-per-30{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.col-md-per-25{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-per-20{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.col-md-per-15{-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}.col-md-per-10{-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.col-md-per-5{-ms-flex:0 0 5%;flex:0 0 5%;max-width:5%}}@media only screen and (min-width:1200px){.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.offset-lg-12{margin-left:100%}.order-lg-12{-webkit-order:12;-ms-order:12;order:12}.col-lg-11{-ms-flex:0 0 91.66666666666666%;flex:0 0 91.66666666666666%;max-width:91.66666666666666%}.offset-lg-11{margin-left:91.66666666666666%}.order-lg-11{-webkit-order:11;-ms-order:11;order:11}.col-lg-10{-ms-flex:0 0 83.33333333333334%;flex:0 0 83.33333333333334%;max-width:83.33333333333334%}.offset-lg-10{margin-left:83.33333333333334%}.order-lg-10{-webkit-order:10;-ms-order:10;order:10}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.offset-lg-9{margin-left:75%}.order-lg-9{-webkit-order:9;-ms-order:9;order:9}.col-lg-8{-ms-flex:0 0 66.66666666666666%;flex:0 0 66.66666666666666%;max-width:66.66666666666666%}.offset-lg-8{margin-left:66.66666666666666%}.order-lg-8{-webkit-order:8;-ms-order:8;order:8}.col-lg-7{-ms-flex:0 0 58.333333333333336%;flex:0 0 58.333333333333336%;max-width:58.333333333333336%}.offset-lg-7{margin-left:58.333333333333336%}.order-lg-7{-webkit-order:7;-ms-order:7;order:7}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.offset-lg-6{margin-left:50%}.order-lg-6{-webkit-order:6;-ms-order:6;order:6}.col-lg-5{-ms-flex:0 0 41.66666666666667%;flex:0 0 41.66666666666667%;max-width:41.66666666666667%}.offset-lg-5{margin-left:41.66666666666667%}.order-lg-5{-webkit-order:5;-ms-order:5;order:5}.col-lg-4{-ms-flex:0 0 33.33333333333333%;flex:0 0 33.33333333333333%;max-width:33.33333333333333%}.offset-lg-4{margin-left:33.33333333333333%}.order-lg-4{-webkit-order:4;-ms-order:4;order:4}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.offset-lg-3{margin-left:25%}.order-lg-3{-webkit-order:3;-ms-order:3;order:3}.col-lg-2{-ms-flex:0 0 16.666666666666664%;flex:0 0 16.666666666666664%;max-width:16.666666666666664%}.offset-lg-2{margin-left:16.666666666666664%}.order-lg-2{-webkit-order:2;-ms-order:2;order:2}.col-lg-1{-ms-flex:0 0 8.333333333333332%;flex:0 0 8.333333333333332%;max-width:8.333333333333332%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;max-width:max-content}.offset-lg-1{margin-left:8.333333333333332%}.order-lg-1{-webkit-order:1;-ms-order:1;order:1}.col-lg-0{display:none}.order-lg-0{-webkit-order:0;-ms-order:0;order:0}.offset-lg-0{margin-left:100%}.col-lg-per-100{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.col-lg-per-95{-ms-flex:0 0 95%;flex:0 0 95%;max-width:95%}.col-lg-per-90{-ms-flex:0 0 90%;flex:0 0 90%;max-width:90%}.col-lg-per-85{-ms-flex:0 0 85%;flex:0 0 85%;max-width:85%}.col-lg-per-80{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.col-lg-per-75{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-per-70{-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%}.col-lg-per-65{-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%}.col-lg-per-60{-ms-flex:0 0 60%;flex:0 0 60%;max-width:60%}.col-lg-per-55{-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%}.col-lg-per-50{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-per-45{-ms-flex:0 0 45%;flex:0 0 45%;max-width:45%}.col-lg-per-40{-ms-flex:0 0 40%;flex:0 0 40%;max-width:40%}.col-lg-per-35{-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%}.col-lg-per-30{-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.col-lg-per-25{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-per-20{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.col-lg-per-15{-ms-flex:0 0 15%;flex:0 0 15%;max-width:15%}.col-lg-per-10{-ms-flex:0 0 10%;flex:0 0 10%;max-width:10%}.col-lg-per-5{-ms-flex:0 0 5%;flex:0 0 5%;max-width:5%}}[class*=col-]{position:relative;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:column;-moz-box-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-right:8px;padding-right:.5rem;padding-left:8px;padding-left:.5rem;width:100%}@media only screen and (min-width:990px){[class*=col-]{padding-right:16px;padding-right:1rem;padding-left:16px;padding-left:1rem}}.debug{border:1px solid tomato;color:rgba(244,207,13,.88)}.btn:not([class*=plyr]),button:not([class*=plyr]):not([class*=cc-btn]),input[type=submit]:not([class*=plyr]){appearance:none;border:none;cursor:pointer;text-decoration:none;position:relative;display:inline-flex;justify-content:center;align-items:center;padding:10px 31px;padding:.625rem 1.9375rem;font-size:16px;font-size:1rem;line-height:1.4;font-weight:600;background:linear-gradient(90deg,rgba(0,153,130,1) 22%,rgba(157,211,207,1) 124%);color:#fff;max-width:100%;text-align:center;width:100%;border-radius:3px;border-radius:.1875rem;letter-spacing:-.37px;letter-spacing:-.0231875rem}.disabled:after,.disabled:before,.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],[disabled]:after,[disabled]:before{display:none}.btn:not([class*=plyr]).btn-big,button:not([class*=plyr]):not([class*=cc-btn]).btn-big,input[type=submit]:not([class*=plyr]).btn-big{padding:15px 46.5px;padding:.9375rem 2.90625rem;font-size:24px;font-size:1.5rem}.btn:not([class*=plyr]).btn-small,button:not([class*=plyr]):not([class*=cc-btn]).btn-small,input[type=submit]:not([class*=plyr]).btn-small{padding:7.5px 23.25px;padding:.46875rem 1.453125rem;font-size:12px;font-size:.75rem}.btn:not([class*=plyr]):focus,button:not([class*=plyr]):not([class*=cc-btn]):focus,input[type=submit]:not([class*=plyr]):focus{outline:0}.btn:not([class*=plyr]).with-icon,button:not([class*=plyr]):not([class*=cc-btn]).with-icon,input[type=submit]:not([class*=plyr]).with-icon{text-align:left;justify-content:flex-start;padding:10px 66px 10px 31px;padding:.625rem 4.125rem .625rem 1.9375rem}.btn:not([class*=plyr]).with-icon:after,button:not([class*=plyr]):not([class*=cc-btn]).with-icon:after,input[type=submit]:not([class*=plyr]).with-icon:after{content:'';position:absolute;right:31px;right:1.9375rem;width:25px;width:1.5625rem;height:25px;height:1.5625rem;background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/button_icon_arrow.svg');background-size:1.5625rem;background-repeat:no-repeat}.disabled,[disabled]{opacity:.88;pointer-events:none}.align-left,.text-left{text-align:left}.align-center,.text-center{text-align:center}.align-right,.text-right{text-align:right}.box-shadow{-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.8);box-shadow:0 0 6px 0 rgba(0,0,0,.8)}.box-shadow.box-shadow--small{-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.8);box-shadow:0 0 3px 0 rgba(0,0,0,.8)}.box-shadow.box-shadow--large{-webkit-box-shadow:0 0 18px 0 rgba(0,0,0,.8);box-shadow:0 0 18px 0 rgba(0,0,0,.8)}.alert,[role=alert]{width:100%;padding:20px;padding:1.25rem;margin-bottom:16px;margin-bottom:1rem;color:#8e8e8e;background-color:rgba(155,155,155,.16);border:1px solid #b4b4b4}.alert.alert-primary,[role=alert].alert-primary{color:#00806c;background-color:rgba(0,153,130,.16);border-color:#00ccad}.alert.alert-secondary,[role=alert].alert-secondary{color:#8bcbc6;background-color:rgba(157,211,207,.16);border-color:#c0e3e0}.alert.alert-success,[role=alert].alert-success{color:#157147;background-color:rgba(25,135,84,.16);border-color:#21b26f}.alert.alert-info,[role=alert].alert-info{color:#0cb6d8;background-color:rgba(13,202,240,.16);border-color:#3cd5f4}.alert.alert-warning,[role=alert].alert-warning{color:#ecb100;background-color:rgba(255,193,7,.16);border-color:#ffce3a}.alert.alert-danger,[role=alert].alert-danger{color:#d32535;background-color:rgba(220,53,69,.16);border-color:#e4606d}.alert.alert-white,[role=alert].alert-white{color:#f2f2f2;background-color:rgba(255,255,255,.16);border-color:#fff}.alert.alert-black,[role=alert].alert-black{color:#000;background-color:rgba(0,0,0,.16);border-color:#1a1a1a}.alert.alert-tuerkis,[role=alert].alert-tuerkis{color:#00806c;background-color:rgba(0,153,130,.16);border-color:#00ccad}.alert.alert-aqua,[role=alert].alert-aqua{color:#8bcbc6;background-color:rgba(157,211,207,.16);border-color:#c0e3e0}.alert.alert-darkgrey,[role=alert].alert-darkgrey{color:#626262;background-color:rgba(111,111,111,.16);border-color:#898989}.alert.alert-dark,[role=alert].alert-dark{color:#1f1f1f;background-color:rgba(44,44,44,.16);border-color:#464646}.alert.alert-blue,[role=alert].alert-blue{color:#4e93d1;background-color:rgba(98,159,214,.16);border-color:#8ab8e1}.alert.alert-grey,[role=alert].alert-grey{color:#8e8e8e;background-color:rgba(155,155,155,.16);border-color:#b4b4b4}.alert.alert-lightgrey,[role=alert].alert-lightgrey{color:#e8e8e8;background-color:rgba(245,245,245,.16);border-color:#fff}.fc-primary,.fc-xs-primary{color:#009982}.bgc-primary,.bgc-xs-primary{background-color:#009982}.fc-secondary,.fc-xs-secondary{color:#9DD3CF}.bgc-secondary,.bgc-xs-secondary{background-color:#9DD3CF}.fc-success,.fc-xs-success{color:#198754}.bgc-success,.bgc-xs-success{background-color:#198754}.fc-info,.fc-xs-info{color:#0dcaf0}.bgc-info,.bgc-xs-info{background-color:#0dcaf0}.fc-warning,.fc-xs-warning{color:#ffc107}.bgc-warning,.bgc-xs-warning{background-color:#ffc107}.fc-danger,.fc-xs-danger{color:#dc3545}.bgc-danger,.bgc-xs-danger{background-color:#dc3545}.fc-white,.fc-xs-white{color:#fff}.bgc-white,.bgc-xs-white{background-color:#fff}.fc-black,.fc-xs-black{color:#000}.bgc-black,.bgc-xs-black{background-color:#000}.fc-tuerkis,.fc-xs-tuerkis{color:#009982}.bgc-tuerkis,.bgc-xs-tuerkis{background-color:#009982}.fc-aqua,.fc-xs-aqua{color:#9DD3CF}.bgc-aqua,.bgc-xs-aqua{background-color:#9DD3CF}.fc-darkgrey,.fc-xs-darkgrey{color:#6F6F6F}.bgc-darkgrey,.bgc-xs-darkgrey{background-color:#6F6F6F}.fc-dark,.fc-xs-dark{color:#2C2C2C}.bgc-dark,.bgc-xs-dark{background-color:#2C2C2C}.fc-blue,.fc-xs-blue{color:#629FD6}.bgc-blue,.bgc-xs-blue{background-color:#629FD6}.fc-grey,.fc-xs-grey{color:#9B9B9B}.bgc-grey,.bgc-xs-grey{background-color:#9B9B9B}.fc-lightgrey,.fc-xs-lightgrey{color:#F5F5F5}.bgc-lightgrey,.bgc-xs-lightgrey{background-color:#F5F5F5}@media only screen and (min-width:768px){.align-left-sm,.text-left-sm{text-align:left}.align-center-sm,.text-center-sm{text-align:center}.align-right-sm,.text-right-sm{text-align:right}.fc-sm-primary{color:#009982}.bgc-sm-primary{background-color:#009982}.fc-sm-secondary{color:#9DD3CF}.bgc-sm-secondary{background-color:#9DD3CF}.fc-sm-success{color:#198754}.bgc-sm-success{background-color:#198754}.fc-sm-info{color:#0dcaf0}.bgc-sm-info{background-color:#0dcaf0}.fc-sm-warning{color:#ffc107}.bgc-sm-warning{background-color:#ffc107}.fc-sm-danger{color:#dc3545}.bgc-sm-danger{background-color:#dc3545}.fc-sm-white{color:#fff}.bgc-sm-white{background-color:#fff}.fc-sm-black{color:#000}.bgc-sm-black{background-color:#000}.fc-sm-tuerkis{color:#009982}.bgc-sm-tuerkis{background-color:#009982}.fc-sm-aqua{color:#9DD3CF}.bgc-sm-aqua{background-color:#9DD3CF}.fc-sm-darkgrey{color:#6F6F6F}.bgc-sm-darkgrey{background-color:#6F6F6F}.fc-sm-dark{color:#2C2C2C}.bgc-sm-dark{background-color:#2C2C2C}.fc-sm-blue{color:#629FD6}.bgc-sm-blue{background-color:#629FD6}.fc-sm-grey{color:#9B9B9B}.bgc-sm-grey{background-color:#9B9B9B}.fc-sm-lightgrey{color:#F5F5F5}.bgc-sm-lightgrey{background-color:#F5F5F5}}@media only screen and (min-width:990px){.btn:not([class*=plyr]),button:not([class*=plyr]):not([class*=cc-btn]),input[type=submit]:not([class*=plyr]){min-width:318px;min-width:19.875rem;max-width:max-content}.align-left-md,.text-left-md{text-align:left}.align-center-md,.text-center-md{text-align:center}.align-right-md,.text-right-md{text-align:right}.fc-md-primary{color:#009982}.bgc-md-primary{background-color:#009982}.fc-md-secondary{color:#9DD3CF}.bgc-md-secondary{background-color:#9DD3CF}.fc-md-success{color:#198754}.bgc-md-success{background-color:#198754}.fc-md-info{color:#0dcaf0}.bgc-md-info{background-color:#0dcaf0}.fc-md-warning{color:#ffc107}.bgc-md-warning{background-color:#ffc107}.fc-md-danger{color:#dc3545}.bgc-md-danger{background-color:#dc3545}.fc-md-white{color:#fff}.bgc-md-white{background-color:#fff}.fc-md-black{color:#000}.bgc-md-black{background-color:#000}.fc-md-tuerkis{color:#009982}.bgc-md-tuerkis{background-color:#009982}.fc-md-aqua{color:#9DD3CF}.bgc-md-aqua{background-color:#9DD3CF}.fc-md-darkgrey{color:#6F6F6F}.bgc-md-darkgrey{background-color:#6F6F6F}.fc-md-dark{color:#2C2C2C}.bgc-md-dark{background-color:#2C2C2C}.fc-md-blue{color:#629FD6}.bgc-md-blue{background-color:#629FD6}.fc-md-grey{color:#9B9B9B}.bgc-md-grey{background-color:#9B9B9B}.fc-md-lightgrey{color:#F5F5F5}.bgc-md-lightgrey{background-color:#F5F5F5}}@media only screen and (min-width:1200px){.align-left-lg,.text-left-lg{text-align:left}.align-center-lg,.text-center-lg{text-align:center}.align-right-lg,.text-right-lg{text-align:right}.fc-lg-primary{color:#009982}.bgc-lg-primary{background-color:#009982}.fc-lg-secondary{color:#9DD3CF}.bgc-lg-secondary{background-color:#9DD3CF}.fc-lg-success{color:#198754}.bgc-lg-success{background-color:#198754}.fc-lg-info{color:#0dcaf0}.bgc-lg-info{background-color:#0dcaf0}.fc-lg-warning{color:#ffc107}.bgc-lg-warning{background-color:#ffc107}.fc-lg-danger{color:#dc3545}.bgc-lg-danger{background-color:#dc3545}.fc-lg-white{color:#fff}.bgc-lg-white{background-color:#fff}.fc-lg-black{color:#000}.bgc-lg-black{background-color:#000}.fc-lg-tuerkis{color:#009982}.bgc-lg-tuerkis{background-color:#009982}.fc-lg-aqua{color:#9DD3CF}.bgc-lg-aqua{background-color:#9DD3CF}.fc-lg-darkgrey{color:#6F6F6F}.bgc-lg-darkgrey{background-color:#6F6F6F}.fc-lg-dark{color:#2C2C2C}.bgc-lg-dark{background-color:#2C2C2C}.fc-lg-blue{color:#629FD6}.bgc-lg-blue{background-color:#629FD6}.fc-lg-grey{color:#9B9B9B}.bgc-lg-grey{background-color:#9B9B9B}.fc-lg-lightgrey{color:#F5F5F5}.bgc-lg-lightgrey{background-color:#F5F5F5}}@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;text-shadow:none;transition:box-shadow .3s ease;position:absolute;top:0;left:0;right:0}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty).plyr:not(.plyr--hide-controls) .plyr__controls~.plyr__captions{transform:translateY(-40px)}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.icon--exit-fullscreen.plyr:-webkit-full-screen .plyr__control+svg{display:none}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.icon--exit-fullscreen.plyr:-ms-fullscreen .plyr__control+svg{display:none}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.icon--exit-fullscreen.plyr:fullscreen .plyr__control+svg{display:none}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.icon--exit-fullscreen.plyr:-moz-full-screen .plyr__control+svg{display:none}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}.plyr [hidden]{display:none!important}.plyr--full-ui *,.plyr--full-ui::after,.plyr--full-ui::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr--full-ui::-webkit-media-text-track-container{display:none}.plyr--full-ui::-webkit-media-controls{display:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;color:#dc3545;display:block;height:19px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr__menu__container .plyr__control,.plyr__video-embed iframe{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__badge{background:#4a5764;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__menu__container,.plyr__tooltip{white-space:nowrap;bottom:100%;color:#4a5764}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}.plyr--captions-active .plyr__captions{display:block}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:not(.plyr__control--pressed) .icon--pressed{display:none}.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,a.plyr__control::after,a.plyr__control::before{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#dc3545;color:#fff}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4a5764;padding:10px}.plyr--audio .plyr__progress__buffer{color:rgba(193,201,209,.66)}.plyr--video{background:#000;overflow:hidden}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover{background:#dc3545;color:#fff}.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr__control--overlaid{background:rgba(0,179,255,.8);border:0;border-radius:100%;color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#00b3ff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child{padding-left:0}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px}.plyr__controls .plyr__controls__item.plyr__time:first-child,.plyr__controls__item.plyr__time.plyr__controls+.plyr__time{padding-left:0}.plyr__controls .plyr__controls__item.plyr__volume{padding-right:5px}.plyr__controls .plyr__controls__item.plyr__volume:first-child{padding-right:0}.plyr__controls:empty{display:none}.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr__controls>.plyr__control:first-child.plyr__controls>.plyr__control+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child.plyr__controls>.plyr__control+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:first-child.plyr__controls>.plyr__control+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child.plyr__controls>.plyr__control+.plyr__control:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible{transform:translate(0,0) scale(1)}.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr__controls>.plyr__control:first-child.plyr__controls>.plyr__control+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.15);font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child{margin-top:0}.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5764;display:flex;font-size:14px;padding:4px 11px;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(74,87,100,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px 7px 3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(74,87,100,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#c1c9d1;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{border-radius:100%;background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%;background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__preview-thumb,.plyr__tooltip{box-shadow:0 1px 2px rgba(0,0,0,.15);pointer-events:none}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__video-embed{height:0;padding-bottom:56.25%}.plyr__video-embed iframe{border:0;height:100%;left:0;position:absolute;top:0;user-select:none;width:100%}.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__progress{left:6.5px;margin-right:13px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,41,47,.6) 50%,rgba(35,41,47,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,201,209,.66)}.plyr__volume{align-items:center;display:flex;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}.plyr--is-ios .plyr__volume,.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.icon--exit-fullscreen.plyr--fullscreen-fallback .plyr__control+svg{display:none}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(35,41,47,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);border-radius:3px;bottom:100%;margin-bottom:10px;opacity:0;padding:3px;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-scrubbing,.plyr__preview-scrubbing img,.plyr__preview-thumb__image-container img{height:100%;left:0;width:100%;position:absolute}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb__image-container{background:#c1c9d1;border-radius:2px;overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{max-height:none;max-width:none;top:0}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;color:#fff;font-size:14px;padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);margin:auto;opacity:0;overflow:hidden;right:0;top:0;transition:opacity .3s ease;z-index:1}.plyr__preview-scrubbing img{max-height:none;max-width:none;object-fit:contain;top:0}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}.plyr--video .plyr__controls{padding:35px 10px 10px}.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__captions{font-size:18px}.plyr__volume{max-width:110px}}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions,.plyr:fullscreen .plyr__captions{font-size:21px}.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.select2.select2-container.select2-container--default.select2-container--open .select2-selection__arrow{transform:rotateX(180deg)}.select2.select2-container.select2-container--default .select2-selection--single{border-radius:3px;border-radius:.1875rem;height:35px;height:2.1875rem;transition:ease-in-out all 350ms}.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:35px;line-height:2.1875rem}.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow{transition:ease-in-out 350ms all;height:35px;height:2.1875rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPEAAADxCAMAAAAtFaE7AAABLFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD////VtCFnAAAAYnRSTlMAAQQFBgcLDg8QERITFBkjJCUnKzc4OT5AQUJEUVVXWFlmb3B3eHl6gIGCg4WGiIuMjY6PlpeYmZudo6SqtLq9wsPExsfJysvMzs/Q09TV1tna4ePl6uzt7u/x8vP2+Pn6/sxMquUAAAABYktHRGNcvi2qAAADe0lEQVR42u3ZZ1cTQRTG8UsRDEbFjihiLwQEQcUCEiw0EbvGLvP9P4QvkAOB7M7O7pR7L8//5eyc5PzOk+RNiBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBCSVffQ5PzqxsLjSzVlsP6RR8/WV+anzne3Hfdc+WT+93f2mCJv/e6vbdjn64d2zgffmF39HFEDvvh9N2zjxPb50FfT1uaYEvCtzXZYa3jr/OQ3s7eZLg3gxj7Xj1NERH3vzP5mFIAnOrje9xHRTdMp+Ss3OrpuEPW3TGeywoWNMa1+umwykr1yI4s1Sk9NJlkj2DyhDaOQnA0269Qy+sg5YPOF/uQ8NdOafrS2+k0f8x6LXLmRK/pAL3OfC1x5Ih/0gsbzL4hbuWHxNOis5YawlSdsnDNk+1jLWtm2sFnqIrpg9JCtYDNMRPRADdkOvk9ERL1No+O7PG51NHu2bh5+pWJl+8KrR7bvqiC7gFWQ3cAKyK5g8WR3sHByGbBocjmwYHJZsFjyWGmwUHIVsEhyNXAh8rQqsDhydbAwsg+wKLIfsCCyL7AYsj+wELJPMFGNP7kAuO7yeuzJvsHsyf7BzMkhwKzJYcCMyaHAbMnhwEzJIcEsyWHBDMmhwezI4cHMyDHARLUlNmQ7eK3u433YkGOB2ZDjgQuR76kCsyDHBTMgxwYnJ8cHJyanACclpwEnJKcCJyOnAyci30kITkJOC05ATg2OTk4PjkzmAI5K5gGOSOYCjkbmA45E5gSOQuYFjkDmBg5O5gcOTOYIDkrmCS5EnlIFDkbmCw5E5gwOQuYNDkDmDvZO5g/2TJYA9kqWAfZIlgL2RpYD9kSWBCaqLVcmywJ7IEsDVybLA1ckSwRXIssEVyBLBZcmywWXJEsGlyLLBpcg3xYOdibLBxciT6oCO5Ht4NcCwA7kAuCjRIrIesAFyZrARPU1K+e5ih8tp5U1LeyFLA1cmSwPXJEsEVyJLBNcgSwVXJosF1ySLBlMNLB8wMAlyNLBzmT5YEeyBrATWQfYgawFXJisB1yQrAlciKwLXICsDWwl6wMTDawcMHAuWSc4h6wVnEnWC84gawZ3JOsGE9UX94CbdVJe72wb+GEv6e/0ws6fT+foYDR4bW7x7eLc1eOEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEMrsH4E4wp4AI/IFAAAAAElFTkSuQmCC);background-position:center center;background-size:1rem;background-repeat:no-repeat;margin-right:8px;margin-right:.5rem}.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.select2-results li.select2-results__option:before{display:none!important}.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.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-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{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-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{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%,to{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{0%,to{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%,to{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.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)}}@keyframes rubberBand{0%,to{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.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)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%,to{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}}@keyframes tada{0%,to{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}}@keyframes wobble{0%,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{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:translateZ(0);transform:translateZ(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{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{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{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{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{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{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{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{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{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{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{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{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{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{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{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{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{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{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{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-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)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-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)}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{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-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}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-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)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-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)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}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{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{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{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(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%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(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}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{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{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}body .story{padding:unset}body .story.story--just-headlines,body .story.story--starting-with-headline{margin-top:20px;margin-top:1.25rem}@media only screen and (min-width:990px){body .story.story--just-headlines,body .story.story--starting-with-headline{margin-top:30px;margin-top:1.875rem}}body .story h1+p,body .story h2+p,body .story h3+p,body .story h4+p,body .story h5+p{margin-top:20px;margin-top:1.25rem}body .story p+h1,body .story p+h2,body .story p+h3,body .story p+h4,body .story p+h5,body .story p+h6{margin-top:30px;margin-top:1.875rem}body .story.story_bg{padding:16px;padding:1rem}body .story.story_bg .container{padding-left:0;padding-left:0rem;padding-right:0;padding-right:0rem}.mt20{margin-top:20px;margin-top:1.25rem}.title_ausgabe_header{text-align:center;margin-bottom:20px;margin-bottom:1.25rem}@media only screen and (min-width:990px){body .story.story_bg .container{padding-left:36px;padding-left:2.25rem;padding-right:36px;padding-right:2.25rem}body .story.story_bg{padding:70px;padding:4.375rem}.title_ausgabe_header{margin-bottom:30px;margin-bottom:1.875rem}}.story-wrapper>:first-child{margin-top:0}#header{background-color:#fff;position:sticky;top:0;z-index:9000;display:flex;border-bottom:solid 1px #DCDCDC;height:60px;height:3.75rem}@media (min-width:1200px){#header{height:98px;height:6.125rem}}#header .header--logo{display:flex;align-items:center;height:100%;position:relative;padding:0 12px;padding:0rem .75rem;width:max-content;min-width:max-content}#header .header--logo:after{content:'';position:absolute;right:0;background-color:#DCDCDC;width:1px;height:45px;height:2.8125rem}#header .header--logo .header--logo--desktop{height:38px;height:2.375rem;display:none}@media (min-width:1200px){#header .header--logo{padding:0 66px;padding:0rem 4.125rem}#header .header--logo:after{display:none}#header .header--logo .header--logo--desktop{display:block}}#header .header--logo .header--logo--desktop img{width:auto;height:38px;height:2.375rem}#header .header--logo .header--logo--mobile{height:32px;height:2rem;display:block}@media (min-width:1200px){#header .header--logo .header--logo--mobile{display:none}}#header .header--logo .header--logo--mobile img{width:auto;height:32px;height:2rem}#header .header--navigation.open li.menu-item{position:relative}#header .header--navigation.search-open li.menu-item a{color:#fff!important;pointer-events:none}#header .header--navigation .header--navigation--inner li.is--active>a,#header .header--navigation .header--navigation--inner li.is--current>a{color:#009982}@media (max-width:1200px){#header .header--navigation{position:fixed;top:60px;top:3.75rem;width:100vw;left:-100vw;height:calc(100vh - 60px);background-color:#fff;z-index:8900;overflow:hidden;overflow-y:auto;transition:left ease .3s}#header .header--navigation.open{left:0}#header .header--navigation .header--navigation--inner ul li{padding:0}#header .header--navigation .header--navigation--inner ul li a{text-decoration:none;display:flex;align-items:center;padding:0 60px 0 28px;padding:0rem 3.75rem 0rem 1.75rem;color:#6F6F6F;font-weight:700;height:60px;height:3.75rem;position:relative;border-bottom:solid 1px #DCDCDC}#header .header--navigation .header--navigation--inner ul li a.fc-tuerkis{color:#009982}#header .header--navigation .header--navigation--inner ul li .menu-item--icon{height:60px;height:3.75rem;width:60px;width:3.75rem;position:absolute;right:0;top:0;border-bottom:solid 1px #DCDCDC;cursor:pointer}#header .header--navigation .header--navigation--inner ul li .menu-item--icon span{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:12px;width:.75rem;height:2px;height:.125rem;background-color:#009982;transition:all ease .3s}#header .header--navigation .header--navigation--inner ul li .menu-item--icon span:nth-child(2){transform:translate(-50%,-50%) rotate(90deg)}#header .header--navigation .header--navigation--inner ul li .menu-item--icon.open span:nth-child(2){transform:translate(-50%,-50%) rotate(0)}#header .header--navigation .header--navigation--inner ul li>ul{display:none}#header .header--navigation .header--navigation--inner ul li>ul li a{font-weight:400;padding-left:50px;padding-left:3.125rem}#header .header--navigation .header--navigation--inner ul li>ul li li a{padding-left:70px;padding-left:4.375rem}#header .header--navigation .header--navigation--inner ul li>ul li li li a{padding-left:90px;padding-left:5.625rem}}@media (min-width:1200px){#header .header--navigation{margin-left:auto}#header .header--navigation .header--navigation--inner ul li{padding:0;display:inline-block;position:unset}#header .header--navigation .header--navigation--inner ul li.is--current a{color:#009982}#header .header--navigation .header--navigation--inner ul li a{text-decoration:none;display:flex;align-items:center;height:98px;height:6.125rem;padding:0 30px;padding:0rem 1.875rem;color:#6F6F6F;position:relative}#header .header--navigation .header--navigation--inner ul li ul{display:none;flex-direction:column;position:absolute;left:50%;top:98px;top:6.125rem;transform:translateX(-50%);padding:16px 0;padding:1rem 0rem;width:100%;max-width:1280px;max-width:80rem;height:auto;background-color:#fafafa;z-index:5;min-height:100%}#header .header--navigation .header--navigation--inner ul li ul:after{content:'';position:absolute;top:0;left:-100vw;width:300vw;background-color:#fafafa;height:100%;z-index:-1}#header .header--navigation .header--navigation--inner ul li ul li{width:33.33333333%;padding:0 8px;padding:0rem .5rem;display:flex}#header .header--navigation .header--navigation--inner ul li ul li a{height:50px;height:3.125rem;padding:0 64px 0 24px;padding:0rem 4rem 0rem 1.5rem;width:100%;border-bottom:solid 1px #DCDCDC}#header .header--navigation .header--navigation--inner ul li ul li .menu-item--icon{height:50px;height:3.125rem;min-height:50px;min-height:3.125rem;width:50px;width:3.125rem;border-bottom:solid 1px #DCDCDC;cursor:pointer;position:relative}#header .header--navigation .header--navigation--inner ul li ul li .menu-item--icon span{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:12px;width:.75rem;height:2px;height:.125rem;background-color:#009982;transition:all ease .3s}#header .header--navigation .header--navigation--inner ul li ul li .menu-item--icon span:nth-child(2){transform:translate(-50%,-50%) rotate(90deg)}#header .header--navigation .header--navigation--inner ul li ul li ul{position:absolute;left:33.33333333%;top:0;transform:unset;z-index:unset}#header .header--navigation .header--navigation--inner ul li ul li:nth-last-child(1)>a{border-bottom:none}#header .header--navigation .header--navigation--inner ul li ul li:nth-last-child(1)>.menu-item--icon{border-bottom:none}#header .header--navigation .header--navigation--inner ul li ul li:hover>.menu-item--icon span:nth-child(2){transform:translate(-50%,-50%) rotate(0)}#header .header--navigation .header--navigation--inner ul li:hover>a{color:#009982}#header .header--navigation .header--navigation--inner ul li:hover>ul{display:flex}}#header .header--easylanguage:after,#header .header--emergency:after{background-color:#DCDCDC;content:'';right:0}#header .header--emergency{display:flex;align-items:center;margin-left:auto;position:relative;width:max-content;height:100%;padding:0 16px;padding:0rem 1rem}#header .header--emergency:after{position:absolute;width:1px;height:45px;height:2.8125rem}@media (min-width:1200px){#header .header--emergency{margin-left:0;padding:0 40px;padding:0rem 2.5rem}#header .header--emergency:after{display:none}}#header .header--emergency .header--emergency--inner{color:#dc3545;display:flex;text-decoration:none;align-items:center}#header .header--emergency .header--emergency--inner .icon{margin-right:10px;margin-right:.625rem;height:20px;height:1.25rem}#header .header--emergency .header--emergency--inner .icon svg{width:15px;width:.9375rem;height:16px;height:1rem}#header .header--easylanguage{display:flex;align-items:center;margin-left:auto;position:relative;width:max-content;height:100%;padding:0 16px;padding:0rem 1rem}#header .header--easylanguage:after{position:absolute;width:1px;height:45px;height:2.8125rem}@media (min-width:1200px){#header .header--easylanguage{margin-left:0;padding:0 20px;padding:0rem 1.25rem}#header .header--easylanguage:after{display:none}}#header .header--easylanguage .header--easylanguage--inner{display:flex;text-decoration:none;align-items:center}#header .header--easylanguage .header--easylanguage--inner .icon{margin-right:10px;margin-right:.625rem;height:20px;height:1.25rem}#header .header--easylanguage .header--easylanguage--inner .icon svg{width:20px;width:1.25rem;height:20px;height:1.25rem}#header .header--mobile-icon{height:60px;height:3.75rem;width:60px;width:3.75rem;position:relative;cursor:pointer}@media (min-width:1200px){#header .header--mobile-icon{display:none}}#header .header--mobile-icon span{display:block;position:absolute;left:50%;top:50%;transform:translate(-12.5px,-1px);width:25px;width:1.5625rem;height:2px;height:.125rem;border-radius:5px;background-color:#6F6F6F;transition:all ease .3s;opacity:1}#header .header--mobile-icon span:nth-child(2){animation:burgerTopOut forwards .3s}#header .header--mobile-icon span:nth-child(3){animation:burgerBottomOut forwards .3s}#header .header--mobile-icon.open span{background-color:#009982}#header .header--mobile-icon.open span:nth-child(1){opacity:0}#header .header--mobile-icon.open span:nth-child(2){animation:burgerTopIn forwards .3s}#header .header--mobile-icon.open span:nth-child(3){animation:burgerBottomIn forwards .3s}#header .header--search{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;margin-right:0;margin-right:0rem;margin-left:19px;margin-left:1.1875rem;position:relative;padding-right:19px;padding-right:1.1875rem;cursor:pointer}#header .header--search:after{content:'';position:absolute;right:0;background-color:#DCDCDC;width:1px;height:45px;height:2.8125rem}@media (min-width:1200px){#header .header--search{margin-left:0;margin-right:42px;margin-right:2.625rem}#header .header--search:after{display:none}}#header .header--search .header--search-inner.open .icon{display:none}#header .header--search .header--search-inner .icon,#header .header--search .header--search-inner.open .icon.icon-close{display:block}#header .header--search .header--search-inner .icon.icon-close{display:none;width:25px;width:1.5625rem;height:25px;height:1.5625rem}#header .header--search .header--search-inner .icon svg{width:25px;width:1.5625rem;height:25px;height:1.5625rem}#header .header--search .header--search-inner .form_kesearch_searchfield{display:none;position:fixed;z-index:9999;width:100vw;height:100vh;bottom:unset;right:unset;left:0;top:60px;top:3.75rem;transform:translate(0,0);flex-direction:column;align-items:center;justify-content:center;padding:0 40px;backdrop-filter:blur(10px)}@media (min-width:1200px){#header .header--search .header--search-inner .form_kesearch_searchfield{display:none;position:absolute;align-items:center;right:80px;right:5rem;top:50%;transform:translate(0,-50%);padding:unset;backdrop-filter:none;width:auto;flex-direction:row;left:unset}}#header .header--search .header--search-inner .form_kesearch_searchfield.visible{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.slider .slider--inner,footer[data-type=main] ul.footer-social{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox}#header .header--search .header--search-inner .form_kesearch_searchfield button{width:max-content;max-width:max-content;min-width:unset;padding:7px 30px;padding:.4375rem 1.875rem;margin-left:0;margin-left:0rem;margin-top:20px;margin-top:1.25rem}#header .header--search .header--search-inner .form_kesearch_searchfield input[type=text]{width:95%;padding-left:10px;padding-left:.625rem}@media (min-width:1200px){#header .header--search .header--search-inner .form_kesearch_searchfield button{margin-top:0;margin-top:0rem;margin-left:20px;margin-left:1.25rem}#header .header--search .header--search-inner .form_kesearch_searchfield input[type=text]{width:400px;width:25rem}}@keyframes burgerTopIn{0%{transform:translate(-7.5px,-9px);width:20px;width:1.25rem}50%{transform:translate(-12.5px,-1px);width:25px;width:1.5625rem}100%{transform:translate(-12.5px,-1px) rotate(45deg)}}@keyframes burgerTopOut{0%{transform:translate(-12.5px,-1px) rotate(45deg)}50%{transform:translate(-12.5px,-1px);width:25px;width:1.5625rem}100%{transform:translate(-7.5px,-9px);width:20px;width:1.25rem}}@keyframes burgerBottomIn{0%{transform:translate(-2.5px,7px);width:15px;width:.9375rem}50%{transform:translate(-12.5px,-1px);width:25px;width:1.5625rem}100%{transform:translate(-12.5px,-1px) rotate(-45deg)}}@keyframes burgerBottomOut{0%{transform:translate(-12.5px,-1px) rotate(-45deg)}50%{transform:translate(-12.5px,-1px);width:25px;width:1.5625rem}100%{transform:translate(-2.5px,7px);width:15px;width:.9375rem}}footer[data-type=main]{overflow:hidden;background-color:#F5F5F5;margin-top:32px;margin-top:2rem}footer[data-type=main] ul li{padding:unset}footer[data-type=main] ul li a{text-decoration:none}footer[data-type=main] ul.footer-social{margin:0 auto 8px;display:flex;margin-bottom:.5rem}footer[data-type=main] ul.footer-social li a{width:16px;width:1rem;height:16px;height:1rem;display:block;margin:0 13px;background-size:contain;background-position:center center;background-repeat:no-repeat}footer[data-type=main] ul.footer-social li a[href*=whatsapp]{background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/whatsapp.png')}footer[data-type=main] ul.footer-social li a[href*=facebook]{background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/facebook.png')}footer[data-type=main] ul.footer-social li a[href*=instagram]{background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/insta.png')}footer[data-type=main] ul.footer-social li a[href*=linkedin]{background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/linkedin.svg')}footer[data-type=main] .footer-main-menu{justify-content:center;padding-top:25px;padding-top:1.5625rem;padding-bottom:25px;padding-bottom:1.5625rem}@media only screen and (min-width:990px){footer[data-type=main] .footer-main-menu{padding-top:45px;padding-top:2.8125rem;padding-bottom:45px;padding-bottom:2.8125rem}}footer[data-type=main] .footer-main-menu .footer-menu-header.no-list{margin:0 auto}footer[data-type=main] .footer-main-menu .footer-menu-header.no-list a{text-align:center;color:#777;font-size:12px;line-height:16px;letter-spacing:.5px;font-weight:600;text-decoration:none}footer[data-type=main] .footer-main-menu h4{font-size:12px;color:#777;line-height:16px;padding-bottom:20px;padding-bottom:1.25rem;pointer-events:all;position:relative;cursor:pointer;display:flex;margin-bottom:unset}footer[data-type=main] .footer-main-menu h4:after{content:'+';margin-left:auto;font-size:20px}footer[data-type=main] .footer-main-menu h4.active:after{content:'-'}footer[data-type=main] .footer-main-menu ul{display:none}@media only screen and (min-width:990px){footer[data-type=main] .footer-main-menu h4{pointer-events:none;padding-bottom:24px;padding-bottom:1.5rem}footer[data-type=main] .footer-main-menu h4:after{display:none}footer[data-type=main] .footer-main-menu ul{display:block}}footer[data-type=main] .footer-main-menu li{padding-bottom:12px;padding-bottom:.75rem}footer[data-type=main] .footer-main-menu li a{color:#777;font-size:12px;line-height:16px}footer[data-type=main] .footer-social-row{padding-top:23px;padding-top:1.4375rem;padding-bottom:23px;padding-bottom:1.4375rem;position:relative}footer[data-type=main] .footer-social-row:before{content:'';width:150vw;height:1px;background-color:#D9D9D9;position:absolute;left:-50vw;top:-1px}footer[data-type=main] .scroll-top-footer{background:linear-gradient(90deg,rgba(0,153,130,1) 22%,rgba(157,211,207,1) 124%);text-align:center;padding:20px;padding:1.25rem;cursor:pointer;background-color:rgba(0,60,51,0);transition:ease-in-out all 333ms}footer[data-type=main] .scroll-top-footer span{color:#fff}footer[data-type=main] .footer-copyright{text-align:center;color:#777;font-size:12px;line-height:16px;letter-spacing:.5px;font-weight:600}.story{padding:50px 24px;padding:3.125rem 1.5rem}.story .just--links a:not(.btn){font-size:16px;font-weight:600;line-height:16px;letter-spacing:-.37px;text-align:left;color:#009982;text-decoration:none;position:relative}.story .just--links a:not(.btn):hover{border-bottom:1px solid #009982}.story .just--links a:not(.btn):before{content:'';display:inline-block;width:8px;width:.5rem;height:8px;height:.5rem;background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/text-link-icon.png');background-size:contain;background-position:center center;background-repeat:no-repeat;margin-right:4px}.story a.btn{margin-top:36px;margin-top:2.25rem}@media only screen and (min-width:990px){.story{padding:70px 0;padding:4.375rem 0rem}.story a.btn{margin-top:36px;margin-top:2.25rem}}.story.story_bg{background-color:#F5F5F5}.korrekturCE section{margin-bottom:20px;margin-bottom:1.25rem}.korrekturCE section .pre{margin-top:10px;margin-top:.625rem;background:rgba(0,0,0,.03);padding:20px;padding:1.25rem}.korrekturCE section .pre .btn,.korrekturCE section .pre button{margin-right:10px;margin-bottom:10px}.korrekturCE section .p-2{padding:20px;padding:1.25rem;margin-bottom:16px;margin-bottom:1rem}.fc-c1{color:#009982}.fc-c2{color:#fff}.fc-c3{color:#9DD3CF}.fc-c4{color:#6F6F6F}.fc-c5{color:#2C2C2C}.fc-c6{color:#629FD6}.fc-c7{color:#9B9B9B}.fc-c8{color:#F5F5F5}.fc-gradient{color:linear-gradient(90deg,rgba(0,153,130,1) 22%,rgba(157,211,207,1) 124%)}.bg-c1{background-color:#009982}.bg-c2{background-color:#fff}.bg-c3{background-color:#9DD3CF}.bg-c4{background-color:#6F6F6F}.bg-c5{background-color:#2C2C2C}.bg-c6{background-color:#629FD6}.bg-c7{background-color:#9B9B9B}.bg-c8{background-color:#F5F5F5}.bg-gradient{background-color:linear-gradient(90deg,rgba(0,153,130,1) 22%,rgba(157,211,207,1) 124%)}.slider{width:100%;height:auto;overflow:hidden;background:rgba(217,217,217,.85)}.slider .slider--inner{display:flex;-ms-flex-align:flex-start;-webkit-box-align:flex-start;-moz-box-align:flex-start;-webkit-align-items:flex-start;align-items:flex-start;position:relative;z-index:1}.slider .slider--inner .slider--single-slide{flex:0 0 100%;position:relative;height:auto}.slider .slider--inner .slider--single-slide .slider--single-slide-image{width:100%;height:100%;z-index:1}.slider .slider--inner .slider--single-slide .slider--single-slide-image figure{width:100%;height:100%}.slider .slider--inner .slider--single-slide .slider--single-slide-image figure img{object-fit:contain;width:100%;height:100%;object-position:center center;max-height:900px;max-height:56.25rem}.slider .slider--controls .slider--pagination{width:100%;position:absolute;bottom:30px;bottom:1.875rem;z-index:2}.slider .slider--controls .slider--pagination .slider--dots{width:min-content;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin:auto}.slider .slider--controls .slider--pagination .slider--dots .swiper-pagination-bullet{margin:0 4px;margin:0rem .25rem;background:#fff}.slider .slider--controls .slider--pagination .slider--dots .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#52B1FF}.slider .slider--controls .slider--arrow{width:20px;width:1.25rem;height:40px;height:2.5rem;z-index:1;display:block;position:absolute;cursor:pointer}.slider .slider--controls .slider--arrow.next:after,.slider .slider--controls .slider--arrow.prev:after{content:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/arrow_white.svg');width:10px;width:.625rem;height:20px;height:1.25rem}.slider .slider--controls .slider--arrow.next{right:0;margin-right:12px;margin-right:.75rem;top:calc(50% - 20px)}.slider .slider--controls .slider--arrow.prev{left:0;transform:rotate(180deg);margin-left:12px;margin-left:.75rem;top:calc(50% - 24px)}.image{margin-top:10px;margin-top:.625rem;margin-bottom:10px;margin-bottom:.625rem}.image a{text-decoration:none}.image .image-no-fancy img{width:100%;height:100%;object-fit:cover}.video .plyr button{margin-top:0;margin-bottom:0}.video .video--inner{position:relative;cursor:pointer;margin-left:-36px;margin-left:-2.25rem;margin-right:-36px;margin-right:-2.25rem}.video .video--inner:before{content:"";display:block;padding-top:56.25%}.video .video--inner>*{position:absolute;top:0;left:0;width:100%;height:100%}.video .video--inner .video--poster{min-height:100%;overflow:hidden;cursor:pointer;width:100%;height:100%;position:absolute;left:0;top:0}.video .video--inner .video--poster:after,.video .video--inner .video--poster:before{transition:ease-in-out 250ms all}.video .video--inner .video--poster:before{content:'';width:70px;height:70px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/player_icon.svg');background-size:contain}@media only screen and (min-width:990px){.video .video--inner{margin-left:0;margin-left:0rem;margin-right:0;margin-right:0rem}.video .video--inner .video--poster:before{width:120px;height:120px}}.video .video--inner .video--poster img{object-fit:cover;width:100%;height:100%;object-position:center center}.video .video--inner .video--poster+.video--player{display:none}.video .video--inner .video--poster .cookie-info{position:absolute;left:50%;top:60%;z-index:10;transform:translateX(-50%);background:rgba(255,255,255,.8);padding:12px 20px;border-radius:4px;width:max-content;max-width:80%;text-align:center;backdrop-filter:blur(6px)}.video .video--inner .video--poster .cookie-info p{font-size:.9rem}.animationdemo{margin-top:46px;margin-top:2.875rem}.animationdemo .demo-con{height:200px;height:12.5rem;margin-bottom:46px;margin-bottom:2.875rem;background-color:#663399;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center}.text-image .text-image--left,.text-image .text-image--right{height:100%;display:flex;flex-direction:column;justify-content:center}.eventKacheln .eventKacheln-wrapper,.infobox-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox}.text-image .text-image--left .text-image--left--image{margin-left:-36px;margin-left:-2.25rem;margin-right:-36px;margin-right:-2.25rem;margin-bottom:30px;margin-bottom:1.875rem}@media only screen and (min-width:990px){.text-image .text-image--left .text-image--left--image{margin-left:0;margin-left:0rem;margin-right:0;margin-right:0rem;margin-bottom:0;margin-bottom:0rem}}.text-image .text-image--left .text-image--left--image img{width:100%}.text-image .text-image--right .text-image--right--header{margin-bottom:20px;margin-bottom:1.25rem}.text-image .text-image--right .text-image--right--header h3{margin-bottom:5px;margin-bottom:.3125rem}.text-image .text-image--right .text-image--right--button{margin-top:36px;margin-top:2.25rem}.infobox-wrapper{margin:40px auto;border:2px solid #009982;border-radius:16px;padding:50px 20px;padding:3.125rem 1.25rem;display:flex;-webkit-box-direction:column;-moz-box-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;position:relative}.infobox-wrapper.red{border-color:#DC3545}.infobox-wrapper.red h3{color:#DC3545}.infobox-wrapper.red:before{background-color:#DC3545;background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/info_icon_danger.svg')}.infobox-wrapper:before{content:'';position:absolute;left:calc(50% - 23px);width:46px;width:2.875rem;height:46px;height:2.875rem;background-color:#009982;border-radius:50%;top:-23px;top:-1.4375rem;background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/info_icon.svg');background-repeat:no-repeat;background-position:center center;background-size:contain}@media only screen and (min-width:990px){.infobox-wrapper{padding:50px 30px;padding:3.125rem 1.875rem}.infobox-wrapper:before{width:80px;width:5rem;height:80px;height:5rem;left:calc(50% - 40px);top:-40px;top:-2.5rem}}.infobox-wrapper h3{color:#009982;margin-bottom:unset}.infobox-wrapper p,.infobox-wrapper span{color:#9B9B9B}.infobox-wrapper .desc{margin-top:20px;margin-top:1.25rem}.hero{position:relative;width:100%}.hero .hero--content{display:flex;justify-content:center;align-items:center;width:100%;min-height:100vh;background-size:cover}.hero .hero--content .hero--conten--image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero .hero--content .hero--conten--image figure{width:100%;height:100%}.hero .hero--content .hero--conten--image figure img{width:100%;height:100%;object-fit:cover}.hero .hero--content video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero .hero--content .hero--overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;overflow:hidden}.hero .hero--content .hero--overlay .hero--overlay-top-gradient:after,.hero .hero--content .hero--overlay .hero--overlay-top-gradient:before{position:absolute;z-index:1;content:'';width:100vw;height:50vh;overflow:hidden;display:block}.hero .hero--content .hero--overlay .hero--overlay-top-gradient:before{background:linear-gradient(180deg,rgba(0,153,130,1) 0,rgba(0,153,130,0) 100%);opacity:.25}.hero .hero--content .hero--overlay .hero--overlay-top-gradient-hard:after,.hero .hero--content .hero--overlay .hero--overlay-top-gradient-hard:before{position:absolute;z-index:1;content:'';width:100vw;height:50vh;overflow:hidden;display:block}.hero .hero--content .hero--overlay .hero--overlay-top-gradient-hard:before{background:linear-gradient(180deg,rgba(0,153,130,1) 0,rgba(0,153,130,0) 100%);opacity:.25}.hero .hero--content .hero--overlay .hero--overlay-top-gradient-hard:after{background:linear-gradient(180deg,rgba(0,153,130,1) 0,rgba(0,153,130,0) 100%);opacity:.55}.hero .hero--content .hero--overlay .hero--overlay-circle-gradient:after,.hero .hero--content .hero--overlay .hero--overlay-circle-gradient:before{position:absolute;z-index:1;content:'';width:75vh;height:75vh;overflow:hidden;display:block;border-radius:50%}.hero .hero--content .hero--overlay .hero--overlay-circle-gradient:before{top:-20vh;right:-33vh;background:radial-gradient(circle,rgba(0,153,130,1) 40%,rgba(0,153,130,0) 70%);transform:scaleX(.7) scaleY(1.5) rotate3d(1,1,1,284deg) scale(1.5);opacity:.71}.hero .hero--content .hero--overlay .hero--overlay-circle-gradient:after{bottom:-12.5vh;left:-20vh;background:radial-gradient(circle,rgba(98,159,214,1) 40%,rgba(98,159,214,0) 70%);opacity:.63}.hero .hero--content .hero--content--inner{z-index:5;position:relative}.hero .hero--content .hero--content--inner .hero--content--headline{text-align:center;margin-bottom:38px;margin-bottom:2.375rem}.hero .hero--content .hero--content--inner .hero--content--headline h1,.hero .hero--content .hero--content--inner .hero--content--headline span,.hero .hero--content .hero--content--inner .hero--content--headline strong{color:#fff}.hero .hero--content .hero--content--inner .hero--content--headline strong{font-size:20px;font-size:1.25rem}@media only screen and (min-width:768px){.hero .hero--content .hero--content--inner .hero--content--headline strong{font-size:20px;font-size:1.25rem}}@media only screen and (min-width:990px){.hero .hero--content .hero--overlay .hero--overlay-circle-gradient:after,.hero .hero--content .hero--overlay .hero--overlay-circle-gradient:before{width:75vw;height:75vw}.hero .hero--content .hero--overlay .hero--overlay-circle-gradient:before{top:-20vw;right:-33vw}.hero .hero--content .hero--overlay .hero--overlay-circle-gradient:after{bottom:-12.5vw;left:-20vw}.hero .hero--content .hero--content--inner .hero--content--headline strong{font-size:22px;font-size:1.375rem}}@media only screen and (min-width:1200px){.hero .hero--content .hero--content--inner .hero--content--headline strong{font-size:26px;font-size:1.625rem}}.hero .hero--content .hero--content--inner .hero--content--headline h1{font-size:20px;font-size:1.25rem}@media only screen and (min-width:768px){.hero .hero--content .hero--content--inner .hero--content--headline h1{font-size:25px;font-size:1.5625rem}}@media only screen and (min-width:990px){.hero .hero--content .hero--content--inner .hero--content--headline h1{font-size:32px;font-size:2rem}}@media only screen and (min-width:1200px){.hero .hero--content .hero--content--inner .hero--content--headline h1{font-size:40px;font-size:2.5rem}}.hero .hero--content .hero--content--inner .hero--content--cards{display:flex;flex-wrap:wrap;margin-left:-4px;margin-left:-.25rem;margin-right:-4px;margin-right:-.25rem}.hero .hero--content .hero--content--inner .hero--content--cards .card--single{display:block;min-width:50%;flex:1 0 50%;padding-left:4px;padding-left:.25rem;padding-right:4px;padding-right:.25rem;margin-bottom:8px;margin-bottom:.5rem}@media only screen and (min-width:990px){.hero .hero--content .hero--content--inner .hero--content--cards{margin-left:-10px;margin-left:-.625rem;margin-right:-10px;margin-right:-.625rem}.hero .hero--content .hero--content--inner .hero--content--cards .card--single{padding-left:10px;padding-left:.625rem;padding-right:10px;padding-right:.625rem;margin-bottom:20px;margin-bottom:1.25rem}}.hero .hero--content .hero--content--inner .hero--content--cards .card--single.card--single--fullwidth{flex:1 0 100%}.hero .hero--content .hero--content--inner .hero--content--cards .card--single .card--single--inner{height:160px;height:10rem;background-color:rgba(157,211,207,.6);transition:all ease-in-out .3s;padding:18px;padding:1.125rem;position:relative;border-radius:10px;border-radius:.625rem;border:1px solid #fff}.hero .hero--content .hero--content--inner .hero--content--cards .card--single .card--single--inner:hover{background-color:rgba(0,153,130,.53)}.hero .hero--content .hero--content--inner .hero--content--cards .card--single .card--single--inner span{position:absolute;bottom:18px;bottom:1.125rem;display:block;color:#fff;font-weight:700;max-width:120px;max-width:7.5rem;font-size:16px;font-size:1rem}@media only screen and (min-width:990px){.hero .hero--content .hero--content--inner .hero--content--cards .card--single .card--single--inner span{font-size:23px;font-size:1.4375rem}}.hero .hero--content .hero--content--inner .hero--content--search form{display:relative;display:flex;align-items:center}.hero .hero--content .hero--content--inner .hero--content--search form input{width:100%;background-color:rgba(157,211,207,.6);border:1px solid #fff;padding:20px 40px;height:unset;border-radius:10px;color:#fff;font-weight:400;font-size:16px;font-size:1rem}@media only screen and (min-width:990px){.hero .hero--content .hero--content--inner .hero--content--search form input{font-size:23px;font-size:1.4375rem}}.hero .hero--content .hero--content--inner .hero--content--search form input::placeholder{color:#fff;opacity:1}.hero .hero--content .hero--content--inner .hero--content--search form input::-ms-input-placeholder{color:#fff}.hero .hero--content .hero--content--inner .hero--content--search form button{width:unset;background:0 0;min-width:unset;position:absolute;right:60px;padding:0;display:block;height:26px;color:#fff}.hero.small-header,.hero.small-header .hero--content{height:300px;min-height:300px}.link-elem-sq .link-elem-wrapper{display:flex;flex-wrap:wrap}.link-elem-sq .link-elem-wrapper .link-elem-solo:nth-child(1){background-color:#009982;flex:0 0 100%;padding:20px 20px 60px;padding:1.25rem 1.25rem 3.75rem;border-radius:10px 10px 0 0}.link-elem-sq .link-elem-wrapper .link-elem-solo:nth-child(2){background-color:#9DD3CF;flex:0 0 100%;padding:20px 20px 50px;padding:1.25rem 1.25rem 3.125rem;border-radius:0}@media only screen and (min-width:768px){.link-elem-sq .link-elem-wrapper .link-elem-solo:nth-child(2){padding:20px 20px 110px;padding:1.25rem 1.25rem 6.875rem;border-radius:0 0 0 10px;flex:0 0 50%}}.link-elem-sq .link-elem-wrapper .link-elem-solo:nth-child(3){background-color:#6F6F6F;flex:0 0 100%;padding:20px 20px 50px;padding:1.25rem 1.25rem 3.125rem;border-radius:0 0 10px 10px}@media only screen and (min-width:768px){.link-elem-sq .link-elem-wrapper .link-elem-solo:nth-child(3){padding:20px 20px 110px;padding:1.25rem 1.25rem 6.875rem;flex:0 0 50%;border-radius:0 0 10px}}.link-elem-sq .link-elem-wrapper .link-elem-solo{position:relative}.link-elem-sq .link-elem-wrapper .link-elem-solo:before{content:'+';position:absolute;right:16px;right:1rem;bottom:8px;bottom:.5rem;color:#fff;font-weight:700;font-size:36px;font-size:2.25rem;line-height:42px;line-height:2.625rem;letter-spacing:.5px}@media only screen and (min-width:990px){.link-elem-sq .link-elem-wrapper .link-elem-solo:before{right:23px;right:1.4375rem;bottom:23px;bottom:1.4375rem}}.link-elem-sq .link-elem-wrapper .link-elem-solo a,.link-elem-sq .link-elem-wrapper .link-elem-solo h4,.link-elem-sq .link-elem-wrapper .link-elem-solo h6{color:#fff}.link-elem-sq .link-elem-wrapper .link-elem-solo h6{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;font-weight:400}.link-elem-sq .link-elem-wrapper .link-elem-solo a{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;z-index:1}.link-elem-qq.component{margin:8px 0}.link-elem-qq-wrapper{display:flex;flex-wrap:wrap;position:relative;gap:8px}.link-elem-qq-wrapper.speciale{justify-content:center}.link-elem-qq-wrapper.speciale .link-elem-qq-solo{padding:6px 18px;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;width:calc(50% - 4px);min-height:90px;min-height:5.625rem}@media only screen and (min-width:990px){.link-elem-qq.component{margin:32px 0}.link-elem-qq-wrapper{gap:32px}.link-elem-qq-wrapper.speciale .link-elem-qq-solo{width:calc(25% - 23px)}}.link-elem-qq-wrapper .link-elem-qq-solo{background-color:#009982;width:100%;display:flex;border-radius:10px;padding:120px 18px 18px;padding:7.5rem 1.125rem 1.125rem;transition:ease-in-out all 333ms;position:relative}.link-elem-qq-wrapper .link-elem-qq-solo:hover{background-color:rgba(0,153,130,.7)}@media only screen and (min-width:990px){.link-elem-qq-wrapper .link-elem-qq-solo{width:calc(50% - 16px)}}.link-elem-qq-wrapper .link-elem-qq-solo a.link-overlay{position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%;z-index:1}.link-elem-qq-wrapper .link-elem-qq-solo a.link-normal{text-decoration:none;color:#fff;font-weight:700;font-size:16px;font-size:1rem;line-height:18px;line-height:1.125rem}.teamSlider .swiper-button-prev{left:2px;left:.125rem;top:calc(25% - 9px)}.teamSlider .swiper-button-next{right:2px;right:.125rem;top:calc(25% - 9px);text-align:end}.teamSlider .swiper-button-next,.teamSlider .swiper-button-prev{display:none}@media only screen and (min-width:990px){.teamSlider .swiper-button-next,.teamSlider .swiper-button-prev{display:block}}.teamSlider .swiper-button-next:after,.teamSlider .swiper-button-prev:after{font-size:35px;font-size:2.1875rem;color:#009982;font-weight:700}.teamSlider .hide-arrows-sl .swiper-button-next,.teamSlider .hide-arrows-sl .swiper-button-prev{display:none}.teamSlider .teamSlider-header{text-align:center;background-color:#F0F0F0;padding-top:30px;padding-top:1.875rem;padding-bottom:80px;padding-bottom:5rem;margin-bottom:-40px;margin-bottom:-2.5rem}.teamSlider .teamSlider-header h5{display:none;color:#9B9B9B;font-size:16px;font-size:1rem;line-height:21px;line-height:1.3125rem;font-weight:400;margin-bottom:4px}@media only screen and (min-width:990px){.teamSlider .teamSlider-header h5{display:block}}.teamSlider .teamSlider-header h2{display:none}.teamSlider .teamSlider-header h2.mobile-only{display:block}@media only screen and (min-width:990px){.teamSlider .teamSlider-header h2{display:block}.teamSlider .teamSlider-header h2.mobile-only{display:none}}.teamSlider .container.content{padding:unset}.teamSlider .container.content .teamSwiper{padding-bottom:60px;padding-bottom:3.75rem}.teamSlider .container.content .swiper-pagination{height:30px;height:1.875rem;margin-top:auto;display:flex;justify-content:space-between;align-items:center}.teamSlider .container.content .swiper-pagination .swiper-pagination-bullet{width:10px;width:.625rem;min-width:10px;min-width:.625rem;height:10px;height:.625rem;background-color:#CCEBE6;opacity:1;transform:scale(1);margin:0 13px}.teamSlider .container.content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#009982;outline:rgba(0,153,130,.25) solid 5px}.teamSlider .team-slide.swiper-slide-active figure{margin-top:0;margin-top:0rem;width:88px;width:5.5rem;height:88px;height:5.5rem}.teamSlider .team-slide.swiper-slide-active figure.empty--pic:after{bottom:-30px;bottom:-1.875rem}.teamSlider figure{width:76px;width:4.75rem;height:76px;height:4.75rem;border-radius:50%;background:linear-gradient(90deg,rgba(0,153,130,1) 22%,rgba(157,211,207,1) 124%);margin:6px auto 10px;margin-top:.375rem;position:relative;overflow:hidden}.teamSlider figure.empty--pic:after,.teamSlider figure.empty--pic:before{background-color:#F0F0F0;position:absolute;left:50%;transform:translate(-50%,0);border-radius:50%;content:''}.teamSlider figure.empty--pic:before{width:30px;width:1.875rem;height:30px;height:1.875rem;top:20px;top:1.25rem}.teamSlider figure.empty--pic:after{width:60px;width:3.75rem;height:60px;height:3.75rem;bottom:-36px;bottom:-2.25rem}@media only screen and (min-width:990px){.teamSlider .container.content .swiper-pagination{display:none}.teamSlider figure{margin-top:4px;margin-top:.25rem;width:80px;width:5rem;height:80px;height:5rem}.eventKacheln .eventKacheln-wrapper{gap:30px}}.teamSlider figure img{width:100%;height:100%;object-fit:cover;border:3px solid transparent;border-radius:50%}.teamSlider .name-block{text-align:center}.teamSlider .name-block span{font-size:16px;font-size:1rem;line-height:21px;line-height:1.3125rem;font-weight:400;color:#484848;text-align:center}.teamSlider h6{font-size:10px;line-height:13px;margin:unset;text-align:center;font-weight:600;color:#c4c4c4}.eventKacheln .show-all-events{font-weight:700;width:100%;text-align:right;cursor:pointer;margin-top:30px;margin-top:1.875rem;font-size:14px;font-size:.875rem;line-height:19px;line-height:1.1875rem;display:none}.eventKacheln .eventKacheln-wrapper{display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.eventKacheln .eventKacheln-wrapper .eventKacheln-item{width:100%;border:1px solid #E7E7E7;padding:25px 30px;padding:1.5625rem 1.875rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:column;-moz-box-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-decoration:none;position:relative}.eventKacheln .eventKacheln-wrapper .eventKacheln-item .event--wrapper-link{position:absolute;left:0;top:0;width:100%;height:100%}@media only screen and (min-width:990px){.eventKacheln .eventKacheln-wrapper .eventKacheln-item{width:calc(100% / 3 - 20px)}}.eventKacheln .eventKacheln-wrapper .eventKacheln-item .date{margin-bottom:15px;margin-bottom:.9375rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-between;-moz-box-pack:space-between;-ms-flex-pack:space-between;-webkit-justify-content:space-between;justify-content:space-between}.eventKacheln .eventKacheln-wrapper .eventKacheln-item .date span{color:#009982;font-size:36px;font-size:2.25rem;line-height:42px;line-height:2.625rem;font-weight:300;margin-top:-12px;margin-top:-.75rem}.eventKacheln .eventKacheln-wrapper .eventKacheln-item h6{color:#009982;font-weight:700;font-size:16px;font-size:1rem;line-height:18px;line-height:1.125rem}.eventKacheln .eventKacheln-wrapper .eventKacheln-item .desc_wrapper{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.eventKacheln .eventKacheln-wrapper .eventKacheln-item .event-contant-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-top:auto;padding-top:15px;padding-top:.9375rem}.eventKacheln .eventKacheln-wrapper .eventKacheln-item .event-contant-wrapper .pos{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;color:#c4c4c4;letter-spacing:-.33px;margin-top:2px;margin-top:.125rem}.eventKacheln .eventKacheln-wrapper .eventKacheln-item .event-contant-wrapper span{color:#484848}.eventKacheln .eventKacheln-wrapper .eventKacheln-item .event-contant-wrapper figure{width:55px;width:3.4375rem;min-width:55px;min-width:3.4375rem;height:55px;height:3.4375rem;border-radius:50%;margin-right:20px;margin-right:1.25rem}.eventKacheln .eventKacheln-wrapper .eventKacheln-item .event-contant-wrapper figure img{width:100%;height:100%;object-fit:cover;border-radius:50%}.newsKacheln .newsKacheln--single{background-color:#F5F5F5;border-radius:16px;border-radius:1rem;overflow:hidden;margin-bottom:32px;margin-bottom:2rem;padding-bottom:32px;padding-bottom:2rem;position:relative}.newsKacheln .newsKacheln--single .newsKacheln--single--image{aspect-ratio:3/2;margin-left:-36px;margin-left:-2.25rem;margin-right:-36px;margin-right:-2.25rem;display:block}@media only screen and (min-width:768px){.newsKacheln .newsKacheln--single .newsKacheln--single--image{margin-left:0;margin-left:0rem;margin-right:0;margin-right:0rem}}@media only screen and (min-width:990px){.newsKacheln .newsKacheln--single .newsKacheln--single--image figure{height:300px;height:18.75rem}}.newsKacheln .newsKacheln--single .newsKacheln--single--image figure img{width:100%;height:100%;object-fit:cover}.newsKacheln .newsKacheln--single .newsKacheln--single--content{padding-left:32px;padding-left:2rem;padding-right:32px;padding-right:2rem}.newsKacheln .newsKacheln--single .newsKacheln--single--content .headline{margin-top:30px;margin-top:1.875rem;margin-bottom:20px;margin-bottom:1.25rem}.newsKacheln .newsKacheln--single .newsKacheln--single--content .content{color:#6F6F6F}.newsKacheln .newsKacheln--single .newsKacheln--single--content .content *{line-height:1.6}.newsKacheln .newsKacheln--single .link{position:absolute;top:0;left:0;bottom:0;right:0}.certificateSlider .certificateSlider--header{margin-bottom:45px;margin-bottom:2.8125rem}.certificateSlider .certificateSlider--header h2,.certificateSlider .certificateSlider--header p{margin-bottom:0;margin-bottom:0rem;text-align:center}.certificateSlider .certificateSlider--slider{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block;width:100%}@media only screen and (min-width:990px){.certificateSlider .certificateSlider--slider .certificateSlider--scrollbar{display:none}}.certificateSlider .certificateSlider--slider .certificateSlider--scrollbar .swiper-scrollbar{top:0}.certificateSlider .certificateSlider--slider .certificateSlider--scrollbar .swiper-scrollbar .swiper-scrollbar-drag{background:linear-gradient(90deg,rgba(0,153,130,1) 22%,rgba(157,211,207,1) 124%)}.certificateSlider .certificateSlider--slider .certificateSlider--wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;padding:12vw 0}@media only screen and (min-width:990px){.certificateSlider .certificateSlider--slider .certificateSlider--wrapper{padding:30px 0;padding:1.875rem 0rem}}.certificateSlider .certificateSlider--slider .certificateSlider--wrapper .certificateSlider--single{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.certificateSlider .certificateSlider--slider .certificateSlider--wrapper .certificateSlider--single .certificateSlider--single--image figure{aspect-ratio:1;width:100%;display:flex;align-items:center;justify-content:center;border:2px solid #F5F5F5;border-radius:10px;border-radius:.625rem;padding:16px;padding:1rem;transition:linear all 120ms}.certificateSlider .certificateSlider--slider .certificateSlider--wrapper .certificateSlider--single .certificateSlider--single--content{opacity:0;margin-left:-100px;margin-left:-6.25rem;margin-right:-100px;margin-right:-6.25rem}.certificateSlider .certificateSlider--slider .certificateSlider--wrapper .certificateSlider--single .certificateSlider--single--content p{color:#9B9B9B;text-align:center}.certificateSlider .certificateSlider--slider .certificateSlider--wrapper .certificateSlider--single.swiper-slide-active .certificateSlider--single--image{margin-bottom:6vw}@media only screen and (min-width:990px){.certificateSlider .certificateSlider--slider .certificateSlider--wrapper .certificateSlider--single.swiper-slide-active .certificateSlider--single--image{margin-bottom:30px;margin-bottom:1.875rem}}.certificateSlider .certificateSlider--slider .certificateSlider--wrapper .certificateSlider--single.swiper-slide-active .certificateSlider--single--image figure{border-color:#009982;transform:scale(1.2)}.certificateSlider .certificateSlider--slider .certificateSlider--wrapper .certificateSlider--single.swiper-slide-active .certificateSlider--single--content{opacity:1}.imgTextSlider{background-color:#F5F5F5;padding-top:30px;padding-top:1.875rem;margin-bottom:30px;margin-bottom:1.875rem}.imgTextSlider .imgTextSwiper{padding-bottom:60px;padding-bottom:3.75rem}.imgTextSlider .imgTextSwiper .imgTextSlider-slide{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:column;-moz-box-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center;padding-left:16px;padding-right:16px}.imgTextSlider .imgTextSwiper .imgTextSlider-slide figure,.imgTextSlider .imgTextSwiper .imgTextSlider-slide picture{width:100%;height:256px;border-radius:10px;margin-top:36px}@media only screen and (min-width:990px){.imgTextSlider{padding-top:60px;padding-top:3.75rem;margin-bottom:60px;margin-bottom:3.75rem}.imgTextSlider .imgTextSwiper .imgTextSlider-slide{padding-left:0;padding-right:0;-webkit-box-direction:row-reverse;-moz-box-direction:row-reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-align:center;-webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;align-items:center}.imgTextSlider .imgTextSwiper .imgTextSlider-slide figure,.imgTextSlider .imgTextSwiper .imgTextSlider-slide picture{margin-top:0;min-width:392px;width:392px;height:256px;margin-right:48px}}.imgTextSlider .imgTextSwiper .imgTextSlider-slide figure img,.imgTextSlider .imgTextSwiper .imgTextSlider-slide picture img{border-radius:10px;width:100%;height:100%;object-fit:cover}.imgTextSlider .swiper-pagination-elele{height:30px;margin-top:auto;display:flex;justify-content:center;align-items:center;position:absolute;bottom:14px!important}.imgTextSlider .swiper-pagination-elele .swiper-pagination-bullet{width:10px;width:.625rem;min-width:10px;min-width:.625rem;height:10px;height:.625rem;background-color:#CCEBE6;opacity:1;transform:scale(1);margin:0 13px}.imgTextSlider .swiper-pagination-elele .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#009982;outline:rgba(0,153,130,.25) solid 5px}.filter .filter--header .filter-hero{position:relative;z-index:1}.filter .filter--header .filter-hero .hero--image{width:100%;height:350px;height:21.875rem}.filter .filter--header .filter-hero .hero--image img{width:100%;height:100%;object-fit:cover}.filter .filter--header .filter-hero .hero--content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.filter .filter--header .filter-hero .hero--content .hero--content--inner{text-align:center}.filter .filter--header .filter-filters{margin-top:-25px;margin-top:-1.5625rem;margin-bottom:30px;margin-bottom:1.875rem;position:relative;z-index:2}.filter .filter--header .filter-filters .filters-grid{display:flex;flex-wrap:wrap;margin-left:-8px;margin-left:-.5rem;margin-right:-8px;margin-right:-.5rem}.filter .filter--header .filter-filters .filters-grid .single-filter{padding-left:8px;padding-left:.5rem;padding-right:8px;padding-right:.5rem;margin-bottom:8px;margin-bottom:.5rem;min-width:100%;flex:0 0 100%}@media only screen and (min-width:990px){.imgTextSlider .swiper-pagination-elele{bottom:-40px!important}.filter .filter--header .filter-filters .filters-grid{margin-left:-16px;margin-left:-1rem;margin-right:-16px;margin-right:-1rem}.filter .filter--header .filter-filters .filters-grid .single-filter{padding-left:16px;padding-left:1rem;padding-right:16px;padding-right:1rem;margin-bottom:0;margin-bottom:0rem;min-width:33.33333333%;flex:1 0 33.33333333%}}.filter .filter--header .filter-filters .filters-grid .single-filter input,.filter .filter--header .filter-filters .filters-grid .single-filter select{padding:16px 24px;padding:1rem 1.5rem;height:auto;border-radius:4px;border-radius:.25rem;border:1px solid #F5F5F5}.filter .filter--header .filter-filters .filters-alphabet{margin-top:30px;margin-top:1.875rem;margin-bottom:30px;margin-bottom:1.875rem}.filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter{display:flex;overflow-x:auto}.filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter::-webkit-scrollbar{height:1rem;width:.5rem}.filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter::-webkit-scrollbar:horizontal{height:.5rem;width:1rem}.filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter::-webkit-scrollbar-track{background:0 0}.filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter::-webkit-scrollbar-thumb{background:#F5F5F5;border-radius:9999px}.filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter::-webkit-scrollbar-thumb:hover{background:#F5F5F5}.filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter .single{width:50px;width:3.125rem;min-width:50px;min-width:3.125rem;height:50px;height:3.125rem;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;font-weight:700}.filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter .single.active{color:#009982;background-color:rgba(0,153,130,.5)}.filter .filter--result{display:flex;flex-wrap:wrap;margin-left:-8px;margin-left:-.5rem;margin-right:-8px;margin-right:-.5rem}.filter .filter--result .filter--result--single{padding-left:8px;padding-left:.5rem;padding-right:8px;padding-right:.5rem;margin-bottom:8px;margin-bottom:.5rem;min-width:100%;flex:0 0 100%;text-decoration:none}.filter .filter--result .filter--result--single .filter--result--single--inner{display:flex;border-radius:10px;border-radius:.625rem;background-color:#F5F5F5;overflow:hidden}@media only screen and (min-width:990px){.filter .filter--result{margin-left:-16px;margin-left:-1rem;margin-right:-16px;margin-right:-1rem}.filter .filter--result .filter--result--single{padding-left:16px;padding-left:1rem;padding-right:16px;padding-right:1rem;margin-bottom:16px;margin-bottom:1rem;min-width:33.33333333%;flex:0 0 33.33333333%}.filter .filter--result .filter--result--single .filter--result--single--inner{flex-direction:column}}.filter .filter--result .filter--result--single .filter--result--single--inner .filter--result--single--image{min-height:110px;min-height:6.875rem;width:84px;width:5.25rem;min-width:84px;min-width:5.25rem;flex:0 0 84px}@media only screen and (min-width:990px){.filter .filter--result .filter--result--single .filter--result--single--inner .filter--result--single--image{height:180px;height:11.25rem;width:100%;min-width:100%;flex:unset}}.filter .filter--result .filter--result--single .filter--result--single--inner .filter--result--single--image img{width:100%;height:100%;object-fit:cover}.filter .filter--result .filter--result--single .filter--result--single--inner .filter--result--single--content{height:100%;display:flex;flex-direction:column;justify-content:center;padding:18px;padding:1.125rem}.filter .filter--result .filter--result--single .filter--result--single--inner .filter--result--single--content i{width:10px;height:13px;background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/Location-Icon.svg');display:inline-block;background-size:contain;background-repeat:no-repeat;margin-right:7px}.contactSinglePage{margin:0}.contactSinglePage .contactSinglePage--hero{position:relative;max-width:1200px;margin:0 auto}.contactSinglePage .contactSinglePage--hero .contactSinglePage--hero--image{aspect-ratio:.5625;overflow:hidden}.contactSinglePage .contactSinglePage--hero .contactSinglePage--hero--image figure{width:100%;height:100%}.contactSinglePage .contactSinglePage--hero .contactSinglePage--hero--image figure img{width:100%;height:100%;object-fit:cover}@media only screen and (min-width:990px){.filter .filter--result .filter--result--single .filter--result--single--inner .filter--result--single--content{padding:24px;padding:1.5rem}.contactSinglePage .contactSinglePage--hero .contactSinglePage--hero--image{aspect-ratio:1.77777778}.contactSinglePage .contactSinglePage--hero .contactSinglePage--hero--image figure img{object-position:center 25%}}.contactSinglePage .contactSinglePage--hero .contactSinglePage--hero--content{position:absolute;left:50%;transform:translateX(-50%);bottom:74px;bottom:4.625rem;background-color:rgba(255,255,255,.8);width:calc(100% - 72px);max-width:500px;max-width:31.25rem;padding:30px 20px;padding:1.875rem 1.25rem;border-radius:16px;border-radius:1rem;text-align:center}.contactSinglePage .contactSinglePage--hero .contactSinglePage--hero--content .contactSinglePage--hero--content--text h3{margin:0 0 6px;margin-bottom:.375rem}.contactSinglePage .contactSinglePage--hero .contactSinglePage--hero--content .contactSinglePage--hero--content--text p{margin:0;color:#9B9B9B;line-height:1.2;font-size:15px;font-size:.9375rem}.contactSinglePage .contactSinglePage--hero .contactSinglePage--hero--content--icon{position:absolute;left:50%;transform:translate(-50%,0);top:-30px;width:46px;height:46px;background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/info_icon.png');background-repeat:no-repeat;background-size:contain}.contactSinglePage .contactSinglePage--hero--old,.profilheader,.profilheader .container.content{position:relative}.contactSinglePage .contactSinglePage--content{padding-top:50px;padding-top:3.125rem}.contactSinglePage .contactSinglePage--content .contactSinglePage--content--locations{margin-bottom:30px;margin-bottom:1.875rem;color:#009982}.contactSinglePage .contactSinglePage--content .contactSinglePage--content--locations .icon{background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/Location-Icon.svg');background-repeat:no-repeat;width:13px;height:13px;display:inline-block;margin-right:10px}.contactSinglePage .contactSinglePage--content .contactSinglePage--content--infos{margin-bottom:50px;margin-bottom:3.125rem;color:#009982}.contactSinglePage .contactSinglePage--content .contactSinglePage--content--infos .infos--tel .icon{background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/Tel-Icon.png');background-repeat:no-repeat;width:13px;height:13px;display:inline-block;margin-right:10px}.contactSinglePage .contactSinglePage--content .contactSinglePage--content--infos .infos--mail .icon{background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/Mail-Icon.png');background-repeat:no-repeat;width:13px;height:13px;display:inline-block;margin-right:10px}.contactSinglePage .contactSinglePage--content .contactSinglePage--content--about{margin-bottom:30px;margin-bottom:1.875rem}.contactSinglePage .contactSinglePage--content .contactSinglePage--content--link{margin-bottom:50px;margin-bottom:3.125rem}.contactSinglePage .contactSinglePage--content .contactSinglePage--content--qualification .qualification--header{text-align:center;margin-bottom:40px;margin-bottom:2.5rem}.contactSinglePage .contactSinglePage--hero--old .contactSinglePage--hero--image{width:100%;height:auto}.contactSinglePage .contactSinglePage--hero--old .contactSinglePage--hero--image figure{width:100%;height:100%}.contactSinglePage .contactSinglePage--hero--old .contactSinglePage--hero--image figure img{width:100%;height:100%;object-fit:cover}.contactSinglePage .contactSinglePage--content--text{margin-bottom:20px}.contactSinglePage .contactSinglePage--content--text .pos{color:#9B9B9B;font-size:14px}.profilheader .profilheader--info{position:absolute;bottom:95px;left:50%;transform:translate(-50%,0);background-color:rgba(255,255,255,.8);padding:30px 20px;padding:1.875rem 1.25rem;width:calc(100% - 60px);border-radius:16px;text-align:center}.profilheader .profilheader--info:before{content:'';position:absolute;left:50%;transform:translate(-50%,0);top:-23px;width:46px;height:46px;background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/info_icon.png');background-repeat:no-repeat;background-size:contain}@media only screen and (min-width:990px){.profilheader .profilheader--info{bottom:60px;width:calc(50% - 0px)}}.profilheader .profilheader--info h5{color:#009982;font-size:20px;font-size:1.25rem;line-height:30px;line-height:1.875rem;margin-bottom:unset}.profilheader .profilheader--info span{color:#9B9B9B;text-align:center;font-size:15px;font-size:.9375rem;line-height:23px;line-height:1.4375rem}.profilheader .profilheader--image{position:relative;margin-left:-36px;margin-left:-2.25rem;margin-right:-36px;margin-right:-2.25rem}@media (min-width:1280px){.profilheader .profilheader--image{margin-left:0;margin-left:0rem;margin-right:0;margin-right:0rem}}.profilheader .profilheader--image:before{content:'';position:absolute;left:0;top:0;bottom:0;right:0;z-index:2;width:100%;height:100%;background:linear-gradient(0deg,#fff 0,rgba(0,0,0,0) 25%)}.locationsSlider,.locationsSlider .container.content{position:relative}.profilheader .profilheader--image figure{aspect-ratio:.5625}@media only screen and (min-width:990px){.profilheader .profilheader--image:before{background:linear-gradient(0deg,#fff 0,rgba(0,0,0,0) 15%)}.profilheader .profilheader--image figure{aspect-ratio:1.77777778}}.profilheader .profilheader--image figure img{width:100%;height:100%;object-fit:cover;object-position:top}.journeySlider .swiper-paginationYES{flex-wrap:nowrap;display:flex;margin-bottom:20px}.journeySlider .swiper-paginationYES .swiper-pagination-bullet{border-radius:0;margin:0!important;padding:0!important;width:100%;height:4px;background-color:#9B9B9B}.journeySlider .swiper-paginationYES .swiper-pagination-bullet.swiper-pagination-bullet-active{background:linear-gradient(90deg,#009982 22%,#9dd3cf 124%)}.journeySlider .journey-next{margin-top:30px;margin-top:1.875rem;padding:18px 50px;padding:1.125rem 3.125rem;font-size:16px;font-size:1rem;line-height:22px;line-height:1.375rem;font-weight:600;cursor:pointer}.journeySlider .journey-next.swiper-button-disabled{background:#9B9B9B}.journeySlider .journeySlider1{position:relative;margin-bottom:20px;margin-left:0;margin-right:0;padding-top:10px}@media only screen and (min-width:990px){.journeySlider .journey-next{margin-top:40px;margin-top:2.5rem}.journeySlider .journeySlider1{padding-top:0;margin-bottom:40px;margin-left:125px;margin-right:125px}}.journeySlider .journeySlider1 .journeySlider1--scrollbar{height:30px;height:1.875rem}.journeySlider .journeySlider1 .journeySlider1--scrollbar .swiper-scrollbar{top:0}.journeySlider .journeySlider1 .journeySlider1--scrollbar .swiper-scrollbar .swiper-scrollbar-drag{background:linear-gradient(90deg,rgba(0,153,130,1) 22%,rgba(157,211,207,1) 124%)}.journeySlider .journeySlider1 .swiper-slide{cursor:pointer}.journeySlider .journeySlider1 .swiper-slide figcaption{text-align:center;display:none;color:#9B9B9B;font-size:16px;font-size:1rem;line-height:26px;line-height:1.625rem;margin-top:14px}.journeySlider .journeySlider1 .swiper-slide figure{width:65px;height:65px;margin:0 auto}@media only screen and (min-width:990px){.journeySlider .journeySlider1 .swiper-slide figure{width:75px;height:75px}}.journeySlider .journeySlider1 .swiper-slide figure img{width:auto;height:100%;filter:grayscale(1)}.journeySlider .journeySlider1 .swiper-slide.swiper-slide-thumb-active figcaption{display:block}.locationsSlider .container.content.type-arr-1 .swiper-button-next,.locationsSlider .container.content.type-arr-1 .swiper-button-prev,.locationsSlider .swiper-button-disabled{display:none}.journeySlider .journeySlider1 .swiper-slide.swiper-slide-thumb-active figure{transform:scale(1.15)}.journeySlider .journeySlider1 .swiper-slide.swiper-slide-thumb-active figure img{filter:grayscale(0)}.journeySlider .journey--header{margin-bottom:45px;margin-bottom:2.8125rem}.journeySlider .journey--header h2,.journeySlider .journey--header p{margin-bottom:0;margin-bottom:0rem;text-align:center}.locationsSlider .swiper-button-next,.locationsSlider .swiper-button-prev{color:#009982}.locationsSlider .swiper-button-next:after,.locationsSlider .swiper-button-prev:after{font-size:20px;font-size:1.25rem}.locationsSlider .swiper-button-next{top:22px;top:1.375rem;bottom:0;height:130px;height:8.125rem;right:0;right:0rem;border-top-right-radius:16px;border-top-right-radius:1rem;background-color:rgba(255,255,255,.6);width:30px;width:1.875rem}@media only screen and (min-width:990px){.journeySlider .journeySlider1 .swiper-slide.swiper-slide-thumb-active figure{transform:scale(1)}.locationsSlider .swiper-button-next:after,.locationsSlider .swiper-button-prev:after{font-size:40px;font-size:2.5rem}.locationsSlider .swiper-button-next{top:23px;top:1.4375rem;height:180px;height:11.25rem;width:40px;width:2.5rem}}.locationsSlider .swiper-button-prev{top:22px;top:1.375rem;bottom:0;height:130px;height:8.125rem;left:0;left:0rem;border-top-left-radius:16px;border-top-left-radius:1rem;background-color:rgba(255,255,255,.6);width:30px;width:1.875rem}@media only screen and (min-width:990px){.locationsSlider .swiper-button-prev{top:23px;top:1.4375rem;height:180px;height:11.25rem;width:40px;width:2.5rem}}.locationsSlider .locations-tiles .swiper-wrapper{all:unset;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;gap:30px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.locationsSlider .locations-tiles .swiper-slide{width:100%;flex-shrink:unset}@media only screen and (min-width:768px){.locationsSlider .locations-tiles .swiper-slide{width:calc(50% - 15px)}}@media only screen and (min-width:990px){.locationsSlider .locations-tiles .swiper-slide{width:calc(100% / 3 - 20px)}.locationsSlider .locations-slider{margin-left:0}}.locationsSlider .location-url{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%}.locationsSlider .journey--header{margin-bottom:20px;margin-bottom:1.25rem;text-align:center}.locationsSlider figure{height:130px;height:8.125rem}@media only screen and (min-width:990px){.locationsSlider .journey--header{margin-bottom:40px;margin-bottom:2.5rem}.locationsSlider figure{height:180px;height:11.25rem}}.locationsSlider figure img{width:100%;height:100%;object-fit:cover;border-top-left-radius:16px;border-top-left-radius:1rem;border-top-right-radius:16px;border-top-right-radius:1rem}.locationsSlider .location-slide-desc{background-color:#F5F5F5;padding:20px;padding:1.25rem;border-bottom-left-radius:16px;border-bottom-left-radius:1rem;border-bottom-right-radius:16px;border-bottom-right-radius:1rem}.locationsSlider .location-slide-desc h5{color:#009982;leading-trim:both;text-edge:cap;font-style:normal;font-weight:600;letter-spacing:-.38px;font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}@media only screen and (min-width:990px){.locationsSlider .location-slide-desc h5{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.locationsSlider .location-slide-desc p{color:#9B9B9B;leading-trim:both;text-edge:cap;font-style:normal;font-weight:400;letter-spacing:-.38px;position:relative;font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;padding-left:19px}@media only screen and (min-width:990px){.locationsSlider .location-slide-desc p{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.search-results .search-results--contacts span,.search-results .search-results--events span,.search-results .search-results--results span{color:#9B9B9B;font-family:Open Sans;font-style:normal;line-height:normal;letter-spacing:-.26px;font-weight:300;font-size:14px}.locationsSlider .location-slide-desc p:before{content:'';width:12px;width:.75rem;height:12px;height:.75rem;background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/Location-Icon.svg');background-repeat:no-repeat;background-position:center center;background-size:contain;position:absolute;left:0;top:4px;top:.25rem}.search-results .search-results--header .search-results--header--info{margin-top:32px}.search-results .no-margin{margin-left:0;padding:0}.search-results .padding{padding:0 16px}.search-results .search-results--results{margin:32px 0}.search-results .search-results--results span{margin-bottom:20px}.search-results .search-results--contacts{margin:32px 0}.search-results .search-results--contacts span{margin-bottom:20px}.search-results .search-results--events{margin:32px 0}.search-results .search-results--events span{margin-bottom:20px}.filter--result{display:flex;flex-wrap:wrap;margin-left:-8px;margin-left:-.5rem;margin-right:-8px;margin-right:-.5rem}.filter--result .filter--result--single{padding-left:8px;padding-left:.5rem;padding-right:8px;padding-right:.5rem;margin-bottom:8px;margin-bottom:.5rem;min-width:100%;flex:0 0 100%;text-decoration:none;position:relative}@media only screen and (min-width:990px){.locationsSlider .location-slide-desc p:before{top:6px;top:.375rem}.filter--result{margin-left:-16px;margin-left:-1rem;margin-right:-16px;margin-right:-1rem}.filter--result .filter--result--single{padding-left:16px;padding-left:1rem;padding-right:16px;padding-right:1rem;margin-bottom:16px;margin-bottom:1rem;min-width:33.33333333%;flex:0 0 33.33333333%}.filter--result .filter--result--single .filter--result--single--inner{flex-direction:column}}.filter--result .filter--result--single .search-results--results--single-contacts{position:absolute;top:0;left:0;width:100%;height:100%;padding-left:16px;padding-right:16px}.filter--result .filter--result--single .filter--result--single--inner{display:flex;border-radius:10px;border-radius:.625rem;background-color:#F5F5F5;overflow:hidden}.filter--result .filter--result--single .filter--result--single--inner .filter--result--single--image{min-height:110px;min-height:6.875rem;width:84px;width:5.25rem;min-width:84px;min-width:5.25rem;flex:0 0 84px}@media only screen and (min-width:990px){.filter--result .filter--result--single .filter--result--single--inner .filter--result--single--image{height:180px;height:11.25rem;width:100%;min-width:100%;flex:unset}}.filter--result .filter--result--single .filter--result--single--inner .filter--result--single--image img{width:100%;height:100%;object-fit:cover}.filter--result .filter--result--single .filter--result--single--inner .filter--result--single--content{height:100%;display:flex;flex-direction:column;justify-content:center;padding:18px;padding:1.125rem}.filter--result .filter--result--single .filter--result--single--inner .filter--result--single--content i{width:10px;height:13px;background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/Location-Icon.svg');display:inline-block;background-size:contain;background-repeat:no-repeat;margin-right:7px}.eventKacheln-wrapper,.eventKacheln-wrapper .eventKacheln-item{display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox}.eventKacheln-wrapper{display:-webkit-box;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:990px){.filter--result .filter--result--single .filter--result--single--inner .filter--result--single--content{padding:24px;padding:1.5rem}.eventKacheln-wrapper{gap:30px}}.eventKacheln-wrapper .eventKacheln-item{width:100%;border:1px solid #E7E7E7;padding:25px 30px;padding:1.5625rem 1.875rem;display:-webkit-box;display:flex;-webkit-box-direction:column;-moz-box-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-decoration:none}@media only screen and (min-width:990px){.eventKacheln-wrapper .eventKacheln-item{width:calc(100% / 3 - 20px)}}.eventKacheln-wrapper .eventKacheln-item .date{margin-bottom:15px;margin-bottom:.9375rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-between;-moz-box-pack:space-between;-ms-flex-pack:space-between;-webkit-justify-content:space-between;justify-content:space-between}.eventKacheln-wrapper .eventKacheln-item .date span{color:#009982;font-size:36px;font-size:2.25rem;line-height:42px;line-height:2.625rem;font-weight:300;margin-top:-12px;margin-top:-.75rem}.eventKacheln-wrapper .eventKacheln-item h6{color:#009982;font-weight:700;font-size:16px;font-size:1rem;line-height:18px;line-height:1.125rem}.eventKacheln-wrapper .eventKacheln-item .desc_wrapper{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.eventKacheln-wrapper .eventKacheln-item .event-contant-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-top:auto;padding-top:15px;padding-top:.9375rem}.eventKacheln-wrapper .eventKacheln-item .event-contant-wrapper .pos{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;color:#c4c4c4;letter-spacing:-.33px;margin-top:2px;margin-top:.125rem}.eventKacheln-wrapper .eventKacheln-item .event-contant-wrapper span{color:#484848}.eventKacheln-wrapper .eventKacheln-item .event-contant-wrapper figure{width:55px;width:3.4375rem;min-width:55px;min-width:3.4375rem;height:55px;height:3.4375rem;border-radius:50%;margin-right:20px;margin-right:1.25rem}.eventKacheln-wrapper .eventKacheln-item .event-contant-wrapper figure img{width:100%;height:100%;object-fit:cover;border-radius:50%}.contact-single .contact-single-wrapper{position:relative}.contact-single .contact-single-wrapper:before{content:'';width:calc(100% + 72px);background:linear-gradient(90deg,rgba(0,153,130,1) 22%,rgba(157,211,207,1) 124%);height:140px;position:absolute;left:50%;bottom:20px;bottom:1.25rem;transform:translate(-50%,-50%);border-radius:10px;border-radius:.625rem}.contact-single figure{width:92px;width:5.75rem;height:92px;height:5.75rem;border-radius:50%;background-color:#D8D8D8;margin:0 auto -16px;z-index:2;position:relative}.contact-single figure img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:top}.contact-single .name-block{box-shadow:0 0 30px 0 rgba(0,0,26,.1);padding:32px 26px;padding:2rem 1.625rem;border-radius:10px;border-radius:.625rem;position:relative;background-color:#fff;text-align:center}.contact-single .name-block .info-block{text-align:center;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-direction:column;-moz-box-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:54px;min-height:3.375rem}.contact-single .name-block .info-block a{text-decoration:none;color:#009982;margin-bottom:5px;margin-bottom:.3125rem;font-size:14px;font-size:.875rem;line-height:22px;line-height:1.375rem;position:relative}.contact-single .name-block .info-block a:before{content:'';position:relative;display:inline-block;margin-right:8px;margin-right:.5rem;width:10px;width:.625rem;height:10px;height:.625rem;background-repeat:no-repeat;background-position:center center;background-size:contain}.contact-single .name-block .info-block a.tel:before{background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/Tel-Icon.png')}.contact-single .name-block .info-block a.mail:before{background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/Mail-Icon.png')}.contact-single .name-block span{font-size:16px;font-size:1rem;line-height:18px;line-height:1.125rem;font-weight:600}.contact-single .name-block h5>span:last-child span{display:none}.contact-single .name-block h5 span{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;font-weight:400;color:#9B9B9B;margin-top:5px;margin-top:.3125rem;min-height:18px;min-height:1.125rem}.contact-single.multiple-items{display:flex;flex-wrap:wrap;gap:0}.contact-single.multiple-items .contact-single-wrapper{width:100%;margin-bottom:20px;margin-bottom:1.25rem;padding-left:30px;padding-left:1.875rem;padding-right:30px;padding-right:1.875rem;position:relative}@media only screen and (min-width:990px){.contact-single.multiple-items{gap:40px}.contact-single.multiple-items .contact-single-wrapper{width:calc(50% - 20px)}}.contact-single.multiple-items .contact-single-wrapper:before{display:none}.contact-single.multiple-items .contact-single-wrapper .name-block{position:relative}.contact-single.multiple-items .contact-single-wrapper .name-block:before{content:'';width:calc(100% + 5rem);background:linear-gradient(90deg,#009982 22%,#9dd3cf 124%);height:140px;height:8.75rem;position:absolute;border-radius:10px;border-radius:.625rem;left:-40px;left:-2.5rem;top:-20px;top:-1.25rem;z-index:-1}.event-detail button{margin-bottom:36px}.event-detail .event-detail--desc,.event-detail .event-detail--header,.event-detail .event-detail--image{margin-bottom:32px}.event-detail .event-detail--image picture{width:100%}.event-detail .event-detail--image picture img{width:100%;aspect-ratio:1.77777778;object-fit:cover}.event-detail .event-detail--header h2{color:#009982}.event-detail .contact-single-wrapper{position:relative;width:100%;margin:0 auto}@media only screen and (min-width:990px){.event-detail .contact-single-wrapper{width:33%}}.event-detail .contact-single-wrapper:before{content:'';width:calc(100% + 72px);background:linear-gradient(90deg,rgba(0,153,130,1) 22%,rgba(157,211,207,1) 124%);height:140px;position:absolute;left:50%;top:120px;top:7.5rem;transform:translate(-50%,-50%);border-radius:10px}.event-detail figure{width:92px;width:5.75rem;height:92px;height:5.75rem;border-radius:50%;background-color:#D8D8D8;margin:0 auto -16px;z-index:2;position:relative}.event-detail figure img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:top}.event-detail .name-block{box-shadow:0 0 30px 0 rgba(0,0,26,.1);padding:32px 26px;padding:2rem 1.625rem;border-radius:10px;position:relative;background-color:#fff;text-align:center}.event-detail .name-block .info-block{text-align:center;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-direction:column;-moz-box-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:54px;min-height:3.375rem}.event-detail .name-block .info-block a{text-decoration:none;color:#009982;margin-bottom:5px;margin-bottom:.3125rem;font-size:14px;font-size:.875rem;line-height:22px;line-height:1.375rem;position:relative}.event-detail .name-block .info-block a:before{content:'';position:relative;display:inline-block;margin-right:8px;margin-right:.5rem;width:10px;width:.625rem;height:10px;height:.625rem;background-repeat:no-repeat;background-position:center center;background-size:contain}.event-detail .name-block .info-block a.tel:before{background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/Tel-Icon.png')}.event-detail .name-block .info-block a.mail:before{background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/Mail-Icon.png')}.event-detail .name-block span{font-size:16px;font-size:1rem;line-height:18px;line-height:1.125rem;font-weight:600}.event-detail .name-block h5>span:last-child span{display:none}.event-detail .name-block h5 span{font-size:14px;font-size:.875rem;line-height:18px;line-height:1.125rem;font-weight:400;color:#9B9B9B;margin-top:5px;min-height:18px}.zuweiser-filter .filter--header .filter-hero{position:relative;z-index:1}.zuweiser-filter .filter--header .filter-hero .hero--image{width:100%;height:350px;height:21.875rem}.zuweiser-filter .filter--header .filter-hero .hero--image img{width:100%;height:100%;object-fit:cover}.zuweiser-filter .filter--header .filter-hero .hero--content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.zuweiser-filter .filter--header .filter-hero .hero--content .hero--content--inner{text-align:center}.zuweiser-filter .filter--header .filter-filters{margin-top:-25px;margin-top:-1.5625rem;margin-bottom:30px;margin-bottom:1.875rem;position:relative;z-index:2}.zuweiser-filter .filter--header .filter-filters .filters-grid{display:flex;flex-wrap:wrap;margin-left:-8px;margin-left:-.5rem;margin-right:-8px;margin-right:-.5rem}.zuweiser-filter .filter--header .filter-filters .filters-grid .single-filter{padding-left:8px;padding-left:.5rem;padding-right:8px;padding-right:.5rem;margin-bottom:8px;margin-bottom:.5rem;min-width:100%;flex:0 0 100%}@media only screen and (min-width:990px){.zuweiser-filter .filter--header .filter-filters .filters-grid{margin-left:-16px;margin-left:-1rem;margin-right:-16px;margin-right:-1rem}.zuweiser-filter .filter--header .filter-filters .filters-grid .single-filter{padding-left:16px;padding-left:1rem;padding-right:16px;padding-right:1rem;margin-bottom:0;margin-bottom:0rem;min-width:50%;flex:1 0 50%}}.zuweiser-filter .filter--header .filter-filters .filters-grid .single-filter input,.zuweiser-filter .filter--header .filter-filters .filters-grid .single-filter select{padding:16px 24px;padding:1rem 1.5rem;height:auto;border-radius:4px;border-radius:.25rem;border:1px solid #F5F5F5}.zuweiser-filter .filter--header .filter-filters .filters-alphabet{margin-top:30px;margin-top:1.875rem;margin-bottom:30px;margin-bottom:1.875rem}.zuweiser-filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter{display:flex;overflow-x:auto}.zuweiser-filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter::-webkit-scrollbar{height:1rem;width:.5rem}.zuweiser-filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter::-webkit-scrollbar:horizontal{height:.5rem;width:1rem}.zuweiser-filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter::-webkit-scrollbar-track{background:0 0}.zuweiser-filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter::-webkit-scrollbar-thumb{background:#F5F5F5;border-radius:9999px}.zuweiser-filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter::-webkit-scrollbar-thumb:hover{background:#F5F5F5}.breadcrumb .breadcrumb--separator:before,.breadcrumb li:first-child:before{content:'';background-size:contain;background-position:center center}.zuweiser-filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter .single{width:50px;width:3.125rem;min-width:50px;min-width:3.125rem;height:50px;height:3.125rem;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;font-weight:700}.zuweiser-filter .filter--header .filter-filters .filters-alphabet .filters-alphabet--filter .single.active{color:#009982;background-color:rgba(0,153,130,.5)}.zuweiser-filter .filter--result{display:flex;flex-wrap:wrap;margin-left:-8px;margin-left:-.5rem;margin-right:-8px;margin-right:-.5rem}.zuweiser-filter .filter--result .filter--result--single{padding-left:8px;padding-left:.5rem;padding-right:8px;padding-right:.5rem;margin-bottom:8px;margin-bottom:.5rem;min-width:100%;flex:0 0 100%;text-decoration:none}.zuweiser-filter .filter--result .filter--result--single .filter--result--single--inner{display:flex;border-radius:10px;border-radius:.625rem;background-color:#F5F5F5;overflow:hidden}@media only screen and (min-width:990px){.zuweiser-filter .filter--result{margin-left:-16px;margin-left:-1rem;margin-right:-16px;margin-right:-1rem}.zuweiser-filter .filter--result .filter--result--single{padding-left:16px;padding-left:1rem;padding-right:16px;padding-right:1rem;margin-bottom:16px;margin-bottom:1rem;min-width:33.33333333%;flex:0 0 33.33333333%}.zuweiser-filter .filter--result .filter--result--single .filter--result--single--inner{flex-direction:column}}.zuweiser-filter .filter--result .filter--result--single .filter--result--single--inner .filter--result--single--image{min-height:110px;min-height:6.875rem;width:84px;width:5.25rem;min-width:84px;min-width:5.25rem;flex:0 0 84px}@media only screen and (min-width:990px){.zuweiser-filter .filter--result .filter--result--single .filter--result--single--inner .filter--result--single--image{height:180px;height:11.25rem;width:100%;min-width:100%;flex:unset}}.zuweiser-filter .filter--result .filter--result--single .filter--result--single--inner .filter--result--single--image img{width:100%;height:100%;object-fit:cover}.zuweiser-filter .filter--result .filter--result--single .filter--result--single--inner .filter--result--single--content{height:100%;display:flex;flex-direction:column;justify-content:center;padding:18px;padding:1.125rem}@media only screen and (min-width:990px){.zuweiser-filter .filter--result .filter--result--single .filter--result--single--inner .filter--result--single--content{padding:24px;padding:1.5rem}}.zuweiser-filter .filter--result .filter--result--single .filter--result--single--inner .filter--result--single--content i{width:10px;height:13px;background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/Location-Icon.svg');display:inline-block;background-size:contain;background-repeat:no-repeat;margin-right:7px}.hero+.breadcrumb{margin-top:-30px;margin-top:-1.875rem}.breadcrumb{display:none;width:100%;max-width:1280px;max-width:80rem;padding:10px 36px;padding:.625rem 2.25rem;font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;margin:0 auto 40px;border-bottom:solid 1px #DCDCDC;margin-bottom:2.5rem}.h1,.h2,.h3,.h4,.h5,.h6,.p,h1,h2,h3,h4,h5,h6,p{line-height:1.4}.breadcrumb .breadcrumb--entry{letter-spacing:.05px;letter-spacing:.003125rem;margin:0;position:relative}.breadcrumb .breadcrumb--link{text-decoration:none}.breadcrumb .breadcrumb--title{font-weight:400;color:#4C5255;font-size:16px;font-size:1rem;-webkit-transition:all 125ms ease-out;-moz-transition:all 125ms ease-out;-o-transition:all 125ms ease-out;transition:all 125ms ease-out}.breadcrumb .breadcrumb--title:hover{color:#000}.breadcrumb .breadcrumb--separator{margin:0 6px;margin:0rem .375rem;pointer-events:none}.breadcrumb li{display:inline-block;margin:0;margin:0rem;padding:0;padding:0rem;list-style-type:none}.breadcrumb li:last-child .breadcrumb--title{font-weight:700}.breadcrumb li:first-child:before{position:absolute;left:-26px;left:-1.625rem;margin-right:8px;margin-right:.5rem;width:20px;width:1.25rem;height:20px;height:1.25rem;background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/bread_home.svg')}.breadcrumb .breadcrumb--separator:before{display:inline-block;width:10px;width:.625rem;height:10px;height:.625rem;background-image:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/img/icons/text-link-icon.png');background-repeat:no-repeat;margin-right:4px;margin-right:.25rem}.image-gallery{position:relative;max-height:666px;max-height:41.625rem}.image-gallery .swiper{width:100%;height:300px;height:18.75rem;margin:0}.image-gallery .swiper .swiper-button-next:after,.image-gallery .swiper .swiper-button-prev:after{color:#6F6F6F}@media only screen and (min-width:768px){.image-gallery .swiper{height:555px;height:34.6875rem}}.image-gallery .swiper.mySwiperGallery2{margin:0}.image-gallery .swiper.mySwiperGallery2 figure{border-top-left-radius:1rem;border-top-right-radius:1rem;background:linear-gradient(90deg,rgba(0,153,130,1) 22%,rgba(157,211,207,1) 124%)}.image-gallery .swiper.mySwiperGallery2 figure figcaption{position:absolute;left:1rem;bottom:1rem;font-size:1rem;color:#fff;text-shadow:1px 1px 2px silver}.image-gallery .swiper.mySwiperGallery2 figure figcaption span{text-shadow:1px 1px 2px silver;font-size:12px;font-size:.75rem;font-style:italic;display:block;color:#000}.image-gallery .swiper.mySwiperGallery2 figure img{object-fit:contain}.image-gallery .swiper-slide{background-size:cover;background-position:center}.image-gallery .mySwiperGallery2{height:300px;height:18.75rem;width:100%}@media only screen and (min-width:768px){.image-gallery .mySwiperGallery2{height:555px;height:34.6875rem}}.image-gallery .mySwiperGallery{height:20%;box-sizing:border-box;padding:10px 0;padding:.625rem 0rem}.image-gallery .mySwiperGallery figure{height:40px;height:2.5rem;position:relative}@media only screen and (min-width:768px){.image-gallery .mySwiperGallery figure{height:80px;height:5rem}}.image-gallery .mySwiperGallery figure img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.image-gallery .mySwiperGallery .swiper-slide{width:25%;height:100%;opacity:.4}.image-gallery .mySwiperGallery .swiper-slide-thumb-active{opacity:1}.image-gallery .swiper-slide figure{cursor:pointer;height:100%}.image-gallery .swiper-slide figure img{display:block;width:100%;height:100%;object-fit:cover}@font-face{font-family:'Open Sans';src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Thin.eot');src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Thin.eot#iefix') format('embedded-opentype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Thin.ttf') format('truetype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Thin.woff') format('woff'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Thin.woff2') format('woff2'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Thin.svg#OpenSans-Thin') format('svg');font-weight:100;font-style:normal}@font-face{font-family:'Open Sans';src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-ThinItalic.eot');src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-ThinItalic.eot#iefix') format('embedded-opentype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-ThinItalic.ttf') format('truetype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-ThinItalic.woff') format('woff'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-ThinItalic.woff2') format('woff2'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-ThinItalic.svg#OpenSans-ThinItalic') format('svg');font-weight:100;font-style:italic}@font-face{font-family:'Open Sans';src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Light.eot');src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Light.eot#iefix') format('embedded-opentype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Light.ttf') format('truetype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Light.woff') format('woff'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Light.woff2') format('woff2'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Light.svg#OpenSans-Light') format('svg');font-weight:300;font-style:normal}@font-face{font-family:'Open Sans';src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-LightItalic.eot');src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-LightItalic.eot#iefix') format('embedded-opentype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-LightItalic.ttf') format('truetype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-LightItalic.woff') format('woff'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-LightItalic.woff2') format('woff2'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-LightItalic.svg#OpenSans-LightItalic') format('svg');font-weight:300;font-style:italic}@font-face{font-family:'Open Sans';src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Regular.eot');src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Regular.eot#iefix') format('embedded-opentype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Regular.ttf') format('truetype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Regular.woff') format('woff'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Regular.woff2') format('woff2'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');font-weight:400;font-style:normal}@font-face{font-family:'Open Sans';src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Italic.eot');src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Italic.eot#iefix') format('embedded-opentype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Italic.ttf') format('truetype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Italic.woff') format('woff'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Italic.woff2') format('woff2'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');font-weight:400;font-style:italic}@font-face{font-family:'Open Sans';src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Medium.eot');src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Medium.eot#iefix') format('embedded-opentype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Medium.ttf') format('truetype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Medium.woff') format('woff'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Medium.woff2') format('woff2'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Medium.svg#OpenSans-Medium') format('svg');font-weight:500;font-style:normal}@font-face{font-family:'Open Sans';src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-MediumItalic.eot');src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-MediumItalic.eot#iefix') format('embedded-opentype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-MediumItalic.ttf') format('truetype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-MediumItalic.woff') format('woff'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-MediumItalic.woff2') format('woff2'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-MediumItalic.svg#OpenSans-MediumItalic') format('svg');font-weight:500;font-style:italic}@font-face{font-family:'Open Sans';src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Bold.eot');src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Bold.eot#iefix') format('embedded-opentype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Bold.ttf') format('truetype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Bold.woff') format('woff'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Bold.woff2') format('woff2'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');font-weight:700;font-style:normal}@font-face{font-family:'Open Sans';src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-BoldItalic.eot');src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-BoldItalic.eot#iefix') format('embedded-opentype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-BoldItalic.ttf') format('truetype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-BoldItalic.woff') format('woff'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-BoldItalic.woff2') format('woff2'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');font-weight:700;font-style:italic}@font-face{font-family:'Open Sans';src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Black.eot');src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Black.eot#iefix') format('embedded-opentype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Black.ttf') format('truetype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Black.woff') format('woff'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Black.woff2') format('woff2'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-Black.svg#OpenSans-Black') format('svg');font-weight:900;font-style:normal}@font-face{font-family:'Open Sans';src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-BlackItalic.eot');src:url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-BlackItalic.eot#iefix') format('embedded-opentype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-BlackItalic.ttf') format('truetype'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-BlackItalic.woff') format('woff'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-BlackItalic.woff2') format('woff2'),url('../../../_assets/e450c5b1983ccee1da6ec655af725391/Frontends/Feditor/webfonts/OpenSans-BlackItalic.svg#OpenSans-BlackItalic') format('svg');font-weight:900;font-style:italic}.h1,h1{font-size:28px;font-size:1.75rem}@media only screen and (min-width:768px){.h1,h1{font-size:28px;font-size:1.75rem;line-height:1.4}}@media only screen and (min-width:990px){.breadcrumb{display:block}.h1,h1{font-size:28px;font-size:1.75rem;line-height:1.4}}@media only screen and (min-width:1200px){.h1,h1{font-size:28px;font-size:1.75rem;line-height:1.4}}.h2,h2{font-size:22px;font-size:1.375rem}@media only screen and (min-width:768px){.h2,h2{font-size:22px;font-size:1.375rem;line-height:1.4}}@media only screen and (min-width:990px){.h2,h2{font-size:22px;font-size:1.375rem;line-height:1.4}}@media only screen and (min-width:1200px){.h2,h2{font-size:22px;font-size:1.375rem;line-height:1.4}}.h3,h3{font-size:20px;font-size:1.25rem}@media only screen and (min-width:768px){.h3,h3{font-size:20px;font-size:1.25rem;line-height:1.4}}@media only screen and (min-width:990px){.h3,h3{font-size:20px;font-size:1.25rem;line-height:1.4}}@media only screen and (min-width:1200px){.h3,h3{font-size:20px;font-size:1.25rem;line-height:1.4}}.h4,h4{font-size:16px;font-size:1rem}@media only screen and (min-width:768px){.h4,h4{font-size:16px;font-size:1rem;line-height:1.4}}@media only screen and (min-width:990px){.h4,h4{font-size:16px;font-size:1rem;line-height:1.4}}@media only screen and (min-width:1200px){.h4,h4{font-size:16px;font-size:1rem;line-height:1.4}}.h5,h5{font-size:16px;font-size:1rem}@media only screen and (min-width:768px){.h5,h5{font-size:16px;font-size:1rem;line-height:1.4}}@media only screen and (min-width:990px){.h5,h5{font-size:16px;font-size:1rem;line-height:1.4}}@media only screen and (min-width:1200px){.h5,h5{font-size:16px;font-size:1rem;line-height:1.4}}.h6,h6{font-size:16px;font-size:1rem}@media only screen and (min-width:768px){.h6,h6{font-size:16px;font-size:1rem;line-height:1.4}}@media only screen and (min-width:990px){.h6,h6{font-size:16px;font-size:1rem;line-height:1.4}}@media only screen and (min-width:1200px){.h6,h6{font-size:16px;font-size:1rem;line-height:1.4}}.p,p{font-size:16px;font-size:1rem}@media only screen and (min-width:768px){.p,p{font-size:16px;font-size:1rem;line-height:1.4}}@media only screen and (min-width:990px){.p,p{font-size:16px;font-size:1rem;line-height:1.4}}@media only screen and (min-width:1200px){.p,p{font-size:16px;font-size:1rem;line-height:1.4}}
/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/*
 *************************************************************************
 **                                                                     **
 **                               YES!                                  **
 **                  .YOU CAN EDIT THIS FILE MANUALLY.                  **
 **        Place you changes here, this file will be included           **
 **                    in the project automatically.                    **
 **                                                                     **
 **            .DIESE DATEI KANN VON HAND ANGEPASST WERDEN.             **
 **        Fuegen Sie ihre haendischen CSS-Aenderungen hier ein.        **
 **        Diese Datei wird automatisch im Projekt eingebunden.         **
 **                                                                     **
 **                                                                     **
 *************************************************************************
*/



/* Basics: */
.klaro {
  font-family: inherit;
  font-size: 14px;
}

.klaro.we_cookie_consent button:focus {
  outline-style: none;
  outline-width: 0;
}

#klaro .klaro.we_cookie_consent.notice--center, #klaro .klaro.we_cookie_consent.notice--center-floated {
  height: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.klaro.we_cookie_consent .cookie-notice h1,
.klaro.we_cookie_consent .cookie-notice h2,
.klaro.we_cookie_consent .cookie-notice li,
.klaro.we_cookie_consent .cookie-notice p,
.klaro.we_cookie_consent .cookie-notice a,
.klaro.we_cookie_consent .cookie-notice strong,
.klaro.we_cookie_consent .cookie-notice ul,
.klaro.we_cookie_consent .cookie-modal h1,
.klaro.we_cookie_consent .cookie-modal h2,
.klaro.we_cookie_consent .cookie-modal li,
.klaro.we_cookie_consent .cookie-modal p,
.klaro.we_cookie_consent .cookie-modal a,
.klaro.we_cookie_consent .cookie-modal strong,
.klaro.we_cookie_consent .cookie-modal ul {
  color: #161f57;
  font-size: 1em;
}
.klaro.we_cookie_consent .cookie-notice a,
.klaro.we_cookie_consent .cookie-modal a {
  font-weight: 700;
  text-decoration: underline;
}

.klaro.we_cookie_consent {
  /* Center 1 und Center 2: */
}
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) {
  background: #FFF;
  border-radius: 4px;
  bottom: 0;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  max-height: 100vh;
  max-width: 100%;
  overflow-y: auto;
  padding: 20px 30px;
  right: 0;
  z-index: 9999;
}
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cn-body {
  background: #FFF;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  right: 0;
  top: auto;
  width: 100%;
}
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin: 0.5em 0;
}
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 384px) {
  .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width: inherit;
  }
}
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn,
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn-sm {
  padding: 0.5em;
}
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #161f57;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link:hover {
  color: #161f57;
}
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn {
  background: #EFEFEF;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #161f57;
  margin: 0.5em 0;
  min-height: 40px;
  opacity: 1;
  padding: 0.5rem;
  text-align: center;
  width: 100%;
}
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn:hover {
  opacity: 0.7;
}
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-success {
  background: #FFF;
  color: #161f57;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-info {
  color: #009982;
  display: block;
  font-weight: normal;
  background: transparent;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link,
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-learn-more {
  color: #009982;
  display: block;
  font-weight: normal;
  background: transparent;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    min-width: auto;
  }
  .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cn-buttons {
    display: contents;
    max-width: 75%;
    width: 100%;
  }
  .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn {
    background: #EFEFEF;
    margin: 0.5em 0;
    padding: 1em 0;
    width: 25%;
  }
  .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-success {
    background: #FFF;
    margin: 0.5em 20px;
    text-align: center;
    width: calc(50% - 40px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-info {
    text-align: right;
  }
  .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn-danger {
    border-color: transparent;
    background: transparent;
    text-align: left;
  }
  .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link,
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-learn-more {
    width: auto;
  }
}
.klaro.we_cookie_consent .cookie-notice .cm-btn.cm-btn-success {
  background: #FFF;
  color: #161f57;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.klaro.we_cookie_consent .cookie-notice .cm-btn.cm-btn-info {
  color: #009982;
  display: block;
  font-weight: normal;
  background: transparent;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}
.klaro.we_cookie_consent.notice--top .cookie-notice:not(.cookie-modal-notice) {
  bottom: auto;
  top: 0;
}
@media screen and (min-width: 576px) {
  .klaro.we_cookie_consent.notice--center .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn-danger, .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn-danger {
    border: 2px solid #009982;
  }
}
@media screen and (min-width: 576px) {
  .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-link {
    line-height: 1.5em;
    margin-left: 10px;
    margin-top: 4rem;
    max-width: calc(50% - 10px);
    position: absolute;
    right: 0;
    z-index: 100;
  }
  .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn-danger {
    max-width: calc(50% - 10px);
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .klaro.we_cookie_consent.notice--center .cookie-notice:not(.cookie-modal-notice), .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    bottom: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    margin: 0;
    max-height: unset;
    max-width: unset;
    overflow: visible;
    padding: unset;
    position: relative;
    right: unset;
    top: 50vh;
    width: 100%;
  }
  .klaro.we_cookie_consent.notice--center .cookie-notice:not(.cookie-modal-notice) .cn-body, .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body {
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 auto;
    max-height: 100vh;
    max-width: 480px;
    overflow-y: auto;
    padding: 20px 30px;
    right: unset;
    width: calc(100% - 40px);
  }
  .klaro.we_cookie_consent.notice--center .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-link, .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-link {
    width: 100%;
  }
  .klaro.we_cookie_consent.notice--center .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn, .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn {
    background: #EFEFEF;
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .klaro.we_cookie_consent.notice--center .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn.cm-btn-success, .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn.cm-btn-success {
    background: #FFF;
    border-color: #009982;
    margin: 0.5em 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .klaro.we_cookie_consent.notice--center .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn.cm-btn-success:hover, .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn.cm-btn-success:hover {
    background: #FFF;
    opacity: 0.7;
  }
  .klaro.we_cookie_consent.notice--center .cookie-notice .cn-body .cn-ok .cm-btn.cm-btn-info,
.klaro.we_cookie_consent.notice--center .cookie-notice .cn-body .cn-ok .cm-link.cm-learn-more {
    background: transparent;
  }
  .klaro.we_cookie_consent.notice--center .cookie-notice .cn-body .cn-ok .cm-link {
    width: 100%;
  }
  .klaro.we_cookie_consent.notice--center-floated .cookie-notice .cn-body .cn-ok .cm-btn {
    border-color: #161f57;
    width: 50%;
  }
  .klaro.we_cookie_consent.notice--center-floated .cookie-notice .cn-body .cn-ok .cm-btn.cm-btn-info,
.klaro.we_cookie_consent.notice--center-floated .cookie-notice .cn-body .cn-ok .cm-link.cm-learn-more {
    background: transparent;
  }
  .klaro.we_cookie_consent.notice--top .cookie-notice .cm-btn.cm-btn-success {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* ********************* */
/* Ver 2.0.1 -gf20210921 */
@media screen and (max-width: 767px) {
  #klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok > * {
    max-width: 100%;
    margin-right: 0;
  }
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn,
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn-sm {
  border: 2px solid #009982;
  border-radius: 4px;
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link {
  border: 2px solid #009982;
  border-radius: 4px;
  z-index: 100;
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link:hover {
  opacity: 0.7;
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link::before {
  content: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-pen.svg');
  contain: content;
  height: 20px;
  width: 20px;
  position: absolute;
  margin-left: -32px;
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link:hover::before {
  content: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-pen.svg');
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn {
  background: transparent;
  border-radius: 4px;
  font-weight: 500;
  margin: calc(0.5em - 2px) 0;
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-danger {
  background: #FFF;
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-danger::before {
  content: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-close.svg');
  contain: content;
  height: 22px;
  width: 20px;
  margin-right: 5px;
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-danger:hover::before {
  content: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-close.svg');
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-success {
  background: #FFF;
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-success::before {
  content: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-check-dark.svg');
  contain: content;
  height: 22px;
  width: 20px;
  position: absolute;
  margin-right: 112px;
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-success:hover::before {
  content: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-check-dark.svg');
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-info {
  color: #161f57;
  font-weight: 500;
  background: transparent;
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-info::before {
  content: "";
}
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link,
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-learn-more {
  color: #161f57;
  display: block;
  font-weight: 500;
  background: transparent;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0.5em 0;
  text-align: center;
  width: 100%;
  max-width: calc(100% - 0.5rem);
}
@media screen and (min-width: 768px) {
  #klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link,
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-learn-more {
    padding: 1em 0;
  }
}
@media screen and (min-width: 768px) {
  #klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
    display: flex;
    justify-content: space-evenly;
  }
  #klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok > * {
    max-width: 33.333333%;
  }
  #klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn {
    margin: 0.5em 10px;
  }
  #klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-success {
    background: #FFF;
    margin: 0.5em 0 0.5em 10px;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
  }
  #klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-info {
    text-align: right;
  }
  #klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn-danger {
    background: transparent;
    border-color: 2px solid #009982;
    text-align: center;
  }
  #klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link,
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-learn-more {
    padding: 1em 0;
    height: 57px;
  }
}
#klaro .klaro.we_cookie_consent .cookie-notice .cm-btn.cm-btn-info {
  background: transparent;
}
@media screen and (min-width: 576px) {
  #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cn-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn {
    height: 50px;
    max-width: calc(50% - 10px);
  }
  #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-link {
    border-color: transparent;
    height: 50px;
    line-height: 1.5em;
    margin: 10px auto 0;
    max-width: calc(50% - 10px);
    position: relative;
  }
  #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn-success {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-link {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  #klaro .klaro.we_cookie_consent.notice--center .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-link, #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-link {
    margin: 70px 0 0;
    max-width: 100%;
  }
  #klaro .klaro.we_cookie_consent.notice--center .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cn-buttons, #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cn-buttons {
    margin: 0;
    max-width: 100%;
  }
  #klaro .klaro.we_cookie_consent.notice--center .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn, #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn {
    margin: 130px 0 10px;
    width: calc(50% - 20px);
  }
  #klaro .klaro.we_cookie_consent.notice--center .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn.cm-btn-success, #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn.cm-btn-success {
    margin: 10px 0;
    max-width: 100%;
  }
  #klaro .klaro.we_cookie_consent.notice--center .cookie-notice .cn-body .cn-ok .cm-btn.cm-btn-info,
#klaro .klaro.we_cookie_consent.notice--center .cookie-notice .cn-body .cn-ok .cm-link.cm-learn-more {
    background: transparent;
    border: none;
  }
  #klaro .klaro.we_cookie_consent.notice--center .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn {
    width: 100%;
  }
  #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
    height: 130px;
  }
  #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cn-buttons {
    position: absolute;
    top: 10px;
  }
  #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn {
    border-color: #009982;
    max-width: calc(50% - 10px);
    margin: 10px 0;
  }
  #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn.cm-btn-danger {
    width: calc(50% - 20px);
  }
  #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn.cm-btn-success {
    max-width: calc(50% - 10px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
  }
  #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn.cm-btn-info,
#klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-link {
    background: transparent;
    position: relative;
    margin: 70px 0 0;
  }
}

/* Ver 2.0.1 -gf20210921 END. */
/* ************************** */
/* ********************* */
/* Ver 3.1.1 -gf20231121 */
@media screen and (min-width: 1520px) {
  #klaro .klaro.we_cookie_consent .cm-link::before,
#klaro .klaro.we_cookie_consent .cm-btn::before {
    margin-top: 0.25em;
  }
  #klaro .klaro.we_cookie_consent.notice--center .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-link {
    margin-top: calc(70px + 0.5em);
  }
  #klaro .klaro.we_cookie_consent.notice--center .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn {
    margin: calc(130px + 1em) 0 10px;
  }
  #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
    height: calc(130px + 0.5em);
  }
  #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-link {
    margin-top: calc(70px + 0.5em);
  }
  #klaro .klaro.we_cookie_consent.notice--center-floated .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok .cm-btn {
    height: 100%;
  }
}
.klaro.we_cookie_consent .cookie-modal {
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.klaro.we_cookie_consent .cookie-modal a:hover {
  opacity: 0.7;
}
.klaro.we_cookie_consent .cookie-modal .slider {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.klaro.we_cookie_consent .cookie-modal .cm-bg {
  background: rgba(0, 0, 0, 0.7);
}
.klaro.we_cookie_consent .cookie-modal .cm-list-label {
  margin: 0;
}
.klaro.we_cookie_consent .cookie-modal .cm-list-title {
  font-size: 1em;
  line-height: 32px;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service, .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose, .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service, .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
  padding-left: 72px;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-toggle-all, .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-toggle-all {
  padding-left: 0;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-toggle-all .cm-list-label, .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-toggle-all .cm-list-label {
  display: none;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content, .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content {
  margin-left: -72px;
}
.klaro.we_cookie_consent .cookie-modal .cm-purpose {
  padding-left: 92px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.5em;
}
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-label .slider,
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input:checked + .cm-list-label .slider,
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #EFEFEF;
  top: 2px;
  width: 72px;
}
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-label .slider::before {
  background-color: #B1D6E8;
  bottom: 2px;
  height: 24px;
  left: 2px;
  width: 24px;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #EFEFEF;
  opacity: 0.8;
}
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input.only-required + .cm-list-label .slider::before {
  background-color: #63ADD1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input:checked + .cm-list-label .slider::before {
  background-color: #008000;
  -webkit-transform: translateX(calc(100% + 20px));
          transform: translateX(calc(100% + 20px));
}
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input + .cm-list-label .disabled .slider::before,
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input:checked + .cm-list-label .disabled .slider::before,
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input.required + .cm-list-label .slider::before,
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input.required:checked + .cm-list-label .slider::before {
  background-color: #C9C9C9;
  display: none;
}
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input:not(.only-required) + .cm-list-label > .cm-list-title + .cm-switch::before {
  content: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-no.svg');
  height: 16px;
  left: 50px;
  line-height: 32px;
  padding: 2px;
  position: absolute;
  width: 16px;
  z-index: 10;
}
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input:checked + .cm-list-label > .cm-list-title + .cm-switch::before {
  content: "";
  left: 8px;
  padding: 2px;
  width: 16px;
}
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input:not(.half-checked):checked + .cm-list-label > .cm-list-title + .cm-switch::before {
  content: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-yes.svg');
}
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-label .cm-required ~ .cm-cswitch .slider,
.klaro.we_cookie_consent .cookie-modal .cm-purpose > .cm-list-input:checked + .cm-list-label .cm-required ~ .cm-switch .slider {
  background: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-locked.svg') no-repeat transparent;
  border-radius: unset;
  left: 12px;
  width: 24px;
}
.klaro.we_cookie_consent .cookie-modal .cm-purpose .cm-switch {
  cursor: pointer;
  left: 0;
  position: absolute;
}
.klaro.we_cookie_consent .cookie-modal .cm-purpose .cm-switch::before {
  -webkit-animation: flipYesNo 0.3s ease 0s normal forwards;
          animation: flipYesNo 0.3s ease 0s normal forwards;
}
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-label .slider,
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input:checked + .cm-list-label .slider,
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: #EFEFEF;
  top: 2px;
  width: 52px;
}
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-label .cm-required {
  margin-left: 0.5em;
}
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-label .slider::before {
  background-color: #B1D6E8;
  bottom: 2px;
  height: 24px;
  left: 2px;
  width: 24px;
}
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input.only-required:checked + .cm-list-label .slider {
  background-color: #EFEFEF;
  opacity: 0.8;
}
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input.only-required:checked + .cm-list-label .slider::before {
  background-color: #63ADD1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input.only-required + .cm-list-label .slider::before {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input:checked + .cm-list-label .slider::before {
  background-color: #008000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input + .cm-list-label .disabled .slider::before,
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input:checked + .cm-list-label .disabled .slider::before,
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input.required + .cm-list-label .slider::before,
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input.required:checked + .cm-list-label .slider::before {
  background-color: #C9C9C9;
  display: none;
}
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input:not(.only-required) + .cm-list-label > .cm-list-title + .cm-switch::before {
  content: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-no.svg');
  line-height: 32px;
  padding: 2px;
  position: absolute;
  width: 16px;
  z-index: 10;
  left: 30px;
  height: 16px;
}
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input:checked + .cm-list-label > .cm-list-title + .cm-switch::before {
  content: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-yes.svg');
  left: 8px;
  padding: 2px;
  width: 16px;
}
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-label .cm-required ~ .cm-cswitch .slider,
.klaro.we_cookie_consent .cookie-modal .cm-service > div > .cm-list-input:checked + .cm-list-label .cm-required ~ .cm-switch .slider {
  background: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-locked.svg') no-repeat transparent;
  border-radius: unset;
  left: 18px;
  width: 20px;
}
.klaro.we_cookie_consent .cookie-modal .cm-body > .cm-service > .cm-service > div > .cm-list-input:not(.only-required) + .cm-list-label > .cm-list-title + .cm-switch::before {
  padding-top: 10px;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro {
  background: #FFF;
  border-radius: 4px;
  bottom: 220px;
  height: auto;
  max-height: calc(100vh - 220px);
  max-width: 100%;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  top: auto;
  -webkit-transform: inherit;
          transform: inherit;
  -webkit-transition: unset;
  transition: unset;
  width: 100%;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .hide {
  display: none;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .hide svg {
  display: none;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .hide:after {
  content: "×";
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-header {
  border-bottom: none;
  margin: 0;
  padding: 20px 30px;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-header h1 {
  font-size: 2em;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-body {
  margin: 0;
  padding: 20px 30px;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-purpose {
  padding-left: 92px;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-toggle-all .cm-purpose-description {
  display: block;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-toggle-all .cm-list-input {
  display: none;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer {
  background: #FFF;
  border: none;
  bottom: 0;
  height: 220px;
  left: 0;
  margin: 0;
  padding: 20px 30px;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer > * {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(100% - 2em);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer .cm-powered-by {
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0;
  position: relative;
  right: unset;
  text-align: center;
  width: auto;
}
.klaro.we_cookie_consent .cookie-modal .cm-btn {
  background: #EFEFEF;
  border-radius: 4px;
  border: 2px solid #009982;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #161f57;
  margin: 0.5em auto;
  opacity: 1;
  padding: 0.5em;
  text-align: center;
  width: 100%;
}
.klaro.we_cookie_consent .cookie-modal .cm-btn:hover {
  opacity: 0.7;
}
.klaro.we_cookie_consent .cookie-modal .cm-btn-danger {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-info.cm-btn-accept {
  background: #FFF;
  color: #161f57;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-decoration: none;
  width: 100%;
}
.klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-info.cm-btn-accept:hover {
  opacity: 0.7;
}
.klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-accept-all {
  background: #EFEFEF;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-sm {
  padding: 0.5em 1.5em;
  font-size: 1em;
}
.klaro.we_cookie_consent .cookie-modal .cm-toggle-all .cm-purpose-description {
  display: none;
}
@media screen and (min-width: 576px) {
  .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro {
    max-height: calc(100vh - 150px);
    bottom: 150px;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer {
    height: 150px;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer > * {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    height: auto;
    margin: 0.5em -10px;
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer > * .cm-btn {
    margin: 0.5em 10px;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer .cm-powered-by {
    float: right;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .klaro.we_cookie_consent .cookie-modal .cm-modal {
    max-height: 100vh;
    bottom: 0;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal .hide {
    right: 10px;
    top: 5px;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-header h1 {
    font-size: 2em;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-footer {
    margin: 0;
    padding: 20px 0;
    position: relative;
    width: 100%;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-footer > * {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-header {
    padding: 20px 30px;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-body {
    padding: 20px 30px;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-btn {
    padding: 1em 1.5em;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-btn:first-child:last-child {
    min-width: 240px;
    position: absolute;
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro.cm-klaro {
    max-height: calc(100vh - 100px);
    bottom: 100px;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer {
    height: 100px;
    max-width: 100%;
    padding: 20px 10px;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer > * {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.5em 0;
    /* max-width: 75%; */
    position: absolute;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer .cm-btn {
    width: 25%;
    min-width: 240px;
  }
  .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer .cm-powered-by {
    padding: 15px 10px;
    position: absolute;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .klaro.we_cookie_consent.notice--center, .klaro.we_cookie_consent.notice--center-floated {
    height: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
}
@media screen and (min-width: 768px) {
  .klaro.we_cookie_consent.notice--center .cookie-modal, .klaro.we_cookie_consent.notice--center-floated .cookie-modal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: unset;
    bottom: unset;
    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;
    max-height: unset;
    max-width: unset;
    padding: unset;
    right: unset;
    overflow: visible;
    top: 0;
  }
  .klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal,
.klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal.cm-klaro, .klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal,
.klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal.cm-klaro {
    bottom: auto;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
    height: auto;
    max-height: 100vh;
    max-width: 768px;
    overflow-y: auto;
    padding: 20px;
    position: relative;
    top: auto;
    width: 100%;
  }
  .klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal .cm-footer,
.klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal.cm-klaro .cm-footer, .klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal .cm-footer,
.klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal.cm-klaro .cm-footer {
    margin: 0 -20px -20px -20px;
    position: relative;
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 1024px) {
  .klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal,
.klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal.cm-klaro, .klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal,
.klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal.cm-klaro {
    bottom: auto;
    max-height: calc(100vh - 150px);
  }
  .klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal .cm-footer,
.klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal.cm-klaro .cm-footer, .klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal .cm-footer,
.klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal.cm-klaro .cm-footer {
    height: 150px;
    margin: 0 -20px -20px;
    max-width: calc(100% + 40px);
    padding-bottom: 0;
    width: calc(100% + 40px);
  }
  .klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal .cm-footer > *,
.klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal.cm-klaro .cm-footer > *, .klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal .cm-footer > *,
.klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal.cm-klaro .cm-footer > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: auto;
  }
  .klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal .cm-footer .cm-btn,
.klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal.cm-klaro .cm-footer .cm-btn, .klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal .cm-footer .cm-btn,
.klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal.cm-klaro .cm-footer .cm-btn {
    width: 100%;
    min-width: auto;
  }
  .klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal .cm-footer .cm-btn:first-child:last-child,
.klaro.we_cookie_consent.notice--center .cookie-modal .cm-modal.cm-klaro .cm-footer .cm-btn:first-child:last-child, .klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal .cm-footer .cm-btn:first-child:last-child,
.klaro.we_cookie_consent.notice--center-floated .cookie-modal .cm-modal.cm-klaro .cm-footer .cm-btn:first-child:last-child {
    width: calc(100% - 20px);
    position: relative;
  }
}

@-webkit-keyframes flipYesNo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flipYesNo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#klaro .klaro.we_cookie_consent .cookie-modal a {
  font-weight: 500;
}
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn {
  background: transparent;
  border-radius: 4px;
  border: 2px solid #009982;
  color: #161f57;
  font-weight: 500;
}
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn-danger {
  background: #FFF;
}
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn-danger::before {
  contain: content;
  content: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-close.svg');
  height: 22px;
  margin-left: -90px;
  position: absolute;
  width: 20px;
}
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn-danger:hover::before {
  content: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-close.svg');
}
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-accept {
  background: #FFF;
  color: #161f57;
}
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-accept-all {
  background: transparent;
}
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-accept-all::before {
  contain: content;
  content: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-check-dark.svg');
  height: 22px;
  margin-left: -130px;
  position: absolute;
  width: 20px;
}
#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-accept-all:hover::before {
  content: url('../../../_assets/f34691673face4b5c642d176b42916a9/Icons/icon-check-dark.svg');
}
@media screen and (min-width: 1024px) {
  #klaro .klaro.we_cookie_consent .cookie-modal .cm-modal .cm-footer .cm-btn {
    max-width: calc(33.3333% - 20px);
  }
}

.safari .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro {
  bottom: 0;
  max-height: 100%;
}
.safari .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-footer {
  position: relative;
}
.safari .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-header h1 {
  font-size: 1.75em;
}
@media screen and (min-width: 576px) {
  .safari .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro {
    bottom: 0;
    max-height: 100%;
  }
  .safari .klaro.we_cookie_consent .cookie-modal .cm-modal.cm-klaro .cm-header h1 {
    font-size: 2em;
  }
}

.klaro.cm-as-context-notice {
  padding: 1em;
}
.klaro.cm-as-context-notice .context-notice {
  border: none;
  border-radius: 4px;
  background: #FFF;
}
.klaro.cm-as-context-notice .context-notice p {
  color: #161f57;
}
.klaro.cm-as-context-notice .context-notice .cm-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
  width: 100%;
}
.klaro.cm-as-context-notice .context-notice .cm-buttons .cm-btn {
  border-radius: 4px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: calc(50% - 20px);
  margin: 0 auto;
  padding: 1em 1.5em;
}
.klaro.cm-as-context-notice .context-notice .cm-buttons .cm-btn.cm-btn-success {
  background-color: #FFF;
}
.klaro.cm-as-context-notice .context-notice .cm-buttons .cm-btn.cm-btn-success-var {
  background-color: #F7A925;
}
.klaro.cm-as-context-notice .context-notice .cm-buttons .cm-btn:hover {
  opacity: 0.7;
}

.frame-type-list,
.frame-type-textpic,
.frame-type-textmedia {
  position: static;
}

.frame .frame-inner iframe,
.frame .frame-inner iframe:last-child {
  padding: 0;
  margin-bottom: -6px;
}
.frame .klaro.we_cookie_consent {
  border: 2px solid rgba(0, 0, 0, 0.1);
  position: static;
  height: 100%;
}
.frame .klaro.we_cookie_consent .context-notice {
  background-color: transparent;
}
.frame .klaro.we_cookie_consent .context-notice .cm-buttons .cm-btn.cm-btn-success,
.frame .klaro.we_cookie_consent .context-notice .cm-buttons .cm-btn.cm-btn-success-var {
  background: #FFF;
  border: 2px solid #009982;
  border-radius: 4px;
  color: #161f57;
  font-weight: 500;
}
.frame .klaro.we_cookie_consent.notice--minified .context-notice {
  display: -ms-grid;
  display: grid;
  padding: 0;
}
.frame .klaro.we_cookie_consent.notice--minified .cm-buttons {
  margin-top: 0.5em;
  display: block;
}
.frame .klaro.we_cookie_consent.notice--minified .cm-btn {
  display: block;
  width: 100%;
  margin: 0.5em auto;
  max-width: calc(100% - 20px);
  padding: 0.5em;
}
.frame.frame-type-media .video, .frame.frame-type-textmedia .video,
.frame .textmedia-gallery .video {
  position: relative;
}
.frame.frame-type-media .video .klaro.we_cookie_consent, .frame.frame-type-textmedia .video .klaro.we_cookie_consent,
.frame .textmedia-gallery .video .klaro.we_cookie_consent {
  background-color: rgba(255, 255, 255, 0.8784313725);
  position: absolute;
  top: 0;
  z-index: 10;
}
@media (max-width: 575px) {
  .frame.frame-type-media .video .klaro.we_cookie_consent.cm-as-context-notice .context-notice, .frame.frame-type-textmedia .video .klaro.we_cookie_consent.cm-as-context-notice .context-notice,
.frame .textmedia-gallery .video .klaro.we_cookie_consent.cm-as-context-notice .context-notice {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .frame.frame-type-media .video .klaro.we_cookie_consent.cm-as-context-notice .context-notice .cm-buttons, .frame.frame-type-textmedia .video .klaro.we_cookie_consent.cm-as-context-notice .context-notice .cm-buttons,
.frame .textmedia-gallery .video .klaro.we_cookie_consent.cm-as-context-notice .context-notice .cm-buttons {
    margin-top: 1vw;
    padding: 0.5em;
    width: 100%;
  }
  .frame.frame-type-media .video .klaro.we_cookie_consent.cm-as-context-notice .context-notice .cm-buttons .cm-btn, .frame.frame-type-textmedia .video .klaro.we_cookie_consent.cm-as-context-notice .context-notice .cm-buttons .cm-btn,
.frame .textmedia-gallery .video .klaro.we_cookie_consent.cm-as-context-notice .context-notice .cm-buttons .cm-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 5px auto;
    max-width: 100%;
  }
}

.tx-we-cookie-consent .service__headline {
  font-weight: bold;
}
.tx-we-cookie-consent h3,
.tx-we-cookie-consent .h3 {
  color: #161f57;
  font-size: 1.55rem;
  font-weight: 400;
}
.tx-we-cookie-consent caption {
  display: none;
}
.tx-we-cookie-consent .table {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.tx-we-cookie-consent .table thead th {
  border-bottom: 1px solid #ABABAB;
  font-size: 0.95rem;
  padding-bottom: 0;
  text-transform: uppercase;
}
.tx-we-cookie-consent .table th:last-of-type,
.tx-we-cookie-consent .table td:last-of-type {
  text-align: right;
}
.tx-we-cookie-consent .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #efefef;
}
.tx-we-cookie-consent .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.tx-we-cookie-consent a.btn-primary {
  color: #009982;
  background-color: #FFF;
  border-color: #FFF;
}
.tx-we-cookie-consent .btn-primary:focus,
.tx-we-cookie-consent .btn-primary.focus,
.tx-we-cookie-consent .btn-primary:not(:disabled):not(.disabled):active:focus,
.tx-we-cookie-consent .btn-primary:not(:disabled):not(.disabled).active:focus,
.tx-we-cookie-consent .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tx-we-cookie-consent .btn-primary:hover,
.tx-we-cookie-consent .btn-primary:not(:disabled):not(.disabled):active,
.tx-we-cookie-consent .btn-primary:not(:disabled):not(.disabled).active,
.tx-we-cookie-consent .show > .btn-primary.dropdown-toggle {
  opacity: 0.7;
}
.tx-we-cookie-consent .btn-lg, .tx-we-cookie-consent .btn-group-lg > .btn,
.tx-we-cookie-consent .btn-group-lg > .cc-btn {
  border-radius: 4px;
}
.tx-we-cookie-consent .table th, .tx-we-cookie-consent .table td {
  border-top: none;
  padding: 0.5rem;
}
.tx-we-cookie-consent .table th p, .tx-we-cookie-consent .table td p {
  margin: 0;
}
.tx-we-cookie-consent .table-hover tbody tr:hover {
  background-color: transparent;
}
.tx-we-cookie-consent a.btn-primary {
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
}

.consent-cookie {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 10px;
  cursor: pointer;
  font-size: 0.875rem;
  left: 10px;
  position: fixed;
  z-index: 1000;
}

.consent-cookie-text {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2666666667);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2666666667);
  padding: 5px 10px;
}