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

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

.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "UTF-8";
.bg-black2{background-color:rgba(0, 0, 0, 0.02) !important}.bg-white2{background-color:rgba(255, 255, 255, 0.02) !important}.bg-black5{background-color:rgba(0, 0, 0, 0.05) !important}.bg-white5{background-color:rgba(255, 255, 255, 0.05) !important}.bg-black10{background-color:rgba(0, 0, 0, 0.1) !important}.bg-white10{background-color:rgba(255, 255, 255, 0.1) !important}.bg-black20{background-color:rgba(0, 0, 0, 0.2) !important}.bg-white20{background-color:rgba(255, 255, 255, 0.2) !important}.bg-black25{background-color:rgba(0, 0, 0, 0.25) !important}.bg-white25{background-color:rgba(255, 255, 255, 0.25) !important}.bg-black30{background-color:rgba(0, 0, 0, 0.3) !important}.bg-white30{background-color:rgba(255, 255, 255, 0.3) !important}.bg-black40{background-color:rgba(0, 0, 0, 0.4) !important}.bg-white40{background-color:rgba(255, 255, 255, 0.4) !important}.bg-black50{background-color:rgba(0, 0, 0, 0.5) !important}.bg-white50{background-color:rgba(255, 255, 255, 0.5) !important}.bg-black60{background-color:rgba(0, 0, 0, 0.6) !important}.bg-white60{background-color:rgba(255, 255, 255, 0.6) !important}.bg-black70{background-color:rgba(0, 0, 0, 0.7) !important}.bg-white70{background-color:rgba(255, 255, 255, 0.7) !important}.bg-black75{background-color:rgba(0, 0, 0, 0.75) !important}.bg-white75{background-color:rgba(255, 255, 255, 0.75) !important}.bg-black80{background-color:rgba(0, 0, 0, 0.8) !important}.bg-white80{background-color:rgba(255, 255, 255, 0.8) !important}.bg-black90{background-color:rgba(0, 0, 0, 0.9) !important}.bg-white90{background-color:rgba(255, 255, 255, 0.9) !important}.overlay.dark{background:rgba(45, 45, 45, 0.75)}.overlay.light{background:rgba(200, 200, 200, 0.75)}.opacity0{opacity:0}.opacity10{opacity:0.1}.opacity20{opacity:0.2}.opacity25{opacity:0.25}.opacity30{opacity:0.3}.opacity40{opacity:0.4}.opacity50{opacity:0.5}.opacity60{opacity:0.6}.opacity70{opacity:0.7}.opacity75{opacity:0.75}.opacity80{opacity:0.8}.opacity90{opacity:0.9}.opacity100{opacity:1}.bg-hover-primary{background-color:#0089ff !important}.bg-hover-secondary{background-color:#d54f10 !important}.bg-hover-secondarykabarett{background-color:#E30079 !important}.bg-hover-secondaryloreen{background-color:#6f42c1 !important}.bg-hover-secondarydialog{background-color:#28a745 !important}.bg-hover-success{background-color:#28a745 !important}.bg-hover-info{background-color:#4a667d !important}.bg-hover-warning{background-color:#ffc107 !important}.bg-hover-danger{background-color:#dc3545 !important}.bg-hover-white{background-color:#fff !important}.bg-hover-light{background-color:#f3f3f3 !important}.bg-hover-medium{background-color:#999 !important}.bg-hover-dark{background-color:#1d1f20 !important}.bg-hover-black{background-color:#000 !important}.bg-hover-custom1{background-color:#25273a !important}.boxlink.bg-primary:hover,.mm-menu .mm-panels .mm-listview strong.boxlink:not(.trail):hover,.mm-menu .mm-panels .mm-listview .boxlink.active:hover,a.bg-primary:hover,.mm-menu .mm-panels .mm-listview a.active:hover{background-color:#4a667d !important}.boxlink.bg-secondary:hover,a.bg-secondary:hover{background-color:#4a667d !important}.boxlink.bg-success:hover,a.bg-success:hover{background-color:#28a745 !important}.boxlink.bg-info:hover,a.bg-info:hover{background-color:#dc3545 !important}.boxlink.bg-warning:hover,a.bg-warning:hover{background-color:#ffc107 !important}.boxlink.bg-danger:hover,a.bg-danger:hover{background-color:#a71d2a !important}.boxlink.bg-white:hover,a.bg-white:hover{background-color:#ffc107 !important}.boxlink.bg-light:hover,.mod_newslist .boxlink.card.card-teaser:hover,.mod_newslist .boxlink.card.card-list:hover,.mod_eventlist .boxlink.card:hover,a.bg-light:hover,.mod_newslist a.card.card-teaser:hover,.mod_newslist a.card.card-list:hover,.mod_eventlist a.card:hover{background-color:#007bff !important}.boxlink.bg-medium:hover,a.bg-medium:hover{background-color:#dc3545 !important}.boxlink.bg-dark:hover,a.bg-dark:hover{background-color:#35393b !important}.boxlink.bg-custom1:hover,a.bg-custom1:hover{background-color:#ffc107 !important}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.6;color:#111;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,.mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments form:before,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:600}dd{margin-bottom:0.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:600}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#0089ff;text-decoration:none;background-color:transparent}a:hover{color:#0060b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:0.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:0.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,.mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments form:before,h4,h5,h6,.h1,.ce_image-banner .title,.h2,.h3,#footer .title,#footer .card-title,.h4,.h5,span.title,.ce_downloadlist .card .title,.h6{margin-bottom:0.5rem;font-weight:500;line-height:1.2}h1,.h1,.ce_image-banner .title{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments form:before,.h3,#footer .title,#footer .card-title{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5,span.title,.ce_downloadlist .card .title{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0, 0, 0, 0.1)}small,.small,.mod_eventlist .list-item.style2 .event-date .day,.mod_eventlist .list-item.style2 .event-date .month,.mod_eventlist .list-item.style2 .event-date .year{font-size:80%;font-weight:400}mark,.mark{padding:0.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:0rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform 0.6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s 0.6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:0.5;transition:opacity 0.15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:0.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:50% / 100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:0.5;transition:opacity 0.6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0, 0, 0, 0.125);border-radius:0rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(0rem - 1px);border-top-right-radius:calc(0rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(0rem - 1px);border-bottom-left-radius:calc(0rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:0.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0, 0, 0, 0.03);border-bottom:1px solid rgba(0, 0, 0, 0.125)}.card-header:first-child{border-radius:calc(0rem - 1px) calc(0rem - 1px) 0 0}.card-footer{padding:0.75rem 1.25rem;background-color:rgba(0, 0, 0, 0.03);border-top:1px solid rgba(0, 0, 0, 0.125)}.card-footer:last-child{border-radius:0 0 calc(0rem - 1px) calc(0rem - 1px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(0rem - 1px)}.card-img,.card-img-top,.card-img-bottom{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(0rem - 1px);border-top-right-radius:calc(0rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(0rem - 1px);border-bottom-left-radius:calc(0rem - 1px)}.card-deck .card{margin-bottom:1rem}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-1rem;margin-left:-1rem}.card-deck .card{flex:1 0 0%;margin-right:1rem;margin-bottom:0;margin-left:1rem}}.card-group>.card{margin-bottom:1rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:0.75rem}@media (min-width:576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.btn{display:inline-block;font-weight:400;color:#111;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.6;border-radius:2px;transition:all 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#111;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 0.2rem rgba(0, 137, 255, 0.25)}.btn.disabled,.btn:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#0089ff;border-color:#0089ff}.btn-primary:hover{color:#fff;background-color:#0074d9;border-color:#006ecc}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#0074d9;border-color:#006ecc;box-shadow:0 0 0 0.2rem rgba(38, 155, 255, 0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0089ff;border-color:#0089ff}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#006ecc;border-color:#0067bf}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(38, 155, 255, 0.5)}.btn-secondary{color:#fff;background-color:#d54f10;border-color:#d54f10}.btn-secondary:hover{color:#fff;background-color:#b1420d;border-color:#a63d0c}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#b1420d;border-color:#a63d0c;box-shadow:0 0 0 0.2rem rgba(219, 105, 52, 0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#d54f10;border-color:#d54f10}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#a63d0c;border-color:#9a390c}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(219, 105, 52, 0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 0.2rem rgba(72, 180, 97, 0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(72, 180, 97, 0.5)}.btn-info{color:#fff;background-color:#4a667d;border-color:#4a667d}.btn-info:hover{color:#fff;background-color:#3c5265;border-color:#374c5d}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#3c5265;border-color:#374c5d;box-shadow:0 0 0 0.2rem rgba(101, 125, 145, 0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#4a667d;border-color:#4a667d}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#374c5d;border-color:#324555}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(101, 125, 145, 0.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 0.2rem rgba(222, 170, 12, 0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(222, 170, 12, 0.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 0.2rem rgba(225, 83, 97, 0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(225, 83, 97, 0.5)}.btn-light{color:#212529;background-color:#f3f3f3;border-color:#f3f3f3}.btn-light:hover{color:#212529;background-color:#e0e0e0;border-color:#dadada}.btn-light:focus,.btn-light.focus{color:#212529;background-color:#e0e0e0;border-color:#dadada;box-shadow:0 0 0 0.2rem rgba(212, 212, 213, 0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f3f3f3;border-color:#f3f3f3}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dadada;border-color:lightgray}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(212, 212, 213, 0.5)}.btn-dark{color:#fff;background-color:#1d1f20;border-color:#1d1f20}.btn-dark:hover{color:#fff;background-color:#0b0c0c;border-color:#050505}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#0b0c0c;border-color:#050505;box-shadow:0 0 0 0.2rem rgba(63, 65, 65, 0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#1d1f20;border-color:#1d1f20}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#050505;border-color:black}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(63, 65, 65, 0.5)}.btn-secondarykabarett{color:#fff;background-color:#E30079;border-color:#E30079}.btn-secondarykabarett:hover{color:#fff;background-color:#bd0065;border-color:#b0005e}.btn-secondarykabarett:focus,.btn-secondarykabarett.focus{color:#fff;background-color:#bd0065;border-color:#b0005e;box-shadow:0 0 0 0.2rem rgba(231, 38, 141, 0.5)}.btn-secondarykabarett.disabled,.btn-secondarykabarett:disabled{color:#fff;background-color:#E30079;border-color:#E30079}.btn-secondarykabarett:not(:disabled):not(.disabled):active,.btn-secondarykabarett:not(:disabled):not(.disabled).active,.show>.btn-secondarykabarett.dropdown-toggle{color:#fff;background-color:#b0005e;border-color:#a30057}.btn-secondarykabarett:not(:disabled):not(.disabled):active:focus,.btn-secondarykabarett:not(:disabled):not(.disabled).active:focus,.show>.btn-secondarykabarett.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(231, 38, 141, 0.5)}.btn-secondaryloreen{color:#fff;background-color:#6f42c1;border-color:#6f42c1}.btn-secondaryloreen:hover{color:#fff;background-color:#5e37a6;border-color:#59339d}.btn-secondaryloreen:focus,.btn-secondaryloreen.focus{color:#fff;background-color:#5e37a6;border-color:#59339d;box-shadow:0 0 0 0.2rem rgba(133, 94, 202, 0.5)}.btn-secondaryloreen.disabled,.btn-secondaryloreen:disabled{color:#fff;background-color:#6f42c1;border-color:#6f42c1}.btn-secondaryloreen:not(:disabled):not(.disabled):active,.btn-secondaryloreen:not(:disabled):not(.disabled).active,.show>.btn-secondaryloreen.dropdown-toggle{color:#fff;background-color:#59339d;border-color:#533093}.btn-secondaryloreen:not(:disabled):not(.disabled):active:focus,.btn-secondaryloreen:not(:disabled):not(.disabled).active:focus,.show>.btn-secondaryloreen.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(133, 94, 202, 0.5)}.btn-secondarydialog{color:#fff;background-color:#28a745;border-color:#28a745}.btn-secondarydialog:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-secondarydialog:focus,.btn-secondarydialog.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 0.2rem rgba(72, 180, 97, 0.5)}.btn-secondarydialog.disabled,.btn-secondarydialog:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-secondarydialog:not(:disabled):not(.disabled):active,.btn-secondarydialog:not(:disabled):not(.disabled).active,.show>.btn-secondarydialog.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-secondarydialog:not(:disabled):not(.disabled):active:focus,.btn-secondarydialog:not(:disabled):not(.disabled).active:focus,.show>.btn-secondarydialog.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(72, 180, 97, 0.5)}.btn-white{color:#212529;background-color:#fff;border-color:#fff}.btn-white:hover{color:#212529;background-color:#ececec;border-color:#e6e6e6}.btn-white:focus,.btn-white.focus{color:#212529;background-color:#ececec;border-color:#e6e6e6;box-shadow:0 0 0 0.2rem rgba(222, 222, 223, 0.5)}.btn-white.disabled,.btn-white:disabled{color:#212529;background-color:#fff;border-color:#fff}.btn-white:not(:disabled):not(.disabled):active,.btn-white:not(:disabled):not(.disabled).active,.show>.btn-white.dropdown-toggle{color:#212529;background-color:#e6e6e6;border-color:#dfdfdf}.btn-white:not(:disabled):not(.disabled):active:focus,.btn-white:not(:disabled):not(.disabled).active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(222, 222, 223, 0.5)}.btn-medium{color:#212529;background-color:#999;border-color:#999}.btn-medium:hover{color:#fff;background-color:#868686;border-color:gray}.btn-medium:focus,.btn-medium.focus{color:#fff;background-color:#868686;border-color:gray;box-shadow:0 0 0 0.2rem rgba(135, 136, 136, 0.5)}.btn-medium.disabled,.btn-medium:disabled{color:#212529;background-color:#999;border-color:#999}.btn-medium:not(:disabled):not(.disabled):active,.btn-medium:not(:disabled):not(.disabled).active,.show>.btn-medium.dropdown-toggle{color:#fff;background-color:gray;border-color:#797979}.btn-medium:not(:disabled):not(.disabled):active:focus,.btn-medium:not(:disabled):not(.disabled).active:focus,.show>.btn-medium.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(135, 136, 136, 0.5)}.btn-black{color:#fff;background-color:#000;border-color:#000}.btn-black:hover{color:#fff;background-color:black;border-color:black}.btn-black:focus,.btn-black.focus{color:#fff;background-color:black;border-color:black;box-shadow:0 0 0 0.2rem rgba(38, 38, 38, 0.5)}.btn-black.disabled,.btn-black:disabled{color:#fff;background-color:#000;border-color:#000}.btn-black:not(:disabled):not(.disabled):active,.btn-black:not(:disabled):not(.disabled).active,.show>.btn-black.dropdown-toggle{color:#fff;background-color:black;border-color:black}.btn-black:not(:disabled):not(.disabled):active:focus,.btn-black:not(:disabled):not(.disabled).active:focus,.show>.btn-black.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(38, 38, 38, 0.5)}.btn-custom1{color:#fff;background-color:#25273a;border-color:#25273a}.btn-custom1:hover{color:#fff;background-color:#161723;border-color:#11121b}.btn-custom1:focus,.btn-custom1.focus{color:#fff;background-color:#161723;border-color:#11121b;box-shadow:0 0 0 0.2rem rgba(70, 71, 88, 0.5)}.btn-custom1.disabled,.btn-custom1:disabled{color:#fff;background-color:#25273a;border-color:#25273a}.btn-custom1:not(:disabled):not(.disabled):active,.btn-custom1:not(:disabled):not(.disabled).active,.show>.btn-custom1.dropdown-toggle{color:#fff;background-color:#11121b;border-color:#0c0d13}.btn-custom1:not(:disabled):not(.disabled):active:focus,.btn-custom1:not(:disabled):not(.disabled).active:focus,.show>.btn-custom1.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(70, 71, 88, 0.5)}.btn-outline-primary{color:#0089ff;border-color:#0089ff}.btn-outline-primary:hover{color:#fff;background-color:#0089ff;border-color:#0089ff}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 0.2rem rgba(0, 137, 255, 0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0089ff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#0089ff;border-color:#0089ff}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(0, 137, 255, 0.5)}.btn-outline-secondary{color:#d54f10;border-color:#d54f10}.btn-outline-secondary:hover{color:#fff;background-color:#d54f10;border-color:#d54f10}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 0.2rem rgba(213, 79, 16, 0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#d54f10;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#d54f10;border-color:#d54f10}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(213, 79, 16, 0.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 0.2rem rgba(40, 167, 69, 0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(40, 167, 69, 0.5)}.btn-outline-info{color:#4a667d;border-color:#4a667d}.btn-outline-info:hover{color:#fff;background-color:#4a667d;border-color:#4a667d}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 0.2rem rgba(74, 102, 125, 0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#4a667d;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#4a667d;border-color:#4a667d}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(74, 102, 125, 0.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 0.2rem rgba(255, 193, 7, 0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255, 193, 7, 0.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 0.2rem rgba(220, 53, 69, 0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(220, 53, 69, 0.5)}.btn-outline-light{color:#f3f3f3;border-color:#f3f3f3}.btn-outline-light:hover{color:#212529;background-color:#f3f3f3;border-color:#f3f3f3}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 0.2rem rgba(243, 243, 243, 0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f3f3f3;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f3f3f3;border-color:#f3f3f3}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(243, 243, 243, 0.5)}.btn-outline-dark{color:#1d1f20;border-color:#1d1f20}.btn-outline-dark:hover{color:#fff;background-color:#1d1f20;border-color:#1d1f20}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 0.2rem rgba(29, 31, 32, 0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#1d1f20;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#1d1f20;border-color:#1d1f20}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(29, 31, 32, 0.5)}.btn-outline-secondarykabarett{color:#E30079;border-color:#E30079}.btn-outline-secondarykabarett:hover{color:#fff;background-color:#E30079;border-color:#E30079}.btn-outline-secondarykabarett:focus,.btn-outline-secondarykabarett.focus{box-shadow:0 0 0 0.2rem rgba(227, 0, 121, 0.5)}.btn-outline-secondarykabarett.disabled,.btn-outline-secondarykabarett:disabled{color:#E30079;background-color:transparent}.btn-outline-secondarykabarett:not(:disabled):not(.disabled):active,.btn-outline-secondarykabarett:not(:disabled):not(.disabled).active,.show>.btn-outline-secondarykabarett.dropdown-toggle{color:#fff;background-color:#E30079;border-color:#E30079}.btn-outline-secondarykabarett:not(:disabled):not(.disabled):active:focus,.btn-outline-secondarykabarett:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondarykabarett.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(227, 0, 121, 0.5)}.btn-outline-secondaryloreen{color:#6f42c1;border-color:#6f42c1}.btn-outline-secondaryloreen:hover{color:#fff;background-color:#6f42c1;border-color:#6f42c1}.btn-outline-secondaryloreen:focus,.btn-outline-secondaryloreen.focus{box-shadow:0 0 0 0.2rem rgba(111, 66, 193, 0.5)}.btn-outline-secondaryloreen.disabled,.btn-outline-secondaryloreen:disabled{color:#6f42c1;background-color:transparent}.btn-outline-secondaryloreen:not(:disabled):not(.disabled):active,.btn-outline-secondaryloreen:not(:disabled):not(.disabled).active,.show>.btn-outline-secondaryloreen.dropdown-toggle{color:#fff;background-color:#6f42c1;border-color:#6f42c1}.btn-outline-secondaryloreen:not(:disabled):not(.disabled):active:focus,.btn-outline-secondaryloreen:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondaryloreen.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(111, 66, 193, 0.5)}.btn-outline-secondarydialog{color:#28a745;border-color:#28a745}.btn-outline-secondarydialog:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-secondarydialog:focus,.btn-outline-secondarydialog.focus{box-shadow:0 0 0 0.2rem rgba(40, 167, 69, 0.5)}.btn-outline-secondarydialog.disabled,.btn-outline-secondarydialog:disabled{color:#28a745;background-color:transparent}.btn-outline-secondarydialog:not(:disabled):not(.disabled):active,.btn-outline-secondarydialog:not(:disabled):not(.disabled).active,.show>.btn-outline-secondarydialog.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-secondarydialog:not(:disabled):not(.disabled):active:focus,.btn-outline-secondarydialog:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondarydialog.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(40, 167, 69, 0.5)}.btn-outline-white{color:#fff;border-color:#fff}.btn-outline-white:hover{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-white:focus,.btn-outline-white.focus{box-shadow:0 0 0 0.2rem rgba(255, 255, 255, 0.5)}.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff;background-color:transparent}.btn-outline-white:not(:disabled):not(.disabled):active,.btn-outline-white:not(:disabled):not(.disabled).active,.show>.btn-outline-white.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-white:not(:disabled):not(.disabled):active:focus,.btn-outline-white:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-white.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(255, 255, 255, 0.5)}.btn-outline-medium{color:#999;border-color:#999}.btn-outline-medium:hover{color:#212529;background-color:#999;border-color:#999}.btn-outline-medium:focus,.btn-outline-medium.focus{box-shadow:0 0 0 0.2rem rgba(153, 153, 153, 0.5)}.btn-outline-medium.disabled,.btn-outline-medium:disabled{color:#999;background-color:transparent}.btn-outline-medium:not(:disabled):not(.disabled):active,.btn-outline-medium:not(:disabled):not(.disabled).active,.show>.btn-outline-medium.dropdown-toggle{color:#212529;background-color:#999;border-color:#999}.btn-outline-medium:not(:disabled):not(.disabled):active:focus,.btn-outline-medium:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-medium.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(153, 153, 153, 0.5)}.btn-outline-black{color:#000;border-color:#000}.btn-outline-black:hover{color:#fff;background-color:#000;border-color:#000}.btn-outline-black:focus,.btn-outline-black.focus{box-shadow:0 0 0 0.2rem rgba(0, 0, 0, 0.5)}.btn-outline-black.disabled,.btn-outline-black:disabled{color:#000;background-color:transparent}.btn-outline-black:not(:disabled):not(.disabled):active,.btn-outline-black:not(:disabled):not(.disabled).active,.show>.btn-outline-black.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}.btn-outline-black:not(:disabled):not(.disabled):active:focus,.btn-outline-black:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-black.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(0, 0, 0, 0.5)}.btn-outline-custom1{color:#25273a;border-color:#25273a}.btn-outline-custom1:hover{color:#fff;background-color:#25273a;border-color:#25273a}.btn-outline-custom1:focus,.btn-outline-custom1.focus{box-shadow:0 0 0 0.2rem rgba(37, 39, 58, 0.5)}.btn-outline-custom1.disabled,.btn-outline-custom1:disabled{color:#25273a;background-color:transparent}.btn-outline-custom1:not(:disabled):not(.disabled):active,.btn-outline-custom1:not(:disabled):not(.disabled).active,.show>.btn-outline-custom1.dropdown-toggle{color:#fff;background-color:#25273a;border-color:#25273a}.btn-outline-custom1:not(:disabled):not(.disabled):active:focus,.btn-outline-custom1:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-custom1.dropdown-toggle:focus{box-shadow:0 0 0 0.2rem rgba(37, 39, 58, 0.5)}.btn-link{font-weight:400;color:#0089ff;text-decoration:none}.btn-link:hover{color:#0060b3;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#617278;pointer-events:none}.btn-lg{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:2px}.btn-sm{padding:0.25rem 0.5rem;font-size:0.9rem;line-height:1.5;border-radius:2px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:0.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.container,.container-fluid,.container-xl{width:100%;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}@media (min-width:1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1480px}}.row{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto{position:relative;width:100%;padding-right:1rem;padding-left:1rem}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}@media (min-width:1400px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xxl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xxl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xxl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xxl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xxl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xxl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xxl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xxl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xxl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}}h1,h2,h3,.mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments form:before,h4,h5,h6,.h1,.ce_image-banner .title,.h2,.h3,#footer .title,#footer .card-title,.h4,.h5,span.title,.ce_downloadlist .card .title,.h6{margin-bottom:0.5rem;font-weight:500;line-height:1.2}h1,.h1,.ce_image-banner .title{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments form:before,.h3,#footer .title,#footer .card-title{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5,span.title,.ce_downloadlist .card .title{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0, 0, 0, 0.1)}small,.small,.mod_eventlist .list-item.style2 .event-date .day,.mod_eventlist .list-item.style2 .event-date .month,.mod_eventlist .list-item.style2 .event-date .year{font-size:80%;font-weight:400}mark,.mark{padding:0.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"— "}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary,.mm-menu .mm-panels .mm-listview strong:not(.trail),.mm-menu .mm-panels .mm-listview .active{background-color:#0089ff !important}a.bg-primary:hover,.mm-menu .mm-panels .mm-listview a.active:hover,a.bg-primary:focus,.mm-menu .mm-panels .mm-listview a.active:focus,button.bg-primary:hover,.mm-menu .mm-panels .mm-listview button.active:hover,button.bg-primary:focus,.mm-menu .mm-panels .mm-listview button.active:focus{background-color:#006ecc !important}.bg-secondary{background-color:#d54f10 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#a63d0c !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#4a667d !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#374c5d !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light,.mod_newslist .card.card-teaser,.mod_newslist .card.card-list,.mod_eventlist .card{background-color:#f3f3f3 !important}a.bg-light:hover,.mod_newslist a.card.card-teaser:hover,.mod_newslist a.card.card-list:hover,.mod_eventlist a.card:hover,a.bg-light:focus,.mod_newslist a.card.card-teaser:focus,.mod_newslist a.card.card-list:focus,.mod_eventlist a.card:focus,button.bg-light:hover,.mod_newslist button.card.card-teaser:hover,.mod_newslist button.card.card-list:hover,.mod_eventlist button.card:hover,button.bg-light:focus,.mod_newslist button.card.card-teaser:focus,.mod_newslist button.card.card-list:focus,.mod_eventlist button.card:focus{background-color:#dadada !important}.bg-dark{background-color:#1d1f20 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#050505 !important}.bg-secondarykabarett{background-color:#E30079 !important}a.bg-secondarykabarett:hover,a.bg-secondarykabarett:focus,button.bg-secondarykabarett:hover,button.bg-secondarykabarett:focus{background-color:#b0005e !important}.bg-secondaryloreen{background-color:#6f42c1 !important}a.bg-secondaryloreen:hover,a.bg-secondaryloreen:focus,button.bg-secondaryloreen:hover,button.bg-secondaryloreen:focus{background-color:#59339d !important}.bg-secondarydialog{background-color:#28a745 !important}a.bg-secondarydialog:hover,a.bg-secondarydialog:focus,button.bg-secondarydialog:hover,button.bg-secondarydialog:focus{background-color:#1e7e34 !important}.bg-white{background-color:#fff !important}a.bg-white:hover,a.bg-white:focus,button.bg-white:hover,button.bg-white:focus{background-color:#e6e6e6 !important}.bg-medium{background-color:#999 !important}a.bg-medium:hover,a.bg-medium:focus,button.bg-medium:hover,button.bg-medium:focus{background-color:gray !important}.bg-black{background-color:#000 !important}a.bg-black:hover,a.bg-black:focus,button.bg-black:hover,button.bg-black:focus{background-color:black !important}.bg-custom1{background-color:#25273a !important}a.bg-custom1:hover,a.bg-custom1:focus,button.bg-custom1:hover,button.bg-custom1:focus{background-color:#11121b !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #f3f3f3 !important}.border-top{border-top:1px solid #f3f3f3 !important}.border-right{border-right:1px solid #f3f3f3 !important}.border-bottom{border-bottom:1px solid #f3f3f3 !important}.border-left{border-left:1px solid #f3f3f3 !important}.border-0,.mod_newslist .card.card-teaser,.mod_newslist .card.card-list,.mod_eventlist .card{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#0089ff !important}.border-secondary{border-color:#d54f10 !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#4a667d !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#f3f3f3 !important}.border-dark{border-color:#1d1f20 !important}.border-secondarykabarett{border-color:#E30079 !important}.border-secondaryloreen{border-color:#6f42c1 !important}.border-secondarydialog{border-color:#28a745 !important}.border-white{border-color:#fff !important}.border-medium{border-color:#999 !important}.border-black{border-color:#000 !important}.border-custom1{border-color:#25273a !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:0rem !important}.rounded{border-radius:0rem !important}.rounded-top{border-top-left-radius:0rem !important;border-top-right-radius:0rem !important}.rounded-right{border-top-right-radius:0rem !important;border-bottom-right-radius:0rem !important}.rounded-bottom{border-bottom-right-radius:0rem !important;border-bottom-left-radius:0rem !important}.rounded-left{border-top-left-radius:0rem !important;border-bottom-left-radius:0rem !important}.rounded-lg{border-radius:0rem !important}.rounded-circle,.mod_eventlist .card .badge{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width:576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width:768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width:992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width:1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media (min-width:1400px){.d-xxl-none{display:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714286%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width:576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width:768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width:992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}@media (min-width:1400px){.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width:576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width:768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width:992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width:1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}@media (min-width:1400px){.float-xxl-left{float:left !important}.float-xxl-right{float:right !important}.float-xxl-none{float:none !important}}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm,.ce_download .item figure{box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important}.shadow,.mod_eventlist .card .badge{box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0, 0, 0, 0.175) !important}.shadow-none{box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.w-10{width:10% !important}.w-20{width:20% !important}.w-30{width:30% !important}.w-40{width:40% !important}.w-33{width:33% !important}.w-60{width:60% !important}.w-66{width:66% !important}.w-70{width:70% !important}.w-80{width:80% !important}.w-90{width:90% !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.h-10{height:10% !important}.h-20{height:20% !important}.h-30{height:30% !important}.h-40{height:40% !important}.h-33{height:33% !important}.h-60{height:60% !important}.h-66{height:66% !important}.h-70{height:70% !important}.h-80{height:80% !important}.h-90{height:90% !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.mod_newslist .card.card-teaser .subtitle,.mod_newslist .card.card-list .subtitle,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.mod_newslist .card.card-teaser .subtitle,.mod_newslist .card.card-list .subtitle,.my-2{margin-top:0.5rem !important}.mr-2,p.info svg,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mod_eventlist .list-item.style2 .event-detail,.mx-3{margin-left:1rem !important}.m-4{margin:1.8rem !important}.mt-4,.my-4{margin-top:1.8rem !important}.mr-4,.mx-4{margin-right:1.8rem !important}.mb-4,.my-4{margin-bottom:1.8rem !important}.ml-4,.mx-4{margin-left:1.8rem !important}.m-5{margin:3.5rem !important}.mt-5,.my-5{margin-top:3.5rem !important}.mr-5,.mx-5{margin-right:3.5rem !important}.mb-5,.mod_search,.mod_subscribe,.mod_unsubscribe,.subnavi,.mod_faqlist,.mod_faqpage,.mod_newslist,.mod_eventlist,.my-5{margin-bottom:3.5rem !important}.ml-5,.mx-5{margin-left:3.5rem !important}.m-6{margin:5rem !important}.mt-6,.my-6{margin-top:5rem !important}.mr-6,.mx-6{margin-right:5rem !important}.mb-6,.my-6{margin-bottom:5rem !important}.ml-6,.mx-6{margin-left:5rem !important}.m-7{margin:7.5rem !important}.mt-7,.my-7{margin-top:7.5rem !important}.mr-7,.mx-7{margin-right:7.5rem !important}.mb-7,.my-7{margin-bottom:7.5rem !important}.ml-7,.mx-7{margin-left:7.5rem !important}.m-8{margin:10rem !important}.mt-8,.my-8{margin-top:10rem !important}.mr-8,.mx-8{margin-right:10rem !important}.mb-8,.my-8{margin-bottom:10rem !important}.ml-8,.mx-8{margin-left:10rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.8rem !important}.pt-4,.py-4{padding-top:1.8rem !important}.pr-4,.px-4{padding-right:1.8rem !important}.pb-4,.py-4{padding-bottom:1.8rem !important}.pl-4,.px-4{padding-left:1.8rem !important}.p-5{padding:3.5rem !important}.pt-5,.py-5{padding-top:3.5rem !important}.pr-5,.px-5{padding-right:3.5rem !important}.pb-5,.py-5{padding-bottom:3.5rem !important}.pl-5,.px-5{padding-left:3.5rem !important}.p-6{padding:5rem !important}.pt-6,.py-6{padding-top:5rem !important}.pr-6,.px-6{padding-right:5rem !important}.pb-6,.py-6{padding-bottom:5rem !important}.pl-6,.px-6{padding-left:5rem !important}.p-7{padding:7.5rem !important}.pt-7,.py-7{padding-top:7.5rem !important}.pr-7,.px-7{padding-right:7.5rem !important}.pb-7,.py-7{padding-bottom:7.5rem !important}.pl-7,.px-7{padding-left:7.5rem !important}.p-8{padding:10rem !important}.pt-8,.py-8{padding-top:10rem !important}.pr-8,.px-8{padding-right:10rem !important}.pb-8,.py-8{padding-bottom:10rem !important}.pl-8,.px-8{padding-left:10rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.8rem !important}.mt-n4,.my-n4{margin-top:-1.8rem !important}.mr-n4,.mx-n4{margin-right:-1.8rem !important}.mb-n4,.my-n4{margin-bottom:-1.8rem !important}.ml-n4,.mx-n4{margin-left:-1.8rem !important}.m-n5{margin:-3.5rem !important}.mt-n5,.my-n5{margin-top:-3.5rem !important}.mr-n5,.mx-n5{margin-right:-3.5rem !important}.mb-n5,.my-n5{margin-bottom:-3.5rem !important}.ml-n5,.mx-n5{margin-left:-3.5rem !important}.m-n6{margin:-5rem !important}.mt-n6,.my-n6{margin-top:-5rem !important}.mr-n6,.mx-n6{margin-right:-5rem !important}.mb-n6,.my-n6{margin-bottom:-5rem !important}.ml-n6,.mx-n6{margin-left:-5rem !important}.m-n7{margin:-7.5rem !important}.mt-n7,.my-n7{margin-top:-7.5rem !important}.mr-n7,.mx-n7{margin-right:-7.5rem !important}.mb-n7,.my-n7{margin-bottom:-7.5rem !important}.ml-n7,.mx-n7{margin-left:-7.5rem !important}.m-n8{margin:-10rem !important}.mt-n8,.my-n8{margin-top:-10rem !important}.mr-n8,.mx-n8{margin-right:-10rem !important}.mb-n8,.my-n8{margin-bottom:-10rem !important}.ml-n8,.mx-n8{margin-left:-10rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width:576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.8rem !important}.mt-sm-4,.my-sm-4{margin-top:1.8rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.8rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.8rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.8rem !important}.m-sm-5{margin:3.5rem !important}.mt-sm-5,.my-sm-5{margin-top:3.5rem !important}.mr-sm-5,.mx-sm-5{margin-right:3.5rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3.5rem !important}.ml-sm-5,.mx-sm-5{margin-left:3.5rem !important}.m-sm-6{margin:5rem !important}.mt-sm-6,.my-sm-6{margin-top:5rem !important}.mr-sm-6,.mx-sm-6{margin-right:5rem !important}.mb-sm-6,.my-sm-6{margin-bottom:5rem !important}.ml-sm-6,.mx-sm-6{margin-left:5rem !important}.m-sm-7{margin:7.5rem !important}.mt-sm-7,.my-sm-7{margin-top:7.5rem !important}.mr-sm-7,.mx-sm-7{margin-right:7.5rem !important}.mb-sm-7,.my-sm-7{margin-bottom:7.5rem !important}.ml-sm-7,.mx-sm-7{margin-left:7.5rem !important}.m-sm-8{margin:10rem !important}.mt-sm-8,.my-sm-8{margin-top:10rem !important}.mr-sm-8,.mx-sm-8{margin-right:10rem !important}.mb-sm-8,.my-sm-8{margin-bottom:10rem !important}.ml-sm-8,.mx-sm-8{margin-left:10rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.8rem !important}.pt-sm-4,.py-sm-4{padding-top:1.8rem !important}.pr-sm-4,.px-sm-4{padding-right:1.8rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.8rem !important}.pl-sm-4,.px-sm-4{padding-left:1.8rem !important}.p-sm-5{padding:3.5rem !important}.pt-sm-5,.py-sm-5{padding-top:3.5rem !important}.pr-sm-5,.px-sm-5{padding-right:3.5rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3.5rem !important}.pl-sm-5,.px-sm-5{padding-left:3.5rem !important}.p-sm-6{padding:5rem !important}.pt-sm-6,.py-sm-6{padding-top:5rem !important}.pr-sm-6,.px-sm-6{padding-right:5rem !important}.pb-sm-6,.py-sm-6{padding-bottom:5rem !important}.pl-sm-6,.px-sm-6{padding-left:5rem !important}.p-sm-7{padding:7.5rem !important}.pt-sm-7,.py-sm-7{padding-top:7.5rem !important}.pr-sm-7,.px-sm-7{padding-right:7.5rem !important}.pb-sm-7,.py-sm-7{padding-bottom:7.5rem !important}.pl-sm-7,.px-sm-7{padding-left:7.5rem !important}.p-sm-8{padding:10rem !important}.pt-sm-8,.py-sm-8{padding-top:10rem !important}.pr-sm-8,.px-sm-8{padding-right:10rem !important}.pb-sm-8,.py-sm-8{padding-bottom:10rem !important}.pl-sm-8,.px-sm-8{padding-left:10rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.8rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.8rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.8rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.8rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.8rem !important}.m-sm-n5{margin:-3.5rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3.5rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3.5rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3.5rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3.5rem !important}.m-sm-n6{margin:-5rem !important}.mt-sm-n6,.my-sm-n6{margin-top:-5rem !important}.mr-sm-n6,.mx-sm-n6{margin-right:-5rem !important}.mb-sm-n6,.my-sm-n6{margin-bottom:-5rem !important}.ml-sm-n6,.mx-sm-n6{margin-left:-5rem !important}.m-sm-n7{margin:-7.5rem !important}.mt-sm-n7,.my-sm-n7{margin-top:-7.5rem !important}.mr-sm-n7,.mx-sm-n7{margin-right:-7.5rem !important}.mb-sm-n7,.my-sm-n7{margin-bottom:-7.5rem !important}.ml-sm-n7,.mx-sm-n7{margin-left:-7.5rem !important}.m-sm-n8{margin:-10rem !important}.mt-sm-n8,.my-sm-n8{margin-top:-10rem !important}.mr-sm-n8,.mx-sm-n8{margin-right:-10rem !important}.mb-sm-n8,.my-sm-n8{margin-bottom:-10rem !important}.ml-sm-n8,.mx-sm-n8{margin-left:-10rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width:768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.8rem !important}.mt-md-4,.my-md-4{margin-top:1.8rem !important}.mr-md-4,.mx-md-4{margin-right:1.8rem !important}.mb-md-4,.my-md-4{margin-bottom:1.8rem !important}.ml-md-4,.mx-md-4{margin-left:1.8rem !important}.m-md-5{margin:3.5rem !important}.mt-md-5,.my-md-5{margin-top:3.5rem !important}.mr-md-5,.mx-md-5{margin-right:3.5rem !important}.mb-md-5,.my-md-5{margin-bottom:3.5rem !important}.ml-md-5,.mx-md-5{margin-left:3.5rem !important}.m-md-6{margin:5rem !important}.mt-md-6,.my-md-6{margin-top:5rem !important}.mr-md-6,.mx-md-6{margin-right:5rem !important}.mb-md-6,.my-md-6{margin-bottom:5rem !important}.ml-md-6,.mx-md-6{margin-left:5rem !important}.m-md-7{margin:7.5rem !important}.mt-md-7,.my-md-7{margin-top:7.5rem !important}.mr-md-7,.mx-md-7{margin-right:7.5rem !important}.mb-md-7,.my-md-7{margin-bottom:7.5rem !important}.ml-md-7,.mx-md-7{margin-left:7.5rem !important}.m-md-8{margin:10rem !important}.mt-md-8,.my-md-8{margin-top:10rem !important}.mr-md-8,.mx-md-8{margin-right:10rem !important}.mb-md-8,.my-md-8{margin-bottom:10rem !important}.ml-md-8,.mx-md-8{margin-left:10rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.8rem !important}.pt-md-4,.py-md-4{padding-top:1.8rem !important}.pr-md-4,.px-md-4{padding-right:1.8rem !important}.pb-md-4,.py-md-4{padding-bottom:1.8rem !important}.pl-md-4,.px-md-4{padding-left:1.8rem !important}.p-md-5{padding:3.5rem !important}.pt-md-5,.py-md-5{padding-top:3.5rem !important}.pr-md-5,.px-md-5{padding-right:3.5rem !important}.pb-md-5,.py-md-5{padding-bottom:3.5rem !important}.pl-md-5,.px-md-5{padding-left:3.5rem !important}.p-md-6{padding:5rem !important}.pt-md-6,.py-md-6{padding-top:5rem !important}.pr-md-6,.px-md-6{padding-right:5rem !important}.pb-md-6,.py-md-6{padding-bottom:5rem !important}.pl-md-6,.px-md-6{padding-left:5rem !important}.p-md-7{padding:7.5rem !important}.pt-md-7,.py-md-7{padding-top:7.5rem !important}.pr-md-7,.px-md-7{padding-right:7.5rem !important}.pb-md-7,.py-md-7{padding-bottom:7.5rem !important}.pl-md-7,.px-md-7{padding-left:7.5rem !important}.p-md-8{padding:10rem !important}.pt-md-8,.py-md-8{padding-top:10rem !important}.pr-md-8,.px-md-8{padding-right:10rem !important}.pb-md-8,.py-md-8{padding-bottom:10rem !important}.pl-md-8,.px-md-8{padding-left:10rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.8rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.8rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.8rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.8rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.8rem !important}.m-md-n5{margin:-3.5rem !important}.mt-md-n5,.my-md-n5{margin-top:-3.5rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3.5rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3.5rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3.5rem !important}.m-md-n6{margin:-5rem !important}.mt-md-n6,.my-md-n6{margin-top:-5rem !important}.mr-md-n6,.mx-md-n6{margin-right:-5rem !important}.mb-md-n6,.my-md-n6{margin-bottom:-5rem !important}.ml-md-n6,.mx-md-n6{margin-left:-5rem !important}.m-md-n7{margin:-7.5rem !important}.mt-md-n7,.my-md-n7{margin-top:-7.5rem !important}.mr-md-n7,.mx-md-n7{margin-right:-7.5rem !important}.mb-md-n7,.my-md-n7{margin-bottom:-7.5rem !important}.ml-md-n7,.mx-md-n7{margin-left:-7.5rem !important}.m-md-n8{margin:-10rem !important}.mt-md-n8,.my-md-n8{margin-top:-10rem !important}.mr-md-n8,.mx-md-n8{margin-right:-10rem !important}.mb-md-n8,.my-md-n8{margin-bottom:-10rem !important}.ml-md-n8,.mx-md-n8{margin-left:-10rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width:992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.8rem !important}.mt-lg-4,.my-lg-4{margin-top:1.8rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.8rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.8rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.8rem !important}.m-lg-5{margin:3.5rem !important}.mt-lg-5,.my-lg-5{margin-top:3.5rem !important}.mr-lg-5,.mx-lg-5{margin-right:3.5rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3.5rem !important}.ml-lg-5,.mx-lg-5{margin-left:3.5rem !important}.m-lg-6{margin:5rem !important}.mt-lg-6,.my-lg-6{margin-top:5rem !important}.mr-lg-6,.mx-lg-6{margin-right:5rem !important}.mb-lg-6,.my-lg-6{margin-bottom:5rem !important}.ml-lg-6,.mx-lg-6{margin-left:5rem !important}.m-lg-7{margin:7.5rem !important}.mt-lg-7,.my-lg-7{margin-top:7.5rem !important}.mr-lg-7,.mx-lg-7{margin-right:7.5rem !important}.mb-lg-7,.my-lg-7{margin-bottom:7.5rem !important}.ml-lg-7,.mx-lg-7{margin-left:7.5rem !important}.m-lg-8{margin:10rem !important}.mt-lg-8,.my-lg-8{margin-top:10rem !important}.mr-lg-8,.mx-lg-8{margin-right:10rem !important}.mb-lg-8,.my-lg-8{margin-bottom:10rem !important}.ml-lg-8,.mx-lg-8{margin-left:10rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.8rem !important}.pt-lg-4,.py-lg-4{padding-top:1.8rem !important}.pr-lg-4,.px-lg-4{padding-right:1.8rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.8rem !important}.pl-lg-4,.px-lg-4{padding-left:1.8rem !important}.p-lg-5{padding:3.5rem !important}.pt-lg-5,.py-lg-5{padding-top:3.5rem !important}.pr-lg-5,.px-lg-5{padding-right:3.5rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3.5rem !important}.pl-lg-5,.px-lg-5{padding-left:3.5rem !important}.p-lg-6{padding:5rem !important}.pt-lg-6,.py-lg-6{padding-top:5rem !important}.pr-lg-6,.px-lg-6{padding-right:5rem !important}.pb-lg-6,.py-lg-6{padding-bottom:5rem !important}.pl-lg-6,.px-lg-6{padding-left:5rem !important}.p-lg-7{padding:7.5rem !important}.pt-lg-7,.py-lg-7{padding-top:7.5rem !important}.pr-lg-7,.px-lg-7{padding-right:7.5rem !important}.pb-lg-7,.py-lg-7{padding-bottom:7.5rem !important}.pl-lg-7,.px-lg-7{padding-left:7.5rem !important}.p-lg-8{padding:10rem !important}.pt-lg-8,.py-lg-8{padding-top:10rem !important}.pr-lg-8,.px-lg-8{padding-right:10rem !important}.pb-lg-8,.py-lg-8{padding-bottom:10rem !important}.pl-lg-8,.px-lg-8{padding-left:10rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.8rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.8rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.8rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.8rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.8rem !important}.m-lg-n5{margin:-3.5rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3.5rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3.5rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3.5rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3.5rem !important}.m-lg-n6{margin:-5rem !important}.mt-lg-n6,.my-lg-n6{margin-top:-5rem !important}.mr-lg-n6,.mx-lg-n6{margin-right:-5rem !important}.mb-lg-n6,.my-lg-n6{margin-bottom:-5rem !important}.ml-lg-n6,.mx-lg-n6{margin-left:-5rem !important}.m-lg-n7{margin:-7.5rem !important}.mt-lg-n7,.my-lg-n7{margin-top:-7.5rem !important}.mr-lg-n7,.mx-lg-n7{margin-right:-7.5rem !important}.mb-lg-n7,.my-lg-n7{margin-bottom:-7.5rem !important}.ml-lg-n7,.mx-lg-n7{margin-left:-7.5rem !important}.m-lg-n8{margin:-10rem !important}.mt-lg-n8,.my-lg-n8{margin-top:-10rem !important}.mr-lg-n8,.mx-lg-n8{margin-right:-10rem !important}.mb-lg-n8,.my-lg-n8{margin-bottom:-10rem !important}.ml-lg-n8,.mx-lg-n8{margin-left:-10rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width:1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.8rem !important}.mt-xl-4,.my-xl-4{margin-top:1.8rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.8rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.8rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.8rem !important}.m-xl-5{margin:3.5rem !important}.mt-xl-5,.my-xl-5{margin-top:3.5rem !important}.mr-xl-5,.mx-xl-5{margin-right:3.5rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3.5rem !important}.ml-xl-5,.mx-xl-5{margin-left:3.5rem !important}.m-xl-6{margin:5rem !important}.mt-xl-6,.my-xl-6{margin-top:5rem !important}.mr-xl-6,.mx-xl-6{margin-right:5rem !important}.mb-xl-6,.my-xl-6{margin-bottom:5rem !important}.ml-xl-6,.mx-xl-6{margin-left:5rem !important}.m-xl-7{margin:7.5rem !important}.mt-xl-7,.my-xl-7{margin-top:7.5rem !important}.mr-xl-7,.mx-xl-7{margin-right:7.5rem !important}.mb-xl-7,.my-xl-7{margin-bottom:7.5rem !important}.ml-xl-7,.mx-xl-7{margin-left:7.5rem !important}.m-xl-8{margin:10rem !important}.mt-xl-8,.my-xl-8{margin-top:10rem !important}.mr-xl-8,.mx-xl-8{margin-right:10rem !important}.mb-xl-8,.my-xl-8{margin-bottom:10rem !important}.ml-xl-8,.mx-xl-8{margin-left:10rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.8rem !important}.pt-xl-4,.py-xl-4{padding-top:1.8rem !important}.pr-xl-4,.px-xl-4{padding-right:1.8rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.8rem !important}.pl-xl-4,.px-xl-4{padding-left:1.8rem !important}.p-xl-5{padding:3.5rem !important}.pt-xl-5,.py-xl-5{padding-top:3.5rem !important}.pr-xl-5,.px-xl-5{padding-right:3.5rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3.5rem !important}.pl-xl-5,.px-xl-5{padding-left:3.5rem !important}.p-xl-6{padding:5rem !important}.pt-xl-6,.py-xl-6{padding-top:5rem !important}.pr-xl-6,.px-xl-6{padding-right:5rem !important}.pb-xl-6,.py-xl-6{padding-bottom:5rem !important}.pl-xl-6,.px-xl-6{padding-left:5rem !important}.p-xl-7{padding:7.5rem !important}.pt-xl-7,.py-xl-7{padding-top:7.5rem !important}.pr-xl-7,.px-xl-7{padding-right:7.5rem !important}.pb-xl-7,.py-xl-7{padding-bottom:7.5rem !important}.pl-xl-7,.px-xl-7{padding-left:7.5rem !important}.p-xl-8{padding:10rem !important}.pt-xl-8,.py-xl-8{padding-top:10rem !important}.pr-xl-8,.px-xl-8{padding-right:10rem !important}.pb-xl-8,.py-xl-8{padding-bottom:10rem !important}.pl-xl-8,.px-xl-8{padding-left:10rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.8rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.8rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.8rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.8rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.8rem !important}.m-xl-n5{margin:-3.5rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3.5rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3.5rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3.5rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3.5rem !important}.m-xl-n6{margin:-5rem !important}.mt-xl-n6,.my-xl-n6{margin-top:-5rem !important}.mr-xl-n6,.mx-xl-n6{margin-right:-5rem !important}.mb-xl-n6,.my-xl-n6{margin-bottom:-5rem !important}.ml-xl-n6,.mx-xl-n6{margin-left:-5rem !important}.m-xl-n7{margin:-7.5rem !important}.mt-xl-n7,.my-xl-n7{margin-top:-7.5rem !important}.mr-xl-n7,.mx-xl-n7{margin-right:-7.5rem !important}.mb-xl-n7,.my-xl-n7{margin-bottom:-7.5rem !important}.ml-xl-n7,.mx-xl-n7{margin-left:-7.5rem !important}.m-xl-n8{margin:-10rem !important}.mt-xl-n8,.my-xl-n8{margin-top:-10rem !important}.mr-xl-n8,.mx-xl-n8{margin-right:-10rem !important}.mb-xl-n8,.my-xl-n8{margin-bottom:-10rem !important}.ml-xl-n8,.mx-xl-n8{margin-left:-10rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media (min-width:1400px){.m-xxl-0{margin:0 !important}.mt-xxl-0,.my-xxl-0{margin-top:0 !important}.mr-xxl-0,.mx-xxl-0{margin-right:0 !important}.mb-xxl-0,.my-xxl-0{margin-bottom:0 !important}.ml-xxl-0,.mx-xxl-0{margin-left:0 !important}.m-xxl-1{margin:0.25rem !important}.mt-xxl-1,.my-xxl-1{margin-top:0.25rem !important}.mr-xxl-1,.mx-xxl-1{margin-right:0.25rem !important}.mb-xxl-1,.my-xxl-1{margin-bottom:0.25rem !important}.ml-xxl-1,.mx-xxl-1{margin-left:0.25rem !important}.m-xxl-2{margin:0.5rem !important}.mt-xxl-2,.my-xxl-2{margin-top:0.5rem !important}.mr-xxl-2,.mx-xxl-2{margin-right:0.5rem !important}.mb-xxl-2,.my-xxl-2{margin-bottom:0.5rem !important}.ml-xxl-2,.mx-xxl-2{margin-left:0.5rem !important}.m-xxl-3{margin:1rem !important}.mt-xxl-3,.my-xxl-3{margin-top:1rem !important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem !important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem !important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem !important}.m-xxl-4{margin:1.8rem !important}.mt-xxl-4,.my-xxl-4{margin-top:1.8rem !important}.mr-xxl-4,.mx-xxl-4{margin-right:1.8rem !important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.8rem !important}.ml-xxl-4,.mx-xxl-4{margin-left:1.8rem !important}.m-xxl-5{margin:3.5rem !important}.mt-xxl-5,.my-xxl-5{margin-top:3.5rem !important}.mr-xxl-5,.mx-xxl-5{margin-right:3.5rem !important}.mb-xxl-5,.my-xxl-5{margin-bottom:3.5rem !important}.ml-xxl-5,.mx-xxl-5{margin-left:3.5rem !important}.m-xxl-6{margin:5rem !important}.mt-xxl-6,.my-xxl-6{margin-top:5rem !important}.mr-xxl-6,.mx-xxl-6{margin-right:5rem !important}.mb-xxl-6,.my-xxl-6{margin-bottom:5rem !important}.ml-xxl-6,.mx-xxl-6{margin-left:5rem !important}.m-xxl-7{margin:7.5rem !important}.mt-xxl-7,.my-xxl-7{margin-top:7.5rem !important}.mr-xxl-7,.mx-xxl-7{margin-right:7.5rem !important}.mb-xxl-7,.my-xxl-7{margin-bottom:7.5rem !important}.ml-xxl-7,.mx-xxl-7{margin-left:7.5rem !important}.m-xxl-8{margin:10rem !important}.mt-xxl-8,.my-xxl-8{margin-top:10rem !important}.mr-xxl-8,.mx-xxl-8{margin-right:10rem !important}.mb-xxl-8,.my-xxl-8{margin-bottom:10rem !important}.ml-xxl-8,.mx-xxl-8{margin-left:10rem !important}.p-xxl-0{padding:0 !important}.pt-xxl-0,.py-xxl-0{padding-top:0 !important}.pr-xxl-0,.px-xxl-0{padding-right:0 !important}.pb-xxl-0,.py-xxl-0{padding-bottom:0 !important}.pl-xxl-0,.px-xxl-0{padding-left:0 !important}.p-xxl-1{padding:0.25rem !important}.pt-xxl-1,.py-xxl-1{padding-top:0.25rem !important}.pr-xxl-1,.px-xxl-1{padding-right:0.25rem !important}.pb-xxl-1,.py-xxl-1{padding-bottom:0.25rem !important}.pl-xxl-1,.px-xxl-1{padding-left:0.25rem !important}.p-xxl-2{padding:0.5rem !important}.pt-xxl-2,.py-xxl-2{padding-top:0.5rem !important}.pr-xxl-2,.px-xxl-2{padding-right:0.5rem !important}.pb-xxl-2,.py-xxl-2{padding-bottom:0.5rem !important}.pl-xxl-2,.px-xxl-2{padding-left:0.5rem !important}.p-xxl-3{padding:1rem !important}.pt-xxl-3,.py-xxl-3{padding-top:1rem !important}.pr-xxl-3,.px-xxl-3{padding-right:1rem !important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem !important}.pl-xxl-3,.px-xxl-3{padding-left:1rem !important}.p-xxl-4{padding:1.8rem !important}.pt-xxl-4,.py-xxl-4{padding-top:1.8rem !important}.pr-xxl-4,.px-xxl-4{padding-right:1.8rem !important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.8rem !important}.pl-xxl-4,.px-xxl-4{padding-left:1.8rem !important}.p-xxl-5{padding:3.5rem !important}.pt-xxl-5,.py-xxl-5{padding-top:3.5rem !important}.pr-xxl-5,.px-xxl-5{padding-right:3.5rem !important}.pb-xxl-5,.py-xxl-5{padding-bottom:3.5rem !important}.pl-xxl-5,.px-xxl-5{padding-left:3.5rem !important}.p-xxl-6{padding:5rem !important}.pt-xxl-6,.py-xxl-6{padding-top:5rem !important}.pr-xxl-6,.px-xxl-6{padding-right:5rem !important}.pb-xxl-6,.py-xxl-6{padding-bottom:5rem !important}.pl-xxl-6,.px-xxl-6{padding-left:5rem !important}.p-xxl-7{padding:7.5rem !important}.pt-xxl-7,.py-xxl-7{padding-top:7.5rem !important}.pr-xxl-7,.px-xxl-7{padding-right:7.5rem !important}.pb-xxl-7,.py-xxl-7{padding-bottom:7.5rem !important}.pl-xxl-7,.px-xxl-7{padding-left:7.5rem !important}.p-xxl-8{padding:10rem !important}.pt-xxl-8,.py-xxl-8{padding-top:10rem !important}.pr-xxl-8,.px-xxl-8{padding-right:10rem !important}.pb-xxl-8,.py-xxl-8{padding-bottom:10rem !important}.pl-xxl-8,.px-xxl-8{padding-left:10rem !important}.m-xxl-n1{margin:-0.25rem !important}.mt-xxl-n1,.my-xxl-n1{margin-top:-0.25rem !important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-0.25rem !important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-0.25rem !important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-0.25rem !important}.m-xxl-n2{margin:-0.5rem !important}.mt-xxl-n2,.my-xxl-n2{margin-top:-0.5rem !important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-0.5rem !important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-0.5rem !important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-0.5rem !important}.m-xxl-n3{margin:-1rem !important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem !important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem !important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem !important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem !important}.m-xxl-n4{margin:-1.8rem !important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.8rem !important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.8rem !important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.8rem !important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.8rem !important}.m-xxl-n5{margin:-3.5rem !important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3.5rem !important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3.5rem !important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3.5rem !important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3.5rem !important}.m-xxl-n6{margin:-5rem !important}.mt-xxl-n6,.my-xxl-n6{margin-top:-5rem !important}.mr-xxl-n6,.mx-xxl-n6{margin-right:-5rem !important}.mb-xxl-n6,.my-xxl-n6{margin-bottom:-5rem !important}.ml-xxl-n6,.mx-xxl-n6{margin-left:-5rem !important}.m-xxl-n7{margin:-7.5rem !important}.mt-xxl-n7,.my-xxl-n7{margin-top:-7.5rem !important}.mr-xxl-n7,.mx-xxl-n7{margin-right:-7.5rem !important}.mb-xxl-n7,.my-xxl-n7{margin-bottom:-7.5rem !important}.ml-xxl-n7,.mx-xxl-n7{margin-left:-7.5rem !important}.m-xxl-n8{margin:-10rem !important}.mt-xxl-n8,.my-xxl-n8{margin-top:-10rem !important}.mr-xxl-n8,.mx-xxl-n8{margin-right:-10rem !important}.mb-xxl-n8,.my-xxl-n8{margin-bottom:-10rem !important}.ml-xxl-n8,.mx-xxl-n8{margin-left:-10rem !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0, 0, 0, 0)}.text-monospace{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width:576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width:768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width:992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width:1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}@media (min-width:1400px){.text-xxl-left{text-align:left !important}.text-xxl-right{text-align:right !important}.text-xxl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:600 !important}.font-weight-bolder{font-weight:600 !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#0089ff !important}a.text-primary:hover,a.text-primary:focus{color:#0060b3 !important}.text-secondary{color:#d54f10 !important}a.text-secondary:hover,a.text-secondary:focus{color:#8e350b !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#4a667d !important}a.text-info:hover,a.text-info:focus{color:#2e3f4d !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a !important}.text-light{color:#f3f3f3 !important}a.text-light:hover,a.text-light:focus{color:#cdcdcd !important}.text-dark{color:#1d1f20 !important}a.text-dark:hover,a.text-dark:focus{color:black !important}.text-secondarykabarett{color:#E30079 !important}a.text-secondarykabarett:hover,a.text-secondarykabarett:focus{color:#970050 !important}.text-secondaryloreen{color:#6f42c1 !important}a.text-secondaryloreen:hover,a.text-secondaryloreen:focus{color:#4e2d89 !important}.text-secondarydialog{color:#28a745 !important}a.text-secondarydialog:hover,a.text-secondarydialog:focus{color:#19692c !important}.text-white{color:#fff !important}a.text-white:hover,a.text-white:focus{color:#d9d9d9 !important}.text-medium{color:#999 !important}a.text-medium:hover,a.text-medium:focus{color:#737373 !important}.text-black{color:#000 !important}a.text-black:hover,a.text-black:focus{color:black !important}.text-custom1{color:#25273a !important}a.text-custom1:hover,a.text-custom1:focus{color:#07080b !important}.text-body{color:#111 !important}.text-muted{color:#6c757d !important}.text-black-50{color:rgba(0, 0, 0, 0.5) !important}.text-white-50{color:rgba(255, 255, 255, 0.5) !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;word-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.table{width:100%;margin-bottom:1rem;color:#111}.table th,.table td{padding:0.75rem;vertical-align:top;border-top:1px solid #f3f3f3}.table thead th{vertical-align:bottom;border-bottom:2px solid #f3f3f3}.table tbody+tbody{border-top:2px solid #f3f3f3}.table-sm th,.table-sm td{padding:0.3rem}.table-bordered{border:1px solid #f3f3f3}.table-bordered th,.table-bordered td{border:1px solid #f3f3f3}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0, 0, 0, 0.05)}.table-hover tbody tr:hover{color:#111;background-color:rgba(0, 0, 0, 0.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#b8deff}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#7ac2ff}.table-hover .table-primary:hover{background-color:#9fd2ff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fd2ff}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#f3cebc}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#e9a383}.table-hover .table-secondary:hover{background-color:#efbea6}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#efbea6}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#ccd4db}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#a1afbb}.table-hover .table-info:hover{background-color:#bdc7d0}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#bdc7d0}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:#fcfcfc}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#f9f9f9}.table-hover .table-light:hover{background-color:#efefef}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#efefef}.table-dark,.table-dark>th,.table-dark>td{background-color:#c0c0c1}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#898b8b}.table-hover .table-dark:hover{background-color:#b3b3b4}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b3b3b4}.table-secondarykabarett,.table-secondarykabarett>th,.table-secondarykabarett>td{background-color:#f7b8d9}.table-secondarykabarett th,.table-secondarykabarett td,.table-secondarykabarett thead th,.table-secondarykabarett tbody+tbody{border-color:#f07ab9}.table-hover .table-secondarykabarett:hover{background-color:#f4a1cd}.table-hover .table-secondarykabarett:hover>td,.table-hover .table-secondarykabarett:hover>th{background-color:#f4a1cd}.table-secondaryloreen,.table-secondaryloreen>th,.table-secondaryloreen>td{background-color:#d7caee}.table-secondaryloreen th,.table-secondaryloreen td,.table-secondaryloreen thead th,.table-secondaryloreen tbody+tbody{border-color:#b49ddf}.table-hover .table-secondaryloreen:hover{background-color:#c8b7e8}.table-hover .table-secondaryloreen:hover>td,.table-hover .table-secondaryloreen:hover>th{background-color:#c8b7e8}.table-secondarydialog,.table-secondarydialog>th,.table-secondarydialog>td{background-color:#c3e6cb}.table-secondarydialog th,.table-secondarydialog td,.table-secondarydialog thead th,.table-secondarydialog tbody+tbody{border-color:#8fd19e}.table-hover .table-secondarydialog:hover{background-color:#b1dfbb}.table-hover .table-secondarydialog:hover>td,.table-hover .table-secondarydialog:hover>th{background-color:#b1dfbb}.table-white,.table-white>th,.table-white>td{background-color:white}.table-white th,.table-white td,.table-white thead th,.table-white tbody+tbody{border-color:white}.table-hover .table-white:hover{background-color:#f2f2f2}.table-hover .table-white:hover>td,.table-hover .table-white:hover>th{background-color:#f2f2f2}.table-medium,.table-medium>th,.table-medium>td{background-color:#e2e2e2}.table-medium th,.table-medium td,.table-medium thead th,.table-medium tbody+tbody{border-color:#cacaca}.table-hover .table-medium:hover{background-color:#d5d5d5}.table-hover .table-medium:hover>td,.table-hover .table-medium:hover>th{background-color:#d5d5d5}.table-black,.table-black>th,.table-black>td{background-color:#b8b8b8}.table-black th,.table-black td,.table-black thead th,.table-black tbody+tbody{border-color:#7a7a7a}.table-hover .table-black:hover{background-color:#ababab}.table-hover .table-black:hover>td,.table-hover .table-black:hover>th{background-color:#ababab}.table-custom1,.table-custom1>th,.table-custom1>td{background-color:#c2c3c8}.table-custom1 th,.table-custom1 td,.table-custom1 thead th,.table-custom1 tbody+tbody{border-color:#8e8f99}.table-hover .table-custom1:hover{background-color:#b5b6bc}.table-hover .table-custom1:hover>td,.table-hover .table-custom1:hover>th{background-color:#b5b6bc}.table-active,.table-active>th,.table-active>td{background-color:rgba(0, 0, 0, 0.075)}.table-hover .table-active:hover{background-color:rgba(0, 0, 0, 0.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0, 0, 0, 0.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#f3f3f3}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255, 255, 255, 0.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255, 255, 255, 0.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}@media (max-width:1399.98px){.table-responsive-xxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.btn-xl{padding:0.5rem 1.5rem;font-size:1.75rem;line-height:1.5;border-radius:2px}.display-5{font-size:3rem;font-weight:300;line-height:1.2}.display-6{font-size:2rem;font-weight:300;line-height:1.2}.ptop0{padding-top:0px !important}.pbot0{padding-bottom:0px !important}.pall0{padding:0px !important}.ptop10{padding-top:10px !important}.pbot10{padding-bottom:10px !important}.pall10{padding:10px !important}.ptop20{padding-top:20px !important}.pbot20{padding-bottom:20px !important}.pall20{padding:20px !important}.ptop30{padding-top:30px !important}.pbot30{padding-bottom:30px !important}.pall30{padding:30px !important}.ptop40{padding-top:40px !important}.pbot40{padding-bottom:40px !important}.pall40{padding:40px !important}.ptop50{padding-top:50px !important}.pbot50{padding-bottom:50px !important}.pall50{padding:50px !important}.ptop60{padding-top:60px !important}.pbot60{padding-bottom:60px !important}.pall60{padding:60px !important}.ptop70{padding-top:70px !important}.pbot70{padding-bottom:70px !important}.pall70{padding:70px !important}.ptop80{padding-top:80px !important}.pbot80{padding-bottom:80px !important}.pall80{padding:80px !important}.ptop90{padding-top:90px !important}.pbot90{padding-bottom:90px !important}.pall90{padding:90px !important}.ptop100{padding-top:100px !important}.pbot100{padding-bottom:100px !important}.pall100{padding:100px !important}.ptop120{padding-top:120px !important}.pbot120{padding-bottom:120px !important}.pall120{padding:120px !important}.ptop140{padding-top:140px !important}.pbot140{padding-bottom:140px !important}.pall140{padding:140px !important}.ptop160{padding-top:160px !important}.pbot160{padding-bottom:160px !important}.pall160{padding:160px !important}.ptop180{padding-top:180px !important}.pbot180{padding-bottom:180px !important}.pall180{padding:180px !important}.ptop200{padding-top:200px !important}.pbot200{padding-bottom:200px !important}.pall200{padding:200px !important}.mtop0{margin-top:0px !important}.mbot0{margin-bottom:0px !important}.mtop10{margin-top:10px !important}.mbot10{margin-bottom:10px !important}.mtop20{margin-top:20px !important}.mbot20{margin-bottom:20px !important}.mtop30{margin-top:30px !important}.mbot30{margin-bottom:30px !important}.mtop40{margin-top:40px !important}.mbot40{margin-bottom:40px !important}.mtop50{margin-top:50px !important}.mbot50{margin-bottom:50px !important}.mtop60{margin-top:60px !important}.mbot60{margin-bottom:60px !important}.mtop70{margin-top:70px !important}.mbot70{margin-bottom:70px !important}.mtop80{margin-top:80px !important}.mbot80{margin-bottom:80px !important}.mtop90{margin-top:90px !important}.mbot90{margin-bottom:90px !important}.mtop100{margin-top:100px !important}.mbot100{margin-bottom:100px !important}.mtop120{margin-top:120px !important}.mbot120{margin-bottom:120px !important}.mtop140{margin-top:140px !important}.mbot140{margin-bottom:140px !important}.mtop160{margin-top:160px !important}.mbot160{margin-bottom:160px !important}.mtop180{margin-top:180px !important}.mbot180{margin-bottom:180px !important}.mtop200{margin-top:200px !important}.mbot200{margin-bottom:200px !important}.space-0{padding-top:0px !important;padding-bottom:0px !important}.space-10{padding-top:10px !important;padding-bottom:10px !important}.space-20{padding-top:20px !important;padding-bottom:20px !important}.space-30{padding-top:30px !important;padding-bottom:30px !important}.space-40,.article-space,.article-bg-img-1{padding-top:40px !important;padding-bottom:40px !important}.space-50{padding-top:50px !important;padding-bottom:50px !important}.space-60{padding-top:60px !important;padding-bottom:60px !important}.space-70{padding-top:70px !important;padding-bottom:70px !important}.space-80{padding-top:80px !important;padding-bottom:80px !important}.space-90{padding-top:90px !important;padding-bottom:90px !important}.space-100{padding-top:100px !important;padding-bottom:100px !important}.space-120{padding-top:120px !important;padding-bottom:120px !important}.space-140{padding-top:140px !important;padding-bottom:140px !important}.space-160{padding-top:160px !important;padding-bottom:160px !important}.space-180{padding-top:180px !important;padding-bottom:180px !important}.space-200{padding-top:200px !important;padding-bottom:200px !important}@media (min-width:576px){.space-sm-0{padding-top:0px !important;padding-bottom:0px !important}.space-sm-10{padding-top:10px !important;padding-bottom:10px !important}.space-sm-20{padding-top:20px !important;padding-bottom:20px !important}.space-sm-30{padding-top:30px !important;padding-bottom:30px !important}.space-sm-40{padding-top:40px !important;padding-bottom:40px !important}.space-sm-50{padding-top:50px !important;padding-bottom:50px !important}.space-sm-60{padding-top:60px !important;padding-bottom:60px !important}.space-sm-70{padding-top:70px !important;padding-bottom:70px !important}.space-sm-80{padding-top:80px !important;padding-bottom:80px !important}.space-sm-90{padding-top:90px !important;padding-bottom:90px !important}.space-sm-100{padding-top:100px !important;padding-bottom:100px !important}.space-sm-120{padding-top:120px !important;padding-bottom:120px !important}.space-sm-140{padding-top:140px !important;padding-bottom:140px !important}.space-sm-160{padding-top:160px !important;padding-bottom:160px !important}.space-sm-180{padding-top:180px !important;padding-bottom:180px !important}.space-sm-200{padding-top:200px !important;padding-bottom:200px !important}}@media (min-width:768px){.space-md-0{padding-top:0px !important;padding-bottom:0px !important}.space-md-10{padding-top:10px !important;padding-bottom:10px !important}.space-md-20{padding-top:20px !important;padding-bottom:20px !important}.space-md-30{padding-top:30px !important;padding-bottom:30px !important}.space-md-40{padding-top:40px !important;padding-bottom:40px !important}.space-md-50{padding-top:50px !important;padding-bottom:50px !important}.space-md-60{padding-top:60px !important;padding-bottom:60px !important}.space-md-70{padding-top:70px !important;padding-bottom:70px !important}.space-md-80{padding-top:80px !important;padding-bottom:80px !important}.space-md-90{padding-top:90px !important;padding-bottom:90px !important}.space-md-100{padding-top:100px !important;padding-bottom:100px !important}.space-md-120{padding-top:120px !important;padding-bottom:120px !important}.space-md-140{padding-top:140px !important;padding-bottom:140px !important}.space-md-160{padding-top:160px !important;padding-bottom:160px !important}.space-md-180{padding-top:180px !important;padding-bottom:180px !important}.space-md-200{padding-top:200px !important;padding-bottom:200px !important}}@media (min-width:992px){.space-lg-0{padding-top:0px !important;padding-bottom:0px !important}.space-lg-10{padding-top:10px !important;padding-bottom:10px !important}.space-lg-20{padding-top:20px !important;padding-bottom:20px !important}.space-lg-30{padding-top:30px !important;padding-bottom:30px !important}.space-lg-40{padding-top:40px !important;padding-bottom:40px !important}.space-lg-50{padding-top:50px !important;padding-bottom:50px !important}.space-lg-60,.article-space,.article-bg-img-1{padding-top:60px !important;padding-bottom:60px !important}.space-lg-70{padding-top:70px !important;padding-bottom:70px !important}.space-lg-80{padding-top:80px !important;padding-bottom:80px !important}.space-lg-90{padding-top:90px !important;padding-bottom:90px !important}.space-lg-100{padding-top:100px !important;padding-bottom:100px !important}.space-lg-120{padding-top:120px !important;padding-bottom:120px !important}.space-lg-140{padding-top:140px !important;padding-bottom:140px !important}.space-lg-160{padding-top:160px !important;padding-bottom:160px !important}.space-lg-180{padding-top:180px !important;padding-bottom:180px !important}.space-lg-200{padding-top:200px !important;padding-bottom:200px !important}}@media (min-width:1200px){.space-xl-0{padding-top:0px !important;padding-bottom:0px !important}.space-xl-10{padding-top:10px !important;padding-bottom:10px !important}.space-xl-20{padding-top:20px !important;padding-bottom:20px !important}.space-xl-30{padding-top:30px !important;padding-bottom:30px !important}.space-xl-40{padding-top:40px !important;padding-bottom:40px !important}.space-xl-50{padding-top:50px !important;padding-bottom:50px !important}.space-xl-60{padding-top:60px !important;padding-bottom:60px !important}.space-xl-70{padding-top:70px !important;padding-bottom:70px !important}.space-xl-80,.article-space,.article-bg-img-1{padding-top:80px !important;padding-bottom:80px !important}.space-xl-90{padding-top:90px !important;padding-bottom:90px !important}.space-xl-100{padding-top:100px !important;padding-bottom:100px !important}.space-xl-120{padding-top:120px !important;padding-bottom:120px !important}.space-xl-140{padding-top:140px !important;padding-bottom:140px !important}.space-xl-160{padding-top:160px !important;padding-bottom:160px !important}.space-xl-180{padding-top:180px !important;padding-bottom:180px !important}.space-xl-200{padding-top:200px !important;padding-bottom:200px !important}}@media (min-width:1400px){.space-xxl-0{padding-top:0px !important;padding-bottom:0px !important}.space-xxl-10{padding-top:10px !important;padding-bottom:10px !important}.space-xxl-20{padding-top:20px !important;padding-bottom:20px !important}.space-xxl-30{padding-top:30px !important;padding-bottom:30px !important}.space-xxl-40{padding-top:40px !important;padding-bottom:40px !important}.space-xxl-50{padding-top:50px !important;padding-bottom:50px !important}.space-xxl-60{padding-top:60px !important;padding-bottom:60px !important}.space-xxl-70{padding-top:70px !important;padding-bottom:70px !important}.space-xxl-80{padding-top:80px !important;padding-bottom:80px !important}.space-xxl-90{padding-top:90px !important;padding-bottom:90px !important}.space-xxl-100{padding-top:100px !important;padding-bottom:100px !important}.space-xxl-120{padding-top:120px !important;padding-bottom:120px !important}.space-xxl-140{padding-top:140px !important;padding-bottom:140px !important}.space-xxl-160{padding-top:160px !important;padding-bottom:160px !important}.space-xxl-180{padding-top:180px !important;padding-bottom:180px !important}.space-xxl-200{padding-top:200px !important;padding-bottom:200px !important}}.ce_margin-bottom,.ce_accordion,.ce_downloads,.ce_gallery,.ce_list,.ce_table,.ce_text,.ce_youtube,.ce_vimeo{margin-bottom:3rem}@media screen and (min-width:1200px){.p-row-sm{padding:1.5rem;margin:0 -2.5rem}.p-row-md{padding:2.5rem;margin:0 -3.5rem}.p-row-lg{padding:4rem;margin:0 -5rem}.p-row-xl{padding:5rem;margin:0 -6rem}}.w-20{width:20% !important}.w-25{width:25% !important}.w-30{width:30% !important}.w-33{width:33.3% !important}.w-40{width:40% !important}.w-50{width:50% !important}.w-60{width:60% !important}.w-66{width:66.6% !important}.w-70{width:70% !important}.w-75{width:75% !important}.w-80{width:80% !important}.w-100{width:100% !important}@media (min-width:576px){.w-sm-20{width:20% !important}.w-sm-25{width:25% !important}.w-sm-30{width:30% !important}.w-sm-33{width:33.3% !important}.w-sm-40{width:40% !important}.w-sm-50{width:50% !important}.w-sm-60{width:60% !important}.w-sm-66{width:66.6% !important}.w-sm-70{width:70% !important}.w-sm-75{width:75% !important}.w-sm-80{width:80% !important}.w-sm-100{width:100% !important}}@media (min-width:768px){.w-md-20{width:20% !important}.w-md-25{width:25% !important}.w-md-30{width:30% !important}.w-md-33{width:33.3% !important}.w-md-40{width:40% !important}.w-md-50{width:50% !important}.w-md-60{width:60% !important}.w-md-66{width:66.6% !important}.w-md-70{width:70% !important}.w-md-75{width:75% !important}.w-md-80{width:80% !important}.w-md-100{width:100% !important}}@media (min-width:992px){.w-lg-20{width:20% !important}.w-lg-25{width:25% !important}.w-lg-30{width:30% !important}.w-lg-33{width:33.3% !important}.w-lg-40{width:40% !important}.w-lg-50{width:50% !important}.w-lg-60{width:60% !important}.w-lg-66{width:66.6% !important}.w-lg-70{width:70% !important}.w-lg-75{width:75% !important}.w-lg-80{width:80% !important}.w-lg-100{width:100% !important}}@media (min-width:1200px){.w-xl-20{width:20% !important}.w-xl-25{width:25% !important}.w-xl-30{width:30% !important}.w-xl-33{width:33.3% !important}.w-xl-40{width:40% !important}.w-xl-50{width:50% !important}.w-xl-60{width:60% !important}.w-xl-66{width:66.6% !important}.w-xl-70{width:70% !important}.w-xl-75{width:75% !important}.w-xl-80{width:80% !important}.w-xl-100{width:100% !important}}.vh-30{height:30vh !important}.vh-50{height:50vh !important}.vh-75{height:75vh !important}.vh-100{height:100vh !important}@media (min-width:576px){.vh-sm-30{height:30vh !important}.vh-sm-50{height:50vh !important}.vh-sm-75{height:75vh !important}.vh-sm-100{height:100vh !important}}@media (min-width:768px){.vh-md-30{height:30vh !important}.vh-md-50{height:50vh !important}.vh-md-75{height:75vh !important}.vh-md-100{height:100vh !important}}@media (min-width:992px){.vh-lg-30{height:30vh !important}.vh-lg-50{height:50vh !important}.vh-lg-75{height:75vh !important}.vh-lg-100{height:100vh !important}}@media (min-width:1200px){.vh-xl-30{height:30vh !important}.vh-xl-50{height:50vh !important}.vh-xl-75{height:75vh !important}.vh-xl-100{height:100vh !important}}.min-h-200{height:200px !important}.min-h-250{height:250px !important}.min-h-300{height:300px !important}.min-h-350{height:350px !important}.min-h-400{height:400px !important}.min-h-450{height:450px !important}.min-h-500{height:500px !important}.min-h-550{height:550px !important}.min-h-600{height:600px !important}.min-h-650{height:650px !important}.min-h-700{height:700px !important}.min-h-750{height:750px !important}.min-h-800{height:800px !important}@media (min-width:576px){.min-h-sm-200{height:200px !important}.min-h-sm-250{height:250px !important}.min-h-sm-300{height:300px !important}.min-h-sm-350{height:350px !important}.min-h-sm-400{height:400px !important}.min-h-sm-450{height:450px !important}.min-h-sm-500{height:500px !important}.min-h-sm-550{height:550px !important}.min-h-sm-600{height:600px !important}.min-h-sm-650{height:650px !important}.min-h-sm-700{height:700px !important}.min-h-sm-750{height:750px !important}.min-h-sm-800{height:800px !important}}@media (min-width:768px){.min-h-md-200{height:200px !important}.min-h-md-250{height:250px !important}.min-h-md-300{height:300px !important}.min-h-md-350{height:350px !important}.min-h-md-400{height:400px !important}.min-h-md-450{height:450px !important}.min-h-md-500{height:500px !important}.min-h-md-550{height:550px !important}.min-h-md-600{height:600px !important}.min-h-md-650{height:650px !important}.min-h-md-700{height:700px !important}.min-h-md-750{height:750px !important}.min-h-md-800{height:800px !important}}@media (min-width:992px){.min-h-lg-200{height:200px !important}.min-h-lg-250{height:250px !important}.min-h-lg-300{height:300px !important}.min-h-lg-350{height:350px !important}.min-h-lg-400{height:400px !important}.min-h-lg-450{height:450px !important}.min-h-lg-500{height:500px !important}.min-h-lg-550{height:550px !important}.min-h-lg-600{height:600px !important}.min-h-lg-650{height:650px !important}.min-h-lg-700{height:700px !important}.min-h-lg-750{height:750px !important}.min-h-lg-800{height:800px !important}}@media (min-width:1200px){.min-h-xl-200{height:200px !important}.min-h-xl-250{height:250px !important}.min-h-xl-300{height:300px !important}.min-h-xl-350{height:350px !important}.min-h-xl-400{height:400px !important}.min-h-xl-450{height:450px !important}.min-h-xl-500{height:500px !important}.min-h-xl-550{height:550px !important}.min-h-xl-600{height:600px !important}.min-h-xl-650{height:650px !important}.min-h-xl-700{height:700px !important}.min-h-xl-750{height:750px !important}.min-h-xl-800{height:800px !important}}@media (min-width:992px){.container90 .container,.container90 .container-xl{max-width:100%}}@media (min-width:1200px){.container90 .container,.container90 .container-xl{max-width:90%}}@media (min-width:992px){.container80 .container,.container80 .container-xl{max-width:100%}}@media (min-width:1200px){.container80 .container,.container80 .container-xl{max-width:80%;padding:0px}}.fullwidth .container-fluid,.fullwidth .container-xl{padding-right:0px;padding-left:0px;overflow:hidden}.bg-default{background-repeat:no-repeat;background-position:center center;background-size:cover}.bg-repeat{background-repeat:repeat}.bg-fixed{background-attachment:fixed;background-size:cover}.bg-left{background-position-x:left}.bg-right{background-position-x:right}.bg-center{background-position-x:center}.bg-top{background-position-y:top}.bg-bottom{background-position-y:bottom}.bg-middle{background-position-y:center}.fs-1{font-size:4.5rem !important}.fs-2{font-size:3.375rem !important}.fs-3{font-size:2.25rem !important}.fs-4{font-size:1.75rem !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1.1rem !important}.fs-7,.ce_download .item .alt{font-size:0.9rem !important}.fs-8{font-size:0.75rem !important}@media (min-width:576px){.fs-sm-1{font-size:4.5rem !important}.fs-sm-2{font-size:3.375rem !important}.fs-sm-3{font-size:2.25rem !important}.fs-sm-4{font-size:1.75rem !important}.fs-sm-5{font-size:1.25rem !important}.fs-sm-6{font-size:1.1rem !important}.fs-sm-7{font-size:0.9rem !important}.fs-sm-8{font-size:0.75rem !important}}@media (min-width:768px){.fs-md-1{font-size:4.5rem !important}.fs-md-2{font-size:3.375rem !important}.fs-md-3{font-size:2.25rem !important}.fs-md-4{font-size:1.75rem !important}.fs-md-5{font-size:1.25rem !important}.fs-md-6{font-size:1.1rem !important}.fs-md-7{font-size:0.9rem !important}.fs-md-8{font-size:0.75rem !important}}@media (min-width:992px){.fs-lg-1{font-size:4.5rem !important}.fs-lg-2{font-size:3.375rem !important}.fs-lg-3{font-size:2.25rem !important}.fs-lg-4{font-size:1.75rem !important}.fs-lg-5{font-size:1.25rem !important}.fs-lg-6{font-size:1.1rem !important}.fs-lg-7{font-size:0.9rem !important}.fs-lg-8{font-size:0.75rem !important}}@media (min-width:1200px){.fs-xl-1{font-size:4.5rem !important}.fs-xl-2{font-size:3.375rem !important}.fs-xl-3{font-size:2.25rem !important}.fs-xl-4{font-size:1.75rem !important}.fs-xl-5{font-size:1.25rem !important}.fs-xl-6{font-size:1.1rem !important}.fs-xl-7{font-size:0.9rem !important}.fs-xl-8{font-size:0.75rem !important}}@media (min-width:1400px){.fs-xxl-1{font-size:4.5rem !important}.fs-xxl-2{font-size:3.375rem !important}.fs-xxl-3{font-size:2.25rem !important}.fs-xxl-4{font-size:1.75rem !important}.fs-xxl-5{font-size:1.25rem !important}.fs-xxl-6{font-size:1.1rem !important}.fs-xxl-7{font-size:0.9rem !important}.fs-xxl-8{font-size:0.75rem !important}}h1,.h1,.ce_image-banner .title{font-family:"Poppins", sans-serif;font-weight:900;color:#414c50;position:relative;letter-spacing:0px;text-transform:uppercase}h1 .subtitle,.h1 .subtitle,.ce_image-banner .title .subtitle{font-size:50%;font-weight:500;text-transform:uppercase;letter-spacing:-1px}header h1,header .h1,header .ce_image-banner .title,.ce_image-banner header .title{font-size:2.5rem}@media screen and (min-width:320px){header h1,header .h1,header .ce_image-banner .title,.ce_image-banner header .title{font-size:calc(2.5rem + 4vw)}}@media screen and (min-width:1200px){header h1,header .h1,header .ce_image-banner .title,.ce_image-banner header .title{font-size:5rem}}h2,.h2{font-family:"Poppins", sans-serif;font-weight:600;color:#414c50;letter-spacing:-1px}h3,.mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments form:before,.h3,#footer .title,#footer .card-title{font-family:"Poppins", sans-serif;font-weight:500;color:#414c50;letter-spacing:-1px}h4,.h4{font-family:"Poppins", sans-serif;font-weight:500;color:#414c50}h4 span,.h4 span{font-size:1.05rem}h5,.h5,span.title,.ce_downloadlist .card .title{font-family:"Poppins", sans-serif;font-weight:500;color:#0089ff}h6,.h6{font-family:"Poppins", sans-serif;color:#4a667d}span.title{display:block}.subheadline,.subtitle{display:block;font-size:70%;margin-bottom:1rem;text-transform:none}.text-white h1,.text-white h2,.text-white h3,.text-white .mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments .text-white .comment_default.first:before,.text-white .mod_newsreader .ce_comments form:before,.mod_newsreader .ce_comments .text-white form:before,.text-white h4,.text-white h5,.text-white .subheadline{color:#fff !important}@media (max-width:991px){h2{font-size:1.8rem}h3,.mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments form:before{font-size:1.5rem}h4{font-size:1.3rem}h5{font-size:1.2rem}h6{font-size:1rem}}@media (max-width:575px){h2{font-size:1.6rem}h3,.mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments form:before{font-size:1.4rem}h4{font-size:1.3rem}h5{font-size:1.15rem}h6{font-size:1rem}}figure{margin:0}figure.image_container{border-radius:0rem}figure.image_container figcaption{font-style:italic;font-size:0.8rem;padding:5px 0px 12px 10px;line-height:1.2rem;color:#98a7ac}.text-white figure.image_container figcaption{color:#fff}figure.image_container.float_above,figure.image_container.float_below{margin:0px 0px 20px 0px !important}figure.image_container.float_above img,figure.image_container.float_below img{width:100%}figure.image_container.float_left,figure.image_container.float_right{margin-bottom:8px}figure.image_container.float_left img,figure.image_container.float_right img{width:100%;height:auto}@media (min-width:768px){figure.image_container.float_left{min-width:250px;max-width:300px;margin-right:30px;margin-bottom:8px}figure.image_container.float_right{float:right;min-width:250px;max-width:300px;margin-left:30px;margin-bottom:8px}}figure.image_container img{width:100%;height:auto}figure.round-image{border-radius:50%}figure.round-image img{border-radius:50%}#cboxPrevious,#cboxNext,#cboxClose{z-index:100;background:url(../../files/kripps_theme/img/gallery-controls2.png) no-repeat top right}#cboxPrevious:focus,#cboxNext:focus,#cboxClose:focus{outline:none}#cboxWrapper #wrapper{padding:10px}#cboxWrapper .mod_article{padding:30px;max-width:none !important}#cboxNext,#cboxPrevious{width:45px !important;opacity:0.8;transition:all 0.2s ease-in-out}#cboxNext:hover,#cboxPrevious:hover{opacity:1}#cboxNext{right:0px !important;height:93px !important;margin-top:-46px !important;background-position-x:-130px}#cboxNext:hover{background-position-x:-155px}#cboxPrevious{left:0px !important;height:93px !important;margin-top:-46px !important;background-position-x:-25px}#cboxPrevious:hover{background-position-x:0px}#cboxClose{width:34px !important;height:34px !important;top:-34px !important;right:0px !important;background-position:top center !important}#cboxClose:hover{background-position:top center !important}#cboxTitle{top:-24px;font-size:13px}#cboxContent{margin-top:25px !important}#cboxLoadedContent{width:auto !important;border:0 !important}#cboxLoadedContent #main{padding:0 !important}#cboxLoadedContent p.back{display:none}#cboxLoadedContent .container{padding:50px;width:90% !important}#cboxLoadedContent #wrapper{width:600px;margin:0 auto}#cboxCurrent{display:none !important}body.no_scroll{overflow:hidden}#cboxOverlay{opacity:0.8 !important}.article-bg-img-1{background-attachment:fixed}.zindex1{position:relative;z-index:1}#header .mod_article{padding-top:0px}@media (min-width:768px){#header .mod_article{padding-top:0px}}@media (min-width:992px){#header .mod_article{padding-top:0px}}@media (min-width:1200px){#header .mod_article{padding-top:0px}}.ce_form .formbody fieldset,.mod_registration .formbody fieldset,.mod_login .formbody fieldset,.mod_lostPassword .formbody fieldset,.mod_personalData .formbody fieldset,.mod_search .formbody fieldset,.mod_subscribe .formbody fieldset,.mod_unsubscribe .formbody fieldset,.form .formbody fieldset{margin-top:20px}.ce_form .formbody legend,.mod_registration .formbody legend,.mod_login .formbody legend,.mod_lostPassword .formbody legend,.mod_personalData .formbody legend,.mod_search .formbody legend,.mod_subscribe .formbody legend,.mod_unsubscribe .formbody legend,.form .formbody legend{width:100%;padding:0;margin-bottom:0px;font-size:16px;text-transform:uppercase;line-height:inherit;color:inherit;border:0;color:#0089ff}.ce_form .formbody input[type="text"],.ce_form .formbody input.text,.ce_form .formbody select.select,.ce_form .formbody textarea.textarea,.mod_registration .formbody input[type="text"],.mod_registration .formbody input.text,.mod_registration .formbody select.select,.mod_registration .formbody textarea.textarea,.mod_login .formbody input[type="text"],.mod_login .formbody input.text,.mod_login .formbody select.select,.mod_login .formbody textarea.textarea,.mod_lostPassword .formbody input[type="text"],.mod_lostPassword .formbody input.text,.mod_lostPassword .formbody select.select,.mod_lostPassword .formbody textarea.textarea,.mod_personalData .formbody input[type="text"],.mod_personalData .formbody input.text,.mod_personalData .formbody select.select,.mod_personalData .formbody textarea.textarea,.mod_search .formbody input[type="text"],.mod_search .formbody input.text,.mod_search .formbody select.select,.mod_search .formbody textarea.textarea,.mod_subscribe .formbody input[type="text"],.mod_subscribe .formbody input.text,.mod_subscribe .formbody select.select,.mod_subscribe .formbody textarea.textarea,.mod_unsubscribe .formbody input[type="text"],.mod_unsubscribe .formbody input.text,.mod_unsubscribe .formbody select.select,.mod_unsubscribe .formbody textarea.textarea,.form .formbody input[type="text"],.form .formbody input.text,.form .formbody select.select,.form .formbody textarea.textarea{padding:6px 10px;border:1px solid #f3f3f3;color:#414c50;background:#fff;transition:all 0.4s ease-in-out}.ce_form .formbody input[type="text"]:hover,.ce_form .formbody input[type="text"]:focus,.ce_form .formbody input[type="text"]:active,.ce_form .formbody input.text:hover,.ce_form .formbody input.text:focus,.ce_form .formbody input.text:active,.ce_form .formbody select.select:hover,.ce_form .formbody select.select:focus,.ce_form .formbody select.select:active,.ce_form .formbody textarea.textarea:hover,.ce_form .formbody textarea.textarea:focus,.ce_form .formbody textarea.textarea:active,.mod_registration .formbody input[type="text"]:hover,.mod_registration .formbody input[type="text"]:focus,.mod_registration .formbody input[type="text"]:active,.mod_registration .formbody input.text:hover,.mod_registration .formbody input.text:focus,.mod_registration .formbody input.text:active,.mod_registration .formbody select.select:hover,.mod_registration .formbody select.select:focus,.mod_registration .formbody select.select:active,.mod_registration .formbody textarea.textarea:hover,.mod_registration .formbody textarea.textarea:focus,.mod_registration .formbody textarea.textarea:active,.mod_login .formbody input[type="text"]:hover,.mod_login .formbody input[type="text"]:focus,.mod_login .formbody input[type="text"]:active,.mod_login .formbody input.text:hover,.mod_login .formbody input.text:focus,.mod_login .formbody input.text:active,.mod_login .formbody select.select:hover,.mod_login .formbody select.select:focus,.mod_login .formbody select.select:active,.mod_login .formbody textarea.textarea:hover,.mod_login .formbody textarea.textarea:focus,.mod_login .formbody textarea.textarea:active,.mod_lostPassword .formbody input[type="text"]:hover,.mod_lostPassword .formbody input[type="text"]:focus,.mod_lostPassword .formbody input[type="text"]:active,.mod_lostPassword .formbody input.text:hover,.mod_lostPassword .formbody input.text:focus,.mod_lostPassword .formbody input.text:active,.mod_lostPassword .formbody select.select:hover,.mod_lostPassword .formbody select.select:focus,.mod_lostPassword .formbody select.select:active,.mod_lostPassword .formbody textarea.textarea:hover,.mod_lostPassword .formbody textarea.textarea:focus,.mod_lostPassword .formbody textarea.textarea:active,.mod_personalData .formbody input[type="text"]:hover,.mod_personalData .formbody input[type="text"]:focus,.mod_personalData .formbody input[type="text"]:active,.mod_personalData .formbody input.text:hover,.mod_personalData .formbody input.text:focus,.mod_personalData .formbody input.text:active,.mod_personalData .formbody select.select:hover,.mod_personalData .formbody select.select:focus,.mod_personalData .formbody select.select:active,.mod_personalData .formbody textarea.textarea:hover,.mod_personalData .formbody textarea.textarea:focus,.mod_personalData .formbody textarea.textarea:active,.mod_search .formbody input[type="text"]:hover,.mod_search .formbody input[type="text"]:focus,.mod_search .formbody input[type="text"]:active,.mod_search .formbody input.text:hover,.mod_search .formbody input.text:focus,.mod_search .formbody input.text:active,.mod_search .formbody select.select:hover,.mod_search .formbody select.select:focus,.mod_search .formbody select.select:active,.mod_search .formbody textarea.textarea:hover,.mod_search .formbody textarea.textarea:focus,.mod_search .formbody textarea.textarea:active,.mod_subscribe .formbody input[type="text"]:hover,.mod_subscribe .formbody input[type="text"]:focus,.mod_subscribe .formbody input[type="text"]:active,.mod_subscribe .formbody input.text:hover,.mod_subscribe .formbody input.text:focus,.mod_subscribe .formbody input.text:active,.mod_subscribe .formbody select.select:hover,.mod_subscribe .formbody select.select:focus,.mod_subscribe .formbody select.select:active,.mod_subscribe .formbody textarea.textarea:hover,.mod_subscribe .formbody textarea.textarea:focus,.mod_subscribe .formbody textarea.textarea:active,.mod_unsubscribe .formbody input[type="text"]:hover,.mod_unsubscribe .formbody input[type="text"]:focus,.mod_unsubscribe .formbody input[type="text"]:active,.mod_unsubscribe .formbody input.text:hover,.mod_unsubscribe .formbody input.text:focus,.mod_unsubscribe .formbody input.text:active,.mod_unsubscribe .formbody select.select:hover,.mod_unsubscribe .formbody select.select:focus,.mod_unsubscribe .formbody select.select:active,.mod_unsubscribe .formbody textarea.textarea:hover,.mod_unsubscribe .formbody textarea.textarea:focus,.mod_unsubscribe .formbody textarea.textarea:active,.form .formbody input[type="text"]:hover,.form .formbody input[type="text"]:focus,.form .formbody input[type="text"]:active,.form .formbody input.text:hover,.form .formbody input.text:focus,.form .formbody input.text:active,.form .formbody select.select:hover,.form .formbody select.select:focus,.form .formbody select.select:active,.form .formbody textarea.textarea:hover,.form .formbody textarea.textarea:focus,.form .formbody textarea.textarea:active{padding:6px 10px;border:1px solid #0089ff;outline:none}.ce_form .formbody select.select,.mod_registration .formbody select.select,.mod_login .formbody select.select,.mod_lostPassword .formbody select.select,.mod_personalData .formbody select.select,.mod_search .formbody select.select,.mod_subscribe .formbody select.select,.mod_unsubscribe .formbody select.select,.form .formbody select.select{height:45px}.ce_form .formbody select.select option,.mod_registration .formbody select.select option,.mod_login .formbody select.select option,.mod_lostPassword .formbody select.select option,.mod_personalData .formbody select.select option,.mod_search .formbody select.select option,.mod_subscribe .formbody select.select option,.mod_unsubscribe .formbody select.select option,.form .formbody select.select option{padding:12px 0px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ce_form .formbody input::placeholder,.mod_registration .formbody input::placeholder,.mod_login .formbody input::placeholder,.mod_lostPassword .formbody input::placeholder,.mod_personalData .formbody input::placeholder,.mod_search .formbody input::placeholder,.mod_subscribe .formbody input::placeholder,.mod_unsubscribe .formbody input::placeholder,.form .formbody input::placeholder{color:rgba(0, 0, 0, 0.5)}.ce_form .formbody input:-webkit-autofill,.ce_form .formbody textarea:-webkit-autofill,.ce_form .formbody select:-webkit-autofill,.mod_registration .formbody input:-webkit-autofill,.mod_registration .formbody textarea:-webkit-autofill,.mod_registration .formbody select:-webkit-autofill,.mod_login .formbody input:-webkit-autofill,.mod_login .formbody textarea:-webkit-autofill,.mod_login .formbody select:-webkit-autofill,.mod_lostPassword .formbody input:-webkit-autofill,.mod_lostPassword .formbody textarea:-webkit-autofill,.mod_lostPassword .formbody select:-webkit-autofill,.mod_personalData .formbody input:-webkit-autofill,.mod_personalData .formbody textarea:-webkit-autofill,.mod_personalData .formbody select:-webkit-autofill,.mod_search .formbody input:-webkit-autofill,.mod_search .formbody textarea:-webkit-autofill,.mod_search .formbody select:-webkit-autofill,.mod_subscribe .formbody input:-webkit-autofill,.mod_subscribe .formbody textarea:-webkit-autofill,.mod_subscribe .formbody select:-webkit-autofill,.mod_unsubscribe .formbody input:-webkit-autofill,.mod_unsubscribe .formbody textarea:-webkit-autofill,.mod_unsubscribe .formbody select:-webkit-autofill,.form .formbody input:-webkit-autofill,.form .formbody textarea:-webkit-autofill,.form .formbody select:-webkit-autofill{background-color:rgba(255, 255, 255, 0.5);background-image:none;color:black}.ce_form .formbody .widget-captcha .captcha,.mod_registration .formbody .widget-captcha .captcha,.mod_login .formbody .widget-captcha .captcha,.mod_lostPassword .formbody .widget-captcha .captcha,.mod_personalData .formbody .widget-captcha .captcha,.mod_search .formbody .widget-captcha .captcha,.mod_subscribe .formbody .widget-captcha .captcha,.mod_unsubscribe .formbody .widget-captcha .captcha,.form .formbody .widget-captcha .captcha{max-width:170px}.ce_form .formbody .widget-captcha span.captcha_text,.mod_registration .formbody .widget-captcha span.captcha_text,.mod_login .formbody .widget-captcha span.captcha_text,.mod_lostPassword .formbody .widget-captcha span.captcha_text,.mod_personalData .formbody .widget-captcha span.captcha_text,.mod_search .formbody .widget-captcha span.captcha_text,.mod_subscribe .formbody .widget-captcha span.captcha_text,.mod_unsubscribe .formbody .widget-captcha span.captcha_text,.form .formbody .widget-captcha span.captcha_text{float:left;padding-top:10px;width:auto;color:#414c50}.ce_form .formbody fieldset.agb,.mod_registration .formbody fieldset.agb,.mod_login .formbody fieldset.agb,.mod_lostPassword .formbody fieldset.agb,.mod_personalData .formbody fieldset.agb,.mod_search .formbody fieldset.agb,.mod_subscribe .formbody fieldset.agb,.mod_unsubscribe .formbody fieldset.agb,.form .formbody fieldset.agb{padding-left:0px}.ce_form .formbody fieldset.agb input,.ce_form .formbody fieldset.agb label,.mod_registration .formbody fieldset.agb input,.mod_registration .formbody fieldset.agb label,.mod_login .formbody fieldset.agb input,.mod_login .formbody fieldset.agb label,.mod_lostPassword .formbody fieldset.agb input,.mod_lostPassword .formbody fieldset.agb label,.mod_personalData .formbody fieldset.agb input,.mod_personalData .formbody fieldset.agb label,.mod_search .formbody fieldset.agb input,.mod_search .formbody fieldset.agb label,.mod_subscribe .formbody fieldset.agb input,.mod_subscribe .formbody fieldset.agb label,.mod_unsubscribe .formbody fieldset.agb input,.mod_unsubscribe .formbody fieldset.agb label,.form .formbody fieldset.agb input,.form .formbody fieldset.agb label{display:inline-block}.ce_form .formbody fieldset.agb input,.mod_registration .formbody fieldset.agb input,.mod_login .formbody fieldset.agb input,.mod_lostPassword .formbody fieldset.agb input,.mod_personalData .formbody fieldset.agb input,.mod_search .formbody fieldset.agb input,.mod_subscribe .formbody fieldset.agb input,.mod_unsubscribe .formbody fieldset.agb input,.form .formbody fieldset.agb input{top:6px;position:relative}.ce_form .formbody input.checkbox,.mod_registration .formbody input.checkbox,.mod_login .formbody input.checkbox,.mod_lostPassword .formbody input.checkbox,.mod_personalData .formbody input.checkbox,.mod_search .formbody input.checkbox,.mod_subscribe .formbody input.checkbox,.mod_unsubscribe .formbody input.checkbox,.form .formbody input.checkbox{top:6px;position:relative;display:inline-block}.ce_form .formbody input.checkbox+label,.mod_registration .formbody input.checkbox+label,.mod_login .formbody input.checkbox+label,.mod_lostPassword .formbody input.checkbox+label,.mod_personalData .formbody input.checkbox+label,.mod_search .formbody input.checkbox+label,.mod_subscribe .formbody input.checkbox+label,.mod_unsubscribe .formbody input.checkbox+label,.form .formbody input.checkbox+label{display:inline-block}.ce_form .formbody .widget-submit,.ce_form .formbody .submit_container,.mod_registration .formbody .widget-submit,.mod_registration .formbody .submit_container,.mod_login .formbody .widget-submit,.mod_login .formbody .submit_container,.mod_lostPassword .formbody .widget-submit,.mod_lostPassword .formbody .submit_container,.mod_personalData .formbody .widget-submit,.mod_personalData .formbody .submit_container,.mod_search .formbody .widget-submit,.mod_search .formbody .submit_container,.mod_subscribe .formbody .widget-submit,.mod_subscribe .formbody .submit_container,.mod_unsubscribe .formbody .widget-submit,.mod_unsubscribe .formbody .submit_container,.form .formbody .widget-submit,.form .formbody .submit_container{margin-top:20px}.ce_form .formbody .widget-submit .submit,.ce_form .formbody .submit_container .submit,.mod_registration .formbody .widget-submit .submit,.mod_registration .formbody .submit_container .submit,.mod_login .formbody .widget-submit .submit,.mod_login .formbody .submit_container .submit,.mod_lostPassword .formbody .widget-submit .submit,.mod_lostPassword .formbody .submit_container .submit,.mod_personalData .formbody .widget-submit .submit,.mod_personalData .formbody .submit_container .submit,.mod_search .formbody .widget-submit .submit,.mod_search .formbody .submit_container .submit,.mod_subscribe .formbody .widget-submit .submit,.mod_subscribe .formbody .submit_container .submit,.mod_unsubscribe .formbody .widget-submit .submit,.mod_unsubscribe .formbody .submit_container .submit,.form .formbody .widget-submit .submit,.form .formbody .submit_container .submit{border:0px solid transparent !important}.ce_form .formbody [type="radio"]:checked,.ce_form .formbody [type="radio"]:not(:checked),.mod_registration .formbody [type="radio"]:checked,.mod_registration .formbody [type="radio"]:not(:checked),.mod_login .formbody [type="radio"]:checked,.mod_login .formbody [type="radio"]:not(:checked),.mod_lostPassword .formbody [type="radio"]:checked,.mod_lostPassword .formbody [type="radio"]:not(:checked),.mod_personalData .formbody [type="radio"]:checked,.mod_personalData .formbody [type="radio"]:not(:checked),.mod_search .formbody [type="radio"]:checked,.mod_search .formbody [type="radio"]:not(:checked),.mod_subscribe .formbody [type="radio"]:checked,.mod_subscribe .formbody [type="radio"]:not(:checked),.mod_unsubscribe .formbody [type="radio"]:checked,.mod_unsubscribe .formbody [type="radio"]:not(:checked),.form .formbody [type="radio"]:checked,.form .formbody [type="radio"]:not(:checked){position:absolute;left:-9999px}.ce_form .formbody [type="radio"]:checked+label,.ce_form .formbody [type="radio"]:not(:checked)+label,.mod_registration .formbody [type="radio"]:checked+label,.mod_registration .formbody [type="radio"]:not(:checked)+label,.mod_login .formbody [type="radio"]:checked+label,.mod_login .formbody [type="radio"]:not(:checked)+label,.mod_lostPassword .formbody [type="radio"]:checked+label,.mod_lostPassword .formbody [type="radio"]:not(:checked)+label,.mod_personalData .formbody [type="radio"]:checked+label,.mod_personalData .formbody [type="radio"]:not(:checked)+label,.mod_search .formbody [type="radio"]:checked+label,.mod_search .formbody [type="radio"]:not(:checked)+label,.mod_subscribe .formbody [type="radio"]:checked+label,.mod_subscribe .formbody [type="radio"]:not(:checked)+label,.mod_unsubscribe .formbody [type="radio"]:checked+label,.mod_unsubscribe .formbody [type="radio"]:not(:checked)+label,.form .formbody [type="radio"]:checked+label,.form .formbody [type="radio"]:not(:checked)+label{position:relative;padding-left:28px;cursor:pointer;line-height:20px;display:inline-block;color:#666}.ce_form .formbody [type="radio"]:checked+label:before,.ce_form .formbody [type="radio"]:not(:checked)+label:before,.mod_registration .formbody [type="radio"]:checked+label:before,.mod_registration .formbody [type="radio"]:not(:checked)+label:before,.mod_login .formbody [type="radio"]:checked+label:before,.mod_login .formbody [type="radio"]:not(:checked)+label:before,.mod_lostPassword .formbody [type="radio"]:checked+label:before,.mod_lostPassword .formbody [type="radio"]:not(:checked)+label:before,.mod_personalData .formbody [type="radio"]:checked+label:before,.mod_personalData .formbody [type="radio"]:not(:checked)+label:before,.mod_search .formbody [type="radio"]:checked+label:before,.mod_search .formbody [type="radio"]:not(:checked)+label:before,.mod_subscribe .formbody [type="radio"]:checked+label:before,.mod_subscribe .formbody [type="radio"]:not(:checked)+label:before,.mod_unsubscribe .formbody [type="radio"]:checked+label:before,.mod_unsubscribe .formbody [type="radio"]:not(:checked)+label:before,.form .formbody [type="radio"]:checked+label:before,.form .formbody [type="radio"]:not(:checked)+label:before{content:"";position:absolute;left:0;top:-2px;width:24px;height:24px;border:1px solid #999;border-radius:100%;background:#fff}.ce_form .formbody [type="radio"]:checked+label:after,.ce_form .formbody [type="radio"]:not(:checked)+label:after,.mod_registration .formbody [type="radio"]:checked+label:after,.mod_registration .formbody [type="radio"]:not(:checked)+label:after,.mod_login .formbody [type="radio"]:checked+label:after,.mod_login .formbody [type="radio"]:not(:checked)+label:after,.mod_lostPassword .formbody [type="radio"]:checked+label:after,.mod_lostPassword .formbody [type="radio"]:not(:checked)+label:after,.mod_personalData .formbody [type="radio"]:checked+label:after,.mod_personalData .formbody [type="radio"]:not(:checked)+label:after,.mod_search .formbody [type="radio"]:checked+label:after,.mod_search .formbody [type="radio"]:not(:checked)+label:after,.mod_subscribe .formbody [type="radio"]:checked+label:after,.mod_subscribe .formbody [type="radio"]:not(:checked)+label:after,.mod_unsubscribe .formbody [type="radio"]:checked+label:after,.mod_unsubscribe .formbody [type="radio"]:not(:checked)+label:after,.form .formbody [type="radio"]:checked+label:after,.form .formbody [type="radio"]:not(:checked)+label:after{content:"";width:16px;height:16px;background:#d54f10;position:absolute;top:2px;left:4px;border-radius:100%;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.ce_form .formbody [type="radio"]:not(:checked)+label:after,.mod_registration .formbody [type="radio"]:not(:checked)+label:after,.mod_login .formbody [type="radio"]:not(:checked)+label:after,.mod_lostPassword .formbody [type="radio"]:not(:checked)+label:after,.mod_personalData .formbody [type="radio"]:not(:checked)+label:after,.mod_search .formbody [type="radio"]:not(:checked)+label:after,.mod_subscribe .formbody [type="radio"]:not(:checked)+label:after,.mod_unsubscribe .formbody [type="radio"]:not(:checked)+label:after,.form .formbody [type="radio"]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.ce_form .formbody [type="radio"]:checked+label:after,.mod_registration .formbody [type="radio"]:checked+label:after,.mod_login .formbody [type="radio"]:checked+label:after,.mod_lostPassword .formbody [type="radio"]:checked+label:after,.mod_personalData .formbody [type="radio"]:checked+label:after,.mod_search .formbody [type="radio"]:checked+label:after,.mod_subscribe .formbody [type="radio"]:checked+label:after,.mod_unsubscribe .formbody [type="radio"]:checked+label:after,.form .formbody [type="radio"]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.ce_form .formbody [type="checkbox"]:checked,.ce_form .formbody [type="checkbox"]:not(:checked),.mod_registration .formbody [type="checkbox"]:checked,.mod_registration .formbody [type="checkbox"]:not(:checked),.mod_login .formbody [type="checkbox"]:checked,.mod_login .formbody [type="checkbox"]:not(:checked),.mod_lostPassword .formbody [type="checkbox"]:checked,.mod_lostPassword .formbody [type="checkbox"]:not(:checked),.mod_personalData .formbody [type="checkbox"]:checked,.mod_personalData .formbody [type="checkbox"]:not(:checked),.mod_search .formbody [type="checkbox"]:checked,.mod_search .formbody [type="checkbox"]:not(:checked),.mod_subscribe .formbody [type="checkbox"]:checked,.mod_subscribe .formbody [type="checkbox"]:not(:checked),.mod_unsubscribe .formbody [type="checkbox"]:checked,.mod_unsubscribe .formbody [type="checkbox"]:not(:checked),.form .formbody [type="checkbox"]:checked,.form .formbody [type="checkbox"]:not(:checked){position:absolute;left:-9999px}.ce_form .formbody [type="checkbox"]:checked+label,.ce_form .formbody [type="checkbox"]:not(:checked)+label,.mod_registration .formbody [type="checkbox"]:checked+label,.mod_registration .formbody [type="checkbox"]:not(:checked)+label,.mod_login .formbody [type="checkbox"]:checked+label,.mod_login .formbody [type="checkbox"]:not(:checked)+label,.mod_lostPassword .formbody [type="checkbox"]:checked+label,.mod_lostPassword .formbody [type="checkbox"]:not(:checked)+label,.mod_personalData .formbody [type="checkbox"]:checked+label,.mod_personalData .formbody [type="checkbox"]:not(:checked)+label,.mod_search .formbody [type="checkbox"]:checked+label,.mod_search .formbody [type="checkbox"]:not(:checked)+label,.mod_subscribe .formbody [type="checkbox"]:checked+label,.mod_subscribe .formbody [type="checkbox"]:not(:checked)+label,.mod_unsubscribe .formbody [type="checkbox"]:checked+label,.mod_unsubscribe .formbody [type="checkbox"]:not(:checked)+label,.form .formbody [type="checkbox"]:checked+label,.form .formbody [type="checkbox"]:not(:checked)+label{position:relative;padding-left:32px;cursor:pointer;display:inline-block;color:#666}.ce_form .formbody [type="checkbox"]:checked+label:before,.ce_form .formbody [type="checkbox"]:not(:checked)+label:before,.mod_registration .formbody [type="checkbox"]:checked+label:before,.mod_registration .formbody [type="checkbox"]:not(:checked)+label:before,.mod_login .formbody [type="checkbox"]:checked+label:before,.mod_login .formbody [type="checkbox"]:not(:checked)+label:before,.mod_lostPassword .formbody [type="checkbox"]:checked+label:before,.mod_lostPassword .formbody [type="checkbox"]:not(:checked)+label:before,.mod_personalData .formbody [type="checkbox"]:checked+label:before,.mod_personalData .formbody [type="checkbox"]:not(:checked)+label:before,.mod_search .formbody [type="checkbox"]:checked+label:before,.mod_search .formbody [type="checkbox"]:not(:checked)+label:before,.mod_subscribe .formbody [type="checkbox"]:checked+label:before,.mod_subscribe .formbody [type="checkbox"]:not(:checked)+label:before,.mod_unsubscribe .formbody [type="checkbox"]:checked+label:before,.mod_unsubscribe .formbody [type="checkbox"]:not(:checked)+label:before,.form .formbody [type="checkbox"]:checked+label:before,.form .formbody [type="checkbox"]:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:24px;height:24px;border:1px solid #999;background:#fff}.ce_form .formbody [type="checkbox"]:checked+label:after,.ce_form .formbody [type="checkbox"]:not(:checked)+label:after,.mod_registration .formbody [type="checkbox"]:checked+label:after,.mod_registration .formbody [type="checkbox"]:not(:checked)+label:after,.mod_login .formbody [type="checkbox"]:checked+label:after,.mod_login .formbody [type="checkbox"]:not(:checked)+label:after,.mod_lostPassword .formbody [type="checkbox"]:checked+label:after,.mod_lostPassword .formbody [type="checkbox"]:not(:checked)+label:after,.mod_personalData .formbody [type="checkbox"]:checked+label:after,.mod_personalData .formbody [type="checkbox"]:not(:checked)+label:after,.mod_search .formbody [type="checkbox"]:checked+label:after,.mod_search .formbody [type="checkbox"]:not(:checked)+label:after,.mod_subscribe .formbody [type="checkbox"]:checked+label:after,.mod_subscribe .formbody [type="checkbox"]:not(:checked)+label:after,.mod_unsubscribe .formbody [type="checkbox"]:checked+label:after,.mod_unsubscribe .formbody [type="checkbox"]:not(:checked)+label:after,.form .formbody [type="checkbox"]:checked+label:after,.form .formbody [type="checkbox"]:not(:checked)+label:after{content:"";width:16px;height:16px;background:#d54f10;position:absolute;top:4px;left:4px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.ce_form .formbody [type="checkbox"]:not(:checked)+label:after,.mod_registration .formbody [type="checkbox"]:not(:checked)+label:after,.mod_login .formbody [type="checkbox"]:not(:checked)+label:after,.mod_lostPassword .formbody [type="checkbox"]:not(:checked)+label:after,.mod_personalData .formbody [type="checkbox"]:not(:checked)+label:after,.mod_search .formbody [type="checkbox"]:not(:checked)+label:after,.mod_subscribe .formbody [type="checkbox"]:not(:checked)+label:after,.mod_unsubscribe .formbody [type="checkbox"]:not(:checked)+label:after,.form .formbody [type="checkbox"]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.ce_form .formbody [type="checkbox"]:checked+label:after,.mod_registration .formbody [type="checkbox"]:checked+label:after,.mod_login .formbody [type="checkbox"]:checked+label:after,.mod_lostPassword .formbody [type="checkbox"]:checked+label:after,.mod_personalData .formbody [type="checkbox"]:checked+label:after,.mod_search .formbody [type="checkbox"]:checked+label:after,.mod_subscribe .formbody [type="checkbox"]:checked+label:after,.mod_unsubscribe .formbody [type="checkbox"]:checked+label:after,.form .formbody [type="checkbox"]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.mod_search .formbody,.mod_subscribe .formbody,.mod_unsubscribe .formbody{position:relative;width:100%}.mod_search .formbody input[type="text"],.mod_search .formbody input[type="search"],.mod_subscribe .formbody input[type="text"],.mod_subscribe .formbody input[type="search"],.mod_unsubscribe .formbody input[type="text"],.mod_unsubscribe .formbody input[type="search"]{height:45px}.mod_search .formbody input[type="submit"],.mod_search .formbody button[type="submit"],.mod_subscribe .formbody input[type="submit"],.mod_subscribe .formbody button[type="submit"],.mod_unsubscribe .formbody input[type="submit"],.mod_unsubscribe .formbody button[type="submit"]{border:0px solid transparent !important;height:45px}.mod_search .formbody input[type="submit"]{width:45px;font-family:"FontAwesome"}.mod_search .formbody.icon input[type="submit"]{width:45px;font-family:"FontAwesome"}.mod_subscribe .formbody,.mod_unsubscribe .formbody{padding-right:120px}.mod_subscribe .formbody input[type="submit"],.mod_unsubscribe .formbody input[type="submit"]{width:110px}.mod_subscribe .formbody.icon,.mod_unsubscribe .formbody.icon{padding-right:55px}.mod_subscribe .formbody.icon input[type="submit"],.mod_unsubscribe .formbody.icon input[type="submit"]{width:45px;font-family:"FontAwesome"}.effect-grow,.btn{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0)}.effect-grow:hover,.btn:hover,.effect-grow:focus,.btn:focus,.effect-grow:active,.btn:active{-webkit-transform:scale(1.05);transform:scale(1.05)}@-webkit-keyframes effect-pulse{to{-webkit-transform:scale(1.05);transform:scale(1.05)}}@keyframes effect-pulse{to{-webkit-transform:scale(1.05);transform:scale(1.05)}}.effect-pulse{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0)}.effect-pulse:hover,.effect-pulse:focus,.effect-pulse:active{-webkit-animation-name:effect-pulse;animation-name:effect-pulse;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes effect-pop{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes effect-pop{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}.effect-pop{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0)}.effect-pop:hover,.effect-pop:focus,.effect-pop:active{-webkit-animation-name:effect-pop;animation-name:effect-pop;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.effect-bounce{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);-webkit-transition-duration:0.5s;transition-duration:0.5s}.effect-bounce:hover,.effect-bounce:focus,.effect-bounce:active{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition-timing-function:cubic-bezier(0.47, 2.02, 0.31, -0.36);transition-timing-function:cubic-bezier(0.47, 2.02, 0.31, -0.36)}.loader-wrapper{position:fixed;z-index:10000;top:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#999}.loader-wrapper .loaders{width:300px;height:300px;animation:rotate 1000ms linear infinite}.loader-wrapper .loaders:before,.loader-wrapper .loaders:after{content:url(/files/kripps_theme/img/loader_didiplay.webp);opacity:0.5;width:300px;height:300px;display:block;position:absolute}.kabarett .loader-wrapper .loaders:before,.kabarett .loader-wrapper .loaders:after{content:url(/files/kripps_theme/img/loader_kabarett.webp)}.loreen .loader-wrapper .loaders:before,.loreen .loader-wrapper .loaders:after{content:url(/files/kripps_theme/img/loader_loreen.webp)}.dialog .loader-wrapper .loaders:before,.dialog .loader-wrapper .loaders:after{content:url(/files/kripps_theme/img/loader_dialog.webp)}@keyframes zoomIn{from{transform:scale(0.5);opacity:0}to{transform:scale(1.5);opacity:0.8}}@keyframes rotate{from{transform:scale(0.5);rotate:0deg;opacity:0}to{transform:scale(1.5);rotate:360deg;opacity:0.8}}.invisible{display:inline;height:0;left:-1000px;overflow:hidden;position:absolute;top:-1000px;width:0}.visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;margin:-1px !important;clip:rect(0, 0, 0, 0) !important;overflow:hidden !important;white-space:nowrap !important}#header .mainnavi ul{margin:0;padding:0;list-style-type:none}#header .mainnavi ul.level_1 li{display:inline-block}#header .mainnavi ul.level_1 li:hover .level_2{visibility:visible;opacity:1}#header .mainnavi ul.level_2,#header .mainnavi ul .level_3{position:absolute;z-index:999;visibility:hidden;opacity:0}#header .mainnavi ul.level_2 li,#header .mainnavi ul .level_3 li{display:block}#header .mainnavi ul.level_2 li:hover .level_3{visibility:visible;opacity:1}.checkbox_container span{display:block;margin:3px 0}.formbody span.mandatory{color:#dc3545}.formbody span.relevance{float:right;margin-top:5px}.formbody label{display:block}.formbody .mandatory span.mandatory{position:relative;left:5px}.formbody input.text{width:100%}.formbody select{width:100%}.formbody .widget{margin:15px 0}.mod_search span.relevance{font-size:11px}@media screen and (max-width:767px){figure.float_left{float:none !important;margin:0 0 10px 0 !important}figure.float_right{float:none !important;margin:0 0 10px 0 !important}}table{width:100%;border-collapse:collapse}figure{overflow:hidden;position:relative}figure.float_left{float:left}.mod_newslist figure{margin-bottom:0 !important}.mejs-controls{display:none}.mejs-layers{display:none}.mejs-overlay-button{background:none}.me-plugin{position:relative}.pdf_link{margin-bottom:10px;float:right;margin:0 15px}.pdf_link a{padding:5px;border:1px solid #e7e7e7}.mejs-mediaelement{position:relative}.mejs-container{margin:auto}.form-control{box-shadow:none;height:45px;border:none;font-size:16px;background:none;border-radius:0}.form-control:focus{box-shadow:none;border-color:rgba(0, 0, 0, 0.3)}.navicontainer{position:relative}.text-center .img-responsive{margin:auto}.ce_accordion .toggler{cursor:pointer;transition:background 0.5s ease 0s}.ce_accordion .toggler:hover{color:#fff}.ui-accordion-icons.active{color:#fff}.mod_nl_list ul{padding-left:0}.mod_login input.submit{margin-top:20px}p.error{padding:5px;background:#dc3545;color:#fff;margin:10px 0}:root{--secondary: #d54f10}.kabarett{--secondary: #E30079}.loreen{--secondary: #6f42c1}.dialog{--secondary: #28a745}.is-popup>.rsfh-lightbox-toolbar{background-color:#010101}.is-popup>.rsfh-lightbox-toolbar>.rsfh-lightbox-close,.is-popup>.rsfh-lightbox-toolbar>.rsfh-lightbox-cancel{background:#D93600 !important;color:#fff !important;border:none !important;border-radius:50px}.rsfh-lightbox-toolbar{background-color:#0101019d}.rsfh-lightbox-toolbar>.rsfh-lightbox-close,.rsfh-lightbox-toolbar>.rsfh-lightbox-cancel{background:#D93600 !important;color:#fff !important;border:none !important;border-radius:50px;margin-top:5px;padding-top:3px}@media (min-width:1200px){.columns-xl-2{column-count:2;column-gap:2rem}}@media (min-width:992px){.columns-lg-2{column-count:2;column-gap:2rem}}@media (min-width:768px){.columns-md-2{column-count:2;column-gap:2rem}}html{font-size:18px}body{font-family:"Poppins", sans-serif}#container{background:#fff;position:relative;z-index:1}a:link,a:visited{text-decoration:none}a:hover{text-decoration:none}a,img,figure{transition:all 0.4s ease-in-out}.no-banner #main{padding-top:0px}@media (min-width:768px){.no-banner #main{padding-top:0px}}@media (min-width:992px){.no-banner #main{padding-top:0px}}@media (min-width:1200px){.no-banner #main{padding-top:150px}}.text-white h1,.text-white h2,.text-white h3,.text-white .mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments .text-white .comment_default.first:before,.text-white .mod_newsreader .ce_comments form:before,.mod_newsreader .ce_comments .text-white form:before,.text-white h4,.text-white h5,.text-white h6,.text-white li,.text-white a,.text-white a:link{color:#fff !important}.text-white h1:after,.text-white h2:after,.text-white h3:after,.text-white .mod_newsreader .ce_comments .comment_default.first:before:after,.mod_newsreader .ce_comments .text-white .comment_default.first:before:after,.text-white h4:after,.text-white h5:after,.text-white h6:after,.text-white li:after,.text-white a:after,.text-white a:link:after{background:#fff !important;color:#fff !important}.text-white .fa,.text-white li:before{color:#fff !important}.text-white p,.text-white span,.text-white figcaption{color:rgba(255, 255, 255, 0.9) !important}a.cboxElement,a.hyperlink_img{position:relative;display:inline-block}a.cboxElement:after,a.hyperlink_img:after{position:absolute;z-index:1;top:0px;width:100%;height:100%;display:flex;align-items:center;-ms-flex-item-align:center;align-self:center;-ms-flex-pack:center;justify-content:center;background:rgba(0, 137, 255, 0.6);transition:all 0.4s ease-in-out;opacity:0;content:"";font-family:"IcoFont";font-size:5rem;color:#fff}a.cboxElement:hover::after,a.hyperlink_img:hover::after{opacity:1;font-size:2rem}a.hyperlink_img:after{content:""}a.hyperlink_img[target="_blank"]:after{content:""}.alert,span.information,span.confirmation,span.warning,blockquote{padding:0 0 0 60px;display:block;position:relative}.alert-before,span.information:before,span.confirmation:before,span.warning:before,blockquote:before{position:absolute;font-family:"IcoFont";font-size:50px;left:0px;top:15px}span.information{color:#7091b8}span.information:before{content:"";color:#5177a4}span.confirmation{color:#67B04F}span.confirmation:before{content:"";color:#528d3f}span.warning{color:#D93600}span.warning:before{content:"";color:#a62900}blockquote{color:#617278;font-style:italic;font-size:16px;border-left:none}blockquote:before{content:"";color:#4a575b;border-left:none;font-style:normal}blockquote em{font-style:normal;color:#4a575b !important;padding-top:5px}.icon span{transition:all ease-in-out 0.2s}.icon span:before{font-family:"IcoFont";content:attr(data-fa-icon)}.icon span.round-icon{border-radius:50%;text-align:center}.icon span.square-icon{border-radius:5px;text-align:center}.icon.icon-xxl span{height:26.6666666667px;width:26.6666666667px}.icon.icon-xxl span:before{font-size:26.6666666667px;line-height:26.6666666667px}.icon.icon-xxl span.round-icon,.icon.icon-xxl span.square-icon{height:40px;width:40px}.icon.icon-xxl span.round-icon:before,.icon.icon-xxl span.square-icon:before{line-height:40px}@media (min-width:768px){.icon.icon-xxl span{height:53.3333333333px;width:53.3333333333px}.icon.icon-xxl span:before{font-size:53.3333333333px;line-height:53.3333333333px}.icon.icon-xxl span.round-icon,.icon.icon-xxl span.square-icon{height:80px;width:80px}.icon.icon-xxl span.round-icon:before,.icon.icon-xxl span.square-icon:before{line-height:80px}}@media (min-width:992px){.icon.icon-xxl span{height:93.3333333333px;width:93.3333333333px}.icon.icon-xxl span:before{font-size:93.3333333333px;line-height:93.3333333333px}.icon.icon-xxl span.round-icon,.icon.icon-xxl span.square-icon{height:140px;width:140px}.icon.icon-xxl span.round-icon:before,.icon.icon-xxl span.square-icon:before{line-height:140px}}@media (min-width:1200px){.icon.icon-xxl span{height:120px;width:120px}.icon.icon-xxl span:before{font-size:120px;line-height:120px}.icon.icon-xxl span.round-icon,.icon.icon-xxl span.square-icon{height:180px;width:180px}.icon.icon-xxl span.round-icon:before,.icon.icon-xxl span.square-icon:before{line-height:180px}}.icon.icon-xl span{height:26.6666666667px;width:26.6666666667px}.icon.icon-xl span:before{font-size:26.6666666667px;line-height:26.6666666667px}.icon.icon-xl span.round-icon,.icon.icon-xl span.square-icon{height:40px;width:40px}.icon.icon-xl span.round-icon:before,.icon.icon-xl span.square-icon:before{line-height:40px}@media (min-width:768px){.icon.icon-xl span{height:53.3333333333px;width:53.3333333333px}.icon.icon-xl span:before{font-size:53.3333333333px;line-height:53.3333333333px}.icon.icon-xl span.round-icon,.icon.icon-xl span.square-icon{height:80px;width:80px}.icon.icon-xl span.round-icon:before,.icon.icon-xl span.square-icon:before{line-height:80px}}@media (min-width:992px){.icon.icon-xl span{height:80px;width:80px}.icon.icon-xl span:before{font-size:80px;line-height:80px}.icon.icon-xl span.round-icon,.icon.icon-xl span.square-icon{height:120px;width:120px}.icon.icon-xl span.round-icon:before,.icon.icon-xl span.square-icon:before{line-height:120px}}@media (min-width:1200px){.icon.icon-xl span{height:100px;width:100px}.icon.icon-xl span:before{font-size:100px;line-height:100px}.icon.icon-xl span.round-icon,.icon.icon-xl span.square-icon{height:150px;width:150px}.icon.icon-xl span.round-icon:before,.icon.icon-xl span.square-icon:before{line-height:150px}}.icon.icon-lg span{height:26.6666666667px;width:26.6666666667px}.icon.icon-lg span:before{font-size:26.6666666667px;line-height:26.6666666667px}.icon.icon-lg span.round-icon,.icon.icon-lg span.square-icon{height:40px;width:40px}.icon.icon-lg span.round-icon:before,.icon.icon-lg span.square-icon:before{line-height:40px}@media (min-width:768px){.icon.icon-lg span{height:53.3333333333px;width:53.3333333333px}.icon.icon-lg span:before{font-size:53.3333333333px;line-height:53.3333333333px}.icon.icon-lg span.round-icon,.icon.icon-lg span.square-icon{height:80px;width:80px}.icon.icon-lg span.round-icon:before,.icon.icon-lg span.square-icon:before{line-height:80px}}@media (min-width:992px){.icon.icon-lg span{height:66.6666666667px;width:66.6666666667px}.icon.icon-lg span:before{font-size:66.6666666667px;line-height:66.6666666667px}.icon.icon-lg span.round-icon,.icon.icon-lg span.square-icon{height:100px;width:100px}.icon.icon-lg span.round-icon:before,.icon.icon-lg span.square-icon:before{line-height:100px}}@media (min-width:1200px){.icon.icon-lg span{height:80px;width:80px}.icon.icon-lg span:before{font-size:80px;line-height:80px}.icon.icon-lg span.round-icon,.icon.icon-lg span.square-icon{height:120px;width:120px}.icon.icon-lg span.round-icon:before,.icon.icon-lg span.square-icon:before{line-height:120px}}.icon.icon-md span{height:26.6666666667px;width:26.6666666667px}.icon.icon-md span:before{font-size:26.6666666667px;line-height:26.6666666667px}.icon.icon-md span.round-icon,.icon.icon-md span.square-icon{height:40px;width:40px}.icon.icon-md span.round-icon:before,.icon.icon-md span.square-icon:before{line-height:40px}@media (min-width:768px){.icon.icon-md span{height:40px;width:40px}.icon.icon-md span:before{font-size:40px;line-height:40px}.icon.icon-md span.round-icon,.icon.icon-md span.square-icon{height:60px;width:60px}.icon.icon-md span.round-icon:before,.icon.icon-md span.square-icon:before{line-height:60px}}@media (min-width:992px){.icon.icon-md span{height:53.3333333333px;width:53.3333333333px}.icon.icon-md span:before{font-size:53.3333333333px;line-height:53.3333333333px}.icon.icon-md span.round-icon,.icon.icon-md span.square-icon{height:80px;width:80px}.icon.icon-md span.round-icon:before,.icon.icon-md span.square-icon:before{line-height:80px}}@media (min-width:1200px){.icon.icon-md span{height:53.3333333333px;width:53.3333333333px}.icon.icon-md span:before{font-size:53.3333333333px;line-height:53.3333333333px}.icon.icon-md span.round-icon,.icon.icon-md span.square-icon{height:80px;width:80px}.icon.icon-md span.round-icon:before,.icon.icon-md span.square-icon:before{line-height:80px}}.icon.icon-sm span{height:26.6666666667px;width:26.6666666667px}.icon.icon-sm span:before{font-size:26.6666666667px;line-height:26.6666666667px}.icon.icon-sm span.round-icon,.icon.icon-sm span.square-icon{height:40px;width:40px}.icon.icon-sm span.round-icon:before,.icon.icon-sm span.square-icon:before{line-height:40px}@media (min-width:768px){.icon.icon-sm span{height:40px;width:40px}.icon.icon-sm span:before{font-size:40px;line-height:40px}.icon.icon-sm span.round-icon,.icon.icon-sm span.square-icon{height:60px;width:60px}.icon.icon-sm span.round-icon:before,.icon.icon-sm span.square-icon:before{line-height:60px}}@media (min-width:992px){.icon.icon-sm span{height:40px;width:40px}.icon.icon-sm span:before{font-size:40px;line-height:40px}.icon.icon-sm span.round-icon,.icon.icon-sm span.square-icon{height:60px;width:60px}.icon.icon-sm span.round-icon:before,.icon.icon-sm span.square-icon:before{line-height:60px}}@media (min-width:1200px){.icon.icon-sm span{height:40px;width:40px}.icon.icon-sm span:before{font-size:40px;line-height:40px}.icon.icon-sm span.round-icon,.icon.icon-sm span.square-icon{height:60px;width:60px}.icon.icon-sm span.round-icon:before,.icon.icon-sm span.square-icon:before{line-height:60px}}.icon.icon-xs span{height:26.6666666667px;width:26.6666666667px}.icon.icon-xs span:before{font-size:26.6666666667px;line-height:26.6666666667px}.icon.icon-xs span.round-icon,.icon.icon-xs span.square-icon{height:40px;width:40px}.icon.icon-xs span.round-icon:before,.icon.icon-xs span.square-icon:before{line-height:40px}@media (min-width:768px){.icon.icon-xs span{height:26.6666666667px;width:26.6666666667px}.icon.icon-xs span:before{font-size:26.6666666667px;line-height:26.6666666667px}.icon.icon-xs span.round-icon,.icon.icon-xs span.square-icon{height:40px;width:40px}.icon.icon-xs span.round-icon:before,.icon.icon-xs span.square-icon:before{line-height:40px}}@media (min-width:992px){.icon.icon-xs span{height:26.6666666667px;width:26.6666666667px}.icon.icon-xs span:before{font-size:26.6666666667px;line-height:26.6666666667px}.icon.icon-xs span.round-icon,.icon.icon-xs span.square-icon{height:40px;width:40px}.icon.icon-xs span.round-icon:before,.icon.icon-xs span.square-icon:before{line-height:40px}}@media (min-width:1200px){.icon.icon-xs span{height:26.6666666667px;width:26.6666666667px}.icon.icon-xs span:before{font-size:26.6666666667px;line-height:26.6666666667px}.icon.icon-xs span.round-icon,.icon.icon-xs span.square-icon{height:40px;width:40px}.icon.icon-xs span.round-icon:before,.icon.icon-xs span.square-icon:before{line-height:40px}}.icon-doc,.ext-doc{background-image:url(../../files/kripps_theme/icons/file_icons_1/doc.svg);background-repeat:no-repeat}.icon-docx,.ext-docx{background-image:url(../../files/kripps_theme/icons/file_icons_1/docx.svg);background-repeat:no-repeat}.icon-eps,.ext-eps{background-image:url(../../files/kripps_theme/icons/file_icons_1/eps.svg);background-repeat:no-repeat}.icon-jpg,.ext-jpg{background-image:url(../../files/kripps_theme/icons/file_icons_1/jpg.svg);background-repeat:no-repeat}.icon-mov,.ext-mov{background-image:url(../../files/kripps_theme/icons/file_icons_1/mov.svg);background-repeat:no-repeat}.icon-mp3,.ext-mp3{background-image:url(../../files/kripps_theme/icons/file_icons_1/mp3.svg);background-repeat:no-repeat}.icon-mpg,.ext-mpg{background-image:url(../../files/kripps_theme/icons/file_icons_1/mpg.svg);background-repeat:no-repeat}.icon-pdf,.ext-pdf{background-image:url(../../files/kripps_theme/icons/file_icons_1/pdf.svg);background-repeat:no-repeat}.icon-png,.ext-png{background-image:url(../../files/kripps_theme/icons/file_icons_1/png.svg);background-repeat:no-repeat}.icon-rar,.ext-rar{background-image:url(../../files/kripps_theme/icons/file_icons_1/rar.svg);background-repeat:no-repeat}.icon-svg,.ext-svg{background-image:url(../../files/kripps_theme/icons/file_icons_1/svg.svg);background-repeat:no-repeat}.icon-xls,.ext-xls{background-image:url(../../files/kripps_theme/icons/file_icons_1/xls.svg);background-repeat:no-repeat}.icon-webp,.ext-webp{background-image:url(../../files/kripps_theme/icons/file_icons_1/webp.svg);background-repeat:no-repeat}.icon-xml,.ext-xml{background-image:url(../../files/kripps_theme/icons/file_icons_1/xml.svg);background-repeat:no-repeat}.icon-zip,.ext-zip{background-image:url(../../files/kripps_theme/icons/file_icons_1/zip.svg);background-repeat:no-repeat}.symb-archive,.mod_newslist .meta .icon.archive:before,.mod_newsreader .meta .icon.archive:before,.mod_eventlist .meta .icon.archive:before,.mod_eventreader .meta .icon.archive:before{content:"" !important}.symb-arrow,ul.list-arrow li:before,.ce_list.list-arrow ul li:before,.ce_linklist ul li:before{content:"" !important}.symb-checked,ul.list-checked li:before,.ce_list.list-checked ul li:before,.ce_list.list-checked-xl ul li:before,.ce_image-text-block .text-wrapper .text ul li:before{content:"" !important}.symb-comments,.mod_newslist .meta .icon.comments:before,.mod_newsreader .meta .icon.comments:before,.mod_eventlist .meta .icon.comments:before,.mod_eventreader .meta .icon.comments:before{content:"" !important}.symb-date,.mod_newslist .meta .icon.date:before,.mod_newsreader .meta .icon.date:before,.mod_eventlist .meta .icon.date:before,.mod_eventreader .meta .icon.date:before{content:"𓫛" !important}.symb-download,.ce_download .item .icon.icon-symbol:before,.ce_downloads.style1 .list-font li:before,.ce_article .downloadlist .list-font li:before{content:"" !important}.symb-link-extern{content:"" !important}.symb-link-intern{content:"" !important}.symb-map,.mod_newslist .meta .icon.map:before,.mod_newsreader .meta .icon.map:before,.mod_eventlist .meta .icon.map:before,.mod_eventreader .meta .icon.map:before{content:"" !important}.symb-page,.pagination .pagesummary:before{content:"" !important}.symb-standard,.text ul li:before,.text-block ul li:before,.ce_text ul li:before,#footer .mod_customnav ul li:before,.ce_list ul li:before{content:"" !important}.symb-time,.mod_newslist .meta .icon.time:before,.mod_newsreader .meta .icon.time:before,.mod_eventlist .meta .icon.time:before,.mod_eventreader .meta .icon.time:before{content:"" !important}.symb-user,.mod_newslist .meta .icon.author:before,.mod_newsreader .meta .icon.author:before,.mod_eventlist .meta .icon.author:before,.mod_eventreader .meta .icon.author:before{content:"" !important}.symb-mov,ul.list-font li.ext-mov:before{content:"" !important}.symb-mpg,ul.list-font li.ext-mpg:before{content:"" !important}.symb-mp4,ul.list-font li.ext-mp4:before{content:"" !important}.symb-mp3,ul.list-font li.ext-mp3:before{content:"" !important}.symb-pdf,ul.list-font li.ext-pdf:before{content:"" !important}.symb-zip,ul.list-font li.ext-zip:before{content:"" !important}.symb-rar,ul.list-font li.ext-rar:before{content:"" !important}.symb-doc,ul.list-font li.ext-doc:before{content:"" !important}.symb-xls,ul.list-font li.ext-xls:before{content:"" !important}ul{list-style-type:none;padding:0}.list_item,.ce_list ol li{padding:0 0 0 20px;margin:0px 0px 5px 5px;position:relative;transition:all 0.2s ease-in-out}.list_item_before{font-family:"IcoFont";font-size:1rem;color:#414c50;position:absolute;top:0px;left:0px;margin-right:8px;font-style:normal}.text-white .list_item_before{color:#fff}ul.list-img li{background-repeat:no-repeat;background-size:2rem;line-height:2rem;padding-left:2.5rem;margin-bottom:0.5rem}ul.list-font li{line-height:2rem;padding-left:2.5rem;margin-bottom:0.5rem;position:relative}ul.list-font li:before{position:absolute;left:0px;font-size:2rem;line-height:2rem;font-family:"IcoFont"}.text ul,.text-block ul,.ce_text ul{list-style-type:none;padding:0}.text ul li,.text-block ul li,.ce_text ul li{padding:0 0 0 20px;margin:0px 0px 5px 5px;position:relative;transition:all 0.2s ease-in-out;line-height:1.5rem}.text ul li:before,.text-block ul li:before,.ce_text ul li:before{font-family:"IcoFont";font-size:1.2rem;position:absolute;top:0px;left:0px;margin-right:8px;font-style:normal;color:#0089ff}ul.icon-list{padding:0;list-style-type:none}ul.icon-list li{position:relative;display:flex;align-items:center}ul.icon-list li.two-lines{align-items:start}.text-center ul.icon-list li{justify-content:center}.text-right ul.icon-list li{justify-content:flex-end}ul.icon-list:before,ul.icon-list li:before{font-family:"IcoFont";color:#0089ff;font-size:1.5rem;width:1.5rem;text-align:center;margin-right:0.75rem}footer ul.icon-list:before,footer ul.icon-list li:before{font-size:1.05rem;width:1.05rem;margin-right:0.525rem}ul.icon-list.contact li.person:before{content:""}ul.icon-list.contact li.address:before{content:"";margin-top:-3px}ul.icon-list.contact li.phone:before{content:""}ul.icon-list.contact li.mobile:before{content:""}footer ul.icon-list.contact li.mobile:before{font-size:1.05rem}ul.icon-list.contact li.fax:before{content:"";font-size:1.5rem}footer ul.icon-list.contact li.fax:before{font-size:1.05rem}ul.icon-list.contact li.email:before{content:"";font-size:1.5rem}footer ul.icon-list.contact li.email:before{font-size:1.05rem}ul.icon-list.contact li.link:before{content:""}ul.icon-list.open:before{content:""}ul.social{margin:0px;padding:0px}ul.social li{display:inline-block;margin-right:15px}ul.social li .fa{font-size:30px;color:#414c50;transition:ease-in-out all 0.2s}ul.social li .fa.fa-facebook-official{color:#3b5998}ul.social li .fa.fa-linkedin-square{color:#0077b5}ul.social li .fa.fa-pinterest{color:#bd081c}ul.social li .fa.fa-twitter-square{color:#1da1f2}ul.social li .fa.fa-xing-square{color:#026466}ul.social li .fa:hover{color:#414c50}.btn{transition:all ease-in-out 0.2s;margin-top:10px;text-transform:uppercase}.btn:before,.btn:after{font-family:"IcoFont"}.text-white .btn.btn-light,.text-white .btn.btn-white{color:initial !important}.btn-link{text-decoration:none !important}.btn-link.primary:after{color:#0089ff}.btn-link.secondary:after{color:#d54f10}.btn-link.info:after{color:#4a667d}.btn-link.dark:after{color:#1d1f20}.btn-link.light:after{color:#f3f3f3}.btn-link.primary:before{color:#0089ff}.btn-link.secondary:before{color:#d54f10}.btn-link.info:before{color:#4a667d}.btn-link.dark:before{color:#1d1f20}.btn-link.light:before{color:#f3f3f3}.btn-next:before{content:"";margin-right:8px}.btn-prev:before{content:"";margin-right:8px}.btn-email:before{content:"";margin-right:8px}.btn-phone:before{content:"";margin-right:8px}.btn-link-extern:before{content:"";margin-right:8px}.btn-link-intern:before{content:"";margin-right:8px}.btn-download:before{content:"";margin-right:8px}.btn-round-icon:before,.btn-round-icon:after{width:1.6rem;height:1.6rem;line-height:1.6rem;font-size:90%;border-radius:50%;display:inline-block}.btn-round-icon.btn-lg:before,.btn-round-icon.btn-lg:after{width:2rem;height:2rem;line-height:2rem}.btn-round-icon.btn-sm:before,.btn-round-icon.btn-sm:after{width:1.4rem;height:1.4rem;line-height:1.4rem}.txt-link{position:relative;padding-left:30px;font-size:16px;font-weight:500}.txt-link:link,.txt-link:visited{color:#0089ff}.txt-link:hover{color:#414c50}.txt-link:hover:before{background:#0089ff;color:#fff}.txt-link:before{content:"";background:#d54f10;color:#fff;position:absolute;top:-2px;left:0px;padding:5px 10px;border-radius:0%;width:24px;height:24px;font-family:"IcoFont";font-size:13px;line-height:13px;transition:all 0.4s ease-in-out}@media (min-width:992px){.sidebar.right .mod_eventlist h3,.sidebar.right .mod_eventlist .mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments .sidebar.right .mod_eventlist .comment_default.first:before,.sidebar.right .mod_eventlist .mod_newsreader .ce_comments form:before,.mod_newsreader .ce_comments .sidebar.right .mod_eventlist form:before,.sidebar.right .mod_newslist h3,.sidebar.right .mod_newslist .mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments .sidebar.right .mod_newslist .comment_default.first:before,.sidebar.right .mod_newslist .mod_newsreader .ce_comments form:before,.mod_newsreader .ce_comments .sidebar.right .mod_newslist form:before,.sidebar.right .mod_search h3,.sidebar.right .mod_search .mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments .sidebar.right .mod_search .comment_default.first:before,.sidebar.right .mod_search .mod_newsreader .ce_comments form:before,.mod_newsreader .ce_comments .sidebar.right .mod_search form:before,.sidebar.right .mod_subscribe h3,.sidebar.right .mod_subscribe .mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments .sidebar.right .mod_subscribe .comment_default.first:before,.sidebar.right .mod_subscribe .mod_newsreader .ce_comments form:before,.mod_newsreader .ce_comments .sidebar.right .mod_subscribe form:before,.sidebar.right .ce_gallery h3,.sidebar.right .ce_gallery .mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments .sidebar.right .ce_gallery .comment_default.first:before,.sidebar.right .ce_gallery .mod_newsreader .ce_comments form:before,.mod_newsreader .ce_comments .sidebar.right .ce_gallery form:before,.sidebar.right .ce_text h3,.sidebar.right .ce_text .mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments .sidebar.right .ce_text .comment_default.first:before,.sidebar.right .ce_text .mod_newsreader .ce_comments form:before,.mod_newsreader .ce_comments .sidebar.right .ce_text form:before,.sidebar.right .addresslist h3,.sidebar.right .addresslist .mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments .sidebar.right .addresslist .comment_default.first:before,.sidebar.right .addresslist .mod_newsreader .ce_comments form:before,.mod_newsreader .ce_comments .sidebar.right .addresslist form:before{margin:0px 0px 1.5rem}}.badge{position:absolute;z-index:10;border-radius:50%}.badge.border{border-width:5px !important}.badge.top{top:30px}.badge.bottom{bottom:30px}.badge.left{left:30px}.badge.right{right:30px}.badge.size-sm{width:80px;height:80px}.badge.size-md{width:100px;height:100px}.badge.size-lg{width:120px;height:120px}.badge.size-xl{width:140px;height:140px}.badge .inner{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100%;width:100%;font-weight:500;line-height:1.15;transform:rotate(10deg);padding:3px}.badge .inner span{display:inline-block}#header .header-navi{z-index:2000;background:rgba(0, 137, 255, 0.5)}.kabarett #header .header-navi{background:rgba(0, 0, 0, 0.4)}.loreen #header .header-navi{background:rgba(0, 0, 0, 0.4)}.dialog #header .header-navi{background:rgba(0, 0, 0, 0.4)}.no-banner #header .header-navi{background:#0367bd}.kabarett .no-banner #header .header-navi{background:rgba(227, 0, 121, 0.8)}.loreen .no-banner #header .header-navi{background:rgba(111, 66, 193, 0.8)}.dialog .no-banner #header .header-navi{background:rgba(40, 167, 69, 0.8)}#header .header-navi .ce_text{margin:0px}#header .header-navi .topbar-wrapper{background:rgba(74, 102, 125, 0.1)}#header .header-navi .topbar{display:none;margin-top:1rem;margin-bottom:1rem;font-size:1.1rem}@media only screen and (max-width:991px){#header .header-navi .topbar{margin-top:1.9rem}}@media only screen and (min-width:768px){#header .header-navi .topbar{display:flex !important;justify-content:end;align-items:center}}#header .header-navi .topbar a,#header .header-navi .topbar a:link,#header .header-navi .topbar a:visited,#header .header-navi .topbar a:focus{color:#fff;text-decoration:none}#header .header-navi .topbar a:hover{color:#0089ff}#header .header-navi .topbar .contact ul{list-style-type:none;padding:0;margin:0;display:flex;flex-direction:row;align-items:center}#header .header-navi .topbar .contact ul li{padding:0;margin:0}#header .header-navi .topbar .contact ul li:before{content:none}#header .header-navi .topbar .contact ul li{margin-right:1rem;text-align:left}#header .header-navi .topbar .contact ul li:last-child{margin-right:0px}#header .header-navi .topbar .contact ul li .item{display:flex;flex-direction:row;align-items:center;margin-right:1rem}#header .header-navi .topbar .contact ul li .item .icon{display:inline-block;height:30px;width:30px;line-height:30px;text-align:center;border-radius:50%;background-color:var(--secondary);color:#fff;font-size:0;margin-right:0.5rem}#header .header-navi .topbar .contact ul li .item .icon:before{font-size:1.25rem}#header .header-navi .topbar .mod_customnav.metanavi h1,#header .header-navi .topbar .mod_customnav.metanavi h2,#header .header-navi .topbar .mod_customnav.metanavi h3,#header .header-navi .topbar .mod_customnav.metanavi .mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments #header .header-navi .topbar .mod_customnav.metanavi .comment_default.first:before,#header .header-navi .topbar .mod_customnav.metanavi .mod_newsreader .ce_comments form:before,.mod_newsreader .ce_comments #header .header-navi .topbar .mod_customnav.metanavi form:before,#header .header-navi .topbar .mod_customnav.metanavi h4,#header .header-navi .topbar .mod_customnav.metanavi h5,#header .header-navi .topbar .mod_customnav.metanavi h6{display:none}#header .header-navi .topbar .mod_customnav.metanavi ul li{display:inline-block;margin:10px 0px 10px 15px}@media only screen and (max-width:991px){#header .header-navi.style2 .topbar{margin-right:60px}}@media only screen and (max-width:991px){#header .header-navi.style3 .topbar{margin-right:60px}}@media only screen and (min-width:992px){#header .header-navi.style3 .navi-wrapper{background:black}}@media only screen and (min-width:992px){#header .header-navi.style4 .navi-wrapper{background:black}}#header .header-navi .logo{display:flex;height:100%;align-items:center;padding:5px 0}#header .header-navi .logo .image_container{border-radius:0}#header .header-navi .logo .image_container *{transition:none}#header .header-navi .logo .image_container img{height:140px}.kabarett #header .header-navi .logo .image_container img{height:auto;width:100%}@media only screen and (max-width:1199px){#header .header-navi .logo .image_container img{height:120px}}@media only screen and (max-width:991px){#header .header-navi .logo .image_container img{height:80px}}@media only screen and (max-width:767px){#header .header-navi .logo .image_container img{height:80px;width:auto}}#header .header-navi.fixed-top-off{position:absolute;width:100%}@media (min-width:992px){#header .header-navi.fixed-top-off{height:auto}}@media (min-width:1200px){#header .header-navi.fixed-top-off{height:auto}}#header .header-navi.fixed-top-on{position:fixed;z-index:1005;top:0;width:100%;background:rgba(0, 137, 255, 0.8)}.kabarett #header .header-navi.fixed-top-on{background:rgba(0, 0, 0, 0.8)}#header .header-navi.fixed-top-on .topbar{display:none !important}#header .header-navi.fixed-top-on .logo{display:none}#header .header-navi.fixed-top-on .mod_navigation.mainnavi{top:0px}#header .header-navi.fixed-top-on .mod_navigation.mainnavi .level_2{margin-top:0px}.mod_navigation.mainnavi .level_1>li{margin-right:-3px}@media only screen and (min-width:992px){.mod_navigation.mainnavi .level_1>li.home{display:none}}.mod_navigation.mainnavi .level_1>li>a,.mod_navigation.mainnavi .level_1>li>strong{padding:15px 15px;display:block;text-decoration:none;color:#fff;text-transform:uppercase;font-size:1.5rem;font-weight:600;text-align:left}@media only screen and (max-width:1199px){.mod_navigation.mainnavi .level_1>li>a,.mod_navigation.mainnavi .level_1>li>strong{font-size:1.22rem}}.mod_navigation.mainnavi .level_1>li>a:hover,.mod_navigation.mainnavi .level_1>li>a.trail,.mod_navigation.mainnavi .level_1>li>strong{color:#fff;background:var(--secondary)}.mod_navigation.mainnavi .level_1>li.submenu>strong:nth-last-child(2):after,.mod_navigation.mainnavi .level_1>li.submenu>a:nth-last-child(2):after{margin-left:5px;font-family:"IcoFont";font-size:13px;line-height:13px}.mod_navigation.mainnavi .level_1>li:active>a,.mod_navigation.mainnavi .level_1>li:active>strong,.mod_navigation.mainnavi .level_1>li:focus>a,.mod_navigation.mainnavi .level_1>li:focus>strong,.mod_navigation.mainnavi .level_1>li:hover>a,.mod_navigation.mainnavi .level_1>li:hover>strong{background:var(--secondary);color:#fff}.mod_navigation.mainnavi .level_1 .level_2_right .level_2{right:0px}.mod_navigation.mainnavi .level_2,.mod_navigation.mainnavi .level_3{text-align:left;width:250px;transition:all 0.4s ease-in-out}.mod_navigation.mainnavi .level_2>li,.mod_navigation.mainnavi .level_3>li{width:250px;background:var(--secondary);border-bottom:1px solid rgba(255, 255, 255, 0.1)}.mod_navigation.mainnavi .level_2>li:first-child,.mod_navigation.mainnavi .level_3>li:first-child{border-top:1px solid rgba(255, 255, 255, 0.1)}.kabarett .mod_navigation.mainnavi .level_2>li,.kabarett .mod_navigation.mainnavi .level_3>li{border-bottom:1px solid rgba(0, 0, 0, 0.1)}.kabarett .mod_navigation.mainnavi .level_2>li:first-child,.kabarett .mod_navigation.mainnavi .level_3>li:first-child{border-top:1px solid rgba(0, 0, 0, 0.1)}.mod_navigation.mainnavi .level_2>li>a,.mod_navigation.mainnavi .level_2>li>strong,.mod_navigation.mainnavi .level_3>li>a,.mod_navigation.mainnavi .level_3>li>strong{position:relative;display:block;padding:10px 20px;text-transform:uppercase;font-size:1.25rem;font-weight:400;color:#fff;background:transparent}.mod_navigation.mainnavi .level_2>li>a:before,.mod_navigation.mainnavi .level_2>li>strong:before,.mod_navigation.mainnavi .level_3>li>a:before,.mod_navigation.mainnavi .level_3>li>strong:before{content:"";position:absolute;top:20px;left:20px;font-family:"IcoFont";font-size:1.1rem;line-height:13px;opacity:0;transition:opacity 0.2s ease-in-out}.mod_navigation.mainnavi .level_2>li>a:hover,.mod_navigation.mainnavi .level_2>li>a.trail,.mod_navigation.mainnavi .level_2>li>strong,.mod_navigation.mainnavi .level_3>li>a:hover,.mod_navigation.mainnavi .level_3>li>a.trail,.mod_navigation.mainnavi .level_3>li>strong{padding-left:45px;color:#fff;background:rgba(0, 0, 0, 0.1)}.kabarett .mod_navigation.mainnavi .level_2>li>a:hover,.kabarett .mod_navigation.mainnavi .level_2>li>a.trail,.kabarett .mod_navigation.mainnavi .level_2>li>strong,.kabarett .mod_navigation.mainnavi .level_3>li>a:hover,.kabarett .mod_navigation.mainnavi .level_3>li>a.trail,.kabarett .mod_navigation.mainnavi .level_3>li>strong{background:rgba(0, 0, 0, 0.2)}.mod_navigation.mainnavi .level_2>li>a:hover:before,.mod_navigation.mainnavi .level_2>li>a.trail:before,.mod_navigation.mainnavi .level_2>li>strong:before,.mod_navigation.mainnavi .level_3>li>a:hover:before,.mod_navigation.mainnavi .level_3>li>a.trail:before,.mod_navigation.mainnavi .level_3>li>strong:before{opacity:1}.mod_navigation.mainnavi .level_2>li:active>a,.mod_navigation.mainnavi .level_2>li:focus>a,.mod_navigation.mainnavi .level_2>li:hover>a{background:rgba(255, 255, 255, 0.1);padding-left:45px;color:#fff}.kabarett .mod_navigation.mainnavi .level_2>li:active>a,.kabarett .mod_navigation.mainnavi .level_2>li:focus>a,.kabarett .mod_navigation.mainnavi .level_2>li:hover>a{background:rgba(0, 0, 0, 0.1)}.mod_navigation.mainnavi .level_2>li:active>a:before,.mod_navigation.mainnavi .level_2>li:focus>a:before,.mod_navigation.mainnavi .level_2>li:hover>a:before{opacity:1}.mod_navigation.mainnavi .level_3{position:absolute;left:0px;margin:-45px 0 0 250px !important}@media only screen and (max-width:992px){.mod_navigation.mainnavi{display:none}}.dk_menu{position:absolute;display:none;right:15px;top:35px;z-index:2001}.dk_menu .dk_mobilmenu{display:block;width:40px;height:50px;position:relative;margin-top:3px;cursor:pointer}.dk_menu .dk_mobilmenu span{width:inherit;height:3px;background-color:#f3f3f3;font-size:0;position:absolute;top:10px;-webkit-transition:background-color 0.3 ease;transition:background-color 0.3 ease}.dk_menu .dk_mobilmenu span:before,.dk_menu .dk_mobilmenu span:after{content:"";position:absolute;width:100%;height:100%;left:0;background-color:#f3f3f3;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.dk_menu .dk_mobilmenu span:before{-webkit-transform:translateY(-13px);transform:translateY(-13px)}.dk_menu .dk_mobilmenu span:after{-webkit-transform:translateY(13px);transform:translateY(13px)}.mm-wrapper_opened .dk_menu .dk_mobilmenu span{background-color:transparent}.mm-wrapper_opened .dk_menu .dk_mobilmenu span:before{-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}.mm-wrapper_opened .dk_menu .dk_mobilmenu span:after{-webkit-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg)}@media only screen and (min-width:992px){.dk_menu.fixed-top-off,.dk_menu.fixed-top-on{display:none !important}}@media only screen and (max-width:991px){.dk_menu{display:block}.dk_menu.fixed-top-off{position:absolute}.dk_menu.fixed-top-on{position:fixed;top:25px !important}.dk_menu.fixed-top-on span{background-color:#313a3c}.dk_menu.fixed-top-on span:before,.dk_menu.fixed-top-on span:after{background-color:#313a3c}}@media only screen and (min-width:768px){.style1 .dk_menu{top:56px}}.mm-menu_offcanvas{width:85%}.mm-menu{background:#1d1f20}.mm-menu .mm-panels{background:none !important}.mm-menu .mm-panels .mm-panel{background:none !important}.mm-menu .mm-panels .mm-panel .mm-navbar{visibility:hidden;background:#f3f3f3;text-align:left}.mm-menu .mm-panels .mm-panel .mm-navbar a,.mm-menu .mm-panels .mm-panel .mm-navbar>*{color:#fff}.mm-menu .mm-panels .mm-listview>li:not(.mm-divider):after{border-bottom:1px solid rgba(255, 255, 255, 0.1)}.mm-menu .mm-panels .mm-listview>li:hover>.mm-listitem__text{background:#0089ff;color:#fff}.mm-menu .mm-panels .mm-listview>li:hover>.mm-listitem__btn{background:#0089ff;color:#fff}.mm-menu .mm-panels .mm-listview>li.trail{background:rgba(255, 255, 255, 0.1)}.mm-menu .mm-panels .mm-listview>li.trail>a,.mm-menu .mm-panels .mm-listview>li.trail>strong{background:rgba(255, 255, 255, 0.25)}.mm-menu .mm-panels .mm-listview .mm-listitem:after{left:0}.mm-menu .mm-panels .mm-listview .mm-listitem>.mm-listitem__btn,.mm-menu .mm-panels .mm-listview .mm-listitem>.mm-panel{background:rgba(153, 153, 153, 0.25)}.mm-menu .mm-panels .mm-listview .mm-listitem.mm-listitem_opened>.mm-listitem__btn{background-color:#0089ff}.mm-menu .mm-panels .mm-listview .mm-listitem.mm-listitem_opened>.mm-listitem__btn:after{border-color:#fff}.mm-menu .mm-panels .mm-listview .mm-listitem.mm-listitem_opened>.mm-panel{background:rgba(0, 0, 0, 0.05)}.mm-menu .mm-panels .mm-listview .mm-listitem .mm-btn:after,.mm-menu .mm-panels .mm-listview .mm-listitem .mm-btn:before{border-color:rgba(255, 255, 255, 0.6);border-width:3px}.mm-menu .mm-panels .mm-listview .mm-listitem strong.trail:after{background-color:#0089ff;color:#fff}.mm-menu .mm-panels .mm-listview strong:not(.trail),.mm-menu .mm-panels .mm-listview .active{display:block;width:100%;color:#fff}.mm-menu .mm-panels .mm-listview.level_1 a,.mm-menu .mm-panels .mm-listview.level_1 .active,.mm-menu .mm-panels .mm-listview.level_1 strong,.mm-menu .mm-panels .mm-listview.level_1 strong.trail{text-transform:uppercase;padding:13px 30px 10px 20px}.mm-menu .mm-panels .mm-listview.level_1 strong.trail{font-weight:400;position:relative;width:100%}.mm-menu .mm-panels .mm-listview.level_2{font-size:0.95rem}.mm-menu .mm-panels .mm-listview.level_2 a,.mm-menu .mm-panels .mm-listview.level_2 .active,.mm-menu .mm-panels .mm-listview.level_2 strong.trail{text-transform:none;padding:13px 30px 10px 25px}.mm-menu .mm-panels .mm-listview.level_2 a:before,.mm-menu .mm-panels .mm-listview.level_2 .active:before,.mm-menu .mm-panels .mm-listview.level_2 strong.trail:before{content:"";font-family:"IcoFont"}.mm-menu .mm-panels .mm-listview .mm-listitem_vertical>.mm-panel{padding:0px}.subnavi h3,.subnavi .mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments .subnavi .comment_default.first:before,.subnavi .mod_newsreader .ce_comments form:before,.mod_newsreader .ce_comments .subnavi form:before{border-bottom:1px solid #cccccc}.subnavi ul{list-style-type:none;margin:0px}.subnavi ul li{border-bottom:1px solid #ddd;transition:all 0.4s ease-in-out}.subnavi ul li a,.subnavi ul li strong{position:relative;padding:10px 5px;display:block;color:#414c50}.subnavi ul li a:hover,.subnavi ul li strong:hover{padding-left:20px;color:#0089ff}.subnavi ul li a.trail:hover,.subnavi ul li a.active:hover,.subnavi ul li strong.trail:hover,.subnavi ul li strong.active:hover{padding-left:20px}.subnavi ul li a:before,.subnavi ul li strong:before{content:"";position:absolute;top:15px;left:5px;font-family:"IcoFont";font-size:0.8rem;line-height:13px;opacity:0;transition:opacity 0.4s ease-in-out}.subnavi ul li a:hover:before,.subnavi ul li a.trail:before,.subnavi ul li strong.active:before{opacity:1}.subnavi ul li .active,.subnavi ul li .trail,.subnavi ul li .forward{padding-left:20px;color:#0089ff}.overlay-menu{background:#414c50}.overlay-menu .mod_navigation .level_1>li{color:#fff}#footer{background:#1d1f20;position:relative;z-index:1}#footer .footercontainer{position:relative;padding:50px 0 40px;color:#f3f3f3;font-size:14px}#footer .title,#footer .card-title{display:block;color:#fff !important;font-size:1.25rem;margin-bottom:0.5rem}#footer h5{color:#f3f3f3}#footer p{margin:0 0 0px;color:#f3f3f3;line-height:1.6}#footer a,#footer a:link,#footer a:focus,#footer a:visited{color:#f3f3f3}#footer a:hover{color:#fff}#footer .mod_customnav ul{list-style-type:none;padding:0}#footer .mod_customnav ul li{padding:0 0 0 20px;margin:0px 0px 5px 5px;position:relative;transition:all 0.2s ease-in-out;line-height:1.5rem}#footer .mod_customnav ul li:before{font-family:"IcoFont";font-size:1.1rem;position:absolute;top:0px;left:0px;margin-right:8px;font-style:normal;color:#f3f3f3}#footer .card .card-body .contact li{border-bottom:none;padding-top:0px;padding-bottom:0px}#footer .card .card-body .contact li:before{display:none;color:#0089ff !important}#footer .footerbar{background:rgba(0, 0, 0, 0.1)}#footer .footerbar .container{position:relative}#footer .footerbar .copyright{padding:15px 0px;font-size:13px;margin-bottom:0px}#footer form .submit{background:rgba(255, 255, 255, 0.1)}#footer form .submit:hover{background:rgba(255, 255, 255, 0.3)}#footer form input.text,#footer form select,#footer form textarea{background:rgba(255, 255, 255, 0.8)}#footer .scrolltop{right:30px;bottom:30px;margin:auto;position:fixed;z-index:1;width:55px;height:55px;transition:all 0.4s}#footer .scrolltop a{overflow:hidden;cursor:pointer;z-index:99}#footer .scrolltop a:after{display:flex;justify-content:center;align-items:center;font-family:"IcoFont";content:"";text-indent:0;font-size:3rem;height:54px;width:54px;line-height:35px;color:#fff;background:#d54f10;transition:all 0.4s;overflow:hidden;border:2px solid #fff;border-radius:2px}#footer .scrolltop a:hover:after{color:#fff;background:#0089ff;padding-bottom:8px}p.more a,p.back a,p.info a{font-size:0.9rem;position:relative;padding-left:20px;transition:all 0.4s ease-in-out}p.more a:hover,p.back a:hover,p.info a:hover{color:#414c50;margin-left:5px}p.more a:before,p.back a:before,p.info a:before{font-family:"IcoFont";content:"";color:#414c50;font-size:1rem;position:absolute;top:-2px;left:0}p.back a:before{content:""}p.info{position:relative;font-size:0.75rem;color:#71858b}p.info time,p.info .date{color:#0089ff}p.info .time,p.info .location{padding-left:15px;color:#0089ff}p.info .time:before,p.info .location:before{font-family:"IcoFont";content:"";color:#0089ff}p.info .location:before{content:""}.pagination{display:flex;align-items:center;margin:10px 5px;padding-left:0}.pagination .pagesummary{color:#617278;font-size:0.9rem}.pagination .pagesummary svg{fill:#98a7ac;margin-top:-1px}.pagination ul{list-style-type:none;margin:0 0 0 auto;padding:0;display:inline-flex}.pagination li strong,.pagination li a{min-width:2.25rem;text-align:center;display:inline-block;padding:5px 12px;margin:0 1px;color:#617278;font-size:0.9rem;background:#f3f3f3}.pagination li strong svg,.pagination li a svg{fill:#0089ff;transition:all 0.4s ease-in-out}.pagination li strong:hover,.pagination li a:hover{background:#0089ff;color:#fff}.pagination li strong:hover svg,.pagination li a:hover svg{fill:#fff}.pagination li strong{background:#0089ff;color:#fff}.pagination .pagesummary{display:flex;align-items:center;font-size:0.9rem;margin:0}.pagination .pagesummary:before{font-family:"IcoFont";color:#98a7ac;font-size:1.2rem;margin-right:0.2rem}body.home .mod_breadcrumb{display:none}.mod_breadcrumb{border-top:1px solid #fff;margin:0;background-color:#0089ff;color:#fff;font-size:12px}.mod_breadcrumb ul{list-style:none;margin:0;padding:22px 0px}.mod_breadcrumb ul li{line-height:normal;position:static}.mod_breadcrumb ul li a{float:left;line-height:normal;color:#fff;text-decoration:none;padding:0 5px 0 0}.mod_breadcrumb ul li a:after{content:" > ";color:#fff}.mod_calendar{margin-bottom:40px}.mod_calendar .calendar{border:1px solid #f3f3f3;background:rgba(243, 243, 243, 0.5)}.mod_calendar .calendar thead tr{border-bottom:1px solid rgba(0, 0, 0, 0.1)}.mod_calendar .calendar .head.current{text-align:center}.mod_calendar .calendar .head.previous a{padding:5px 15px;font-size:16px;float:left;background:#f3f3f3}.mod_calendar .calendar .head.next a{padding:5px 15px;font-size:16px;float:right;background:#f3f3f3}.mod_calendar .calendar .label{display:table-cell;color:#617278;background:#f3f3f3;border-radius:0px;padding:10px}.mod_calendar .calendar td{font-weight:400;padding:10px;text-align:center;border:1px solid #f3f3f3}.mod_calendar .calendar td.days.active{position:relative;background:#f3f3f3;font-weight:600}.mod_calendar .calendar td.days.active .event{display:none}.mod_calendar .calendar td.days.active .header{color:#0089ff;cursor:pointer}.mod_calendar .calendar td.days.active:hover .event{background:none repeat scroll 0 0 #617278;color:#fff;display:block;height:auto;margin:10px 0;padding:8px;position:absolute;top:0;width:220px;z-index:99}.mod_calendar .calendar td.days.weekend{font-weight:600}.mod_calendar .calendar td .event a{color:#fff;font-size:12px}.mod_changelanguage{display:inline-block}.mod_changelanguage ul{list-style-type:none;margin:0;padding:0}.mod_changelanguage ul li{display:inline-block}.mod_customnav.metanavi ul{list-style-type:none;margin:0px;padding:0px}.mod_faqlist h2{display:none}.mod_faqlist ul{padding-left:0}.mod_faqlist ul li{padding-left:5px}.mod_faqlist ul li:before{font-family:"IcoFont";font-size:18px;content:"";margin-right:10px}.mod_faqreader p.info,.mod_faqpage p.info{padding-left:0px}.mod_faqreader p.info:before,.mod_faqpage p.info:before{font:normal normal normal 14px/1 "IcoFont";content:"";margin-right:5px}.mod_faqreader .ce_text,.mod_faqpage .ce_text{margin-bottom:15px}.mod_faqpage h2{display:none}.mod_faqpage section{margin-bottom:40px}.mod_faqpage p.toplink:before{font-family:"IcoFont";font-size:18px;content:"";margin-right:5px}.item-settings,.mod_newslist .list-item,.mod_eventlist .list-item{margin-bottom:1.5rem;border-bottom:1px solid rgba(0, 0, 0, 0.1);padding-bottom:1rem}.item-settings .title,.mod_newslist .list-item .title,.mod_eventlist .list-item .title{font-size:1.25rem}.mod_newslist .meta,.mod_newsreader .meta,.mod_eventlist .meta,.mod_eventreader .meta{font-size:0.85rem;color:rgba(0, 0, 0, 0.5)}.mod_newslist .meta .icon:before,.mod_newsreader .meta .icon:before,.mod_eventlist .meta .icon:before,.mod_eventreader .meta .icon:before{font-family:"IcoFont";color:#999}.mod_newslist .teaser-item{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(0, 0, 0, 0.1)}.mod_newslist .card.card-teaser,.mod_newslist .card.card-list{transition:all ease 0.2s}.mod_newslist .card.style3 .image-wrapper{overflow:hidden;border-radius:0rem}.mod_newslist .card.style3 .text-wrapper{transition:all ease-in-out 0.4s;min-width:50%;min-height:10%}.mod_newslist .card.style3 .text-wrapper .card-text{transition:all ease-in-out 0.4s;height:0px;visibility:hidden;transform:scaleY(0);opacity:0}.mod_newslist .card.style3:hover .image_container{transform:rotate(1deg) scale(1.05)}.mod_newslist .card.style3:hover .text-wrapper{min-width:100%;min-height:100%}.mod_newslist .card.style3:hover .text-wrapper .card-text{min-height:100%;visibility:visible;opacity:1;transform:scaleY(1)}.mod_newslist .list-item.style2{padding-bottom:1rem}.mod_newslist .list-item.style2 .image-wrapper .image_container img{width:100%;height:auto}@media (max-width:480px){.mod_newslist .list-item .text-wrapper{padding-top:20px}}.mod_eventlist h4{font-size:1.75rem;text-transform:uppercase;margin-bottom:1.5rem}.mod_eventlist .card{transition:all ease 0.2s}.mod_eventlist .card .badge{right:1rem;top:1rem;opacity:0.85;color:#fff}.mod_eventlist .list-item.style1{padding-left:3px}.mod_eventlist .list-item.style1 .meta{color:rgba(0, 0, 0, 0.5)}.mod_eventlist .list-item.style1 .meta .date,.mod_eventlist .list-item.style1 .meta .time{color:#0089ff}.mod_eventlist .list-item.style2 .event-date{width:4rem}.mod_eventlist .list-item.style2 .event-date{text-transform:uppercase;background-color:rgba(0, 0, 0, 0.1);color:#313a3c;text-align:center;padding:0.5rem;line-height:1.25}.mod_eventlist .list-item.style2 .event-date .day{color:rgba(0, 0, 0, 0.5)}.mod_eventlist .list-item.style2 .event-date .date{font-size:1.5rem;font-style:normal;font-weight:900;margin-bottom:0;display:block}.mod_eventlist .list-item.style2 .event-date .month,.mod_eventlist .list-item.style2 .event-date .year{font-weight:700;letter-spacing:2px;text-indent:2px;color:rgba(0, 0, 0, 0.5);display:block;margin-top:0px}.mod_eventlist .list-item.style2 .event-date .year{margin-top:0;margin-bottom:2px}.mod_newsreader{margin-bottom:40px}.mod_newsreader .teaser{font-weight:600}.mod_newsreader .ce_comments{margin-top:40px;padding-top:40px;border-top:1px solid #f3f3f3}.mod_newsreader .ce_comments>h2{display:none}.mod_newsreader .ce_comments .comment_default.first:before{content:"Kommentare";position:relative;top:-10px}.mod_newsreader .ce_comments .comment_default{margin-bottom:30px}.mod_newsreader .ce_comments .comment_default.first{margin-top:20px}.mod_newsreader .ce_comments .comment_default p.info{padding-left:0px}.mod_newsreader .ce_comments .comment_default p.info:before{content:""}.mod_newsreader .ce_comments .comment_default p.info time:before{position:relative;margin-right:5px}.mod_newsreader .ce_comments .comment_default p.info a{padding-left:0px;font-size:12px}.mod_newsreader .ce_comments .comment_default p.info a:hover{margin:0px}.mod_newsreader .ce_comments .comment_default p.info a:before{display:none}.mod_newsreader .ce_comments .comment_default .comment{position:relative;top:5px;padding:20px;background:#f3f3f3;margin-bottom:20px}.mod_newsreader .ce_comments .comment_default .comment:after{bottom:100%;left:40px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-bottom-color:#f3f3f3;border-width:10px;margin-left:-10px}.mod_newsreader .ce_comments .comment_default .comment p{font-size:90%;color:#71858b}.mod_newsreader .ce_comments .comment_default .reply{margin:0px;padding-left:30px;margin-bottom:30px}.mod_newsreader .ce_comments .comment_default .reply p.info{font-weight:600;font-size:12px}.mod_newsreader .ce_comments .comment_default .reply .comment{background:#f3f3f3}.mod_newsreader .ce_comments .comment_default .reply .comment:after{border-bottom-color:#f3f3f3}.mod_newsreader .ce_comments form{margin-top:60px}.mod_newsreader .ce_comments form:before{content:"Kommentar schreiben";margin-top:60px}.mod_registration .formbody,.mod_personalData .formbody,.mod_changePassword .formbody{margin-top:1.5rem}.mod_registration .formbody fieldset,.mod_personalData .formbody fieldset,.mod_changePassword .formbody fieldset{background:#f3f3f3;margin-top:0px !important;padding:40px 0px;position:relative}.mod_registration .formbody fieldset.captchaDetails,.mod_personalData .formbody fieldset.captchaDetails,.mod_changePassword .formbody fieldset.captchaDetails{display:none}.mod_registration .formbody fieldset legend,.mod_personalData .formbody fieldset legend,.mod_changePassword .formbody fieldset legend{position:absolute;left:0px;top:0px;margin-bottom:10px;padding:10px 20px 10px 55px;background:rgba(0, 0, 0, 0.05)}.mod_registration .formbody fieldset legend:before,.mod_personalData .formbody fieldset legend:before,.mod_changePassword .formbody fieldset legend:before{font-family:"IcoFont";content:"";font-size:1.5rem;color:#0089ff;position:absolute;top:10px;left:25px;margin-right:8px;font-style:normal}.mod_registration .formbody fieldset .widget,.mod_personalData .formbody fieldset .widget,.mod_changePassword .formbody fieldset .widget{margin:30px 0px 0px}@media (min-width:768px){.mod_registration .formbody fieldset .widget,.mod_personalData .formbody fieldset .widget,.mod_changePassword .formbody fieldset .widget{width:48%;float:left}.mod_registration .formbody fieldset .widget:nth-child(even),.mod_personalData .formbody fieldset .widget:nth-child(even),.mod_changePassword .formbody fieldset .widget:nth-child(even){margin-right:4%}}.mod_sitemap .submenu{margin-bottom:30px}.mod_sitemap ul{margin:0 0 25px 0;padding:0;list-style-type:none;line-height:28px}.mod_sitemap ul li{position:relative;line-height:28px}.mod_sitemap ul li:before{font-family:"IcoFont";color:#0089ff;position:absolute;top:0;left:2px;margin-right:8px;font-style:normal}.mod_sitemap ul.level_1>li{padding:0 0 0 25px;margin-left:15px}.mod_sitemap ul.level_1>li .submenu{font-weight:500}.mod_sitemap ul.level_1>li:before{font-size:16px;content:"";color:#fff;background:#4a667d;border-radius:100%;width:30px;height:30px;line-height:30px;padding-left:11px;margin-left:-15px}.mod_sitemap ul.level_2>li{padding:0 0 0 20px;margin-left:0px}.mod_sitemap ul.level_2>li:before{font-size:18px;content:""}[class^="ce_"]>h3,.mod_newsreader .ce_comments [class^="ce_"]>.comment_default.first:before,.mod_newsreader .ce_comments [class^="ce_"]>form:before{margin-bottom:1.5rem}p+h3,.mod_newsreader .ce_comments p+.comment_default.first:before,.mod_newsreader .ce_comments p+form:before,ul+h3,.mod_newsreader .ce_comments ul+.comment_default.first:before,.mod_newsreader .ce_comments ul+form:before{margin-top:2rem}.ce_accordion.ce_text{margin-bottom:10px}.ce_accordion .accordion{padding:15px 20px;background:#f3f3f3;border-radius:0px;margin-top:5px}.ce_accordion .accordion:after{display:table;content:" ";clear:both}.ce_accordion .accordion img{border-radius:0px}.ce_accordion .toggler{background:#f3f3f3;border-radius:0px;color:#ffffff;font-size:16px;font-weight:400;margin-top:10px;padding:10px 20px;outline:none}.ce_accordion .toggler:after{font-family:"IcoFont";content:"";float:right;transition:all 0.2s ease-in-out}.ce_accordion .toggler:hover:after,.ce_accordion .toggler.active:after{content:"";transform:rotate(90deg);padding-right:1px}.ce_accordion .toggler:hover{background:#0089ff}.ce_accordion h3,.ce_accordion .mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments .ce_accordion .comment_default.first:before,.ce_accordion .mod_newsreader .ce_comments form:before,.mod_newsreader .ce_comments .ce_accordion form:before{color:#0089ff;font-size:20px;font-weight:600;text-transform:none}.ce_dismissableBanner{position:fixed;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:3000;top:0px;left:0px;background-color:rgba(0, 0, 0, 0.1);border:none;padding:0;margin:0;border-radius:0}.ce_dismissableBanner .ce_text{visibility:visible !important}.ce_dismissableBanner .banner{position:relative;box-shadow:0px 0px 20px rgba(0, 0, 0, 0.3);background-color:#fff;padding:2rem;margin:0;border-radius:0;max-width:calc(100% - 30px);width:800px}@media (max-width:767px){.ce_dismissableBanner .banner{width:100%}}.ce_dismissableBanner .banner .close{width:2rem;height:2rem}.ce_dismissableBanner .banner .close:before,.ce_dismissableBanner .banner .close:after{height:2px}.ce_dismissableBanner .banner.text-white .close:before,.ce_dismissableBanner .banner.text-white .close:after{background-color:#fff}.ce_dismissableBanner .banner .ce_text{margin-bottom:0}.ce_download .item{display:flex;flex-direction:row;align-items:center;border-radius:0rem;position:relative}.ce_download .item figure{max-width:100px;margin-right:1rem}.ce_download .item .download-element{margin:0}.ce_download .item .alt{font-style:italic;opacity:0.8}.ce_download .item .icon{margin-right:1rem;min-width:40px;min-height:40px;max-width:40px;max-height:40px;background-repeat:no-repeat}.ce_download .item .icon.icon-img-sm{min-width:30px;min-height:30px;max-width:30px;max-height:30px}.ce_download .item .icon.icon-none{display:none}.ce_download .item .icon.icon-symbol{background:none;min-width:30px;min-height:30px;margin-right:0.9rem}.ce_download .item .icon.icon-symbol:before{position:relative;left:0px;font-size:2rem;line-height:2rem;font-family:"IcoFont"}.ce_download.item-col .item{flex-direction:column;text-align:center}.ce_download.item-col .item figure{margin:0}.ce_download.item-col .item .download-element{margin-top:1rem}.ce_download.item-col .item .icon{margin-right:0}.ce_gallery .item{padding:0px 2px 2px 0px}.ce_gallery .item .image_container{margin:0px}.ce_gallery img.item{margin:0px;padding:0px;width:100%;height:auto;filter:saturate(50%);-webkit-filter:saturate(50%);-moz-filter:saturate(50%);-o-filter:saturate(50%);-ms-filter:saturate(50%)}.ce_gallery img.item:hover{filter:saturate(100%);-webkit-filter:saturate(100%);-moz-filter:saturate(100%);-o-filter:saturate(100%);-ms-filter:saturate(100%);transition:all ease-in-out 0.4s;transform:scale(1.1)}.ce_gallery .style3 .row>div{padding:2px}.ce_gallery .style3 .image_columns{column-gap:2px;column-count:2}.ce_gallery .style3 .image_columns .item{padding:0px;margin-bottom:2px}.ce_gallery .style3 .image_columns.columns1{column-count:2}@media (min-width:768px){.ce_gallery .style3 .image_columns.columns2{column-count:2}}@media (min-width:992px){.ce_gallery .style3 .image_columns.columns2{column-count:2}}@media (min-width:1200px){.ce_gallery .style3 .image_columns.columns2{column-count:2}}@media (min-width:768px){.ce_gallery .style3 .image_columns.columns3{column-count:3}}@media (min-width:992px){.ce_gallery .style3 .image_columns.columns3{column-count:3}}@media (min-width:1200px){.ce_gallery .style3 .image_columns.columns3{column-count:3}}@media (min-width:768px){.ce_gallery .style3 .image_columns.columns4{column-count:3}}@media (min-width:992px){.ce_gallery .style3 .image_columns.columns4{column-count:4}}@media (min-width:1200px){.ce_gallery .style3 .image_columns.columns4{column-count:4}}@media (min-width:768px){.ce_gallery .style3 .image_columns.columns5{column-count:3}}@media (min-width:992px){.ce_gallery .style3 .image_columns.columns5{column-count:4}}@media (min-width:1200px){.ce_gallery .style3 .image_columns.columns5{column-count:5}}@media (min-width:768px){.ce_gallery .style3 .image_columns.columns5{column-count:3}}@media (min-width:992px){.ce_gallery .style3 .image_columns.columns5{column-count:4}}@media (min-width:1200px){.ce_gallery .style3 .image_columns.columns5{column-count:5}}@media (min-width:768px){.ce_gallery .style3 .image_columns.columns6{column-count:3}}@media (min-width:992px){.ce_gallery .style3 .image_columns.columns6{column-count:4}}@media (min-width:1200px){.ce_gallery .style3 .image_columns.columns6{column-count:6}}@media (min-width:768px){.ce_gallery .style3 .image_columns.columns7{column-count:3}}@media (min-width:992px){.ce_gallery .style3 .image_columns.columns7{column-count:4}}@media (min-width:1200px){.ce_gallery .style3 .image_columns.columns7{column-count:7}}@media (min-width:768px){.ce_gallery .style3 .image_columns.columns8{column-count:3}}@media (min-width:992px){.ce_gallery .style3 .image_columns.columns8{column-count:6}}@media (min-width:1200px){.ce_gallery .style3 .image_columns.columns8{column-count:8}}.ce_image figure.image_container{display:inline-block}.ce_image figure.image_container img{width:auto;height:auto}.ce_image.no-overlay figure.image_container a:after{display:none}.ce_image.w-100 figure.image_container a{display:block}.ce_image.w-100 figure.image_container img{width:100%}.ce_hyperlink a.hyperlink_txt{padding:0 0 0 1.875rem;margin:0px 0px 5px 5px;position:relative;transition:all 0.2s ease-in-out;line-height:1.2;margin:0 0 0.5rem 0}.ce_hyperlink a.hyperlink_txt:before{font-family:"IcoFont";font-size:1.5rem;color:#d54f10;position:absolute;top:0px;left:0px;margin-right:8px;font-style:normal;content:""}.text-white .ce_hyperlink a.hyperlink_txt:before{color:#fff}.ce_hyperlink a.hyperlink_txt:before{top:-2px}.ce_hyperlink a[href^="mailto"].hyperlink_txt:before{content:""}.ce_hyperlink a[href^="tel"].hyperlink_txt:before{content:""}.ce_hyperlink figure.image_container{display:inline-block}.ce_hyperlink figure.image_container img{width:auto;height:auto}.ce_hyperlink figure.image_container a:after{content:none}.ce_hyperlink figure.image_container .hyperlink_img .overlay{opacity:0;transform:rotateY(180deg);transition:all 0.6s;transform-style:preserve-3d;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;display:flex;align-items:center;text-align:center;padding:1rem;background:rgba(0, 0, 0, 0.5);color:#fff}.ce_hyperlink figure.image_container .hyperlink_img:hover .overlay,.ce_hyperlink figure.image_container .hyperlink_img:active .overlay{opacity:1;transform:rotateY(0deg)}@media (hover:hover){.ce_hyperlink figure.image_container .hyperlink_img:hover .overlay,.ce_hyperlink figure.image_container .hyperlink_img:active .overlay{opacity:1;transform:rotateY(0deg)}}.ce_list{border-radius:0rem}.ce_list ul{list-style-type:none;padding:0}.ce_list ul li{padding:0 0 0 20px;margin:0px 0px 5px 5px;position:relative;transition:all 0.2s ease-in-out;line-height:1.5rem}.ce_list ul li:before{font-family:"IcoFont";font-size:1.2rem;position:absolute;top:0px;left:0px;margin-right:8px;font-style:normal;color:#0089ff}.ce_list.list-checked ul{list-style-type:none;padding:0}.ce_list.list-checked ul li{padding:0 0 0 20px;margin:0px 0px 5px 5px;position:relative;transition:all 0.2s ease-in-out;line-height:1.5rem}.ce_list.list-checked ul li:before{font-family:"IcoFont";font-size:1.2rem;position:absolute;top:0px;left:0px;margin-right:8px;font-style:normal;color:#28a745}.ce_list.list-checked-xl{font-size:1.5rem;font-weight:300}.ce_list.list-checked-xl ul{list-style-type:none;padding:0}.ce_list.list-checked-xl ul li{padding:0 0 0 2.75rem;margin:0px 0px 5px 5px;position:relative;transition:all 0.2s ease-in-out;line-height:1.5rem;line-height:2.5rem}.ce_list.list-checked-xl ul li:before{font-family:"IcoFont";font-size:2.5rem;position:absolute;top:0px;left:0px;margin-right:8px;font-style:normal;color:#0089ff;line-height:2.5rem}.ce_list.list-arrow ul{list-style-type:none;padding:0}.ce_list.list-arrow ul li{padding:0 0 0 20px;margin:0px 0px 5px 5px;position:relative;transition:all 0.2s ease-in-out;line-height:1.5rem}.ce_list.list-arrow ul li:before{font-family:"IcoFont";font-size:1rem;position:absolute;top:0px;left:0px;margin-right:8px;font-style:normal;color:#0089ff}.ce_list ol li{padding:0px;margin-left:0px}.ce_table .table caption{text-align:left;margin-bottom:5px;font-style:italic;color:#98a7ac}.ce_table .table:not(.table-bordered) th,.ce_table .table:not(.table-bordered) td{border-top:1px solid rgba(0, 0, 0, 0.1)}.ce_table .table th{background:rgba(0, 0, 0, 0.05);font-weight:600}.ce_table .table.table-striped:not(.table-dark) th{background-color:#f3f3f3}.ce_table .table.table-striped:not(.table-dark) tbody tr:nth-of-type(odd){background-color:rgba(0, 0, 0, 0.02)}.ce_table .table.table-striped:not(.table-dark) tbody tr:nth-of-type(even){background-color:rgba(0, 0, 0, 0.05)}.ce_table .table.table-dark th{background:rgba(0, 0, 0, 0.3)}.ce_table .table.table-dark th,.ce_table .table.table-dark td{border-top:1px solid rgba(255, 255, 255, 0.2)}.ce_table .table.table-borderless th,.ce_table .table.table-borderless td{border:0 !important}.ce_table .table thead th{border-bottom:none}.ce_table .table tfoot tr{background:#fbfbfb}.ce_table .table tbody tr:last-child th,.ce_table .table tbody tr:last-child td{border-bottom:1px solid rgba(0, 0, 0, 0.1)}.ce_table .table.align-top td{vertical-align:top}.ce_table .table.align-middle td{vertical-align:middle}.ce_table .table.align-bottom td{vertical-align:bottom}.ce_table .table.table-price th.col_last,.ce_table .table.table-price td.col_last{min-width:100px;text-align:right;white-space:nowrap}.ce_text{border-radius:0rem}.ce_text:after{content:" ";visibility:hidden;display:block;clear:both}.ce_text a:not(.btn){color:#0089ff}.ce_text a:not(.btn):hover{text-decoration:underline}.ce_text em{color:#0089ff}.ce_text table td{vertical-align:top}.ce_sliderStart{position:relative}.ce_sliderStart.feedback{max-width:1000px;margin:0 auto 2rem auto}.ce_sliderStart .content-slider{margin:0 20px;z-index:1}@media screen and (min-width:768px){.ce_sliderStart .content-slider{margin:0 70px}}@media screen and (min-width:992px){.ce_sliderStart .content-slider{margin:0 100px}}.ce_sliderStart .content-slider .slider-wrapper{display:flex;align-items:center}.ce_sliderStart .slider-control{height:auto;width:100%}@media screen and (min-width:768px){.ce_sliderStart .slider-control{position:absolute;z-index:0;top:0;height:100%}}@media screen and (max-width:767px){.ce_sliderStart .slider-control{bottom:25px;z-index:1}}.ce_sliderStart .slider-control .slider-menu{top:100% !important;font-size:40px}.ce_sliderStart .slider-control .slider-menu b{color:rgba(0, 0, 0, 0.6);font-weight:normal}.ce_sliderStart .slider-control .slider-menu b.active{color:rgba(0, 0, 0, 0.8)}.ce_sliderStart .slider-control a.slider-prev,.ce_sliderStart .slider-control a.slider-next{top:38%;visibility:hidden;width:50px;font-size:0}.ce_sliderStart .slider-control a.slider-prev:after,.ce_sliderStart .slider-control a.slider-next:after{visibility:visible;display:block;font-family:"IcoFont";color:#0089ff;background:rgba(255, 255, 255, 0.7);height:50px;width:50px;line-height:50px;font-size:30px;border-radius:50%;transition:all 0.2s ease-in-out}.ce_sliderStart .slider-control a.slider-prev:hover:after,.ce_sliderStart .slider-control a.slider-next:hover:after{background:#fff}.ce_sliderStart .slider-control a.slider-prev{left:10px}@media screen and (min-width:992px){.ce_sliderStart .slider-control a.slider-prev{left:20px}}.ce_sliderStart .slider-control a.slider-prev:after{content:"";text-indent:10px}.ce_sliderStart .slider-control a.slider-next{right:10px}@media screen and (min-width:992px){.ce_sliderStart .slider-control a.slider-next{right:20px}}.ce_sliderStart .slider-control a.slider-next:after{content:"";text-indent:10px}.ce_player{display:flex;align-items:center;flex-grow:1}@media screen and (max-width:767px){.ce_player{flex-direction:column;align-items:start}}.ce_player .audio_container{line-height:0%}.ce_player span{font-size:0.8rem;display:inline-block;width:280px}.iframe,.me-plugin,.mejs-container{width:100% !important}.ce_youtube,.ce_vimeo{position:relative}.ce_youtube .video_container,.ce_vimeo .video_container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.ce_youtube .video_container img,.ce_vimeo .video_container img{width:100%;height:auto;position:absolute;top:0px}.ce_youtube .video_container img:hover,.ce_vimeo .video_container img:hover{transform:scale(1.1)}.ce_youtube .video_container iframe,.ce_youtube .video_container object,.ce_youtube .video_container embed,.ce_vimeo .video_container iframe,.ce_vimeo .video_container object,.ce_vimeo .video_container embed{position:absolute;top:0;left:0;width:100%;height:100%}.ce_youtube .video_container iframe,.ce_vimeo .video_container iframe{border:0px}.ce_address-box{position:relative}.ce_address-box.style1{margin-bottom:30px}.ce_address-box.style1 .address span{display:block}.ce_address-box.style1 .address span.addressname{font-weight:600}.ce_address-box.style1 .opening-hours{background:#f3f3f3}.ce_address-box.style1 .opening-hours .open-item{clear:both}.ce_address-box.style1 .opening-hours .open-item span{float:left}.ce_address-box.style1 .opening-hours .open-item span.day{width:150px}.ce_address-box.style1 .more-button{position:absolute;right:1.5rem;top:1.5rem;z-index:1;width:40px;height:40px;background:#d54f10;color:#fff;transition:all 0.4s ease-in-out}.ce_address-box.style1 .more-button:after{position:relative;font-family:"IcoFont";content:"";font-size:30px;line-height:38px;padding:5px}.ce_address-box.style1 .more-button:hover{cursor:pointer;background:#414c50}.ce_address-box.style1 .more-button.open:after{position:relative;font-family:"IcoFont";content:"";font-size:30px;line-height:38px;padding:9px}.ce_address-box.style1 .more-infos{display:none}.ce_address-box.style1 .more-infos .info-wrapper{opacity:0;transition:all 0.4s ease-in-out}.ce_address-box.style1 .more-infos.open .info-wrapper{opacity:1}.ce_article .downloadlist{border-radius:0rem}@media (max-width:575px){.ce_article .btn{width:100%}}.ce_article.style2 .image_container{width:inherit}@media (min-width:992px){.ce_article.style2 .image_container{margin:0px 30px 20px 0px}.ce_article.style2 .image_container.float-right{margin:0px 0px 20px 30px}}@media (max-width:991px){.ce_article.style2 .image_container{margin:0px 0px 20px 0px;width:50% !important}.ce_article.style2 .image_container.w-100{width:100% !important}.ce_article.style2 .image_container.float-right{margin:0px 0px 20px 30px}}@media (max-width:767px){.ce_article.style2 .image_container{width:100% !important}}.ce_button .btn span:before{font-family:"IcoFont";content:attr(data-fa-icon)}.box-wrapper.price .badge.top{top:-40px}.box-wrapper.price .badge.right{right:20px}.card [class*="card-img"]{border-radius:0rem}@media screen and (max-width:768px){.card .image_container{width:100% !important}}.card .cboxElement{display:block}.card.round-image .image-wrapper img,.card.round-image .image-wrapper .cboxElement:after{border-radius:50%}.card .contact{margin-bottom:0px}.card .contact li{border-bottom:1px solid rgba(0, 0, 0, 0.1);padding-top:8px;padding-bottom:8px}.card .card-header,.card .card-footer{background:transparent;border:none;padding:0px}@media screen and (max-width:768px){.card .card-body{width:100% !important}}.card .card-body .card-title{margin-bottom:0.5rem}.card .card-body .card-subtitle{color:#4a667d}.card .card-body .open{margin-top:10px}.card .card-body .text p:last-child{margin-bottom:0px}.card.text-center ul.contact li{padding-left:0px}.card.text-center ul.contact li:before{position:relative;margin-right:5px;left:0px}.card.text-center .social li{margin:0px;padding:0px 5px}.card.style3 .card-footer{bottom:0px}.card.topic{overflow:hidden}.card.topic .title,.card.topic .card-title{text-transform:uppercase}.card.topic .title a,.card.topic .card-title a{color:inherit;transition:none}.card.topic .card-body p{margin-bottom:0.5rem}.card.topic.boxlink{transition:all ease 0.2s}.card.topic.style5 .layer-1{background:rgba(0, 0, 0, 0.3);backdrop-filter:blur(2px);border:1px solid rgba(255, 255, 255, 0.3);margin:1.5rem;opacity:1;transition:all 0.4s ease-in-out;z-index:1}.card.topic.style5:hover,.card.topic.style5:active{user-select:none;-webkit-touch-callout:none}.card.topic.style5:hover .layer-1,.card.topic.style5:active .layer-1{margin:0;padding:2.75rem;backdrop-filter:blur(5px)}.card.topic.style6 .layer-1,.card.topic.style7 .layer-1{background:rgba(0, 0, 0, 0.3);backdrop-filter:blur(2px);border:1px solid rgba(255, 255, 255, 0.3);margin:1.5rem;opacity:1;transition:all 0.4s ease-in-out}.card.topic.style6 .layer-2,.card.topic.style7 .layer-2{background:rgba(0, 0, 0, 0.5);backdrop-filter:saturate(0.5);border:1px solid rgba(255, 255, 255, 0.3);margin:1.5rem;opacity:0;top:100px;transition:all 0.3s ease-in-out}.card.topic.style6:hover,.card.topic.style6:active,.card.topic.style7:hover,.card.topic.style7:active{user-select:none;-webkit-touch-callout:none}.card.topic.style6:hover .layer-1,.card.topic.style6:active .layer-1,.card.topic.style7:hover .layer-1,.card.topic.style7:active .layer-1{left:-100px;opacity:0}.card.topic.style6:hover .layer-2,.card.topic.style6:active .layer-2,.card.topic.style7:hover .layer-2,.card.topic.style7:active .layer-2{opacity:1;top:0}.card.topic.style7 .layer-1{top:unset}.card.topic.style7:hover .layer-1,.card.topic.style7:active .layer-1{bottom:-30px;left:0;opacity:0}.card.topic.style8{-webkit-perspective:800;position:relative;overflow:visible}.card.topic.style8:hover .flip-box{-webkit-transform:rotatey(-180deg)}.card.topic.style8 .flip-box{width:100%;height:100%;-webkit-transform-style:preserve-3d;-webkit-transition:0.5s}.card.topic.style8 .flip-box .flip-side{border-radius:0rem;width:100%;height:100%;text-align:center;display:flex;-webkit-backface-visibility:hidden}.card.topic.style8 .flip-box .flip-side.side-a{cursor:pointer}.card.topic.style8 .flip-box .flip-side.side-b{position:absolute;top:0;color:#fff;cursor:pointer;-webkit-transform:rotatey(-180deg)}.carousel.carousel-fade .carousel-item{opacity:0;transition-duration:0.6s;transition-property:opacity}.carousel.carousel-fade .carousel-item.active{opacity:1}.carousel.carousel-fade .carousel-item-next.carousel-item-left,.carousel.carousel-fade .carousel-item-prev.carousel-item-right{opacity:1}.carousel.carousel-fade .active.carousel-item-left,.carousel.carousel-fade .active.carousel-item-right{opacity:0}.carousel.carousel-fade .carousel-item-next,.carousel.carousel-fade .carousel-item-prev,.carousel.carousel-fade .carousel-item.active{transform:translateX(0);transform:translate3d(0, 0, 0)}.carousel.carousel-fade .active.carousel-item-left,.carousel.carousel-fade .active.carousel-item-prev{transform:translateX(0);transform:translate3d(0, 0, 0)}@media (max-width:767px){.carousel .carousel-indicators{display:none}}.ce_divider{border-bottom:1px solid rgba(0, 0, 0, 0.1);margin-bottom:40px;margin-top:40px;z-index:99;clear:both;width:100%}.ce_downloadlist .card .icon-image.icon-xs img{width:15px}.ce_downloadlist .card .icon-image.icon-sm img{width:30px}.ce_downloadlist .card .icon-image.icon-md img{width:45px}.ce_downloadlist .card .icon-image.icon-lg img{width:60px}.ce_downloadlist .card .icon-image.icon-xl img{width:75px}.ce_downloadlist .card .icon-image.icon-xxl img{width:105px}.ce_icon-text{border-radius:0rem;transition:all 0.2s ease-in-out}.ce_image-background{position:absolute;z-index:-1;top:0px;left:0px}.ce_image-background .slider,.ce_image-background .slider::after{position:fixed;width:100%;height:100%;top:0px;left:0px;z-index:-3}.ce_image-background .slider::after{content:"";background:linear-gradient(-70deg, rgba(0, 0, 0, 0), black)}.ce_image-background .background-item{width:100%;height:100%;position:absolute;top:0px;left:0px;color:transparent;background-size:cover;background-position:100% 0%;background-repeat:none;opacity:0;z-index:0;animation:backgroundAnimation 45s linear infinite 0s;animation-name:backgroundAnimation;animation-timing-function:linear;animation-iteration-count:infinite;animation-delay:0s}.ce_image-background .image-overlay{z-index:-1;left:0;top:0}.ce_image-background .image-backdrop{z-index:-2;left:0;top:0}@keyframes backgroundAnimation{0%{opacity:0;scale:1}13%{opacity:1}26%{opacity:1;scale:1.05}40%{opacity:0.5;scale:1.1}100%{opacity:0;scale:1.2}}.ce_image-banner.fixed{position:relative}.ce_image-banner.fixed.low{height:250px}@media (max-width:991px){.ce_image-banner.fixed.low{height:250px}}@media (max-width:767px){.ce_image-banner.fixed.low{height:200px}}@media (max-width:575px){.ce_image-banner.fixed.low{height:150px}}.ce_image-banner.fixed.mid{height:400px}@media (max-width:991px){.ce_image-banner.fixed.mid{height:300px}}@media (max-width:767px){.ce_image-banner.fixed.mid{height:200px}}@media (max-width:575px){.ce_image-banner.fixed.mid{height:150px}}.ce_image-banner.fixed.high{height:600px}@media (max-width:1199px){.ce_image-banner.fixed.high{height:500px}}@media (max-width:991px){.ce_image-banner.fixed.high{height:400px}}@media (max-width:767px){.ce_image-banner.fixed.high{height:350px}}@media (max-width:575px){.ce_image-banner.fixed.high{height:350px}}.ce_image-banner.fluid .image_container{width:100%}.ce_image-banner.fluid .image_container img{width:100%}@media (max-width:767px){.ce_image-banner.fluid .image_container img{width:auto;height:350px;margin-left:50%;transform:translateX(-50%)}}@media (max-width:575px){.ce_image-banner.fluid .image_container img{height:350px}}.ce_image-banner .inner{width:100%;margin:auto;top:0px;height:100%}.ce_image-banner.ce_rsce_image-banner-st6 .title{font-size:2.5rem}@media screen and (min-width:320px){.ce_image-banner.ce_rsce_image-banner-st6 .title{font-size:calc(2.5rem + 2vw)}}@media screen and (min-width:1200px){.ce_image-banner.ce_rsce_image-banner-st6 .title{font-size:4rem}}.ce_image-banner .title{display:block;position:relative}.ce_image-banner .title:after{position:absolute;width:140px;margin-left:70px;bottom:0;height:2px;background:#fff}.ce_image-banner .subtitle{display:block;padding:0px;font-weight:400;font-size:1.8rem;text-transform:uppercase}@media (max-width:1199px){.ce_image-banner .subtitle{font-size:1.2rem;line-height:1.5rem}}@media (max-width:991px){.ce_image-banner .subtitle{font-size:1rem;line-height:1.5rem}}.ce_image-banner .text{z-index:1;color:#414c50}.ce_image-banner .text-center .title:after{left:50%;margin-left:-70px}.ce_image-banner .text-left .title:after{left:0px;margin-left:0px}@media (min-width:992px){.ce_image-banner .text-lg-left .title:after{left:0px;margin-left:0px}}@media (min-width:992px){.ce_image-banner .text-lg-right .title:after{right:0px;left:initial;margin-right:0px}}.ce_image-banner .box{z-index:1}.ce_image-banner .box-overlay{border-radius:0rem}.ce_image-banner .image-overlay{top:0px;left:0px}.ce_image-banner .image_container{border-radius:0}.ce_image-banner.style5{overflow:hidden}.ce_image-banner.style5 .title,.ce_image-banner.style5 .subtitle,.ce_image-banner.style5 .icon-text{color:#fff}.ce_image-banner.style5 .title a:link,.ce_image-banner.style5 .subtitle a:link,.ce_image-banner.style5 .icon-text a:link{color:#fff}@media (max-width:767px){.ce_image-banner.style5 .text-left .title:before,.ce_image-banner.style5 .text-lg-left .title:before{left:50%;margin-left:calc($length / -2)}}.ce_image-banner.style8 .content{z-index:10}.ce_image-banner.style8 .box-overlay{width:100%;height:100%;z-index:2;top:0}@media (min-width:992px) and (max-width:1199px){.ce_image-banner.style8 .box-overlay{width:120%}}@media (min-width:992px){.ce_image-banner.style8 .box-overlay.skew25left{transform:skewX(25deg)}.ce_image-banner.style8 .box-overlay.skew25right{transform:skewX(-25deg)}.ce_image-banner.style8 .box-overlay.shift-sm-left{left:-30%}.ce_image-banner.style8 .box-overlay.shift-md-left{left:-40%}.ce_image-banner.style8 .box-overlay.shift-lg-left{left:-50%}.ce_image-banner.style8 .box-overlay.shift-xl-left{left:-60%}.ce_image-banner.style8 .box-overlay.shift-sm-right{right:-30%}.ce_image-banner.style8 .box-overlay.shift-md-right{right:-40%}.ce_image-banner.style8 .box-overlay.shift-lg-right{right:-50%}.ce_image-banner.style8 .box-overlay.shift-xl-right{right:-60%}}.ce_image-banner.style8 .image-overlay{z-index:1}.ce_image-banner.style8 .bgrnd-image{top:0px;z-index:0}.ce_image-text-block{background:#f5f5f5}.ce_image-text-block [class*="col"]{min-height:400px}@media (min-width:576px){.ce_image-text-block [class*="col"]{min-height:300px}}@media (min-width:769px){.ce_image-text-block [class*="col"]{min-height:480px}}.ce_image-text-block .text-wrapper{display:table;height:100%;width:100%}.ce_image-text-block .text-wrapper .text{display:table-cell;vertical-align:middle;padding:0px 60px}@media (min-width:1200px){.ce_image-text-block .text-wrapper .text .inside{width:60%}}.ce_image-text-block .text-wrapper .text ul{margin-left:0px}.ce_image-text-block .text-wrapper .text ul li{padding-left:35px;line-height:2rem}.ce_image-text-block .text-wrapper .text ul li:before{color:#d54f10;font-size:1.5rem}.ce_image-text-block .text-wrapper .text .btn{margin-bottom:10px}.ce_image-text-block .image{height:100%;background-size:cover;background-position:0 0;background-repeat:no-repeat;overflow:hidden}.ce_image-text-block .image .overlay{background:rgba(0, 0, 0, 0.5);height:100%;width:100%}.ce_lead{display:inline-block;width:100%;border-radius:0rem;font-size:120%;font-weight:300}.ce_lead .title:after{left:50%;background:#d54f10;content:"";display:block;height:2px;margin:20px 0 20px -40px;position:relative;width:80px}.ce_lead .title.text-white:after{background:#fff}.ce_lead .max800{max-width:900px}.ce_lead .text-wrapper{line-height:150%}@media (min-width:576px){.ce_lead.style1 .title.left:after,.ce_lead.style1 .title.block:after{left:40px}.ce_lead.style1 .title.right:after{left:100%;margin-left:-80px}}@media (min-width:992px){.ce_lead.style3 .title.left:after,.ce_lead.style3 .title.block:after{left:40px}.ce_lead.style3 .title.right:after{left:100%;margin-left:-80px}}.ce_linklist{border-radius:0rem}.ce_linklist ul{list-style-type:none;padding:0}.ce_linklist ul li{padding:0 0 0 1.75rem;margin:0px 0px 5px 5px;position:relative;transition:all 0.2s ease-in-out;line-height:1.5rem}.ce_linklist ul li:before{font-family:"IcoFont";font-size:1.5rem;position:absolute;top:0px;left:0px;margin-right:8px;font-style:normal;color:#d54f10}.ce_opening-hours{border-radius:0rem}.ce_opening-hours .open-item span{display:inline-block}.ce_opening-hours .open-item span.day{min-width:180px}.popup-box{height:100%;position:relative;transition:all 0.4s ease-in-out;margin-bottom:30px;background:#0089ff;min-height:150px}.popup-box .inside{text-align:center;padding:20px;display:table;height:100%;width:100%}.popup-box .inside a{display:table-cell;vertical-align:middle;color:#313a3c;outline:0;transition:all ease-out 0s}.popup-box .inside h3,.popup-box .inside .mod_newsreader .ce_comments .comment_default.first:before,.mod_newsreader .ce_comments .popup-box .inside .comment_default.first:before,.popup-box .inside .mod_newsreader .ce_comments form:before,.mod_newsreader .ce_comments .popup-box .inside form:before{margin-bottom:0px}.popup-box .inside h4{font-size:18px;font-weight:600;margin:15px 0px 0px;transition:all 0.4s ease-in-out}.popup-box:hover{background:#d54f10}.popup-box:hover .inside h4,.popup-box:hover .inside a{color:#fff}.lightbox-window{padding:30px 100px;min-width:600px;max-width:800px}.lightbox-window .image-wrapper .image_container img{width:100%;height:auto}.lightbox-window ul{margin:0 0 25px 0;padding:0;list-style-type:none;line-height:28px}.lightbox-window ul li{position:relative;margin-left:25px}.lightbox-window ul li:before{position:absolute;font-family:"IcoFont";left:-20px;color:#0089ff}.lightbox-window ul li.link:before{content:""}.ce_timeline{margin:0;padding:0;list-style:none;position:relative}.ce_timeline:before{content:"";position:absolute;top:0;bottom:0;width:10px;background:#f3f3f3;margin-left:-10px}.ce_timeline>li{position:relative}.ce_timeline>li .tl-date{display:block;position:absolute;margin-top:10px}.ce_timeline>li .tl-date span{display:block;color:#98a7ac;margin-top:-4px}.ce_timeline>li .tl-label{position:relative;padding:30px}.ce_timeline>li .tl-label:after{position:absolute;top:10px;right:100%;height:0px;width:0px;content:" ";border:solid transparent;border-width:10px}.ce_timeline>li .tl-label .image img{width:100%}.ce_timeline>li .tl-icon{font-size:22px;line-height:40px;width:40px;height:40px;position:absolute;color:#fff;background:#0089ff;text-align:center;top:0;margin:0 0 0 -25px;border-radius:50%;box-shadow:0 0 0 8px #f3f3f3}.ce_timeline>li .tl-icon span:before{font-family:"IcoFont";content:attr(data-fa-icon)}.ce_timeline.style1:before{left:20%}.ce_timeline.style1>li .tl-date{width:25%;padding-right:100px}.ce_timeline.style1>li .tl-date span{text-align:right}.ce_timeline.style1>li .tl-label{margin:0 0 15px 25%}.ce_timeline.style1>li:nth-child(odd) .tl-label{background:#fff;border:1px solid #f3f3f3}.ce_timeline.style1>li:nth-child(odd) .tl-label:after{border-right-color:#f3f3f3}.ce_timeline.style1>li:nth-child(even) .tl-label{background:#f3f3f3;border:1px solid #f3f3f3}.ce_timeline.style1>li:nth-child(even) .tl-label:after{border-right-color:#f3f3f3}.ce_timeline.style1>li .tl-icon{left:20%}@media (min-width:768px) and (max-width:991px){.ce_timeline.style1:before{left:15%}.ce_timeline.style1>li .tl-icon{left:15%}}@media (max-width:767px){.ce_timeline.style1:before{display:none}.ce_timeline.style1>li .tl-date{width:100%;position:relative;padding:0 0 20px 0;font-size:20px}.ce_timeline.style1>li .tl-date span{text-align:left}.ce_timeline.style1>li .tl-label{margin:5px 0 50px 0;padding:30px}.ce_timeline.style1>li .tl-label:after{right:auto;left:68px;border-right-color:transparent;border-bottom-color:#f3f3f3;top:-20px}.ce_timeline.style1>li:nth-child(odd) .tl-label:after,.ce_timeline.style1>li:nth-child(even) .tl-label:after{border-right-color:transparent;border-bottom-color:#f3f3f3}.ce_timeline.style1>li .tl-icon{position:relative;float:left;left:60px;margin:-55px 5px 0 0px}}.ce_timeline.style2:before{left:50%}.ce_timeline.style2>li .tl-date{width:45%}.ce_timeline.style2>li:nth-child(odd) .tl-date span{text-align:right}.ce_timeline.style2>li:nth-child(odd) .tl-label{margin:0 0 15px 55%}.ce_timeline.style2>li:nth-child(odd) .tl-label:after{right:100%;border-right-color:#f3f3f3}.ce_timeline.style2>li:nth-child(even) .tl-date{right:0px}.ce_timeline.style2>li:nth-child(even) .tl-date span{text-align:left}.ce_timeline.style2>li:nth-child(even) .tl-label{margin:0 55% 15px 0}.ce_timeline.style2>li:nth-child(even) .tl-label:after{left:100%;border-left-color:#f3f3f3}.ce_timeline.style2>li .tl-icon{left:50%}@media (max-width:991px){.ce_timeline.style2:before{display:none}.ce_timeline.style2>li .tl-date{width:100%;position:relative;padding:0 0 20px 0;font-size:20px}.ce_timeline.style2>li:nth-child(odd) .tl-date span,.ce_timeline.style2>li:nth-child(even) .tl-date span{text-align:left}.ce_timeline.style2>li:nth-child(odd) .tl-label,.ce_timeline.style2>li:nth-child(even) .tl-label{margin:5px 0 50px 0}.ce_timeline.style2>li:nth-child(odd) .tl-label:after,.ce_timeline.style2>li:nth-child(even) .tl-label:after{right:auto;left:68px;top:-20px;border-right-color:transparent;border-left-color:transparent;border-bottom-color:#f3f3f3}.ce_timeline.style2>li:nth-child(odd) .tl-icon,.ce_timeline.style2>li:nth-child(even) .tl-icon{position:relative;float:left;left:60px;margin:-55px 5px 0 0px}}.ce_timeline.style3:before{left:50%}.ce_timeline.style3>li .tl-date{position:static;margin-top:0px}.ce_timeline.style3>li .tl-date span{text-align:center;color:#fff}.ce_timeline.style3>li .tl-label{margin-bottom:30px}.ce_timeline.style3>li .tl-icon{position:relative;z-index:1;float:none;height:100px;width:100px;left:50%;margin:0px 0px 30px -55px}.ce_timeline.style3>li .tl-icon span:before{position:relative;top:10px}#uc-banner-centered.uc-border-radius-small{border-radius:0px}#uc-banner-centered .uc-banner-content .uc-banner-btn-list .uc-btn-accept-wrapper,#uc-banner-centered .uc-banner-content .uc-banner-btn-list .uc-btn-deny-wrapper{margin:0px 0px 5px !important}#usercentrics-button .uc-banner-content{background-color:#f3f3f3 !important;border-radius:0rem !important}#usercentrics-button .uc-banner-text #uc-full-optin-description{font-family:"Open Sans", sans-serif !important}#usercentrics-button .uc-btn-new{border-radius:2px !important;background-color:#999 !important;transition:all 0.4s ease-in-out}#usercentrics-button .uc-btn-new:hover{background-color:#d54f10 !important}.mod_article.background-animation .container{position:relative;min-height:80vh;padding-top:4rem;padding-bottom:4rem}
@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

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

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

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

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

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

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

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

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

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

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

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

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

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

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

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

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

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

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

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

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

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

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

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

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

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

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

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! 
* @package IcoFont 
* @version 1.0.1 
* @author   
* @copyright 2024 
* @license - https://icofont.com/license/
*/

@font-face {
	font-family: "IcoFont";
	font-weight: normal;
	font-style: "Regular";
	src: url("../../files/kripps_theme/fonts/icofont/icofont.woff2") format("woff2"),
		url("../../files/kripps_theme/fonts/icofont/icofont.woff") format("woff"),
		url("../../files/kripps_theme/fonts/icofont/icofont.svg") format("svg");
}

[class^="icofont-"],
[class*=" icofont-"] {
	font-family: "IcoFont" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
}

.icofont-address-book:before {
	content: "\eea1";
}

.icofont-alarm:before {
	content: "\eea3";
}

.icofont-anchor:before {
	content: "\eea4";
}

.icofont-archive:before {
	content: "\eea5";
}

.icofont-attachment:before {
	content: "\eea7";
}

.icofont-audio:before {
	content: "\eea8";
}

.icofont-badge:before {
	content: "\eeaa";
}

.icofont-automation:before {
	content: "\eea9";
}

.icofont-bag:before {
	content: "\eeac";
}

.icofont-bag-alt:before {
	content: "\eeab";
}

.icofont-bars:before {
	content: "\eeaf";
}

.icofont-battery-full:before {
	content: "\eeb2";
}

.icofont-battery-low:before {
	content: "\eeb4";
}

.icofont-bed:before {
	content: "\eeb7";
}

.icofont-basket:before {
	content: "\eeb0";
}

.icofont-bullhorn:before {
	content: "\eecb";
}

.icofont-bulb-alt:before {
	content: "\eec9";
}

.icofont-bucket:before {
	content: "\eec4";
}

.icofont-bin:before {
	content: "\eebb";
}

.icofont-binary:before {
	content: "\eebc";
}

.icofont-bluetooth:before {
	content: "\eebe";
}

.icofont-bomb:before {
	content: "\eebf";
}

.icofont-book-mark:before {
	content: "\eec0";
}

.icofont-box:before {
	content: "\eec1";
}

.icofont-briefcase:before {
	content: "\eec2";
}

.icofont-bullseye:before {
	content: "\eecc";
}

.icofont-bullet:before {
	content: "\eeca";
}

.icofont-cart:before {
	content: "\eed2";
}

.icofont-cart-alt:before {
	content: "\eed1";
}

.icofont-card:before {
	content: "\eed0";
}

.icofont-camera:before {
	content: "\eecf";
}

.icofont-camera-alt:before {
	content: "\eece";
}

.icofont-calendar:before {
	content: "\eecd";
}

.icofont-chat:before {
	content: "\eed5";
}

.icofont-charging:before {
	content: "\eed4";
}

.icofont-check-circled:before {
	content: "\eed7";
}

.icofont-check:before {
	content: "\eed8";
}

.icofont-check-alt:before {
	content: "\eed6";
}

.icofont-checked:before {
	content: "\eed9";
}

.icofont-children-care:before {
	content: "\eeda";
}

.icofont-clip:before {
	content: "\eedb";
}

.icofont-clock-time:before {
	content: "\eedc";
}

.icofont-close-circled:before {
	content: "\eedd";
}

.icofont-close-line-circled:before {
	content: "\eede";
}

.icofont-cloud-download:before {
	content: "\eee5";
}

.icofont-cloud-upload:before {
	content: "\eee7";
}

.icofont-cloud-refresh:before {
	content: "\eee6";
}

.icofont-cloud:before {
	content: "\eee8";
}

.icofont-close:before {
	content: "\eee4";
}

.icofont-close-squared:before {
	content: "\eee3";
}

.icofont-close-squared-alt:before {
	content: "\eee2";
}

.icofont-close-line:before {
	content: "\eee1";
}

.icofont-close-line-squared:before {
	content: "\eee0";
}

.icofont-close-line-squared-alt:before {
	content: "\eedf";
}

.icofont-comment:before {
	content: "\eeeb";
}

.icofont-compass-alt:before {
	content: "\eeec";
}

.icofont-compass:before {
	content: "\eeed";
}

.icofont-computer:before {
	content: "\eeee";
}

.icofont-connection:before {
	content: "\eeef";
}

.icofont-contacts:before {
	content: "\eef1";
}

.icofont-contrast:before {
	content: "\eef2";
}

.icofont-copyright:before {
	content: "\eef3";
}

.icofont-credit-card:before {
	content: "\eef4";
}

.icofont-crop:before {
	content: "\eef5";
}

.icofont-crown:before {
	content: "\eef6";
}

.icofont-cube:before {
	content: "\eef7";
}

.icofont-cubes:before {
	content: "\eef8";
}

.icofont-dashboard-web:before {
	content: "\eef9";
}

.icofont-data:before {
	content: "\eefb";
}

.icofont-dice:before {
	content: "\ef03";
}

.icofont-dashboard:before {
	content: "\eefa";
}

.icofont-document-folder:before {
	content: "\ef06";
}

.icofont-download-alt:before {
	content: "\ef07";
}

.icofont-download:before {
	content: "\ef08";
}

.icofont-downloaded:before {
	content: "\ef09";
}

.icofont-drag2:before {
	content: "\ef0c";
}

.icofont-drag3:before {
	content: "\ef0d";
}

.icofont-earth:before {
	content: "\ef0e";
}

.icofont-ebook:before {
	content: "\ef0f";
}

.icofont-edit:before {
	content: "\ef10";
}

.icofont-eject:before {
	content: "\ef11";
}

.icofont-exclamation-tringle:before {
	content: "\ef1b";
}

.icofont-exclamation-circle:before {
	content: "\ef19";
}

.icofont-exclamation-square:before {
	content: "\ef1a";
}

.icofont-exclamation:before {
	content: "\ef1c";
}

.icofont-exit:before {
	content: "\ef1d";
}

.icofont-excavator:before {
	content: "\ef17";
}

.icofont-eraser:before {
	content: "\ef15";
}

.icofont-error:before {
	content: "\ef16";
}

.icofont-fire-alt:before {
	content: "\ef2a";
}

.icofont-fire-burn:before {
	content: "\ef2b";
}

.icofont-fire:before {
	content: "\ef2c";
}

.icofont-flag-alt-1:before {
	content: "\ef2d";
}

.icofont-flag-alt-2:before {
	content: "\ef2e";
}

.icofont-flag:before {
	content: "\ef2f";
}

.icofont-filter:before {
	content: "\ef29";
}

.icofont-file-fill:before {
	content: "\ef27";
}

.icofont-external:before {
	content: "\ef20";
}

.icofont-eye-alt:before {
	content: "\ef21";
}

.icofont-eye-blocked:before {
	content: "\ef22";
}

.icofont-eye-dropper:before {
	content: "\ef23";
}

.icofont-eye:before {
	content: "\ef24";
}

.icofont-favourite:before {
	content: "\ef25";
}

.icofont-fax:before {
	content: "\ef26";
}

.icofont-flame-torch:before {
	content: "\ef30";
}

.icofont-flash-light:before {
	content: "\ef31";
}

.icofont-flash:before {
	content: "\ef32";
}

.icofont-flask:before {
	content: "\ef33";
}

.icofont-beaker:before {
	content: "\eeb5";
}

.icofont-adjust:before {
	content: "\eea2";
}

.icofont-at:before {
	content: "\eea6";
}

.icofont-ban:before {
	content: "\eead";
}

.icofont-bar-code:before {
	content: "\eeae";
}

.icofont-battery-empty:before {
	content: "\eeb1";
}

.icofont-battery-half:before {
	content: "\eeb3";
}

.icofont-beard:before {
	content: "\eeb6";
}

.icofont-bell:before {
	content: "\eeb8";
}

.icofont-beverage:before {
	content: "\eeb9";
}

.icofont-bill:before {
	content: "\eeba";
}

.icofont-binoculars:before {
	content: "\eebd";
}

.icofont-broken:before {
	content: "\eec3";
}

.icofont-bucket1:before {
	content: "\eec5";
}

.icofont-bucket2:before {
	content: "\eec6";
}

.icofont-bug:before {
	content: "\eec7";
}

.icofont-building:before {
	content: "\eec8";
}

.icofont-cc:before {
	content: "\eed3";
}

.icofont-code-not-allowed:before {
	content: "\eee9";
}

.icofont-code:before {
	content: "\eeea";
}

.icofont-console:before {
	content: "\eef0";
}

.icofont-database-add:before {
	content: "\eefc";
}

.icofont-database-locked:before {
	content: "\eefd";
}

.icofont-database-remove:before {
	content: "\eefe";
}

.icofont-database:before {
	content: "\eeff";
}

.icofont-delete:before {
	content: "\ef00";
}

.icofont-diamond:before {
	content: "\ef01";
}

.icofont-dice-multiple:before {
	content: "\ef02";
}

.icofont-disc:before {
	content: "\ef04";
}

.icofont-diskette:before {
	content: "\ef05";
}

.icofont-drag:before {
	content: "\ef0a";
}

.icofont-drag1:before {
	content: "\ef0b";
}

.icofont-email:before {
	content: "\ef12";
}

.icofont-envelope-open:before {
	content: "\ef13";
}

.icofont-envelope:before {
	content: "\ef14";
}

.icofont-exchange:before {
	content: "\ef18";
}

.icofont-expand:before {
	content: "\ef1e";
}

.icofont-external-link:before {
	content: "\ef1f";
}

.icofont-film:before {
	content: "\ef28";
}

.icofont-focus:before {
	content: "\ef34";
}

.icofont-folder-open:before {
	content: "\ef35";
}

.icofont-folder:before {
	content: "\ef36";
}

.icofont-foot-print:before {
	content: "\ef37";
}

.icofont-garbage:before {
	content: "\ef38";
}

.icofont-gear-alt:before {
	content: "\ef39";
}

.icofont-gear:before {
	content: "\ef3a";
}

.icofont-gears:before {
	content: "\ef3b";
}

.icofont-gift:before {
	content: "\ef3c";
}

.icofont-glass:before {
	content: "\ef3d";
}

.icofont-globe:before {
	content: "\ef3e";
}

.icofont-graffiti:before {
	content: "\ef3f";
}

.icofont-grocery:before {
	content: "\ef40";
}

.icofont-hand:before {
	content: "\ef41";
}

.icofont-hanger:before {
	content: "\ef42";
}

.icofont-hard-disk:before {
	content: "\ef43";
}

.icofont-heart-alt:before {
	content: "\ef44";
}

.icofont-heart:before {
	content: "\ef45";
}

.icofont-history:before {
	content: "\ef46";
}

.icofont-home:before {
	content: "\ef47";
}

.icofont-horn:before {
	content: "\ef48";
}

.icofont-hour-glass:before {
	content: "\ef49";
}

.icofont-id:before {
	content: "\ef4a";
}

.icofont-image:before {
	content: "\ef4b";
}

.icofont-inbox:before {
	content: "\ef4c";
}

.icofont-infinite:before {
	content: "\ef4d";
}

.icofont-info-circle:before {
	content: "\ef4e";
}

.icofont-info-square:before {
	content: "\ef4f";
}

.icofont-info:before {
	content: "\ef50";
}

.icofont-institution:before {
	content: "\ef51";
}

.icofont-interface:before {
	content: "\ef52";
}

.icofont-invisible:before {
	content: "\ef53";
}

.icofont-jacket:before {
	content: "\ef54";
}

.icofont-jar:before {
	content: "\ef55";
}

.icofont-jewlery:before {
	content: "\ef56";
}

.icofont-karate:before {
	content: "\ef57";
}

.icofont-key-hole:before {
	content: "\ef58";
}

.icofont-key:before {
	content: "\ef59";
}

.icofont-label:before {
	content: "\ef5a";
}

.icofont-lamp:before {
	content: "\ef5b";
}

.icofont-layers:before {
	content: "\ef5c";
}

.icofont-layout:before {
	content: "\ef5d";
}

.icofont-leaf:before {
	content: "\ef5e";
}

.icofont-leaflet:before {
	content: "\ef5f";
}

.icofont-learn:before {
	content: "\ef60";
}

.icofont-lego:before {
	content: "\ef61";
}

.icofont-lens:before {
	content: "\ef62";
}

.icofont-letter:before {
	content: "\ef63";
}

.icofont-letterbox:before {
	content: "\ef64";
}

.icofont-library:before {
	content: "\ef65";
}

.icofont-license:before {
	content: "\ef66";
}

.icofont-life-bouy:before {
	content: "\ef67";
}

.icofont-life-buoy:before {
	content: "\ef68";
}

.icofont-life-jacket:before {
	content: "\ef69";
}

.icofont-life-ring:before {
	content: "\ef6a";
}

.icofont-light-bulb:before {
	content: "\ef6b";
}

.icofont-lighter:before {
	content: "\ef6c";
}

.icofont-lightning-ray:before {
	content: "\ef6d";
}

.icofont-like:before {
	content: "\ef6e";
}

.icofont-line-height:before {
	content: "\ef6f";
}

.icofont-link-alt:before {
	content: "\ef70";
}

.icofont-link:before {
	content: "\ef71";
}

.icofont-list:before {
	content: "\ef72";
}

.icofont-listening:before {
	content: "\ef73";
}

.icofont-listine-dots:before {
	content: "\ef74";
}

.icofont-listing-box:before {
	content: "\ef75";
}

.icofont-listing-number:before {
	content: "\ef76";
}

.icofont-live-support:before {
	content: "\ef77";
}

.icofont-location-arrow:before {
	content: "\ef78";
}

.icofont-location-pin:before {
	content: "\ef79";
}

.icofont-lock:before {
	content: "\ef7a";
}

.icofont-login:before {
	content: "\ef7b";
}

.icofont-logout:before {
	content: "\ef7c";
}

.icofont-lollipop:before {
	content: "\ef7d";
}

.icofont-long-drive:before {
	content: "\ef7e";
}

.icofont-look:before {
	content: "\ef7f";
}

.icofont-loop:before {
	content: "\ef80";
}

.icofont-luggage:before {
	content: "\ef81";
}

.icofont-lunch:before {
	content: "\ef82";
}

.icofont-lungs:before {
	content: "\ef83";
}

.icofont-magic-alt:before {
	content: "\ef84";
}

.icofont-magic:before {
	content: "\ef85";
}

.icofont-magnet:before {
	content: "\ef86";
}

.icofont-mail-box:before {
	content: "\ef87";
}

.icofont-mail:before {
	content: "\ef88";
}

.icofont-male:before {
	content: "\ef89";
}

.icofont-map-pins:before {
	content: "\ef8a";
}

.icofont-map:before {
	content: "\ef8b";
}

.icofont-maximize:before {
	content: "\ef8c";
}

.icofont-measure:before {
	content: "\ef8d";
}

.icofont-medicine:before {
	content: "\ef8e";
}

.icofont-mega-phone:before {
	content: "\ef8f";
}

.icofont-megaphone-alt:before {
	content: "\ef90";
}

.icofont-megaphone:before {
	content: "\ef91";
}

.icofont-memorial:before {
	content: "\ef92";
}

.icofont-memory-card:before {
	content: "\ef93";
}

.icofont-mic-mute:before {
	content: "\ef94";
}

.icofont-mic:before {
	content: "\ef95";
}

.icofont-military:before {
	content: "\ef96";
}

.icofont-mill:before {
	content: "\ef97";
}

.icofont-minus-circle:before {
	content: "\ef98";
}

.icofont-minus-square:before {
	content: "\ef99";
}

.icofont-minus:before {
	content: "\ef9a";
}

.icofont-molecule:before {
	content: "\ef9c";
}

.icofont-money:before {
	content: "\ef9d";
}

.icofont-moon:before {
	content: "\ef9e";
}

.icofont-mop:before {
	content: "\ef9f";
}

.icofont-muffin:before {
	content: "\efa0";
}

.icofont-mustache:before {
	content: "\efa1";
}

.icofont-navigation-menu:before {
	content: "\efa2";
}

.icofont-navigation:before {
	content: "\efa3";
}

.icofont-network-tower:before {
	content: "\efa4";
}

.icofont-network:before {
	content: "\efa5";
}

.icofont-news:before {
	content: "\efa6";
}

.icofont-newspaper:before {
	content: "\efa7";
}

.icofont-no-smoking:before {
	content: "\efa8";
}

.icofont-not-allowed:before {
	content: "\efa9";
}

.icofont-notebook:before {
	content: "\efaa";
}

.icofont-notepad:before {
	content: "\efab";
}

.icofont-notification:before {
	content: "\efac";
}

.icofont-numbered:before {
	content: "\efad";
}

.icofont-opposite:before {
	content: "\efae";
}

.icofont-optic:before {
	content: "\efaf";
}

.icofont-options:before {
	content: "\efb0";
}

.icofont-package:before {
	content: "\efb1";
}

.icofont-page:before {
	content: "\efb2";
}

.icofont-paint:before {
	content: "\efb3";
}

.icofont-paper-plane:before {
	content: "\efb4";
}

.icofont-paperclip:before {
	content: "\efb5";
}

.icofont-papers:before {
	content: "\efb6";
}

.icofont-pay:before {
	content: "\efb7";
}

.icofont-pestle:before {
	content: "\efb9";
}

.icofont-phone-circle:before {
	content: "\efba";
}

.icofont-phone:before {
	content: "\efbb";
}

.icofont-picture:before {
	content: "\efbc";
}

.icofont-pine:before {
	content: "\efbd";
}

.icofont-pixels:before {
	content: "\efbe";
}

.icofont-plugin:before {
	content: "\efbf";
}

.icofont-plus-circle:before {
	content: "\efc0";
}

.icofont-plus-square:before {
	content: "\efc1";
}

.icofont-plus:before {
	content: "\efc2";
}

.icofont-power:before {
	content: "\efc4";
}

.icofont-price:before {
	content: "\efc5";
}

.icofont-print:before {
	content: "\efc6";
}

.icofont-puzzle:before {
	content: "\efc7";
}

.icofont-qr-code:before {
	content: "\efc8";
}

.icofont-queen:before {
	content: "\efc9";
}

.icofont-question-circle:before {
	content: "\efca";
}

.icofont-question-square:before {
	content: "\efcb";
}

.icofont-question:before {
	content: "\efcc";
}

.icofont-quote-left:before {
	content: "\efcd";
}

.icofont-quote-right:before {
	content: "\efce";
}

.icofont-random:before {
	content: "\efcf";
}

.icofont-recycle:before {
	content: "\efd0";
}

.icofont-refresh:before {
	content: "\efd1";
}

.icofont-repair:before {
	content: "\efd2";
}

.icofont-reply-all:before {
	content: "\efd3";
}

.icofont-reply:before {
	content: "\efd4";
}

.icofont-resize:before {
	content: "\efd5";
}

.icofont-responsive:before {
	content: "\efd6";
}

.icofont-retweet:before {
	content: "\efd7";
}

.icofont-road:before {
	content: "\efd8";
}

.icofont-robot:before {
	content: "\efd9";
}

.icofont-royal:before {
	content: "\efda";
}

.icofont-rss-feed:before {
	content: "\efdb";
}

.icofont-safety:before {
	content: "\efdc";
}

.icofont-sale-discount:before {
	content: "\efdd";
}

.icofont-sass:before {
	content: "\f034";
}

.icofont-satellite:before {
	content: "\efde";
}

.icofont-send-mail:before {
	content: "\efdf";
}

.icofont-server:before {
	content: "\efe0";
}

.icofont-settings-alt:before {
	content: "\efe1";
}

.icofont-settings:before {
	content: "\efe2";
}

.icofont-share-alt:before {
	content: "\efe3";
}

.icofont-share-boxed:before {
	content: "\efe4";
}

.icofont-share:before {
	content: "\efe5";
}

.icofont-shield:before {
	content: "\efe6";
}

.icofont-shopping-cart:before {
	content: "\efe7";
}

.icofont-sign-in:before {
	content: "\efe8";
}

.icofont-sign-out:before {
	content: "\efe9";
}

.icofont-signal:before {
	content: "\efea";
}

.icofont-site-map:before {
	content: "\efeb";
}

.icofont-smart-phone:before {
	content: "\efec";
}

.icofont-soccer:before {
	content: "\efed";
}

.icofont-sort-alt:before {
	content: "\efee";
}

.icofont-sort:before {
	content: "\efef";
}

.icofont-space:before {
	content: "\eff0";
}

.icofont-spanner:before {
	content: "\eff1";
}

.icofont-speech-comments:before {
	content: "\eff2";
}

.icofont-speed-meter:before {
	content: "\eff3";
}

.icofont-spinner-alt-1:before {
	content: "\eff4";
}

.icofont-spinner-alt-2:before {
	content: "\eff5";
}

.icofont-spinner-alt-3:before {
	content: "\eff6";
}

.icofont-spinner-alt-4:before {
	content: "\eff7";
}

.icofont-spinner-alt-5:before {
	content: "\eff8";
}

.icofont-spinner-alt-6:before {
	content: "\eff9";
}

.icofont-spinner:before {
	content: "\effa";
}

.icofont-spreadsheet:before {
	content: "\effb";
}

.icofont-square:before {
	content: "\effc";
}

.icofont-ssl-security:before {
	content: "\effd";
}

.icofont-star-alt-1:before {
	content: "\effe";
}

.icofont-star-alt-2:before {
	content: "\efff";
}

.icofont-star:before {
	content: "\f000";
}

.icofont-street-view:before {
	content: "\f001";
}

.icofont-support-faq:before {
	content: "\f002";
}

.icofont-tack-pin:before {
	content: "\f003";
}

.icofont-tag:before {
	content: "\f004";
}

.icofont-tags:before {
	content: "\f005";
}

.icofont-tasks-alt:before {
	content: "\f006";
}

.icofont-tasks:before {
	content: "\f007";
}

.icofont-telescope:before {
	content: "\f009";
}

.icofont-thumbs-down:before {
	content: "\f00b";
}

.icofont-thumbs-up:before {
	content: "\f00c";
}

.icofont-tick-boxed:before {
	content: "\f00d";
}

.icofont-tick-mark:before {
	content: "\f00e";
}

.icofont-ticket:before {
	content: "\f00f";
}

.icofont-tie:before {
	content: "\f010";
}

.icofont-toggle-off:before {
	content: "\f011";
}

.icofont-toggle-on:before {
	content: "\f012";
}

.icofont-tools-alt-2:before {
	content: "\f013";
}

.icofont-tools:before {
	content: "\f014";
}

.icofont-touch:before {
	content: "\f015";
}

.icofont-traffic-light:before {
	content: "\f016";
}

.icofont-transparent:before {
	content: "\f017";
}

.icofont-tree:before {
	content: "\f018";
}

.icofont-unique-idea:before {
	content: "\f019";
}

.icofont-unlock:before {
	content: "\f01a";
}

.icofont-unlocked:before {
	content: "\f01b";
}

.icofont-upload-alt:before {
	content: "\f01c";
}

.icofont-upload:before {
	content: "\f01d";
}

.icofont-usb-drive:before {
	content: "\f01e";
}

.icofont-usb:before {
	content: "\f01f";
}

.icofont-vector-path:before {
	content: "\f020";
}

.icofont-verification-check:before {
	content: "\f021";
}

.icofont-visual-studio:before {
	content: "\f03c";
}

.icofont-vscode:before {
	content: "\f03b";
}

.icofont-vuejs:before {
	content: "\f037";
}

.icofont-wall-clock:before {
	content: "\f022";
}

.icofont-wall:before {
	content: "\f023";
}

.icofont-wallet:before {
	content: "\f024";
}

.icofont-warning-alt:before {
	content: "\f025";
}

.icofont-warning:before {
	content: "\f026";
}

.icofont-water-drop:before {
	content: "\f027";
}

.icofont-web:before {
	content: "\f028";
}

.icofont-wheelchair:before {
	content: "\f029";
}

.icofont-wifi-alt:before {
	content: "\f02a";
}

.icofont-wifi:before {
	content: "\f02b";
}

.icofont-world:before {
	content: "\f02c";
}

.icofont-zigzag:before {
	content: "\f02d";
}

.icofont-zipped:before {
	content: "\f02e";
}

.icofont-addons:before {
	content: "\eea0";
}

.icofont-penguin-linux:before {
	content: "\efb8";
}

.icofont-ui-touch-phone:before {
	content: "\ec8a";
}

.icofont-microphone:before {
	content: "\ea47";
}

.icofont-headphone-alt-1:before {
	content: "\ea33";
}

.icofont-microphone-alt:before {
	content: "\ea46";
}

.icofont-iphone:before {
	content: "\ea3b";
}

.icofont-headphone:before {
	content: "\ea37";
}

.icofont-headphone-alt-3:before {
	content: "\ea35";
}

.icofont-brain-alt:before {
	content: "\ec10";
}

.icofont-brain:before {
	content: "\ec11";
}

.icofont-disabled:before {
	content: "\ec14";
}

.icofont-heart-beat:before {
	content: "\ec1f";
}

.icofont-heart-beat-alt:before {
	content: "\ec1e";
}

.icofont-medical-sign:before {
	content: "\ec27";
}

.icofont-pulse:before {
	content: "\ec31";
}

.icofont-thermometer:before {
	content: "\ec3b";
}

.icofont-tooth:before {
	content: "\ec3c";
}

.icofont-first-aid:before {
	content: "\ec1d";
}

.icofont-first-aid-alt:before {
	content: "\ec1c";
}

.icofont-blood-drop:before {
	content: "\ec0d";
}

.icofont-doctor:before {
	content: "\ec19";
}

.icofont-paralysis-disability:before {
	content: "\ec2c";
}

.icofont-patient-file:before {
	content: "\ec2e";
}

.icofont-prescription:before {
	content: "\ec30";
}

.icofont-tablets:before {
	content: "\ec37";
}

.icofont-pills:before {
	content: "\ec2f";
}

.icofont-copy-invert:before {
	content: "\ede9";
}

.icofont-copy:before {
	content: "\edea";
}

.icofont-cut:before {
	content: "\edeb";
}

.icofont-code-alt:before {
	content: "\ede6";
}

.icofont-color-bucket:before {
	content: "\ede7";
}

.icofont-font:before {
	content: "\edef";
}

.icofont-link-broken:before {
	content: "\edf8";
}

.icofont-save:before {
	content: "\ee00";
}

.icofont-printer:before {
	content: "\edfd";
}

.icofont-paper-clip:before {
	content: "\edfa";
}

.icofont-table:before {
	content: "\ee06";
}

.icofont-trash:before {
	content: "\ee09";
}

.icofont-undo:before {
	content: "\ee0b";
}

.icofont-delete-alt:before {
	content: "\edec";
}

.icofont-brush:before {
	content: "\ede4";
}

.icofont-clip-board:before {
	content: "\ede5";
}

.icofont-edit-alt:before {
	content: "\eded";
}

.icofont-color-picker:before {
	content: "\ede8";
}

.icofont-eraser-alt:before {
	content: "\edee";
}

.icofont-pin:before {
	content: "\edfc";
}

.icofont-redo:before {
	content: "\edfe";
}

.icofont-rotation:before {
	content: "\edff";
}

.icofont-superscript:before {
	content: "\ee05";
}

.icofont-sub-listing:before {
	content: "\ee03";
}

.icofont-youtube-play:before {
	content: "\ecbb";
}

.icofont-volume-up:before {
	content: "\ecba";
}

.icofont-volume-bar:before {
	content: "\ecb6";
}

.icofont-ui-calendar:before {
	content: "\ec45";
}

.icofont-duotone.icofont-calendar:before {
	content: "\13adb";
}

.icofont-duotone.icofont-calendar:after {
	content: "\13ada";
}

.icofont-company:before {
	content: "\e96c";
}

.icofont-contact-add:before {
	content: "\e96d";
}

.icofont-id-card:before {
	content: "\e970";
}

.icofont-meeting-add:before {
	content: "\e971";
}

.icofont-presentation:before {
	content: "\e975";
}

.icofont-presentation-alt:before {
	content: "\e974";
}

.icofont-pie-chart:before {
	content: "\e973";
}

.icofont-handshake-deal:before {
	content: "\e96f";
}

.icofont-briefcase-1:before {
	content: "\e966";
}

.icofont-briefcase-2:before {
	content: "\e967";
}

.icofont-businessman:before {
	content: "\e968";
}

.icofont-businesswoman:before {
	content: "\e969";
}

.icofont-barcode:before {
	content: "\e963";
}

.icofont-stock-mobile:before {
	content: "\e977";
}

.icofont-facebook:before {
	content: "\ed37";
}

.icofont-facebook-messenger:before {
	content: "\ed36";
}

.icofont-evernote:before {
	content: "\ed35";
}

.icofont-linkedin:before {
	content: "\ed4d";
}

.icofont-instagram:before {
	content: "\ed46";
}

.icofont-google-map:before {
	content: "\ed42";
}

.icofont-dropbox:before {
	content: "\ed30";
}

.icofont-pinterest:before {
	content: "\ed5d";
}

.icofont-github:before {
	content: "\ed3e";
}

.icofont-spotify:before {
	content: "\ed6e";
}

.icofont-soundcloud:before {
	content: "\ed6d";
}

.icofont-skype:before {
	content: "\ed67";
}

.icofont-rss:before {
	content: "\ed64";
}

.icofont-x:before {
	content: "\f03d";
}

.icofont-xing:before {
	content: "\ed87";
}

.icofont-youtube:before {
	content: "\ed8b";
}

.icofont-whatsapp:before {
	content: "\ed86";
}

.icofont-viber:before {
	content: "\ed7d";
}

.icofont-telegram:before {
	content: "\ed75";
}

.icofont-tiktok:before {
	content: "\f033";
}

.icofont-trello:before {
	content: "\ed77";
}

.icofont-direction-sign:before {
	content: "\ee46";
}

.icofont-hill:before {
	content: "\ee48";
}

.icofont-hotel:before {
	content: "\ee49";
}

.icofont-beach-bed:before {
	content: "\ee43";
}

.icofont-island-alt:before {
	content: "\ee4a";
}

.icofont-island:before {
	content: "\ee4b";
}

.icofont-sandals-male:before {
	content: "\ee4d";
}

.icofont-travelling:before {
	content: "\ee4e";
}

.icofont-beach:before {
	content: "\ee44";
}

.icofont-user:before {
	content: "\ed05";
}

.icofont-users-alt-3:before {
	content: "\ed08";
}

.icofont-users-alt-2:before {
	content: "\ed07";
}

.icofont-users-alt-6:before {
	content: "\ed0b";
}

.icofont-users-social:before {
	content: "\ed0c";
}

.icofont-users:before {
	content: "\ed0d";
}

.icofont-users-alt-5:before {
	content: "\ed0a";
}

.icofont-users-alt-4:before {
	content: "\ed09";
}

.icofont-user-alt-5:before {
	content: "\ecff";
}

.icofont-user-alt-6:before {
	content: "\ed00";
}

.icofont-user-alt-7:before {
	content: "\ed01";
}

.icofont-user-female:before {
	content: "\ed02";
}

.icofont-user-alt-3:before {
	content: "\ecfd";
}

.icofont-kid:before {
	content: "\ecf7";
}

.icofont-girl:before {
	content: "\ecf3";
}

.icofont-business-man:before {
	content: "\ecef";
}

.icofont-pencil:before {
	content: "\ebf9";
}

.icofont-pen-alt-1:before {
	content: "\ebef";
}

.icofont-pen-alt-2:before {
	content: "\ebf0";
}

.icofont-pencil-alt-2:before {
	content: "\ebf6";
}

.icofont-pencil-alt-3:before {
	content: "\ebf7";
}

.icofont-pencil-alt-4:before {
	content: "\ebf8";
}

.icofont-pencil-alt-1:before {
	content: "\ebf5";
}

.icofont-marker:before {
	content: "\ebea";
}

.icofont-compass-alt-3:before {
	content: "\ebe4";
}

.icofont-ruler-pencil:before {
	content: "\ec00";
}

.icofont-ruler:before {
	content: "\ec01";
}

.icofont-ruler-pencil-alt-1:before {
	content: "\ebfe";
}

.icofont-airplane-alt:before {
	content: "\ee0d";
}

.icofont-airplane:before {
	content: "\ee0e";
}

.icofont-auto-mobile:before {
	content: "\ee10";
}

.icofont-bicycle-alt-1:before {
	content: "\ee12";
}

.icofont-sail-boat-alt-1:before {
	content: "\ee2e";
}

.icofont-rocket:before {
	content: "\ee2d";
}

.icofont-rocket-alt-2:before {
	content: "\ee2c";
}

.icofont-rocket-alt-1:before {
	content: "\ee2b";
}

.icofont-ship-alt:before {
	content: "\ee33";
}

.icofont-truck-alt:before {
	content: "\ee3b";
}

.icofont-truck-loaded:before {
	content: "\ee3c";
}

.icofont-van-alt:before {
	content: "\ee3e";
}

.icofont-van:before {
	content: "\ee3f";
}

.icofont-tram:before {
	content: "\ee3a";
}

.icofont-train-line:before {
	content: "\ee38";
}

.icofont-fast-delivery:before {
	content: "\ee21";
}

.icofont-car:before {
	content: "\ee1f";
}

.icofont-cab:before {
	content: "\ee19";
}

.icofont-cable-car:before {
	content: "\ee1a";
}

.icofont-bus-alt-3:before {
	content: "\ee17";
}

.icofont-car-alt-2:before {
	content: "\ee1c";
}

.icofont-helicopter:before {
	content: "\ee25";
}

.icofont-fire-truck-alt:before {
	content: "\ee22";
}

.icofont-motor-biker:before {
	content: "\ee28";
}

.icofont-sail-boat:before {
	content: "\ee30";
}

.icofont-car-alt-4:before {
	content: "\ee1e";
}

.icofont-swimmer:before {
	content: "\edcf";
}

.icofont-racing-flag:before {
	content: "\edbd";
}

.icofont-racing-flag-alt:before {
	content: "\edbc";
}

.icofont-runner-alt-1:before {
	content: "\edc5";
}

.icofont-runner:before {
	content: "\edc7";
}

.icofont-tracking:before {
	content: "\edd5";
}

.icofont-jersey:before {
	content: "\edaf";
}

.icofont-jersey-alt:before {
	content: "\edae";
}

.icofont-football:before {
	content: "\eda0";
}

.icofont-boot:before {
	content: "\ed95";
}

.icofont-bowling-alt:before {
	content: "\ed96";
}

.icofont-climbing:before {
	content: "\ed9a";
}

.icofont-stopwatch:before {
	content: "\edcd";
}

.icofont-trophy-alt:before {
	content: "\edd6";
}

.icofont-trophy:before {
	content: "\edd7";
}

.icofont-volleyball-fire:before {
	content: "\edd9";
}

.icofont-skiing-man:before {
	content: "\edc9";
}

.icofont-search-1:before {
	content: "\ed11";
}

.icofont-search-2:before {
	content: "\ed12";
}

.icofont-search-document:before {
	content: "\ed13";
}

.icofont-search-folder:before {
	content: "\ed14";
}

.icofont-search-job:before {
	content: "\ed15";
}

.icofont-search-map:before {
	content: "\ed16";
}

.icofont-search-property:before {
	content: "\ed17";
}

.icofont-search-restaurant:before {
	content: "\ed18";
}

.icofont-search-stock:before {
	content: "\ed19";
}

.icofont-search-user:before {
	content: "\ed1a";
}

.icofont-search:before {
	content: "\ed1b";
}

.icofont-visa:before {
	content: "\ece8";
}

.icofont-visa-electron:before {
	content: "\ece7";
}

.icofont-visa-alt:before {
	content: "\ece6";
}

.icofont-paypal:before {
	content: "\ecdf";
}

.icofont-paypal-alt:before {
	content: "\ecde";
}

.icofont-mastercard-alt:before {
	content: "\ecda";
}

.icofont-maestro:before {
	content: "\ecd9";
}

.icofont-maestro-alt:before {
	content: "\ecd8";
}

.icofont-google-wallet-alt-3:before {
	content: "\ecd4";
}

.icofont-google-wallet:before {
	content: "\ecd5";
}

.icofont-google-wallet-alt-2:before {
	content: "\ecd3";
}

.icofont-google-wallet-alt-1:before {
	content: "\ecd2";
}

.icofont-amazon:before {
	content: "\ecbf";
}

.icofont-american-express:before {
	content: "\ecc1";
}

.icofont-apple-pay:before {
	content: "\ecc3";
}

.icofont-apple-pay-alt:before {
	content: "\ecc2";
}

.icofont-amazon-alt:before {
	content: "\ecbe";
}

.icofont-snow-alt:before {
	content: "\ee6b";
}

.icofont-snow:before {
	content: "\ee6e";
}

.icofont-snow-temp:before {
	content: "\ee6d";
}

.icofont-umbrella-alt:before {
	content: "\ee86";
}

.icofont-umbrella:before {
	content: "\ee87";
}

.icofont-tornado:before {
	content: "\ee85";
}

.icofont-wind-waves:before {
	content: "\ee97";
}

.icofont-wind:before {
	content: "\ee98";
}

.icofont-sunny-day-temp:before {
	content: "\ee82";
}

.icofont-sun:before {
	content: "\ee81";
}

.icofont-sun-alt:before {
	content: "\ee7e";
}

.icofont-snow-flake:before {
	content: "\ee6c";
}

.icofont-clouds:before {
	content: "\ee51";
}

.icofont-cloudy:before {
	content: "\ee52";
}

.icofont-rainy:before {
	content: "\ee6a";
}

.icofont-rainy-thunder:before {
	content: "\ee69";
}

.icofont-rainy-night:before {
	content: "\ee67";
}

.icofont-hail-thunder:before {
	content: "\ee60";
}

.icofont-hail-rainy:before {
	content: "\ee5c";
}

.icofont-bus:before {
	content: "\ee18";
}

.icofont-bus-alt-2:before {
	content: "\ee16";
}

.icofont-bus-alt-1:before {
	content: "\ee15";
}

.icofont-speed-boat:before {
	content: "\ee35";
}

.icofont-tractor:before {
	content: "\ee37";
}

.icofont-meteor:before {
	content: "\ee65";
}

.icofont-volcano:before {
	content: "\ee88";
}

.icofont-vimeo:before {
	content: "\ed7f";
}

.icofont-music:before {
	content: "\eca3";
}

.icofont-music-note:before {
	content: "\eca1";
}

.icofont-play-alt-1:before {
	content: "\eca6";
}

.icofont-play-alt-2:before {
	content: "\eca7";
}

.icofont-play-alt-3:before {
	content: "\eca8";
}

.icofont-play-pause:before {
	content: "\eca9";
}

.icofont-play:before {
	content: "\ecaa";
}

.icofont-stop:before {
	content: "\ecb1";
}

.icofont-video-cam:before {
	content: "\ecb3";
}

.icofont-video-alt:before {
	content: "\ecb2";
}

.icofont-sound-wave-alt:before {
	content: "\ecaf";
}

.icofont-sound-wave:before {
	content: "\ecb0";
}

.icofont-song-notes:before {
	content: "\ecae";
}

.icofont-pause:before {
	content: "\eca5";
}

.icofont-music-notes:before {
	content: "\eca2";
}

.icofont-music-disk:before {
	content: "\eca0";
}

.icofont-video:before {
	content: "\ecb5";
}

.icofont-volume-off:before {
	content: "\ecb9";
}

.icofont-volume-down:before {
	content: "\ecb7";
}

.icofont-square-right:before {
	content: "\eabc";
}

.icofont-stylish-right:before {
	content: "\eac0";
}

.icofont-swoosh-right:before {
	content: "\eac4";
}

.icofont-thin-double-right:before {
	content: "\eac7";
}

.icofont-thin-right:before {
	content: "\eaca";
}

.icofont-simple-right:before {
	content: "\eab8";
}

.icofont-crown-king:before {
	content: "\e806";
}

.icofont-crown-queen:before {
	content: "\e807";
}

.icofont-castle:before {
	content: "\e804";
}

.icofont-flora-flower:before {
	content: "\e80c";
}

.icofont-halloween-pumpkin:before {
	content: "\e80f";
}

.icofont-hand-power:before {
	content: "\e810";
}

.icofont-love:before {
	content: "\e813";
}

.icofont-skull-danger:before {
	content: "\e81c";
}

.icofont-skull-face:before {
	content: "\e81d";
}

.icofont-space-shuttle:before {
	content: "\e81f";
}

.icofont-shield-alt:before {
	content: "\e81a";
}

.icofont-sand-clock:before {
	content: "\e819";
}

.icofont-tree-alt:before {
	content: "\e824";
}

.icofont-weed:before {
	content: "\e827";
}

.icofont-unity-hand:before {
	content: "\e826";
}

.icofont-triangle:before {
	content: "\e825";
}

.icofont-arrow-down:before {
	content: "\ea5b";
}

.icofont-arrow-left:before {
	content: "\ea5c";
}

.icofont-arrow-right:before {
	content: "\ea5d";
}

.icofont-arrow-up:before {
	content: "\ea5e";
}

.icofont-block-down:before {
	content: "\ea5f";
}

.icofont-block-left:before {
	content: "\ea60";
}

.icofont-block-right:before {
	content: "\ea61";
}

.icofont-block-up:before {
	content: "\ea62";
}

.icofont-bubble-down:before {
	content: "\ea63";
}

.icofont-bubble-left:before {
	content: "\ea64";
}

.icofont-bubble-right:before {
	content: "\ea65";
}

.icofont-bubble-up:before {
	content: "\ea66";
}

.icofont-caret-down:before {
	content: "\ea67";
}

.icofont-caret-left:before {
	content: "\ea68";
}

.icofont-caret-right:before {
	content: "\ea69";
}

.icofont-caret-up:before {
	content: "\ea6a";
}

.icofont-circled-down:before {
	content: "\ea6b";
}

.icofont-circled-left:before {
	content: "\ea6c";
}

.icofont-circled-right:before {
	content: "\ea6d";
}

.icofont-circled-up:before {
	content: "\ea6e";
}

.icofont-collapse:before {
	content: "\ea6f";
}

.icofont-cursor-drag:before {
	content: "\ea70";
}

.icofont-curved-double-left:before {
	content: "\ea71";
}

.icofont-curved-double-right:before {
	content: "\ea72";
}

.icofont-curved-down:before {
	content: "\ea73";
}

.icofont-curved-left:before {
	content: "\ea74";
}

.icofont-curved-right:before {
	content: "\ea75";
}

.icofont-curved-up:before {
	content: "\ea76";
}

.icofont-dotted-down:before {
	content: "\ea77";
}

.icofont-dotted-left:before {
	content: "\ea78";
}

.icofont-dotted-right:before {
	content: "\ea79";
}

.icofont-dotted-up:before {
	content: "\ea7a";
}

.icofont-double-left:before {
	content: "\ea7b";
}

.icofont-double-right:before {
	content: "\ea7c";
}

.icofont-expand-alt:before {
	content: "\ea7d";
}

.icofont-hand-down:before {
	content: "\ea7e";
}

.icofont-hand-drag:before {
	content: "\ea7f";
}

.icofont-hand-drag1:before {
	content: "\ea80";
}

.icofont-hand-drag2:before {
	content: "\ea81";
}

.icofont-hand-drawn-alt-down:before {
	content: "\ea82";
}

.icofont-hand-drawn-alt-left:before {
	content: "\ea83";
}

.icofont-hand-drawn-alt-right:before {
	content: "\ea84";
}

.icofont-hand-drawn-alt-up:before {
	content: "\ea85";
}

.icofont-hand-drawn-down:before {
	content: "\ea86";
}

.icofont-hand-drawn-left:before {
	content: "\ea87";
}

.icofont-hand-drawn-right:before {
	content: "\ea88";
}

.icofont-hand-drawn-up:before {
	content: "\ea89";
}

.icofont-hand-grippers:before {
	content: "\ea8a";
}

.icofont-hand-left:before {
	content: "\ea8b";
}

.icofont-hand-right:before {
	content: "\ea8c";
}

.icofont-hand-up:before {
	content: "\ea8d";
}

.icofont-line-block-down:before {
	content: "\ea8e";
}

.icofont-line-block-left:before {
	content: "\ea8f";
}

.icofont-line-block-right:before {
	content: "\ea90";
}

.icofont-line-block-up:before {
	content: "\ea91";
}

.icofont-long-arrow-down:before {
	content: "\ea92";
}

.icofont-long-arrow-left:before {
	content: "\ea93";
}

.icofont-long-arrow-right:before {
	content: "\ea94";
}

.icofont-long-arrow-up:before {
	content: "\ea95";
}

.icofont-rounded-collapse:before {
	content: "\ea96";
}

.icofont-rounded-double-left:before {
	content: "\ea97";
}

.icofont-rounded-double-right:before {
	content: "\ea98";
}

.icofont-rounded-down:before {
	content: "\ea99";
}

.icofont-rounded-expand:before {
	content: "\ea9a";
}

.icofont-rounded-left-down:before {
	content: "\ea9b";
}

.icofont-rounded-left-up:before {
	content: "\ea9c";
}

.icofont-rounded-left:before {
	content: "\ea9d";
}

.icofont-rounded-right-down:before {
	content: "\ea9e";
}

.icofont-rounded-right-up:before {
	content: "\ea9f";
}

.icofont-rounded-right:before {
	content: "\eaa0";
}

.icofont-rounded-up:before {
	content: "\eaa1";
}

.icofont-scroll-bubble-down:before {
	content: "\eaa2";
}

.icofont-scroll-bubble-left:before {
	content: "\eaa3";
}

.icofont-scroll-bubble-right:before {
	content: "\eaa4";
}

.icofont-scroll-bubble-up:before {
	content: "\eaa5";
}

.icofont-scroll-double-down:before {
	content: "\eaa6";
}

.icofont-scroll-double-left:before {
	content: "\eaa7";
}

.icofont-scroll-double-right:before {
	content: "\eaa8";
}

.icofont-scroll-double-up:before {
	content: "\eaa9";
}

.icofont-scroll-down:before {
	content: "\eaaa";
}

.icofont-scroll-left:before {
	content: "\eaab";
}

.icofont-scroll-long-down:before {
	content: "\eaac";
}

.icofont-scroll-long-left:before {
	content: "\eaad";
}

.icofont-scroll-long-right:before {
	content: "\eaae";
}

.icofont-scroll-long-up:before {
	content: "\eaaf";
}

.icofont-scroll-right:before {
	content: "\eab0";
}

.icofont-scroll-up:before {
	content: "\eab1";
}

.icofont-simple-down:before {
	content: "\eab2";
}

.icofont-simple-left-down:before {
	content: "\eab3";
}

.icofont-simple-left-up:before {
	content: "\eab4";
}

.icofont-simple-left:before {
	content: "\eab5";
}

.icofont-simple-right-down:before {
	content: "\eab6";
}

.icofont-simple-right-up:before {
	content: "\eab7";
}

.icofont-simple-up:before {
	content: "\eab9";
}

.icofont-square-down:before {
	content: "\eaba";
}

.icofont-square-left:before {
	content: "\eabb";
}

.icofont-square-up:before {
	content: "\eabd";
}

.icofont-stylish-down:before {
	content: "\eabe";
}

.icofont-stylish-left:before {
	content: "\eabf";
}

.icofont-stylish-up:before {
	content: "\eac1";
}

.icofont-swoosh-down:before {
	content: "\eac2";
}

.icofont-swoosh-left:before {
	content: "\eac3";
}

.icofont-swoosh-up:before {
	content: "\eac5";
}

.icofont-thin-double-left:before {
	content: "\eac6";
}

.icofont-thin-down:before {
	content: "\eac8";
}

.icofont-thin-left:before {
	content: "\eac9";
}

.icofont-thin-up:before {
	content: "\eacb";
}

.icofont-file-alt:before {
	content: "\eb08";
}

.icofont-file-audio:before {
	content: "\eb09";
}

.icofont-file-avi-mp4:before {
	content: "\eb0a";
}

.icofont-file-bmp:before {
	content: "\eb0b";
}

.icofont-file-code:before {
	content: "\eb0c";
}

.icofont-file-css:before {
	content: "\eb0d";
}

.icofont-file-document:before {
	content: "\eb0e";
}

.icofont-file-eps:before {
	content: "\eb0f";
}

.icofont-file-excel:before {
	content: "\eb10";
}

.icofont-file-exe:before {
	content: "\eb11";
}

.icofont-file-file:before {
	content: "\eb12";
}

.icofont-file-flv:before {
	content: "\eb13";
}

.icofont-file-gif:before {
	content: "\eb14";
}

.icofont-file-html5:before {
	content: "\eb15";
}

.icofont-file-image:before {
	content: "\eb16";
}

.icofont-file-iso:before {
	content: "\eb17";
}

.icofont-file-java:before {
	content: "\eb18";
}

.icofont-file-javascript:before {
	content: "\eb19";
}

.icofont-file-jpg:before {
	content: "\eb1a";
}

.icofont-file-midi:before {
	content: "\eb1b";
}

.icofont-file-mov:before {
	content: "\eb1c";
}

.icofont-file-mp3:before {
	content: "\eb1d";
}

.icofont-file-pdf:before {
	content: "\eb1e";
}

.icofont-file-php:before {
	content: "\eb1f";
}

.icofont-file-png:before {
	content: "\eb20";
}

.icofont-file-powerpoint:before {
	content: "\eb21";
}

.icofont-file-presentation:before {
	content: "\eb22";
}

.icofont-file-psb:before {
	content: "\eb23";
}

.icofont-file-psd:before {
	content: "\eb24";
}

.icofont-file-python:before {
	content: "\eb25";
}

.icofont-file-ruby:before {
	content: "\eb26";
}

.icofont-file-spreadsheet:before {
	content: "\eb27";
}

.icofont-file-sql:before {
	content: "\eb28";
}

.icofont-file-svg:before {
	content: "\eb29";
}

.icofont-file-text:before {
	content: "\eb2a";
}

.icofont-file-tiff:before {
	content: "\eb2b";
}

.icofont-file-video:before {
	content: "\eb2c";
}

.icofont-file-wave:before {
	content: "\eb2d";
}

.icofont-file-wmv:before {
	content: "\eb2e";
}

.icofont-file-word:before {
	content: "\eb2f";
}

.icofont-file-zip:before {
	content: "\eb30";
}

.icofont-holding-hands:before {
	content: "\eba3";
}

.icofont-kids-scooter:before {
	content: "\eba5";
}

.icofont-baby-trolley:before {
	content: "\eba0";
}

.icofont-baby:before {
	content: "\eba1";
}

.icofont-finger-print:before {
	content: "\ebb7";
}

.icofont-brand-amazon:before {
	content: "\e8a1";
}

.icofont-brand-ebay:before {
	content: "\e8cb";
}

.icofont-brand-google:before {
	content: "\e8df";
}

.icofont-brand-youtube:before {
	content: "\e95f";
}

.icofont-brand-whatsapp:before {
	content: "\e957";
}

.icofont-chart-arrows-axis:before {
	content: "\e978";
}

.icofont-chart-bar-graph:before {
	content: "\e979";
}

.icofont-chart-flow-1:before {
	content: "\e97a";
}

.icofont-chart-flow-2:before {
	content: "\e97b";
}

.icofont-chart-flow:before {
	content: "\e97c";
}

.icofont-chart-growth:before {
	content: "\e97d";
}

.icofont-chart-histogram-alt:before {
	content: "\e97e";
}

.icofont-chart-histogram:before {
	content: "\e97f";
}

.icofont-chart-line-alt:before {
	content: "\e980";
}

.icofont-chart-line:before {
	content: "\e981";
}

.icofont-chart-pie-alt:before {
	content: "\e982";
}

.icofont-chart-pie:before {
	content: "\e983";
}

.icofont-chart-radar-graph:before {
	content: "\e984";
}

.icofont-architecture-alt:before {
	content: "\e985";
}

.icofont-industries-3:before {
	content: "\e9a4";
}

.icofont-industries-2:before {
	content: "\e9a3";
}

.icofont-industries-4:before {
	content: "\e9a5";
}

.icofont-industries-5:before {
	content: "\e9a6";
}

.icofont-recycle-alt:before {
	content: "\e9ae";
}

.icofont-under-construction-alt:before {
	content: "\e9b9";
}

.icofont-under-construction:before {
	content: "\e9ba";
}

.icofont-wrench:before {
	content: "\e9c4";
}

.icofont-hammer-alt:before {
	content: "\e99f";
}

.icofont-fix-tools:before {
	content: "\e99c";
}

.icofont-architecture:before {
	content: "\e986";
}

.icofont-calculations:before {
	content: "\e98c";
}

.icofont-eco-energy:before {
	content: "\e992";
}

.icofont-eco-environmen:before {
	content: "\e993";
}

.icofont-energy-air:before {
	content: "\e994";
}

.icofont-energy-oil:before {
	content: "\e995";
}

.icofont-energy-solar:before {
	content: "\e997";
}

.icofont-brainstorming:before {
	content: "\ead3";
}

.icofont-instrument:before {
	content: "\eae0";
}

.icofont-paper:before {
	content: "\eae5";
}

.icofont-university:before {
	content: "\eaf3";
}

.icofont-test-tube-alt:before {
	content: "\eaf2";
}

.icofont-test-bulb:before {
	content: "\eaf1";
}

.icofont-fountain-pen:before {
	content: "\ead9";
}

.icofont-black-board:before {
	content: "\ead0";
}

.icofont-book-alt:before {
	content: "\ead1";
}

.icofont-book:before {
	content: "\ead2";
}

.icofont-certificate-alt-1:before {
	content: "\ead4";
}

.icofont-certificate:before {
	content: "\ead6";
}

.icofont-atom:before {
	content: "\eacd";
}

.icofont-read-book:before {
	content: "\eaeb";
}

.icofont-read-book-alt:before {
	content: "\eaea";
}

.icofont-keyboard-wireless:before {
	content: "\ea3f";
}

.icofont-macbook:before {
	content: "\ea43";
}

.icofont-laptop:before {
	content: "\ea42";
}

.icofont-laptop-alt:before {
	content: "\ea41";
}

.icofont-imac:before {
	content: "\ea39";
}

.icofont-ipad:before {
	content: "\ea3a";
}

.icofont-htc-one:before {
	content: "\ea38";
}

.icofont-ipod-touch:before {
	content: "\ea3d";
}

.icofont-monitor:before {
	content: "\ea48";
}

.icofont-samsung-galaxy:before {
	content: "\ea51";
}

.icofont-windows-lumia:before {
	content: "\ea58";
}

.icofont-surface-tablet:before {
	content: "\ea52";
}

.icofont-keyboard-alt:before {
	content: "\ea3e";
}

.icofont-android-nexus:before {
	content: "\ea29";
}

.icofont-android-tablet:before {
	content: "\ea2a";
}

[class^="icofont-"].icofont-duotone,
[class*=" icofont-"].icofont-duotone {
	position: relative;
}

[class^="icofont-"].icofont-duotone:before,
[class*=" icofont-"].icofont-duotone:before {
	position: absolute;
	left: 0;
	top: 0;
}

[class^="icofont-"].icofont-duotone:after,
[class*=" icofont-"].icofont-duotone:after {
	opacity: 0.4;
}

.icofont-xs {
	font-size: 0.5em;
}

.icofont-sm {
	font-size: 0.75em;
}

.icofont-md {
	font-size: 1.25em;
}

.icofont-lg {
	font-size: 1.5em;
}

.icofont-1x {
	font-size: 1em;
}

.icofont-2x {
	font-size: 2em;
}

.icofont-3x {
	font-size: 3em;
}

.icofont-4x {
	font-size: 4em;
}

.icofont-5x {
	font-size: 5em;
}

.icofont-6x {
	font-size: 6em;
}

.icofont-7x {
	font-size: 7em;
}

.icofont-8x {
	font-size: 8em;
}

.icofont-9x {
	font-size: 9em;
}

.icofont-10x {
	font-size: 10em;
}

.icofont-fw {
	text-align: center;
	width: 1.25em;
}

.icofont-ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.icofont-ul > li {
	position: relative;
	line-height: 2em;
}

.icofont-ul > li .icofont {
	display: inline-block;
	vertical-align: middle;
}

.icofont-border {
	border: solid 0.08em #f1f1f1;
	border-radius: 0.1em;
	padding: 0.2em 0.25em 0.15em;
}

.icofont-pull-left {
	float: left;
}

.icofont-pull-right {
	float: right;
}

.icofont.icofont-pull-left {
	margin-right: 0.3em;
}

.icofont.icofont-pull-right {
	margin-left: 0.3em;
}

.icofont-spin {
	-webkit-animation: icofont-spin 2s infinite linear;
	animation: icofont-spin 2s infinite linear;
	display: inline-block;
}

.icofont-pulse {
	-webkit-animation: icofont-spin 1s infinite steps(8);
	animation: icofont-spin 1s infinite steps(8);
	display: inline-block;
}

@-webkit-keyframes icofont-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes icofont-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.icofont-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.icofont-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icofont-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.icofont-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.icofont-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.icofont-flip-horizontal.icofont-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .icofont-rotate-90,
:root .icofont-rotate-180,
:root .icofont-rotate-270,
:root .icofont-flip-horizontal,
:root .icofont-flip-vertical {
	-webkit-filter: none;
	filter: none;
	display: inline-block;
}

.icofont-inverse {
	color: #fff;
}

