body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/*********************************************
 *         main
 ********************************************/

 .mod_mobilenav {
    display: none;
}
 
.mod_mobilenav .nav-open {
    color: #333;
    padding: 10px;
    display: block;
}

.mod_mobilenav .nav-open .word {
	display: none;
}

.mod_mobilenav .nav-open .icon {
	position: relative;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	background: #000000;
}

.mod_mobilenav .nav-open .icon .hamburger {
	width: 25px;
	height: 3px;
	background: white;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12.5px;
	margin-top: -1.5px;
	transition: transform 200ms;
}

.mod_mobilenav .nav-open .icon .hamburger.hamburger-1 {
  transform: translate3d(0, -8px, 0);
}
.mod_mobilenav .nav-open .icon .hamburger.hamburger-2 {
  transform: translate3d(0, 0, 0);
}
.mod_mobilenav .nav-open .icon .hamburger.hamburger-3 {
  transform: translate3d(0, 8px, 0);
}

.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-1 {
	transform: translate3d(0, 0, 0) rotate(45deg);
}
.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-2 {
	transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-3 {
	transform: translate3d(0, 0, 0) rotate(-45deg);
}
 
.nav-mobile  {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    z-index: 999;
    transition: 250ms;
    background: #fff;
	transform: translateX(-100%);
	display: none;
}

.nav-mobile.active {
	box-shadow: 0 20px 70px rgb(0 0 0 / 20%)
}

.nav-mobile , .nav-mobile ul {
    width: 100%;
    max-width: 253px;
    overflow: hidden;
}
.nav-mobile ul > li {
    font-size: 16px;
}
.nav-mobile ul > li a, .nav-mobile ul > li strong {
    padding-right: 50px !important;
}

.nav-mobile * {
    box-sizing: border-box;
}

.nav-mobile button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: rgba(0,0,0,0);
	border: none;
    border-left: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
}

.nav-mobile .arrow {
	display: inline-block !important;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	width: 10px; height: 10px;
	padding: 0 !important;
	transform: rotate(-45deg);
}

.nav-mobile .arrow.arrow-left {
	transform: rotate(-225deg) translateX(-1px);
}

.nav-mobile span .arrow.arrow-left {
	margin-right: 10px;
}

.nav-mobile ul > li ul {
    left: 100%;
}
.nav-mobile ul {
    margin: 0;
	padding: 0;
	list-style: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 100ms;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-mobile ul li {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.nav-mobile ul li span.forward, .nav-mobile ul li a, .nav-mobile ul li.back span, .nav-mobile ul li.close-menu span, .nav-mobile li.trail > span.trail, .nav-mobile li.active > span, .nav-mobile li.title > span {
    position: relative;
    padding: 1rem 1.25rem;
    display: block;
    cursor: pointer;
	text-decoration: none;
}

.nav-mobile ul li span.forward, .nav-mobile li.trail > a, .nav-mobile li.active > span, .nav-mobile li.trail > span.trail {
    background: rgba(0,0,0,0.025);
}

.nav-mobile.active {
    transform: translateX(0);
	animation: mobilenavSlideIn 250ms linear;
	display: block;
}

.nav-mobile ul.active{
    left: 0;
}

.nav-mobile .no-scroll {
    overflow: hidden;
}

.nav-mobile .close-menu {

}

.nav-mobile li.title, .nav-mobile li.fa-homee span {
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.nav-mobile strong {
    font-weight: normal;
}
.nav-mobile li.fa-homee span strong {
    font-weight: bold;
}

/*********************************************
 *         nav-mobile-header
 ********************************************/
.nav-mobile-header {
    display: none;
    position: fixed;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

/*********************************************
 *         media
 ********************************************/
@media screen and (max-width: 800px) {
    .mod_mobilenav {
        display: block;
    }

    header .mod_navigation,
	header .mod_customnav,
	header .mod_rocksolid_mega_menu {
        display: none;
    }
}

@keyframes mobilenavSlideIn {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
.rsts-main,.rsts-main *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rsts-header,.rsts-footer,.rsts-thumbs-header,.rsts-thumbs-footer{overflow:hidden}.rsts-view,.rsts-thumbs-view{position:relative}@media print{.rsts-view,.rsts-thumbs-view{position:static}}.rsts-crop,.rsts-thumbs-crop{position:relative;overflow:hidden}@media print{.rsts-crop,.rsts-thumbs-crop{position:static;overflow:visible;width:auto !important;height:auto !important;transform:none !important}}.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:absolute;left:0;top:0}@media print{.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:static;width:auto !important;height:auto !important;transform:none !important}.rsts-slides.rsts-slide-image img,.rsts-slides.rsts-slide-video img,.rsts-slides.rsts-thumbs-slide-image img,.rsts-slides.rsts-thumbs-slide-video img,.rsts-slide.rsts-slide-image img,.rsts-slide.rsts-slide-video img,.rsts-slide.rsts-thumbs-slide-image img,.rsts-slide.rsts-thumbs-slide-video img,.rsts-thumbs-slides.rsts-slide-image img,.rsts-thumbs-slides.rsts-slide-video img,.rsts-thumbs-slides.rsts-thumbs-slide-image img,.rsts-thumbs-slides.rsts-thumbs-slide-video img,.rsts-thumbs-slide.rsts-slide-image img,.rsts-thumbs-slide.rsts-slide-video img,.rsts-thumbs-slide.rsts-thumbs-slide-image img,.rsts-thumbs-slide.rsts-thumbs-slide-video img{width:100% !important;height:auto !important;margin:0 !important}}.rsts-slide,.rsts-thumbs-slide{overflow:hidden}@media print{.rsts-slide,.rsts-thumbs-slide{position:static}}.rsts-video-iframe,.rsts-thumbs-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rsts-type-slide .rsts-view,.rsts-thumbs-type-slide .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/openhand.cur"),default;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ms-grab;cursor:-o-grab;cursor:grab}.rsts-type-slide.rsts-dragging .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/closedhand.cur"),default;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-ms-grabbing;cursor:-o-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rsts-type-slide.rsts-dragging-disabled .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging-disabled .rsts-thumbs-view{cursor:auto}@media print{.rsts-nav,.rsts-prev,.rsts-next,.rsts-overlay-prev,.rsts-overlay-next,.rsts-progress,.rsts-thumbs-nav,.rsts-thumbs-prev,.rsts-thumbs-next,.rsts-thumbs-overlay-prev,.rsts-thumbs-overlay-next,.rsts-thumbs-progress{display:none !important}}

.rsts-skin-default.rsts-main{position:relative}.rsts-skin-default.rsts-type-fade .rsts-slide{background-color:#fff}.rsts-skin-default .rsts-caption{position:absolute;top:20px;left:20px;margin-right:20px;padding:5px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;background-color:#000;background-color:rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transform:translate(0, -20px);-moz-transform:translate(0, -20px);-ms-transform:translate(0, -20px);-o-transform:translate(0, -20px);transform:translate(0, -20px);-webkit-transition:opacity 0.5s,-webkit-transform 0.5s;-moz-transition:opacity 0.5s,-moz-transform 0.5s;-o-transition:opacity 0.5s,-o-transform 0.5s;transition:opacity 0.5s,transform 0.5s}.rsts-skin-default .rsts-active .rsts-caption{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;right:55px;bottom:15px;overflow:hidden;width:30px;height:30px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;line-height:0;text-align:center;text-decoration:none;text-indent:-9999px;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAilBMVEUHBwg/QEF5enp5ensCAwQHCAhzdHUAAQEGBwh8fX37+/svMDBub3COjo9yc3NtbW709fWvsLDm5uba2trR0dEuLi6Pj4/Q0NDl5eXZ2toFBgfz8/MuLy/09PT29vb8/Pz6+vp7e3x0dXZzdHT4+Pj39/f9/v3+/v79/f3///8EBQb5+fkAAAD19fVMP6q+AAAALnRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8hTP8QAAAJ1JREFUeNrV0lkPwiAMAOB53zrva2xOxQm0///vWZ4a1o3EN20gNPnSlFASRKVQIS2KFHPKaPvcH8St8WesXYzddVMIZn3NZ1tTZ9Y7QLa7MdfVWlgYZqk9lzML7VZPbGCdDsFekpI14GoN/fGoY6aqkbVaUvVg0lKN7v3wvcuwt/Tg5tIPRjA77I/i1dhX2dnEJnYq4vP+2a/4FX8AsSOXytKixMYAAAAASUVORK5CYII=');-webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);background-position:50% 50%;-webkit-transition:opacity 0.05s linear;-moz-transition:opacity 0.05s linear;-o-transition:opacity 0.05s linear;transition:opacity 0.05s linear}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAIVBMVEWhoaE7PD15enqVlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXsWX/bAAAAC3RSTlOAgICAgICAgICAgMiF55wAAAB9SURBVHja7dUxEoAgFANRFBTw/ge2YythEivHn/6VmU3XiwUOHPhPuGYf196zjLHPOi0tWsBYtICx/Zxgw4INCzYs2LBgw4INC55ZFadhN+NVbeh9jhf6mGJDgw0NNjTY0GBDgz0NXusiYDRWwGisgNHFL0Yrnwxd4MCBtd3+EosAicYyWQAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default .rsts-prev:hover,.rsts-skin-default .rsts-next:hover,.rsts-skin-default .rsts-video-play:hover,.rsts-skin-default .rsts-video-stop:hover,.rsts-skin-default .rsts-thumbs-prev:hover,.rsts-skin-default .rsts-thumbs-next:hover{background-color:#eee;background-color:rgba(238,238,238,0.7)}.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{right:20px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAkFBMVEUBAQLPz9AlJiYlJifS0tIsLS0nJyjQ0dDR0tIBAQElJSYrLC2tra39/PwFBQYFBgf6+fmBgYKCgoL9/f339vZBQULIycnIyMiCg4PR0dEmJycmJyjMzMz8/Pzl5eXj4+MCAwQGBwghIiP09PT7+/shIiL6+vrNzs7Nzc0iIyP29vb39/cHCAkAAAD////19fV/WdL3AAAAMHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRnvRdAAAAnklEQVR42tXSxw7CMAwG4LL3XqUtLdRQqNPY7/92WEJVDhkSN7B8iPTpl6M4ETMAA0t/ChmwPTELe+uPGKsQKywWflYUJxn5eI9xpOsneXidp7pp3Wa+dHrGbWY6d43bLD673nR9vLsZaL5cNfoAyp0eDyRdntxp6icy+/Ei981HqVGLq3xo1GaFm4kuRb1vvp1mFNzYLrzvn/2KX/MbXNOe099MDj0AAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAHlBMVEWhoaE7PD2VlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXtfGSSAAAACnRSTlOAgICAgICAgICAXdxslAAAAHxJREFUeNrt1TEOgDAMxdDSAi33vzBbPVUoZkLE+1O2/HK9KHHixH/A9fS4jnGGMfZZl6VFBzAWHcLHQD9gocFCg4UGCw0WGiw0WGjwum3qEsb7tH1xWViwsGBhwcKChQULC5Z2jRs2itHdfc+GjWB094vR+ieHLnHixK4bjyV89TB6vlgAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;top:50%;right:10px;margin-top:-15px}.rsts-skin-default .rsts-thumbs-prev{right:auto;left:10px}.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUgISLDw8MgICGUlZaIiImSk5PCwsP9/f39/PyHh4iUlJWSkpLX2NgAAQIoKSkGBwgdHR7Ly8skJSYEBAXHyMj+/v739/ciIyMhIiImJyfNzc3S0tL8/Pz7+/v29vYHCAnNzs4AAAD////19fVh+HN2AAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAiUlEQVR42uXRyQ7CMAwE0LC2QHfaQkji1sP//yNR1csEiXMlfPFI7zCWbN7JCCVmnj9i738x2hbMpHPTzCAmfag+XyAmrWt2QzqV5URuSLWqdHXmsDMRbFHYuPbnkPBw0rtaBzgbw21IWPKjdg6xxHV68ZJ2j9mhXyrRX/34fblgLQyQLf57S/wBI9V2nx3O9QoAAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAeUlEQVR42u3UMQ6AMAzF0A8BmvufGHVpyOIOFRJI8f5WyxcqXLhw4U9jLeCznYzRNtYi2zsIs2UttqzFlrXYshZb1mLLWmg31iJ7+YVaaJ210GY9x/awWdsc+z5s1uaEQ4cNbY449LChzQFn3W3S9qsBFi5cuPDr+AYQcW8C6kiUiAAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUwMTKKi4suLzAGBwja2trR0dEwMDEuLi/Q0NDZ2dmJiYp7e3x6e3t/gIEAAQL09PTn5+f6+vr8/Px0dHVwcHH8/f329vYFBgdzdHT+/v79/v339/f9/f3///90dXb4+Pj5+fkEBQYAAAD19fUC5l8BAAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAnElEQVR42uXSyQ4CIQwG4HEddRZmZUSEQnn/d7RkSAi4HI2Jf6AlfIceoHCOMcccrTXcMR5OtInf5k/YyLVL84qHjoHvwLrhmdW+0AJIhT6eVc79YYtYCQBRIZanPmO1QWuxVqr2/aIylqD9fdP4OoLMZ5sb+dK2i8Xr3cTZie+CRk49aOTUcSRNOfo8TXPUnB1QPj0J5z/5Hb7OD7UPdeTEuFeXAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAg0lEQVR42u3UMQ6EMAxE0WVDYu5/YhpLXzBSRkAF8i9tvXZ+24MKFy5c+HP4P06H0RzGRoyjjWgOY1Nj0YLFpsaip7hFNrBog3ug02brDKsWK3imxQqe6EWsxWi1HqOxHqONBTuN9RiN9Vg11mPVWI9V99tL0rEe6/dVA1i4cOHCl9oBak1vAkBKLfwAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default.rsts-video-playing .rsts-nav,.rsts-skin-default.rsts-video-playing .rsts-prev,.rsts-skin-default.rsts-video-playing .rsts-next{display:none}.rsts-skin-default.rsts-video-playing .rsts-nav-thumbs{display:block}.rsts-skin-default.rsts-touch .rsts-nav-numbers,.rsts-skin-default.rsts-touch .rsts-nav-tabs{display:none}.rsts-skin-default .rsts-nav{position:absolute;right:95px;bottom:12px;left:10px;text-align:right}.rsts-skin-default .rsts-nav ul{margin:0 !important;padding:0 !important}.rsts-skin-default .rsts-nav li{display:inline}.rsts-skin-default .rsts-nav-numbers a,.rsts-skin-default .rsts-nav-tabs a{display:inline-block;height:30px;min-width:30px;padding:0.65em 0.5em 0.5em;margin:0 2px 3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;font-size:12px;text-align:center;text-decoration:none;color:#fff;background-color:#555;background-color:rgba(85,85,85,0.6);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);-moz-box-shadow:0 0 2px rgba(0,0,0,0.2);box-shadow:0 0 2px rgba(0,0,0,0.2);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in}.rsts-skin-default .rsts-nav-numbers a:hover,.rsts-skin-default .rsts-nav-numbers a.active,.rsts-skin-default .rsts-nav-tabs a:hover,.rsts-skin-default .rsts-nav-tabs a.active{color:#333;background-color:#fff;background-color:rgba(255,255,255,0.5)}.rsts-skin-default:hover .rsts-nav-numbers a,.rsts-skin-default:hover .rsts-nav-tabs a{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.rsts-skin-default .rsts-nav-bullets{line-height:0}.rsts-skin-default .rsts-nav-bullets a{display:inline-block;width:9px;height:9px;overflow:hidden;margin:12px 4px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;outline:none;text-align:left;text-indent:-999px;background-color:#fff;background-color:rgba(255,255,255,0.8);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px #777;-moz-box-shadow:0 0 2px #777;box-shadow:0 0 2px #777}.rsts-skin-default .rsts-nav-bullets a:hover,.rsts-skin-default .rsts-nav-bullets a.active{background-color:#777;-webkit-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;-moz-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555}.rsts-skin-default .rsts-nav-thumbs{position:static;padding-top:5px}.rsts-skin-default .rsts-nav .rsts-nav-prev,.rsts-skin-default .rsts-nav .rsts-nav-next{display:none}.rsts-skin-default .rsts-video-play{top:50%;right:auto;bottom:auto;left:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAb1BMVEU4ODgGBgbx8fGurq7i4uIODg5QUFD7+/vBwcEUFBQYGBggICC1tbXNzc0JCQkVFRWsrKwTExPExMTS0tImJibv7+9KSkozMzP4+PhYWFj+/v6Dg4MDAwPl5eVycnKenp4MDAza2toPDw////8AAACZ5/RyAAAAJXRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwmBGiwAAALNJREFUeNrt1kcOwkAQRFFyxsYmBxtDc/8zIrGpA/xaWKhnO9KT5ncvZvCxnGSSSSaZv2GK0sIsFzMHM53MWwPzfkU8OwsT9cHCRHOyMHFpLYwCIUaBEKNAiFEgxCgQYhSIMQrEGAXijAJxJrZrC7NZGZjb/WF41PHqSLw/Owa+q9D6KQthlAUwykIYZSGMsiBGWRCjLIhRFsQoC2Ga0S8LZMqx7gAzLPr0aUsmmWSS6SXzBf8cqwAv1zglAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-play{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAMAAACZHrEMAAAARVBMVEUJCQlOTk4nJyddXV1gYGD29vbh4eGTk5PAwMA2NjYYGBgGBga3t7dUVFQtLS0SEhKHh4fb29sDAwPz8/NaWlr///8AAACZTZFgAAAAF3RSTlOAgICAgICAgICAgICAgICAgICAgICAgCZn8kAAAAFfSURBVHja7dpZUsMwFAVR5gDRLMT+l8r1Cqjih/5oLyB1kurYlp4evkGXGDFixIgRI0aMGDFixIgRI0aMGDFifseQvsBfPvjrdgdhzvsnCHPePkCY8/oCwpxzu4MwCQeESTggTMIBYa5wQJiEA8IkHBAm4YAwVzggTMIBYRIOCJNwQJgrHBAm4YAwCQeESTggzBUOCJNwQJiEA8IkHBDmCgeESTggTMIBYRIOCHOFA8IkHBAm4YAw5/UZhDn7iYOZjfPLlM5pZizMv2lXzk1vNs4duHTOs2kszFN7V87L1WycN73SOe/AY2FWB7tyFnGzcVaUpXPW2mNhdiF25WwWzcbZuSqds6c3Fma3c1fOpvRsnB3y0jmzg7EwU5VdOcOv2TiTuNI5M8qxMNPbXTlD9tk4E//SOWchxsKcEnmsoMM8qGNOYsRgLjFixIgRI0aMGDFixIgRI0aMGDH/e/0Ai4OJ2+ZcrkwAAAAASUVORK5CYII=');background-size:70px,70px}}.rsts-skin-default .rsts-video-stop{top:20px;right:20px;left:auto;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEWnp6dOTk7x8fHv7+9HR0fw8PDu7u7e3t5NTU3f398UFBQTExP4+PhLS0tvb29xcXH09PRJSUn39/fn5+cWFhampqb29vZISEhMTExLS0ukpKT////r6+sAAAD///8AAABKSkr19fUAAAD///8df9PJAAAAJHRSTlN6e35+e35+e3t7fX1/fHl5fXt/e315fnt7e3p/foGBfnt9gIDdofLFAAAAk0lEQVR42u2SSQ7DIAxF03nKPBEC2Ni9/x3jsMXqsuqiljxITx/8EcX7Y/wxuOmUhmPhIMdlg4akzxGbMscrBu4IyHLANce+Ymb7WKRWPsdyqpCnZJzVzUmUEgvpxmAYA4dxAB3TIanvupqisJdkRwr2O403K9V43bdpgaLuu6/x3KY7sO7VN7+m4TI5+K3v8H28AYM7doAzbo6MAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-stop{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAALVBMVEXo6OjGxsZjY2PKysq3t7ewsLCOjo7f39+Pj4/l5eVfX19hYWHj4+NRUVH///80A/15AAAAD3RSTlOGkL2PlZemiKWHvr2HyICcCOzTAAAAv0lEQVR42u3VSQ7DIAxA0bRJSBjs+x83mzYfNnatLqpKeM0THmRY9IuYeOKJJ7bwlsdTWwCfUpsS+Smni7EipfVW5PQwtte5iqAdvIvcGiuy25gs0e1ta7YwuqJ76+NRr6P1MbkSTM7HaKyP0QXK1HyMxgaxrjde1cBe1TV4MzZeMxYdm7OvF9OWR7H0YtpDG/ojnDurnc6hfT7Iw9tnImE7ney00bdFJ3Uw+mXpQoq822Nv8/Yf383EE0/8G3wBfh3Bcn7dsMIAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-video-youtube>.rsts-video-stop{top:25px}.rsts-skin-default .rsts-video-vimeo>.rsts-video-stop{top:10px;right:auto;left:10px}.rsts-skin-default .rsts-progress{position:absolute;top:0;right:0;width:100%;height:2px;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.rsts-skin-default .rsts-progress div{height:100%;background-color:#fff}.rsts-skin-default .rsts-progress.rsts-progress-active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.rsts-skin-default .rsts-thumbs-slide{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.rsts-skin-default .rsts-thumbs-slide.rsts-thumbs-active-thumb{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}

.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%;
  }
}

#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}
@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:100;src:url("/files/aid/design/fonts/roboto/roboto-v30-latin-100.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:100;src:url("/files/aid/design/fonts/roboto/roboto-v30-latin-100italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:300;src:url("/files/aid/design/fonts/roboto/roboto-v30-latin-300.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:300;src:url("/files/aid/design/fonts/roboto/roboto-v30-latin-300italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;src:url("/files/aid/design/fonts/roboto/roboto-v30-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:400;src:url("/files/aid/design/fonts/roboto/roboto-v30-latin-italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:500;src:url("/files/aid/design/fonts/roboto/roboto-v30-latin-500.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:500;src:url("/files/aid/design/fonts/roboto/roboto-v30-latin-500italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;src:url("/files/aid/design/fonts/roboto/roboto-v30-latin-700.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:700;src:url("/files/aid/design/fonts/roboto/roboto-v30-latin-700italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:900;src:url("/files/aid/design/fonts/roboto/roboto-v30-latin-900.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:900;src:url("/files/aid/design/fonts/roboto/roboto-v30-latin-900italic.woff2") format("woff2")}
:root{--color-primary: #eb0101;--color-accent: #FFE76C;--color-gray-light: #f5f5f5;--color-gray: #dadbdc;--color-gray-dark: #000000;--color-text: --color-gray-dark;--content-width: calc(1200px + 1rem + 1rem)}
*,*:before,*:after{box-sizing:border-box}::placeholder{color:#959595;opacity:1}::-ms-input-placeholder{color:#959595}body{font-family:"Roboto", sans-serif;line-height:1.75;font-size:1rem}img{vertical-align:middle}p{font-weight:300;font-size:20px;margin:0}p a{font-weight:700;text-decoration:none;color:var(--color-primary)}p+p{margin-top:1rem}p+p:has(a){margin-top:2rem}h1,h2,h3,h4,h5,h6{margin:0}h1{font-size:40px;line-height:1.1;margin-bottom:30px}h2{color:var(--color-gray-dark);font-size:30px;font-weight:700;font-style:normal;margin-bottom:30px;line-height:2rem}h3{margin-bottom:30px}h4{font-size:20px;font-weight:700;margin-bottom:30px}img{border-radius:10px}textarea{font-family:"Roboto", sans-serif}@media (max-width:599px){h1{font-size:28px}h2{font-size:24px}}
a.btn,button.btn,.a-as-btn a,button.submit,.expose-link{font-family:"Roboto", sans-serif;display:inline-flex;align-items:center;padding:0.5rem 1.875rem;font-weight:500;text-decoration:none;color:var(--color-primary);border:1px solid var(--color-primary);font-size:1.125rem;border-radius:10px;cursor:pointer;text-transform:uppercase;background:transparent}.btn-accent a,button.btn-accent{color:#FFF;background:var(--color-primary)}.p-ce-text{padding-top:48px;padding-bottom:48px}.p-ce-text.left{padding-left:30px !important}.p-ce-text.right{padding-right:30px !important}.content-wrapper ul{font-weight:300;font-size:20px;margin-top:0}@media (max-width:899px){.content-wrapper ul,.content-wrapper p{font-size:16px;margin-bottom:30px}}
header{box-shadow:0 5px 15px rgba(155, 155, 155, 0.1);padding:1.25rem 0;background:#fff;z-index:9999;position:relative}header.fixed{position:fixed;top:0;left:0;right:0;padding:0.75rem 0;background:rgba(255, 255, 255, 0.9);backdrop-filter:blur(5px);animation:headerSlideIn 250ms linear}header.fixed .ce_image img{height:60px;width:auto}header .inside{display:flex;justify-content:space-between;align-items:center}header .mod_navigation ul{margin:0;padding:0;list-style:none}header .mod_navigation ul li{display:inline-block}header .mod_navigation ul li a,header .mod_navigation ul li strong{display:block;padding:0.5rem 0 calc(0.5rem - 1px);border-bottom:3px solid transparent;color:#959595;transition:150ms;font-weight:500;text-decoration:none}header .mod_navigation ul li strong,header .mod_navigation ul li a.trail,header .mod_navigation ul li a:hover{color:var(--color-text);border-color:var(--color-primary)}header .mod_navigation ul li+li{margin-left:2rem}@keyframes headerSlideIn{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}
footer{font-size:14px}footer>.inside{max-width:unset !important;padding:0 !important}footer .mod_customnav ul{margin:0;padding:0;list-style:none}footer .mod_customnav ul li a{text-decoration:none;color:var(--color-text)}footer .mod_customnav ul li+li{margin-top:0.5rem}footer .gototop{height:50px;width:50px;display:block;margin-left:auto;border:none;border-radius:10px;background-color:var(--color-primary);background-image:url("/files/aid/design/img/icon/icon_arrow_up_white.svg");background-size:24px;background-repeat:no-repeat;background-position:center;cursor:pointer}footer .navigation{padding:5rem 0;background:var(--color-gray)}footer .navigation h3,footer .navigation h4{margin-bottom:20px}footer .navigation h4{font-size:14px;max-width:150px}footer .copyright{padding:0.75rem 0;background:var(--color-gray-dark);color:#ffffff}footer .copyright .inside{display:flex;align-items:center;justify-content:space-between}footer .copyright .mod_customnav ul li{display:inline-block}footer .copyright .mod_customnav ul li a{color:#ffffff}footer .copyright .mod_customnav ul li+li{margin-top:0;margin-left:2rem}@media (max-width:899px){footer{text-align:center}footer .navigation{padding-top:0;padding-bottom:0}footer .navigation .ce_image{display:none}footer .navigation .ce_headline{text-align:left;font-size:20px}footer .navigation h4{max-width:210px}footer .navigation .ce_rs_column_start{order:2}footer .navigation .ce_rs_column_start:not(:has(div.table-with-icon)){display:none}footer .rs-column:has(.gototop){order:1;position:absolute}footer .gototop{transform:translateX(0);margin-top:30px}footer .copyright .inside{display:block;text-align:center}}
#slider{overflow:hidden}#slider .mod_article:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.5)}#slider .mod_article .inside{padding-top:128px;position:relative;padding-left:1rem;padding-right:1rem}#slider .mod_article .inside .mod_rocksolid_slider{position:absolute !important;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:-1;position:relative}#slider .mod_article .inside .ce_headline{color:#ffffff;text-align:center;font-size:48px;font-style:normal;text-transform:uppercase;margin:3rem 0 1.625rem}#slider .mod_article .inside .ce_text{color:#ffffff;text-align:center;font-size:24px;font-weight:400;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.75rem;padding-bottom:calc(2 * 128px)}#slider .mod_article .inside .ce_image{text-align:center}#slider .mod_article .inside .ce_image.logo-key img{height:83px;width:auto}#slider .mod_article .inside .ce_image.logo-claim{padding-bottom:128px}#slider .mod_article .inside .ce_image.logo-claim img{height:32px;width:auto}@media (max-width:899px){#slider .mod_article .inside{padding-top:48px;position:relative;padding-left:1rem;padding-right:1rem}#slider .mod_article .inside .ce_headline{color:#ffffff;text-align:center;font-size:28px;margin:1.25rem 0 10px}#slider .mod_article .inside .ce_image{text-align:center}#slider .mod_article .inside .ce_image.logo-key img{height:50px;width:auto}#slider .mod_article .inside .ce_image.logo-claim{padding-bottom:48px}#slider .mod_article .inside .ce_image.logo-claim img{height:32px;width:auto}#slider .mod_article .inside .ce_text{padding-bottom:48px}#slider .mod_article .inside .ce_text p{font-size:16px}}
.mod_mobilenav .nav-open .icon{border-radius:6px;background:var(--color-primary)}.mod_mobilenav .nav-mobile ul li.back span,.mod_mobilenav .nav-mobile ul li.close-menu span{color:rgba(0, 0, 0, 0.5)}.mod_mobilenav .nav-mobile ul li span.forward,.mod_mobilenav .nav-mobile ul li a,.mod_mobilenav .nav-mobile li.trail>span.trail,.mod_mobilenav .nav-mobile li.active>span,.mod_mobilenav .nav-mobile li.title>span{color:var(--color-text);font-weight:500}.mod_mobilenav .nav-mobile ul li span.forward,.mod_mobilenav .nav-mobile li.trail>a,.mod_mobilenav .nav-mobile li.active>span,.mod_mobilenav .nav-mobile li.trail>span.trail{background:var(--color-primary);color:#ffffff}.mod_mobilenav .nav-mobile strong{font-weight:500}
.mod_article .inside,header .inside,footer .inside{max-width:var(--content-width);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.mod_article{padding:5rem 0}.mod_article.p-t-0{padding-top:0}.mod_article.p-b-0{padding-bottom:0}.mod_article.ignore-inside .inside{max-width:100%;padding-left:0;padding-right:0}.mod_article.box-header{padding:0 0 4rem}.mod_article.box-header .inside>div{background:var(--color-primary);color:#ffffff;border-bottom-left-radius:50px;border-bottom-right-radius:50px;position:relative}.mod_article.box-header .inside>div>.ce_text{padding:102px}.mod_article.box-header .inside>div>.ce_text>h1,.mod_article.box-header .inside>div>.ce_text>h2,.mod_article.box-header .inside>div>.ce_text>h3,.mod_article.box-header .inside>div>.ce_text>h4,.mod_article.box-header .inside>div>.ce_text>h5,.mod_article.box-header .inside>div>.ce_text>h6,.mod_article.box-header .inside>div>.ce_text>.content-wrapper{max-width:580px}.mod_article.box-header .inside>div>.rs-columns{padding:47px 102px}.mod_article.box-contact{padding:4rem 0 0}.mod_article.box-contact .inside>div{border-top-left-radius:50px;border-top-right-radius:50px;position:relative;padding:102px;background:#ffffff}.mod_article.box-contact h2{background:var(--color-primary);-webkit-background-clip:text}.mod_article.bg.bg-light{background-color:var(--color-gray-light)}.mod_article.bg.bg-light.before-trapezoid:after{background-color:var(--color-gray-light)}.mod_article.bg.bg-light.after-trapezoid:after{background-color:var(--color-gray-light)}.mod_article.bg.bg-primary{background-color:var(--color-primary)}.mod_article.bg.bg-primary.before-trapezoid:after{background-color:var(--color-primary)}.mod_article.bg.bg-primary.after-trapezoid:after{background-color:var(--color-primary)}.mod_article.before-trapezoid,.mod_article.after-trapezoid{position:relative;overflow:visible}.mod_article.before-trapezoid:after,.mod_article.after-trapezoid:after{content:"";position:absolute;background-color:#fff;width:100%;height:120px;z-index:1}.mod_article.before-trapezoid:after{bottom:0;left:0;transform-origin:top left;clip-path:polygon(0% 0%, 102% 0%, 0% 100%);transform:translateY(calc(100% - 1px))}.mod_article.after-trapezoid:after{top:0;left:0;transform-origin:bottom left;clip-path:polygon(0% 0%, 102% 100%, 0% 100%);transform:translateY(calc(-100% + 1px))}.mod_article.trapezoid{position:relative;padding:calc(5rem + 120px) 0}.mod_article.trapezoid .inside{position:static}.mod_article.trapezoid .inside>div{max-width:50%;padding-right:9rem}.mod_article.trapezoid .inside>div .ce_image{position:absolute;top:0;left:50%;right:0;bottom:0;background:var(--color-primary)}.mod_article.trapezoid .inside>div .ce_image figure{height:100%}.mod_article.trapezoid .inside>div .ce_image figure img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:0.5}.mod_article.partner-area .rs-columns{align-items:center;justify-content:center}.mod_article.partner-area .ce_rs_column_start{text-align:center}.mod_article.partner-area .ce_rs_column_start h2{color:#000;-webkit-text-fill-color:unset;font-size:30px;font-weight:700;font-style:normal;margin-bottom:0}@media (max-width:899px){.mod_article.box-contact .inside>div{border-top-left-radius:25px;border-top-right-radius:25px;padding:3.5rem}.mod_article.before-trapezoid:after,.mod_article.after-trapezoid:after{height:75px}.mod_article.trapezoid{padding:calc(3rem + 75px) 0}.mod_article.trapezoid .inside>div{max-width:75%;padding-right:1rem}.mod_article.trapezoid .inside>div .ce_image{left:75%}}@media (max-width:599px){.mod_article.box-header{padding:0 0 4rem}.mod_article.box-header .inside>div{border-bottom-left-radius:25px;border-bottom-right-radius:25px}.mod_article.box-header .inside>div>.ce_text{padding:3.5rem 2rem}.mod_article.box-header .inside>div>.rs-columns{padding:3.5rem 2rem}.mod_article.before-trapezoid:after,.mod_article.after-trapezoid:after{height:2rem}.mod_article.trapezoid{padding:calc(2rem + 2rem) 0}.mod_article.trapezoid .inside>div{max-width:100%;padding:0}.mod_article.trapezoid .inside>div .ce_image{display:none}}
.mod_realEstateResultList{overflow:hidden}.mod_realEstateResultList.col-2 .result-list-inner{margin-left:-1rem;margin-right:-1rem}.mod_realEstateResultList.col-2 .result-list-inner>div{flex:0 0 calc(100% /2);padding-left:1rem;padding-right:1rem}.mod_realEstateResultList .result-list-inner{display:flex;flex-wrap:wrap;margin-left:-30px;margin-right:-30px;gap:60px 0}.mod_realEstateResultList .result-list-inner>div{padding-left:30px;padding-right:30px;flex:0 0 calc(100% / 3)}.mod_realEstateResultList .result-list-inner .real_estate_item_default .inner{position:relative}.mod_realEstateResultList .result-list-inner .real_estate_item_default a:has(.title){color:var(--color-text);text-decoration:none;margin:0.5rem 0;display:block}.mod_realEstateResultList .result-list-inner .real_estate_item_default a:has(.title) h4{margin:0}.mod_realEstateResultList .result-list-inner .real_estate_item_default .status{position:absolute;left:0;top:0;border-radius:10px 0;background:var(--color-primary);color:#fff;padding:0.5rem 1rem;z-index:1}.mod_realEstateResultList .result-list-inner .real_estate_item_default .main-image{border-radius:10px;overflow:hidden}.mod_realEstateResultList .result-list-inner .real_estate_item_default .main-image img{transition:transform 500ms;width:100%}.mod_realEstateResultList .result-list-inner .real_estate_item_default .main-image a:hover img{transform:scale(1.05)}.mod_realEstateResultList .result-list-inner .real_estate_item_default .main-details{border-top:1px solid rgba(99, 99, 99, 0.15);border-bottom:1px solid rgba(99, 99, 99, 0.15);padding:0.5rem 0;margin:0.5rem 0}.mod_realEstateResultList .result-list-inner .real_estate_item_default .main-details .detail{display:flex;justify-content:space-between}.mod_realEstateResultList .result-list-inner .real_estate_item_default .main-details .detail .label{font-weight:bold}.mod_realEstateResultList .result-list-inner .real_estate_item_default .main-price{text-align:right;font-weight:bold;font-size:20px}.mod_realEstateResultList .result-list-inner .real_estate_item_default .expose-link{margin-top:1rem;width:100%;justify-content:center}@media (max-width:899px){.mod_realEstateResultList .result-list-inner>div{flex:0 0 calc(100% / 2) !important}}@media (max-width:599px){.mod_realEstateResultList .result-list-inner>div{flex:0 0 calc(100% / 1) !important}}
.mod_realEstateExpose{overflow:visible}.mod_realEstateExpose .object-expose-head{position:relative}.mod_realEstateExpose .object-expose-head .expose_mod_gallery{margin-bottom:60px}.mod_realEstateExpose .object-expose-head .expose_mod_gallery .gallery-item img{width:100%}.mod_realEstateExpose .object-expose-head .expose_mod_gallery .gallery-item+.gallery-item{display:none}.mod_realEstateExpose .object-expose-content{display:flex;flex-wrap:wrap;margin-left:-30px;margin-right:-30px;gap:60px 0}.mod_realEstateExpose .object-expose-content>div{padding-left:30px;padding-right:30px}.mod_realEstateExpose .object-expose-content>div.object-expose-main{flex:0 0 calc((100% / 3) * 2)}.mod_realEstateExpose .object-expose-content>div.object-expose-right{flex:0 0 calc((100% / 3) * 1)}.mod_realEstateExpose .expose_mod_enquiryForm{margin-top:0}.mod_realEstateExpose .expose_mod_statusToken{position:absolute;left:0;top:0;border-radius:10px 0;background:var(--color-primary);color:#fff;padding:0.5rem 1rem;z-index:1}.mod_realEstateExpose .expose_mod_details{box-shadow:0 0 12px rgba(99, 99, 99, 0.15);padding:30px;border-radius:10px;display:flex;flex-wrap:wrap;margin-left:-30px;margin-right:-30px;gap:60px 0;margin-bottom:60px}.mod_realEstateExpose .expose_mod_details>div{flex:0 0 calc((100% / 3) * 1);padding-left:30px;padding-right:30px}.mod_realEstateExpose .expose_mod_details>div h2{color:#959595;font-size:18px;text-transform:uppercase;font-weight:500;margin-bottom:0.5rem}.mod_realEstateExpose .expose_mod_details>div .field{display:flex;flex-wrap:wrap;justify-content:space-between}.mod_realEstateExpose .expose_mod_details>div .field .label{font-weight:bold}.mod_realEstateExpose .expose_mod_texts>div+div{margin-top:2.5rem}@media (max-width:1199px){.mod_realEstateExpose .expose_mod_details{margin:0 0 30px;padding:2rem 0}.mod_realEstateExpose .expose_mod_details>div{padding:0 1rem}}@media (max-width:899px){.mod_realEstateExpose .expose_mod_details{gap:30px 0}.mod_realEstateExpose .expose_mod_details>div{flex:0 0 calc((100% / 2) * 1)}.mod_realEstateExpose .object-expose-content>div.object-expose-main{flex:0 0 100%}.mod_realEstateExpose .object-expose-content>div.object-expose-right{flex:0 0 100%}}@media (max-width:599px){.mod_realEstateExpose .expose_mod_details{gap:30px 0}.mod_realEstateExpose .expose_mod_details>div{flex:0 0 calc((100% / 1) * 1)}}
.mod_newslist .layout_latest .image-wrapper{margin-bottom:10px}.mod_newslist .layout_latest .image-wrapper img{width:100%}.mod_newslist .layout_latest .content-wrapper h3{margin:0 0 10px}.mod_newslist .layout_latest .content-wrapper h3 a{text-decoration:none;color:#000000}.mod_newslist .layout_latest .content-wrapper .info{margin-bottom:20px;font-size:15px}.mod_newslist .layout_latest .content-wrapper .ce_text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.mod_newslist .layout_latest .content-wrapper .ce_text p{font-size:15px}.mod_newslist .layout_latest .content-wrapper .more{padding-top:10px;font-size:15px}.mod_newslist .layout_latest .content-wrapper .more a{color:#000000}.mod_newslist .layout_latest:has(+ .layout_latest){margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(0, 0, 0, 0.25)}@media (min-width:599px){.mod_newslist:not(.home) .layout_latest{display:flex;margin-left:-1rem;margin-right:-1rem}.mod_newslist:not(.home) .layout_latest>div{padding-left:1rem;padding-right:1rem}.mod_newslist:not(.home) .layout_latest .image-wrapper{flex:0 0 250px}}
.ce_form,.expose_mod_enquiryForm{overflow:visible;margin-top:30px;overflow:visible}.ce_form .form,.expose_mod_enquiryForm .form{overflow:visible}.ce_form .widget,.expose_mod_enquiryForm .widget{margin-bottom:20px}.ce_form .widget:not(.widget-checkbox) input,.ce_form .widget:not(.widget-checkbox) textarea,.ce_form .widget:not(.widget-checkbox) select,.expose_mod_enquiryForm .widget:not(.widget-checkbox) input,.expose_mod_enquiryForm .widget:not(.widget-checkbox) textarea,.expose_mod_enquiryForm .widget:not(.widget-checkbox) select{padding:0.75rem 1rem;border-radius:10px;width:100%;min-width:100%;max-width:100%;box-shadow:0 0px 15px rgba(107, 107, 107, 0.1);border:none;display:block}.ce_form .widget.widget-checkbox fieldset,.expose_mod_enquiryForm .widget.widget-checkbox fieldset{border:none;padding:0;margin:0}.ce_form .widget.widget-checkbox fieldset>span,.expose_mod_enquiryForm .widget.widget-checkbox fieldset>span{display:flex;align-items:start}.ce_form .widget.widget-checkbox fieldset>span input,.expose_mod_enquiryForm .widget.widget-checkbox fieldset>span input{transform:translateY(4px);margin-right:1rem}.ce_form label a,.expose_mod_enquiryForm label a{color:var(--color-primary);text-decoration:none}.ce_form.contact-page .formbody,.expose_mod_enquiryForm.contact-page .formbody{display:flex;flex-wrap:wrap;margin:0 -0.5rem}.ce_form.contact-page .formbody input,.ce_form.contact-page .formbody textarea,.expose_mod_enquiryForm.contact-page .formbody input,.expose_mod_enquiryForm.contact-page .formbody textarea{outline-color:var(--color-primary)}.ce_form.contact-page .formbody .widget,.expose_mod_enquiryForm.contact-page .formbody .widget{padding:0 0.5rem}.ce_form.contact-page .formbody .widget label,.expose_mod_enquiryForm.contact-page .formbody .widget label{display:none}.ce_form.contact-page .formbody .widget-text,.expose_mod_enquiryForm.contact-page .formbody .widget-text{flex:0 0 50%}.ce_form.contact-page .formbody .widget-textarea,.expose_mod_enquiryForm.contact-page .formbody .widget-textarea{flex:0 0 100%}.ce_form.contact-page .formbody .widget-checkbox label,.expose_mod_enquiryForm.contact-page .formbody .widget-checkbox label{display:block}.ce_form.contact-page .formbody .widget-submit button,.expose_mod_enquiryForm.contact-page .formbody .widget-submit button{padding-top:calc(0.297rem + 0.5rem);padding-bottom:calc(0.297rem + 0.5rem)}
.mod_article.filter{padding:0;overflow:visible;margin-top:-90px}.mod_article.filter .inside{padding:62px 0;box-shadow:0 0 12px rgba(99, 99, 99, 0.15);border-radius:10px;background:#ffffff}.mod_article.filter .inside>div{max-width:calc((100% / 12) * 8);margin:auto}.ce_filter{overflow:visible}.ce_filter .widget:not(.widget-submit):not(:has(.widget)){margin-bottom:2rem}.ce_filter .widget:not(.widget-checkbox) input,.ce_filter .widget:not(.widget-checkbox) textarea,.ce_filter .widget:not(.widget-checkbox) select{padding:0.75rem 1rem;border-radius:10px;width:100%;min-width:100%;max-width:100%;box-shadow:0 0px 15px rgba(107, 107, 107, 0.1);border:none;display:block}.ce_filter .widget.widget-checkbox fieldset{border:none;padding:0;margin:0}.ce_filter .widget.widget-checkbox fieldset>span{display:flex;align-items:start}.ce_filter .widget.widget-checkbox fieldset>span input{transform:translateY(4px);margin-right:1rem}.ce_filter label{color:#959595;font-size:18px;text-transform:uppercase;font-weight:500;margin-bottom:0.5rem;display:block}.ce_filter .formbody{display:flex;flex-wrap:wrap;margin-left:-30px;margin-right:-30px}.ce_filter .formbody>*{padding-left:30px;padding-right:30px}.ce_filter .formbody .widget-type-separated{flex:0 0 calc((100% / 3) * 2);display:flex;flex-wrap:wrap;margin-left:-30px;margin-right:-30px;box-sizing:content-box;margin-bottom:0}.ce_filter .formbody .widget-type-separated>div{flex:0 0 calc((100% / 2));padding-left:30px;padding-right:30px}.ce_filter .formbody .widget-location{flex:0 0 calc((100% / 3) * 1)}.ce_filter .formbody .widget-toggle{flex:0 0 100%;display:flex;flex-wrap:wrap;margin-left:-30px;margin-right:-30px;box-sizing:content-box}.ce_filter .formbody .widget-toggle>div{flex:0 0 calc((100% / 3));padding-left:30px;padding-right:30px}@media (max-width:1199px){.mod_article.filter{padding:0;overflow:visible;margin-top:-2rem;padding:0 1rem}.mod_article.filter .inside{padding:36px 0}.mod_article.filter .inside>div{max-width:calc((100% / 12) * 10)}}@media (max-width:899px){.ce_filter .formbody{overflow:hidden}.ce_filter .formbody .widget-type-separated{flex:0 0 100%}.ce_filter .formbody .widget-type-separated>div{flex:0 0 calc((100% / 2))}.ce_filter .formbody .widget-location{flex:0 0 100%}.ce_filter .formbody .widget-toggle>div{flex:0 0 calc((100% / 2))}}@media (max-width:599px){.ce_filter .formbody .widget-type-separated{flex:0 0 100%}.ce_filter .formbody .widget-type-separated>div{flex:0 0 calc((100% / 1))}.ce_filter .formbody .widget-location{flex:0 0 100%}.ce_filter .formbody .widget-toggle>div{flex:0 0 calc((100% / 1))}}
.ce_headline.w-250{max-width:250px}#leistungen.ce_headline{color:#fff;background-color:#E31318;padding:10px;border-radius:10px;text-align:center}
.ce_image.as-full-bg{top:0;bottom:0;height:100%;position:absolute;z-index:-1}.ce_image.as-full-bg.left{right:0;left:calc((var(--content-width) / 12)* -1)}.ce_image.as-full-bg.right{left:0;right:calc((var(--content-width) / 12)* -1)}.ce_image.as-full-bg figure{height:100%}.ce_image.as-full-bg figure img{width:100%;height:100%;object-fit:cover}.ce_image.m-b-60{margin-bottom:60px}@media (max-width:899px){.ce_image.as-full-bg{padding-left:0;padding-right:0;position:static}.ce_rs_column_start:has(.ce_image){order:1;padding-left:0;padding-right:0}.ce_rs_column_start img{border-radius:unset}.p-ce-text{order:2;padding-top:0}}
.rs-columns{width:auto;margin-left:-1rem;margin-right:-1rem;display:flex;flex-wrap:wrap;gap:30px 0}.rs-column{float:unset;min-height:1px;padding-left:1rem;padding-right:1rem;position:relative;margin-right:0 !important;margin-top:0 !important}.rs-column.-large-first{clear:none}.rs-column.-large-last{margin-right:0}.rs-column.-large-first-row{margin-top:0}.rs-column.-large-col-1-1{width:100%}.rs-column.-large-col-2-1{width:50%}.rs-column.-large-col-2-2{width:100%}.rs-column.-large-col-3-1{width:33.333%}.rs-column.-large-col-3-2{width:66.666%}.rs-column.-large-col-3-3{width:100%}.rs-column.-large-col-4-1{width:25%}.rs-column.-large-col-4-2{width:50%}.rs-column.-large-col-4-3{width:75%}.rs-column.-large-col-4-4{width:100%}.rs-column.-large-col-5-1{width:20%}.rs-column.-large-col-5-2{width:40%}.rs-column.-large-col-5-3{width:60%}.rs-column.-large-col-5-4{width:80%}.rs-column.-large-col-5-5{width:100%}.rs-column.-large-col-6-1{width:16.666%}.rs-column.-large-col-6-2{width:33.333%}.rs-column.-large-col-6-3{width:50%}.rs-column.-large-col-6-4{width:66.666%}.rs-column.-large-col-6-5{width:83.333%}.rs-column.-large-col-6-6{width:100%}@media screen and (max-width:900px){.rs-column{margin-top:30px;margin-right:0}.rs-column.-large-first{clear:none}.rs-column.-large-last{margin-right:0}.rs-column.-large-first-row{margin-top:30px}.rs-column.-medium-first{clear:none}.rs-column.-medium-last{margin-right:0}.rs-column.-medium-first-row{margin-top:0}.rs-column.-medium-col-1-1{width:100%}.rs-column.-medium-col-2-1{width:50%}.rs-column.-medium-col-2-2{width:100%}.rs-column.-medium-col-3-1{width:33.333%}.rs-column.-medium-col-3-2{width:66.666%}.rs-column.-medium-col-3-3{width:100%}.rs-column.-medium-col-4-1{width:25%}.rs-column.-medium-col-4-2{width:50%}.rs-column.-medium-col-4-3{width:75%}.rs-column.-medium-col-4-4{width:100%}.rs-column.-medium-col-5-1{width:20%}.rs-column.-medium-col-5-2{width:40%}.rs-column.-medium-col-5-3{width:60%}.rs-column.-medium-col-5-4{width:80%}.rs-column.-medium-col-5-5{width:100%}.rs-column.-medium-col-6-1{width:16.666%}.rs-column.-medium-col-6-2{width:33.333%}.rs-column.-medium-col-6-3{width:50%}.rs-column.-medium-col-6-4{width:66.666%}.rs-column.-medium-col-6-5{width:83.333%}.rs-column.-medium-col-6-6{width:100%}}@media screen and (max-width:599px){.rs-column{margin-right:30px;margin-right:0}.rs-column.-large-last{margin-right:0}.rs-column.-large-first-row{margin-top:30px}.rs-column.-medium-first{clear:none}.rs-column.-medium-last{margin-right:0}.rs-column.-medium-first-row{margin-top:30px}.rs-column.-small-first{clear:none}.rs-column.-small-last{margin-right:0}.rs-column.-small-first-row{margin-top:0}.rs-column.-small-col-1-1{width:100%}.rs-column.-small-col-2-1{width:50%}.rs-column.-small-col-2-2{width:100%}.rs-column.-small-col-3-1{width:33.333%}.rs-column.-small-col-3-2{width:66.666%}.rs-column.-small-col-3-3{width:100%}.rs-column.-small-col-4-1{width:25%}.rs-column.-small-col-4-2{width:50%}.rs-column.-small-col-4-3{width:75%}.rs-column.-small-col-4-4{width:100%}.rs-column.-small-col-5-1{width:20%}.rs-column.-small-col-5-2{width:40%}.rs-column.-small-col-5-3{width:60%}.rs-column.-small-col-5-4{width:80%}.rs-column.-small-col-5-5{width:100%}.rs-column.-small-col-6-1{width:16.666%}.rs-column.-small-col-6-2{width:33.333%}.rs-column.-small-col-6-3{width:50%}.rs-column.-small-col-6-4{width:66.666%}.rs-column.-small-col-6-5{width:83.333%}.rs-column.-small-col-6-6{width:100%}}
@charset "UTF-8";
.ce_rsce_aid_feedback_slider{overflow:visible}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .splide__track--nav>.splide__list>.splide__slide,.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .splide__track--nav>.splide__list>.splide__slide.is-active,.ce_rsce_aid_feedback_slider #feedback-splide-slider .splide__track--nav>.splide__list>.splide__slide,.ce_rsce_aid_feedback_slider #feedback-splide-slider .splide__track--nav>.splide__list>.splide__slide.is-active{border:none}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper,.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper{border-radius:10px;background:#ffffff;padding:1.5rem;box-shadow:0 4px 15px rgba(155, 155, 155, 0.1);border:3px solid #fff}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .name,.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper .name{color:var(--color-primary);font-size:1.5rem;font-style:italic;font-weight:500;line-height:1.4}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .city,.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper .city{font-weight:300;line-height:1.4}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .text,.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper .text{padding:1rem 1.5rem;margin-top:20px;position:relative;overflow:hidden}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .text:before,.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .text:after,.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper .text:before,.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper .text:after{font-size:60px;color:var(--color-primary);position:absolute;line-height:1}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .text:before,.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper .text:before{content:"“";top:0;left:0}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .text:after,.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper .text:after{content:"”";right:0;bottom:0;transform:translateY(50%)}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .text p,.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper .text p{font-style:italic}.ce_rsce_aid_feedback_slider #feedback-splide-slider{max-width:894px;margin:auto}.ce_rsce_aid_feedback_slider #feedback-splide-slider .item{display:flex;flex-wrap:wrap}.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .image-wrapper{flex:0 0 280px;margin-right:24px;border-radius:10px;overflow:hidden}.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center}.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper{flex:1;padding:2.75rem 4.875rem}.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper .text{padding:2rem}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider{display:flex;flex-direction:columns;flex-wrap:wrap;margin-top:70px}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .splide__track--nav>.splide__list>.splide__slide.is-active .item .content-wrapper{border-color:var(--color-primary)}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .splide__track{padding-left:1rem;padding-right:1rem;padding-bottom:1rem}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider>div{flex:0 0 100%}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .splide__arrows{order:2;margin-top:85px}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .splide__track{order:1}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .text:before,.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .text:after{font-size:40px}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .text p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .image-wrapper{display:none}.ce_rsce_aid_feedback_slider .splide .splide__arrows{display:flex;justify-content:center}.ce_rsce_aid_feedback_slider .splide .splide__arrows button{position:static;transform:none;height:50px;width:50px;border-radius:10px;background-color:#F5F5F5;background-image:url("/files/aid/design/img/icon/icon_arrow_left.svg");background-size:24px;background-repeat:no-repeat;background-position:center;opacity:1;margin:0 10px}.ce_rsce_aid_feedback_slider .splide .splide__arrows button.splide__arrow--next{background-image:url("/files/aid/design/img/icon/icon_arrow_right.svg")}.ce_rsce_aid_feedback_slider .splide .splide__arrows button:hover{background-image:url("/files/aid/design/img/icon/icon_arrow_right_accent.svg");background-color:var(--color-primary)}.ce_rsce_aid_feedback_slider .splide .splide__arrows button:hover:not(.splide__arrow--next){transform:scale(-1)}.ce_rsce_aid_feedback_slider .splide .splide__arrows button svg{fill:var(--color-primary);display:none}@media (max-width:899px){.ce_rsce_aid_feedback_slider{overflow:visible}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper,.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper{padding:1.5rem}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .name,.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper .name{font-size:1.5rem}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .text,.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper .text{padding:1rem 1.5rem;margin-top:20px}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .text:before,.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .item .content-wrapper .text:after,.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper .text:before,.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper .text:after{font-size:60px}.ce_rsce_aid_feedback_slider #feedback-splide-slider .item{justify-content:center}.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .image-wrapper{flex:0 0 300px;margin-right:0;border-radius:10px;margin-bottom:1.5rem}.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper{flex:0 0 100%;padding:1.75rem 2.875rem}.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper .text{padding:2rem}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider{display:flex;flex-direction:columns;flex-wrap:wrap;margin-top:20px}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .splide__arrows{margin-top:20px}.ce_rsce_aid_feedback_slider #feedback-thumb-splide-slider .splide__track{display:none}}@media (max-width:599px){.ce_rsce_aid_feedback_slider{overflow:visible}.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .image-wrapper{flex:0 0 250px}.ce_rsce_aid_feedback_slider #feedback-splide-slider .item .content-wrapper{flex:0 0 100%;padding:1rem 1.5rem}}
.ce_rsce_aid_headline{display:flex;flex-wrap:wrap;flex-direction:column}.ce_rsce_aid_headline>div{flex:0 0 100%}.ce_rsce_aid_headline .title{order:2}.ce_rsce_aid_headline .title h2{line-height:unset}.ce_rsce_aid_headline .subtitle{order:1;display:flex;align-items:center;font-size:18px;color:var(--color-primary)}@media (max-width:899px){.subtitle{font-size:16px;font-weight:700}}
.ce_rsce_aid_team .team-boxes-item{font-size:20px}.ce_rsce_aid_team .team-boxes-item .team-boxes-image-wrapper{margin-bottom:25px}.ce_rsce_aid_team .team-boxes-item .team-boxes-image-wrapper img{width:100%}.ce_rsce_aid_team .team-boxes-item h3{margin:0;font-size:20px}.ce_rsce_aid_team .team-boxes-item h4{margin:0px 0 0;font-size:20px;font-weight:300}.ce_rsce_aid_team .team-boxes-item ul{padding:0;margin:20px 0 0;list-style:none}.ce_rsce_aid_team .team-boxes-item ul li a{display:block;font-weight:bold;color:#000000;text-decoration:none;transition:color 250ms}.ce_rsce_aid_team .team-boxes-item ul li a img{margin-right:1.25rem}.ce_rsce_aid_team .team-boxes-item ul li a:hover{color:var(--color-primary)}.ce_rsce_aid_team .team-boxes-item ul li+li{margin-top:10px}
.ce_text.content-image-box{position:relative;z-index:0}.ce_text.content-image-box .image-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0.5;z-index:-1}.ce_text.content-image-box .image-wrapper figure{height:100%}.ce_text.content-image-box .image-wrapper figure img{height:100%;width:100%;object-fit:cover;object-position:center}.ce_text.icon-box{display:flex;align-items:center}.ce_text.icon-box .image-wrapper{flex:0 0 50px}.ce_text.icon-box .content-wrapper{flex:1 0 50px;margin-left:20px;font-size:1.3rem;line-height:1.2}.ce_text.info-text p{font-size:20px;color:var(--color-gray)}.ce_text.info-text strong{color:#000000}.ce_text.ul-as-checked ul{padding:0;margin:40px 0;list-style:none}.ce_text.ul-as-checked ul li{display:flex;align-items:start;color:var(--color-primary);font-size:20px;font-weight:500}.ce_text.ul-as-checked ul li:before{content:"";width:40px;height:40px;background-image:url("/files/aid/design/img/icon/icon_check.svg");background-size:contain;background-position:center;background-repeat:no-repeat;margin-right:1.5rem;flex:0 0 40px;transform:translateY(-2px)}.ce_text.ul-as-checked ul li+li{margin-top:2.25rem}.ce_text.table-with-icon table a{color:var(--color-text);text-decoration:none;transition:150ms}.ce_text.table-with-icon table a:hover{color:var(--color-primary)}.ce_text.table-with-icon table tr td{vertical-align:top}.ce_text.table-with-icon table tr td:first-child{padding-right:10px}.ce_text.table-with-icon table tr td:first-child img{width:31px;height:auto;border-radius:unset}.ce_text.table-with-icon table tr+tr td{padding-top:20px}.ce_text.slider-text p{font-size:24px;font-weight:400}.ce_text.width-small{max-width:490px}.ce_text.small-txt p{font-size:16px;font-weight:400;line-height:1.125rem}.ce_text.w-1000{max-width:1000px}@media (max-width:899px){.table-with-icon table{margin-bottom:30px}.table-with-icon tbody{font-size:18px;text-align:left}}
