#moduleColorTray .color-main{color:#589ABA}#moduleColorTray .color-drawings{color:#86bbda}#moduleColorTray .color-flowchart-borders{color:#91b7c5}[data-action]{cursor:pointer}body.module .endpage .starvoting{width:100%;text-align:center;pointer-events:none;display:flex;justify-content:center;flex-direction:row}body.module .endpage .starvoting .star{font-size:75px;margin:0;padding:10px;color:#acacac;cursor:pointer;pointer-events:auto}body.module .endpage .starvoting:not(.done):hover .star{color:#ffc102}body.module .endpage .starvoting:not(.done) .star:hover~.star{color:#acacac}body.module .endpage .starvoting.choose-1 .star:nth-child(-n+1){color:#ffc102;-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}body.module .endpage .starvoting.choose-2 .star:nth-child(-n+2){color:#ffc102;-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}body.module .endpage .starvoting.choose-3 .star:nth-child(-n+3){color:#ffc102;-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}body.module .endpage .starvoting.choose-4 .star:nth-child(-n+4){color:#ffc102;-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}body.module .endpage .starvoting.choose-5 .star:nth-child(-n+5){color:#ffc102;-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

 .jspContainer
 {
	 overflow: hidden;
	 position: relative;
 }
 
 .jspPane
 {
	 position: absolute;
 }
 
 .jspVerticalBar
 {
	 background: red;
	 height: 100%;
	 position: absolute;
	 right: 0;
	 top: 0;
	 width: 16px;
 }
 
 .jspHorizontalBar
 {
	 background: red;
	 bottom: 0;
	 height: 16px;
	 left: 0;
	 position: absolute;
	 width: 100%;
 }
 
 .jspCap
 {
	 display: none;
 }
 
 .jspHorizontalBar .jspCap
 {
	 float: left;
 }
 
 .jspTrack
 {
	 background: #dde;
	 position: relative;
 }
 
 .jspDrag
 {
	 background: #bbd;
	 cursor: pointer;
	 left: 0;
	 position: relative;
	 top: 0;
 }
 
 .jspHorizontalBar .jspTrack,
 .jspHorizontalBar .jspDrag
 {
	 float: left;
	 height: 100%;
 }
 
 .jspArrow
 {
	 background: #50506d;
	 cursor: pointer;
		 direction: ltr;
	 display: block;
	 margin: 0;
	 padding: 0;
	 text-indent: -20000px;
 }
 
 .jspDisabled
 {
	 background: #80808d;
	 cursor: default;
 }
 
 .jspVerticalBar .jspArrow
 {
	 height: 16px;
 }
 
 .jspHorizontalBar .jspArrow
 {
	 float: left;
	 height: 100%;
	 width: 16px;
 }
 
 .jspVerticalBar .jspArrow:focus
 {
		 border: 1px solid red;
	 outline: none;
 }
 
 .jspCorner
 {
	 background: #eeeef4;
	 float: left;
	 height: 100%;
 }
 
 /* Yuk! CSS Hack for IE6 3 pixel bug :( */
 * html .jspCorner
 {
	 margin: 0 -3px 0 0;
 } .jspTrack{background-color:#ffffff;-webkit-box-shadow:inset 0px 0px 8px -3px rgba(0, 0, 0, 0.33);-moz-box-shadow:inset 0px 0px 8px -3px rgba(0, 0, 0, 0.33);box-shadow:inset 0px 0px 8px -3px rgba(0, 0, 0, 0.33)}.jspDrag{background-color:transparent;position:relative}.jspDrag:after{content:"";box-sizing:border-box;width:100%;height:100%;background-color:#b0b0b0;border:solid 2px transparent;border-top-width:1px;border-bottom-width:1px;-webkit-border-radius:7px;-webkit-background-clip:padding-box;-moz-border-radius:7px;-moz-background-clip:padding;border-radius:7px;background-clip:padding-box;position:absolute;left:0px;top:0px}.jspVerticalBar{width:16px}/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.tooltipster-base{-webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.2);box-shadow:0 0 15px rgba(0, 0, 0, 0.2);background-color:#f5dc83;border:1px solid #000000;-webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.33);-moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.33);box-shadow:0 0 15px rgba(0, 0, 0, 0.33)}.tooltipster-base .tooltipster-content{padding:16px 24px;color:#000000;font-size:14px;line-height:20px;font-family:Arial}.tooltipster-base .tooltipster-content img{float:left;width:60px;height:60px;margin-right:12px}.tooltipster-arrow-top span,.tooltipster-arrow-top-right span,.tooltipster-arrow-top-left span{bottom:-8px}.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border{bottom:-9px}.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-right span,.tooltipster-arrow-bottom-left span{top:-8px}.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{top:-9px}svg.glossary{width:.92em;height:.8em;position:relative;top:-0.2em}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}.debug{display:none;position:absolute;right:5px;bottom:0px}*:before,*:after{box-sizing:border-box}@-moz-keyframes swing{0%{-moz-transform:scale(.8)}50%{-moz-transform:scale(1)}100%{-moz-transform:scale(.8)}}@-o-keyframes swing{0%{-o-transform:scale(.8)}50%{-o-transform:scale(1)}100%{-o-transform:scale(.8)}}@keyframes swing{0%{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}}@-moz-keyframes bobbing{0%{-moz-transform:translateY(0)}50%{-moz-transform:translateY(10px)}100%{-moz-transform:translateY(0)}}@-o-keyframes bobbing{0%{-o-transform:translateY(0)}50%{-o-transform:translateY(10px)}100%{-o-transform:translateY(0)}}@keyframes bobbing{0%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}*{box-sizing:border-box;-webkit-text-size-adjust:none}*:first-child{margin-top:0px}*:last-child{margin-bottom:0px}h1,h2,h3,h4,h5,h6{margin-top:0px}h1{font-size:32px;line-height:1;margin-bottom:21px}h2{font-size:21px;line-height:27px;margin-bottom:14px}h3{font-size:18px;line-height:24px;margin-bottom:12px}h4{font-size:16px;line-height:22px;margin-bottom:10px}h5{font-size:14px;line-height:20px;margin-bottom:9px}a,a:visited,a:focus{outline:0;color:#589ABA}a{text-decoration:none}a:hover{text-decoration:underline}button{outline:0;cursor:pointer;border:0px;margin:0px;padding:0px;background:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}button.disabled{cursor:default}button::-moz-focus-inner{border:0}.scrollable{outline:0}.scrollable::-moz-focus-inner{border:0}.negativ{color:#cf183a}.positiv{color:#6bc85c}.fullwidth{width:100%}.fullheight{height:100%}.fullsize{width:100%;height:100%}.hidden{display:none !important}.hidden-hard{position:absolute;left:-1100px;top:-1100px;z-index:-64000;opacity:0;display:none !important;visibility:hidden}.block{display:block}.justify{text-align:justify}.center{text-align:center}.bold{font-weight:600}.xbold{font-weight:700}.italic{font-style:italic}.underline{text-decoration:underline}.nowrap{white-space:nowrap}html{width:1000px;height:600px;overflow:hidden}body{background-color:#ffffff}body.module{width:1000px;height:600px;overflow:hidden;font-family:'Open Sans',sans-serif;padding:0px;margin:0px;color:#404040;font-size:14px;line-height:20px;font-weight:400;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body.module .tooltip{color:#589ABA;font-weight:bold;cursor:pointer}body.module .tooltip_light{border-radius:5px;border:1px solid #6E9CB9;background:white}body.module .click-hint,body.module .back-hint{color:#808080;font-style:italic}body.module .source{color:#808080;font-size:12px}body.module .questionSheetBackground{position:relative;padding:1px;position:absolute;width:100%;height:100%}body.module .questionSheetBackground:before{content:"";width:100%;height:100%;background-color:#589ABA;display:block}body.module .questionSheetBackground:after{content:"";background-image:url("../../global/assets/images/info-stripe.png?6.1.0");background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;left:0;top:0}body.module .checkbox{cursor:pointer;text-align:left;width:100%;padding:6px 0 6px 60px;margin:0 0 10px 0;min-height:40px;position:relative;display:inline-block;font-size:18px;line-height:28px;font-weight:600;-webkit-transition:color 300ms linear;-moz-transition:color 300ms linear;-o-transition:color 300ms linear;transition:color 300ms linear;-webkit-tap-highlight-color:rgba(0,0,0,0)}body.module .checkbox.no-label{padding:0;margin:0;width:40px}body.module .checkbox .icon-checkbox_empty,body.module .checkbox .icon-checkbox_checked{width:40px;height:40px;position:absolute;left:0px;top:0px;display:inline-block}body.module .checkbox .icon-checkbox_empty:before,body.module .checkbox .icon-checkbox_checked:before{-webkit-transition:opacity 300ms ease;-moz-transition:opacity 300ms ease;-o-transition:opacity 300ms ease;transition:opacity 300ms ease}body.module .checkbox .icon-checkbox_empty:before{font-size:40px;color:#d0d0d0;opacity:1}body.module .checkbox .icon-checkbox_checked{width:0px;height:0px;font-size:0px;color:#6bc85c;position:absolute;left:20px;top:20px;display:inline-block;opacity:0;-webkit-transition:all 300ms cubic-bezier(0.055, 0.59, 0.81, 1.65);-moz-transition:all 300ms cubic-bezier(0.055, 0.59, 0.81, 1.65);-o-transition:all 300ms cubic-bezier(0.055, 0.59, 0.81, 1.65);transition:all 300ms cubic-bezier(0.055, 0.59, 0.81, 1.65)}body.module .checkbox.checked{color:#6bc85c}body.module .checkbox.checked .icon-checkbox_empty:before{opacity:0}body.module .checkbox.checked .icon-checkbox_checked{width:40px;height:40px;font-size:40px;left:0px;top:0px;opacity:1}body.module .checkbox.small{padding:3px 0 3px 40px;margin:0 0 5px 0;min-height:24px;font-size:14px;line-height:18px}body.module .checkbox.small.no-label{padding:0;margin:0;width:24px}body.module .checkbox.small .icon-checkbox_empty,body.module .checkbox.small .icon-checkbox_checked{width:24px;height:24px;left:0px;top:0px}body.module .checkbox.small .icon-checkbox_empty:before{font-size:24px}body.module .checkbox.small .icon-checkbox_checked{width:0px;height:0px;font-size:0px;left:12px;top:12px}body.module .checkbox.small.checked .icon-checkbox_empty:before{opacity:0}body.module .checkbox.small.checked .icon-checkbox_checked{width:24px;height:24px;font-size:24px;left:0px;top:0px;opacity:1}body.module .scrollable .jspPane>*:first-child{margin-top:10px}body.module .scrollable .jspPane>*:last-child{margin-bottom:12px}body.module .scrollable .jspPane p{word-wrap:break-word;word-break:break-word;hyphens:auto}body.module .modal-panel{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#ffffff;opacity:.65;z-index:9000}body.module .color-main{color:#589ABA}body.module button{font-family:'Open Sans',sans-serif}body.module button.micro:not(.standard){color:#589ABA;text-decoration:underline;font-weight:600}body.module button.micro:not(.standard):hover{color:#3a718c}body.module button.micro:not(.standard):active{-webkit-transform:scale(0.92);-moz-transform:scale(0.92);-ms-transform:scale(0.92);-o-transform:scale(0.92);transform:scale(0.92)}body.module button#nav-button-prev,body.module button#nav-button-next{z-index:9900;position:absolute;bottom:0;width:60px;height:60px;color:#ffffff;font-family:'font-carecourse';font-size:20px;line-height:20px;text-align:center;background-color:transparent;overflow:hidden !important}body.module button#nav-button-prev:hover:after,body.module button#nav-button-next:hover:after{background-color:#3a718c}body.module button#nav-button-prev:after,body.module button#nav-button-next:after{z-index:1;content:"";-webkit-border-radius:60px;-webkit-background-clip:padding-box;-moz-border-radius:60px;-moz-background-clip:padding;border-radius:60px;background-clip:padding-box;position:absolute;bottom:-60px;width:120px;height:120px;background-color:#589ABA;-webkit-transition:background-color 150ms linear;-moz-transition:background-color 150ms linear;-o-transition:background-color 150ms linear;transition:background-color 150ms linear}body.module button#nav-button-prev:before,body.module button#nav-button-next:before{position:absolute;z-index:2;top:25px}body.module button#nav-button-prev.disabled,body.module button#nav-button-next.disabled{cursor:default;color:#ffffff}body.module button#nav-button-prev.disabled:after,body.module button#nav-button-next.disabled:after{background-color:#d0d0d0}body.module button#nav-button-prev.disabled:active,body.module button#nav-button-next.disabled:active{-webkit-transform:scale(1) translate(0px, 0px);-moz-transform:scale(1) translate(0px, 0px);-ms-transform:scale(1) translate(0px, 0px);-o-transform:scale(1) translate(0px, 0px);transform:scale(1) translate(0px, 0px)}body.module button#nav-button-prev{left:0}body.module button#nav-button-prev:after{left:-60px}body.module button#nav-button-prev:before{right:30px}body.module button#nav-button-prev:active{-webkit-transform:scale(0.95) translate(-3%, 3%);-moz-transform:scale(0.95) translate(-3%, 3%);-ms-transform:scale(0.95) translate(-3%, 3%);-o-transform:scale(0.95) translate(-3%, 3%);transform:scale(0.95) translate(-3%, 3%)}body.module button#nav-button-next{right:0}body.module button#nav-button-next:after{right:-60px}body.module button#nav-button-next:before{left:30px}body.module button#nav-button-next:active{-webkit-transform:scale(0.95) translate(3%, 3%);-moz-transform:scale(0.95) translate(3%, 3%);-ms-transform:scale(0.95) translate(3%, 3%);-o-transform:scale(0.95) translate(3%, 3%);transform:scale(0.95) translate(3%, 3%)}body.module button.standard,body.module button.next,body.module button.prev,body.module button.prime{padding:15px;min-width:230px;margin:20px 0;font-size:16px;line-height:22px;font-weight:600;cursor:pointer;-webkit-transition:background-color 150ms linear;-moz-transition:background-color 150ms linear;-o-transition:background-color 150ms linear;transition:background-color 150ms linear}body.module button.standard:active,body.module button.next:active,body.module button.prev:active,body.module button.prime:active{-webkit-transform:scale(0.97);-moz-transform:scale(0.97);-ms-transform:scale(0.97);-o-transform:scale(0.97);transform:scale(0.97)}body.module button.standard.left-bottom,body.module button.next.left-bottom,body.module button.prev.left-bottom,body.module button.prime.left-bottom{position:absolute;left:20px;bottom:20px;margin:0px}body.module button.standard.right-bottom,body.module button.next.right-bottom,body.module button.prev.right-bottom,body.module button.prime.right-bottom{position:absolute;right:20px;bottom:20px;margin:0px}body.module button.standard.disabled,body.module button.next.disabled,body.module button.prev.disabled,body.module button.prime.disabled{cursor:default;background-color:#d0d0d0;color:#ffffff}body.module button.standard.disabled:active,body.module button.next.disabled:active,body.module button.prev.disabled:active,body.module button.prime.disabled:active{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}body.module button.standard.disabled:hover,body.module button.next.disabled:hover,body.module button.prev.disabled:hover,body.module button.prime.disabled:hover{background-color:#d0d0d0;color:#ffffff}body.module button.standard.micro,body.module button.next.micro,body.module button.prev.micro,body.module button.prime.micro{font-size:85%;padding:2px 15px;margin:5px;min-width:unset}body.module button.standard,body.module button.next,body.module button.prev{background-color:#589ABA;color:#ffffff}body.module button.standard:hover,body.module button.next:hover,body.module button.prev:hover{background-color:#3a718c}body.module button.prime{background-color:#6bc85c;color:#ffffff}body.module button.prime:hover{background-color:#45a136}body.module button.arrow-major{overflow:visible;width:100%;background-color:#d0d0d0;position:relative;padding-left:15px;color:#404040;white-space:nowrap;border:none;text-align:left;height:50px;margin:2px 0;font-weight:400;-webkit-transition:background-color 300ms ease;-moz-transition:background-color 300ms ease;-o-transition:background-color 300ms ease;transition:background-color 300ms ease;font-size:14px;line-height:50px}body.module button.arrow-major:after{content:"";position:absolute;top:0px;right:-25px;width:0;height:0;border-style:solid;border-width:25px 0 25px 25px;border-color:transparent transparent transparent #d0d0d0;-webkit-transition:border-color 300ms ease;-moz-transition:border-color 300ms ease;-o-transition:border-color 300ms ease;transition:border-color 300ms ease}body.module button.arrow-major.active{background-color:#589ABA;color:#ffffff;font-weight:600}body.module button.arrow-major.active:after{border-color:transparent transparent transparent #589ABA}body.module button.arrow-minor{width:100%;min-height:32px;margin:1px 0;background-color:#e8e8e8;padding:5px 15px;color:#404040;border:none;text-align:left;font-weight:400;font-size:14px;line-height:22px;-webkit-transition:background-color 300ms ease;-moz-transition:background-color 300ms ease;-o-transition:background-color 300ms ease;transition:background-color 300ms ease}body.module button.arrow-minor.active{background-color:#589ABA;color:#ffffff}body.module button.image-round{background-color:#ffffff;color:#589ABA;font-size:21px;line-height:27px;font-weight:700;-webkit-transition:color 300ms linear;-moz-transition:color 300ms linear;-o-transition:color 300ms linear;transition:color 300ms linear}body.module button.image-round div.image-wrapper{padding:3px;width:270px;height:270px;-webkit-border-radius:50%;-webkit-background-clip:padding-box;-moz-border-radius:50%;-moz-background-clip:padding;border-radius:50%;background-clip:padding-box;-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);box-shadow:0 0 10px rgba(0, 0, 0, 0.5);margin:15px}body.module button.image-round div.image-wrapper div{-webkit-border-radius:50%;-webkit-background-clip:padding-box;-moz-border-radius:50%;-moz-background-clip:padding;border-radius:50%;background-clip:padding-box;border:solid 3px #589ABA;padding:15px;-webkit-transition:border-color 150ms linear;-moz-transition:border-color 150ms linear;-o-transition:border-color 150ms linear;transition:border-color 150ms linear;overflow:hidden}body.module button.image-round div.image-wrapper div img{width:100%;height:100%;display:block;background-color:#86bbda}body.module button.image-round:hover{color:#3a718c}body.module button.image-round:hover div.image-wrapper>div{border-color:#3a718c;-webkit-transition:border 300ms linear;-moz-transition:border 300ms linear;-o-transition:border 300ms linear;transition:border 300ms linear}body.module button.image-round:active div.image-wrapper{-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.33);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.33);box-shadow:0 0 3px rgba(0, 0, 0, 0.33)}body.module button.text-round{color:#589ABA;font-size:21px;line-height:27px;font-weight:700;-webkit-transition:color 300ms linear;-moz-transition:color 300ms linear;-o-transition:color 300ms linear;transition:color 300ms linear;vertical-align:middle}body.module button.text-round div.text-wrapper{padding:3px;width:150px;height:150px;-webkit-border-radius:50%;-webkit-background-clip:padding-box;-moz-border-radius:50%;-moz-background-clip:padding;border-radius:50%;background-clip:padding-box;-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);box-shadow:0 0 10px rgba(0, 0, 0, 0.5);margin:15px;display:table}body.module button.text-round div.text-wrapper div{-webkit-border-radius:50%;-webkit-background-clip:padding-box;-moz-border-radius:50%;-moz-background-clip:padding;border-radius:50%;background-clip:padding-box;border:solid 3px #589ABA;padding:15px;-webkit-transition:border-color 150ms linear;-moz-transition:border-color 150ms linear;-o-transition:border-color 150ms linear;transition:border-color 150ms linear;display:table-cell;vertical-align:middle}body.module button.text-round:hover{color:#3a718c}body.module button.text-round:hover div.text-wrapper>div{border-color:#3a718c;-webkit-transition:border 300ms linear;-moz-transition:border 300ms linear;-o-transition:border 300ms linear;transition:border 300ms linear}body.module button.text-round:active div.text-wrapper{-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.33);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.33);box-shadow:0 0 3px rgba(0, 0, 0, 0.33)}body.module ul.checklist{list-style:none;margin:14px 0px;padding:0px}body.module ul.checklist:first-child{margin-top:0px}body.module ul.checklist li{padding-left:20px;position:relative;margin-bottom:10px}body.module ul.checklist li:before{content:"\e93c";font-family:'font-carecourse';position:absolute;left:0px;top:0px}body.module ul.checklist li.title,body.module ul.checklist li.no-check{padding-left:0px}body.module ul.checklist li.title:before,body.module ul.checklist li.no-check:before{content:""}body.module ul.checklist li:last-child{margin-bottom:0}body.module ul.titlelist{list-style-type:none;padding-left:0px}body.module ul.titlelist li{position:relative;padding:0 0 15px 130px}body.module ul.titlelist li>.title{font-weight:600;font-size:14px;line-height:16px;position:absolute;left:0px;top:2px;color:#589ABA;width:110px}body.module ul.titlelist li.normal{padding-left:0px}body.module ul.titlelist li:last-child{margin-bottom:0}body.module:not(.style-version-2) .module-headline{background-color:#589ABA;color:#ffffff;padding:15px;height:90px;position:relative}body.module:not(.style-version-2) .module-headline h1{margin:0px;font-weight:400;margin-left:20px;line-height:1}body.module:not(.style-version-2) .module-headline p{margin:0px;font-weight:400;margin-left:20px;font-size:20px;line-height:24px}body.module:not(.style-version-2) .module-headline .number{-webkit-border-radius:30px;-webkit-background-clip:padding-box;-moz-border-radius:30px;-moz-background-clip:padding;border-radius:30px;background-clip:padding-box;width:60px;height:60px;border:2px solid #ffffff;text-align:center;float:left;font-size:36px;line-height:54px;font-weight:600;margin-left:20px;margin-right:30px}body.module.style-version-2 .module-headline{background-color:#589ABA;color:#ffffff;padding:10px;height:50px;position:relative}body.module.style-version-2 .module-headline .number{-webkit-border-radius:50%;-webkit-background-clip:padding-box;-moz-border-radius:50%;-moz-background-clip:padding;border-radius:50%;background-clip:padding-box;width:30px;height:30px;border:2px solid #ffffff;text-align:center;float:left;font-size:18px;line-height:26px;font-weight:600;margin-right:10px}body.module.style-version-2 .module-headline p{margin:0 10px 0 0;font-weight:600;font-size:18px;line-height:30px;float:left}body.module.style-version-2 .module-headline p:after{content:":"}body.module.style-version-2 .module-headline h1{margin:0px;font-weight:400;line-height:30px;font-size:18px}body.module:not(.style-version-2) .module-progressbar{height:36px;background-color:#ffffff}body.module:not(.style-version-2) .module-progressbar.last-clickable{background-color:#d0d0d0;color:#000000}body.module:not(.style-version-2) .module-progressbar.last-done,body.module:not(.style-version-2) .module-progressbar.last-active{background-color:#6a8d99}body.module:not(.style-version-2) .module-progressbar button{border-radius:0 !important;overflow:visible;float:left;padding:0 9px 0 18px;position:relative;cursor:pointer;border:none;border-width:0;margin:0;background-color:transparent;font-size:14px;line-height:36px}body.module:not(.style-version-2) .module-progressbar button:before{content:"";position:absolute;top:0px;right:-9px;width:0;height:0;border-style:solid;border-width:18px 0 18px 9px;border-color:transparent transparent transparent #b0b0b0;z-index:2}body.module:not(.style-version-2) .module-progressbar button:after{content:"";position:absolute;top:0px;right:-8px;width:0;height:0;border-style:solid;border-width:18px 0 18px 9px;border-color:transparent transparent transparent #ffffff;z-index:3}body.module:not(.style-version-2) .module-progressbar button.inactive{cursor:default;color:#b0b0b0}body.module:not(.style-version-2) .module-progressbar button.clickable{background-color:#d0d0d0;color:#000000}body.module:not(.style-version-2) .module-progressbar button.clickable:after{border-color:transparent transparent transparent #d0d0d0}body.module:not(.style-version-2) .module-progressbar button.active,body.module:not(.style-version-2) .module-progressbar button.done{background-color:#6a8d99;color:#ffffff}body.module:not(.style-version-2) .module-progressbar button.active:after,body.module:not(.style-version-2) .module-progressbar button.done:after{border-color:transparent transparent transparent #6a8d99}body.module:not(.style-version-2) .module-progressbar button:last-child:after,body.module:not(.style-version-2) .module-progressbar button:last-child:before{border:none}body.module:not(.style-version-2) .module-progressbar~.sheet{height:474px;margin-top:36px}body.module:not(.style-version-2) .module-progressbar~.sheet .startpage .text-layer{padding-top:145px}body.module.style-version-2 .module-progressbar{height:30px;background-color:#ffffff}body.module.style-version-2 .module-progressbar.last-clickable{background-color:#ffffff;color:#6a8d99}body.module.style-version-2 .module-progressbar.last-done,body.module.style-version-2 .module-progressbar.last-active{background-color:#ffffff}body.module.style-version-2 .module-progressbar button{border-radius:0 !important;overflow:visible;float:left;padding:0 0 0 12px;position:relative;cursor:pointer;border:none;border-width:0;margin:0;background-color:transparent;font-size:14px;line-height:30px}body.module.style-version-2 .module-progressbar button.done{background-color:#ffffff;color:#6a8d99}body.module.style-version-2 .module-progressbar button.active{background-color:#ffffff;color:#6a8d99;font-weight:600}body.module.style-version-2 .module-progressbar button.clickable{background-color:#ffffff;color:#6a8d99}body.module.style-version-2 .module-progressbar button.inactive{cursor:default;background-color:#ffffff;color:#b0b0b0}body.module.style-version-2 .module-progressbar~.sheet{height:520px;margin-top:30px}body.module.style-version-2 .module-progressbar~.sheet .startpage .text-layer{padding-top:175px}body.module *.background{position:absolute;z-index:-1}body.module *.right-top{position:absolute;right:0px;top:0px}body.module *.left-top{position:absolute;left:0px;top:0px}body.module *.right-bottom{position:absolute;right:0px;bottom:0px}body.module *.left-bottom{position:absolute;left:0px;bottom:0px}body.module p.hint>span:first-child,body.module li.hint>span:first-child,body.module span.hint>span:first-child{font-weight:600;color:#e26223}body.module p.tip>span:first-child,body.module li.tip>span:first-child,body.module span.tip>span:first-child{font-weight:600;color:#589ABA}body.module button.side-ticket{width:500px;height:350px;position:absolute;left:50%;top:50%;margin-left:-250px;margin-top:-175px;background-color:#f5dc83;color:#000000;border:none;z-index:9100;font-weight:600;font-size:18px;line-height:24px;-webkit-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.75);-moz-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.75);box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.75);-webkit-transition:-webkit-transform 600ms ease;-moz-transition:-moz-transform 600ms ease;-o-transition:-o-transform 600ms ease;transition:-webkit-transform 600ms ease,-moz-transform 600ms ease,-o-transform 600ms ease,transform 600ms ease;padding:20px 60px;cursor:pointer}body.module button.side-ticket .small{font-size:14px;line-height:20px}body.module button.side-ticket h3{font-size:21px;line-height:27px}body.module button.side-ticket.activation>span:first-child:before,body.module button.side-ticket.observation>span:first-child:before,body.module button.side-ticket.communication>span:first-child:before,body.module button.side-ticket.body-awareness>span:first-child:before,body.module button.side-ticket.repeat>span:first-child:before,body.module button.side-ticket.information>span:first-child:before,body.module button.side-ticket.activation>span:first-child img,body.module button.side-ticket.observation>span:first-child img,body.module button.side-ticket.communication>span:first-child img,body.module button.side-ticket.body-awareness>span:first-child img,body.module button.side-ticket.repeat>span:first-child img,body.module button.side-ticket.information>span:first-child img{font-size:33px;position:absolute;right:5px;top:5px;-webkit-transition-property:font-size, -webkit-transform, height, width;-moz-transition-property:font-size, -moz-transform, height, width;-o-transition-property:font-size, -o-transform, height, width;transition-property:font-size,-webkit-transform,-moz-transform,-o-transform,transform, height, width;-webkit-transition-duration:300ms;-moz-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;height:33px}body.module button.side-ticket.activation:not(.onside)>span:first-child:before,body.module button.side-ticket.observation:not(.onside)>span:first-child:before,body.module button.side-ticket.communication:not(.onside)>span:first-child:before,body.module button.side-ticket.body-awareness:not(.onside)>span:first-child:before,body.module button.side-ticket.repeat:not(.onside)>span:first-child:before,body.module button.side-ticket.information:not(.onside)>span:first-child:before,body.module button.side-ticket.activation:not(.onside)>span:first-child img,body.module button.side-ticket.observation:not(.onside)>span:first-child img,body.module button.side-ticket.communication:not(.onside)>span:first-child img,body.module button.side-ticket.body-awareness:not(.onside)>span:first-child img,body.module button.side-ticket.repeat:not(.onside)>span:first-child img,body.module button.side-ticket.information:not(.onside)>span:first-child img{font-size:60px;-webkit-transform:translate(-10px, 10px);-moz-transform:translate(-10px, 10px);-ms-transform:translate(-10px, 10px);-o-transform:translate(-10px, 10px);transform:translate(-10px, 10px);height:60px !important;width:60px !important}body.module button.side-ticket.onside.observation{-webkit-transform:translate(-750px, -100px) rotate(20deg);-moz-transform:translate(-750px, -100px) rotate(20deg);-ms-transform:translate(-750px, -100px) rotate(20deg);-o-transform:translate(-750px, -100px) rotate(20deg);transform:translate(-750px, -100px) rotate(20deg)}body.module button.side-ticket.onside.communication{-webkit-transform:translate(-750px, -50px) rotate(20deg);-moz-transform:translate(-750px, -50px) rotate(20deg);-ms-transform:translate(-750px, -50px) rotate(20deg);-o-transform:translate(-750px, -50px) rotate(20deg);transform:translate(-750px, -50px) rotate(20deg)}body.module button.side-ticket.onside.activation{-webkit-transform:translate(-750px, 0px) rotate(20deg);-moz-transform:translate(-750px, 0px) rotate(20deg);-ms-transform:translate(-750px, 0px) rotate(20deg);-o-transform:translate(-750px, 0px) rotate(20deg);transform:translate(-750px, 0px) rotate(20deg)}body.module button.side-ticket.onside.body-awareness{-webkit-transform:translate(-750px, -50px) rotate(20deg);-moz-transform:translate(-750px, -50px) rotate(20deg);-ms-transform:translate(-750px, -50px) rotate(20deg);-o-transform:translate(-750px, -50px) rotate(20deg);transform:translate(-750px, -50px) rotate(20deg)}body.module button.side-ticket.onside.repeat{-webkit-transform:translate(-750px, -50px) rotate(20deg);-moz-transform:translate(-750px, -50px) rotate(20deg);-ms-transform:translate(-750px, -50px) rotate(20deg);-o-transform:translate(-750px, -50px) rotate(20deg);transform:translate(-750px, -50px) rotate(20deg)}body.module button.side-ticket.onside.information{-webkit-transform:translate(-750px, -50px) rotate(20deg);-moz-transform:translate(-750px, -50px) rotate(20deg);-ms-transform:translate(-750px, -50px) rotate(20deg);-o-transform:translate(-750px, -50px) rotate(20deg);transform:translate(-750px, -50px) rotate(20deg)}body.module button.side-ticket.onside.inactive{-webkit-transform:translate(-775px, 50px);-moz-transform:translate(-775px, 50px);-ms-transform:translate(-775px, 50px);-o-transform:translate(-775px, 50px);transform:translate(-775px, 50px)}body.module:not(.style-version-2) .sheet{top:90px;height:510px}body.module.style-version-2 .sheet{top:50px;height:550px}body.module .sheet{width:1000px;position:absolute;left:0px;overflow:hidden;visibility:hidden;opacity:0;z-index:-99999}body.module .sheet.active{visibility:inherit;opacity:1;z-index:initial}body.module .sheet>h2.title{padding:20px;padding-bottom:0;margin:0;margin-bottom:-23px;color:#589ABA}body.module .sheet .nav-data{display:hidden}body.module .sheet .button-box{margin:0 auto}body.module .sheet .button-box button{margin:20px}body.module .sheet .button-box button::first{margin-left:0px}body.module .sheet .button-box button::last{margin-right:0px}body.module .sheet .thin-content{padding-left:35px;padding-right:35px}body.module .sheet .full{height:100%;padding:40px 20px 0 20px}body.module .sheet .full.max-size{padding:0 0 0 0}body.module .sheet .half{width:500px;height:100%;position:relative}body.module .sheet .half.left{padding:40px 15px 0px 20px;float:left}body.module .sheet .half.left.max-size{padding:0 15px 0 0}body.module .sheet .half.left .text{padding-left:35px}body.module .sheet .half.right{margin-left:500px;padding:40px 20px 0px 15px}body.module .sheet .half.right.max-size{padding:0 0 0 15px}body.module .sheet .half.right .text{padding-right:35px}body.module .sheet .third{width:333px;height:100%;position:relative}body.module .sheet .third.left{padding:40px 15px 0px 20px;float:left}body.module .sheet .third.left.max-size{padding:0 15px 0 0}body.module .sheet .third.center{width:334px;padding:40px 15px 0px 15px;float:left}body.module .sheet .third.center.max-size{padding:0 15px 0 15px}body.module .sheet .third.right{padding:40px 20px 0px 15px;float:left}body.module .sheet .third.right.max-size{padding:0 0 0 15px}body.module .sheet .third.two{width:667px}body.module .sheet .content-headline{margin-bottom:10px}body.module .sheet .content-headline h2{margin:0px;font-weight:400}body.module .sheet .content-headline p{margin:0px;font-weight:400}body.module .sheet .thumbs{margin-bottom:10px}body.module .sheet .thumbs img{width:127px;margin:0 19px 0 0}body.module .sheet .thumbs img:last-child{margin-right:0px}body.module .sheet .startpage{height:100%;text-align:left;color:#ffffff;background-image:url(../assets/images/bg/default.jpg?6.1.0);background-repeat:no-repeat;background-position:left bottom;background-size:100% auto;position:relative;font-size:18px;line-height:24px}body.module .sheet .startpage .color-layer{position:absolute;width:100%;height:100%;left:0;top:0;background:#589ABA;opacity:.9}body.module .sheet .startpage .mask-layer{position:absolute;width:100%;height:100%;left:0;top:0;background-image:url(../assets/images/bg/intro_mask.png?6.1.0);background-repeat:no-repeat;background-position:left bottom;background-size:100% auto}body.module .sheet .startpage .text-layer{position:absolute;width:100%;height:100%;left:0;top:0;padding:180px 370px 0 50px}body.module .sheet .startpage h2{margin:0px 0px 15px 0px}body.module .sheet .startpage p{margin:10px 0}body.module .sheet .startpage button{position:absolute;right:50px;bottom:200px}body.module .sheet #startpage-1 .third.right{text-align:center;padding:40px 40px 0 0}body.module .sheet #startpage-1 .third.left{padding-right:40px}body.module .sheet #startpage-2 .third.left{padding-right:60px}body.module .sheet #startpage-2 ul{margin:20px 0 20px 0}body.module .sheet #startpage-2 ul>li{margin-left:-10px}body.module .sheet #startpage-2 img{right:20px;position:absolute;width:333px;height:auto}body.module .sheet #startpage-2 img#low{width:333px}body.module .sheet #startpage-2 img#high{top:70px;width:355px}body.module .sheet #startpage-1.v2-unified-style,body.module .sheet #startpage-2.v2-unified-style{width:100%;height:100%;display:grid;grid-template-columns:60% 40%;place-items:center}body.module .sheet #startpage-1.v2-unified-style .third.right,body.module .sheet #startpage-2.v2-unified-style .third.right{display:grid;justify-items:start;align-items:center;padding:0;width:100%;height:100%}body.module .sheet #startpage-1.v2-unified-style .third.right img,body.module .sheet #startpage-2.v2-unified-style .third.right img{width:333px;height:333px}body.module .sheet #startpage-1.v2-unified-style .third.left,body.module .sheet #startpage-2.v2-unified-style .third.left{width:100%;height:100%;padding:40px}body.module .sheet .endpage{height:100%;padding:75px}body.module .sheet .endpage div[class^="icon-"]{text-align:center;font-size:70px;color:#6bc85c}body.module .sheet .endpage h2{text-align:center;margin:40px 0}body.module .sheet .endpage .button-box{text-align:center}body.module .sheet .cross-fade-tray{position:relative;height:100%}body.module .sheet .cross-fade-tray>div{position:absolute;left:0px;top:0px;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear 300ms, opacity 300ms linear;-moz-transition:visibility 0s linear 300ms, opacity 300ms linear;-o-transition:visibility 0s linear 300ms, opacity 300ms linear;transition:visibility 0s linear 300ms, opacity 300ms linear}body.module .sheet .cross-fade-tray>div.active{opacity:1;visibility:inherit;-webkit-transition:visibility 0s linear, opacity 300ms linear 300ms;-moz-transition:visibility 0s linear, opacity 300ms linear 300ms;-o-transition:visibility 0s linear, opacity 300ms linear 300ms;transition:visibility 0s linear, opacity 300ms linear 300ms}body.module .sheet .content-horizontal-align{text-align:center}body.module .sheet .content-vertical-align{display:table;width:100%;height:100%}body.module .sheet .content-vertical-align>div{display:table-cell;vertical-align:middle;height:100%;width:100%}body.module .sheet .content-vertical-align.bottom>div{vertical-align:bottom}body.module.style-version-2 .sheet{font-size:16px;line-height:22px;background-color:#f8f8f8}body.module.style-version-2 .sheet h2{color:#cd5409;font-size:24px;margin-bottom:20px}body.module.style-version-2 .sheet .column-2{column-count:2;column-gap:40px;column-fill:auto}body.module.style-version-2 .sheet .full{padding:40px}body.module.style-version-2 .sheet .third.left{padding-left:40px}body.module.style-version-2 .sheet .third.right{padding-right:40px}body.module.style-version-2 .sheet .checklist{padding-left:15px}body.module.style-version-2 .sheet .checklist li{padding-left:30px}body.module .loading-container{z-index:10000;position:absolute;top:0;bottom:0;left:0;right:0;background-color:#ffffff}body.module .loading-container .loader{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:1;width:16px;height:16px;border-radius:50%;background-color:#bcbbbb;box-shadow:32px 0 #bcbbbb,-32px 0 #bcbbbb;display:block;animation:flash .5s ease-out infinite alternate}@keyframes flash{0%{background-color:#bcbbbb2e;box-shadow:32px 0 #bcbbbb2e,-32px 0 #bcbbbb}50%{background-color:#bcbbbb;box-shadow:32px 0 #bcbbbb2e,-32px 0 #bcbbbb2e}100%{background-color:#bcbbbb2e;box-shadow:32px 0 #bcbbbb,-32px 0 #bcbbbb2e}}