
@charset "UTF-8";.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}
.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s;}
@-webkit-keyframes bounce{0%, 20%, 53%, 80%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
40%, 43%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0);}
70%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0);}
90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0);}
}
@keyframes bounce{0%, 20%, 53%, 80%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
40%, 43%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0);}
70%{-webkit-transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);transition-timing-function:cubic-bezier(0.755, 0.050, 0.855, 0.060);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0);}
90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0);}
}
.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;}
@-webkit-keyframes flash{0%, 50%, 100%{opacity:1;}
25%, 75%{opacity:0;}
}
@keyframes flash{0%, 50%, 100%{opacity:1;}
25%, 75%{opacity:0;}
}
.flash{-webkit-animation-name:flash;animation-name:flash;}
@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05);}
100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}
@keyframes pulse{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05);}
100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}
.pulse{-webkit-animation-name:pulse;animation-name:pulse;}
@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1);}
40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1);}
50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1);}
65%{-webkit-transform:scale3d(.95, 1.05, 1);transform:scale3d(.95, 1.05, 1);}
75%{-webkit-transform:scale3d(1.05, .95, 1);transform:scale3d(1.05, .95, 1);}
100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}
@keyframes rubberBand{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1);}
40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1);}
50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1);}
65%{-webkit-transform:scale3d(.95, 1.05, 1);transform:scale3d(.95, 1.05, 1);}
75%{-webkit-transform:scale3d(1.05, .95, 1);transform:scale3d(1.05, .95, 1);}
100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}
.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand;}
@-webkit-keyframes shake{0%, 100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
10%, 30%, 50%, 70%, 90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0);}
20%, 40%, 60%, 80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0);}
}
@keyframes shake{0%, 100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
10%, 30%, 50%, 70%, 90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0);}
20%, 40%, 60%, 80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0);}
}
.shake{-webkit-animation-name:shake;animation-name:shake;}
@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg);}
40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg);}
60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg);}
80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg);}
100%{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg);}
}
@keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg);}
40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg);}
60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg);}
80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg);}
100%{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg);}
}
.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing;}
@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
10%, 20%{-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);}
30%, 50%, 70%, 90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);}
40%, 60%, 80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);}
100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}
@keyframes tada{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
10%, 20%{-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);}
30%, 50%, 70%, 90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);}
40%, 60%, 80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);}
100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}
.tada{-webkit-animation-name:tada;animation-name:tada;}
@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none;}
15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);}
30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);}
45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);}
60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);}
75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);}
100%{-webkit-transform:none;transform:none;}
}
@keyframes wobble{0%{-webkit-transform:none;transform:none;}
15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);}
30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);}
45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);}
60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);}
75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);}
100%{-webkit-transform:none;transform:none;}
}
.wobble{-webkit-animation-name:wobble;animation-name:wobble;}
@-webkit-keyframes bounceIn{0%, 20%, 40%, 60%, 80%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);}
40%{-webkit-transform:scale3d(.9, .9, .9);transform:scale3d(.9, .9, .9);}
60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03);}
80%{-webkit-transform:scale3d(.97, .97, .97);transform:scale3d(.97, .97, .97);}
100%{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}
@keyframes bounceIn{0%, 20%, 40%, 60%, 80%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);}
40%{-webkit-transform:scale3d(.9, .9, .9);transform:scale3d(.9, .9, .9);}
60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03);}
80%{-webkit-transform:scale3d(.97, .97, .97);transform:scale3d(.97, .97, .97);}
100%{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}
.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s;}
@-webkit-keyframes bounceInDown{0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0);}
60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0);}
75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0);}
90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0);}
100%{-webkit-transform:none;transform:none;}
}
@keyframes bounceInDown{0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0);}
60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0);}
75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0);}
90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0);}
100%{-webkit-transform:none;transform:none;}
}
.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown;}
@-webkit-keyframes bounceInLeft{0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0);}
60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0);}
75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0);}
90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0);}
100%{-webkit-transform:none;transform:none;}
}
@keyframes bounceInLeft{0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0);}
60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0);}
75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0);}
90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0);}
100%{-webkit-transform:none;transform:none;}
}
.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft;}
@-webkit-keyframes bounceInRight{0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0%{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0);}
60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0);}
75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0);}
90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0);}
100%{-webkit-transform:none;transform:none;}
}
@keyframes bounceInRight{0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0%{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0);}
60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0);}
75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0);}
90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0);}
100%{-webkit-transform:none;transform:none;}
}
.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight;}
@-webkit-keyframes bounceInUp{0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0%{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0);}
60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0);}
75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0);}
90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0);}
100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
}
@keyframes bounceInUp{0%, 60%, 75%, 90%, 100%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);transition-timing-function:cubic-bezier(0.215, 0.610, 0.355, 1.000);}
0%{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0);}
60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0);}
75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0);}
90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0);}
100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
}
.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp;}
@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9, .9, .9);transform:scale3d(.9, .9, .9);}
50%, 55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);}
100%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
}
@keyframes bounceOut{20%{-webkit-transform:scale3d(.9, .9, .9);transform:scale3d(.9, .9, .9);}
50%, 55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);}
100%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
}
.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s;}
@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0);}
40%, 45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0);}
100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0);}
}
@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0);}
40%, 45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0);}
100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0);}
}
.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown;}
@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0);}
100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0);}
}
@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0);}
100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0);}
}
.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft;}
@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0);}
100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0);}
}
@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0);}
100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0);}
}
.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight;}
@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0);}
40%, 45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0);}
100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0);}
}
@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0);}
40%, 45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0);}
100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0);}
}
.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp;}
@-webkit-keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}
}
@keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}
}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;}
@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig;}
@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;}
@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;}
@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}
@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig;}
@-webkit-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
@keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}
@-webkit-keyframes fadeOutDown{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);}
}
@keyframes fadeOutDown{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);}
}
.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown;}
@-webkit-keyframes fadeOutDownBig{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0);}
}
@keyframes fadeOutDownBig{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0);}
}
.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig;}
@-webkit-keyframes fadeOutLeft{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}
}
@keyframes fadeOutLeft{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}
}
.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft;}
@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0);}
}
@keyframes fadeOutLeftBig{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0);}
}
.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig;}
@-webkit-keyframes fadeOutRight{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}
}
@keyframes fadeOutRight{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}
}
.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight;}
@-webkit-keyframes fadeOutRightBig{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0);}
}
@keyframes fadeOutRightBig{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0);}
}
.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig;}
@-webkit-keyframes fadeOutUp{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}
}
@keyframes fadeOutUp{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);}
}
.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp;}
@-webkit-keyframes fadeOutUpBig{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0);}
}
@keyframes fadeOutUpBig{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0);}
}
.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig;}
@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
40%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
50%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
80%{-webkit-transform:perspective(400px) scale3d(.95, .95, .95);transform:perspective(400px) scale3d(.95, .95, .95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
}
@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
40%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
50%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
80%{-webkit-transform:perspective(400px) scale3d(.95, .95, .95);transform:perspective(400px) scale3d(.95, .95, .95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
}
.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip;}
@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0;}
40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;}
60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1;}
80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg);}
100%{-webkit-transform:perspective(400px);transform:perspective(400px);}
}
@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0;}
40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;}
60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1;}
80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg);}
100%{-webkit-transform:perspective(400px);transform:perspective(400px);}
}
.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX;}
@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0;}
40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;}
60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1;}
80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg);}
100%{-webkit-transform:perspective(400px);transform:perspective(400px);}
}
@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0;}
40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;}
60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1;}
80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg);}
100%{-webkit-transform:perspective(400px);transform:perspective(400px);}
}
.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY;}
@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px);}
30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1;}
100%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0;}
}
@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px);}
30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1;}
100%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0;}
}
.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible !important;backface-visibility:visible !important;}
@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px);}
30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1;}
100%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0;}
}
@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px);}
30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1;}
100%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0;}
}
.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s;}
@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0;}
60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1;}
80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1;}
100%{-webkit-transform:none;transform:none;opacity:1;}
}
@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0;}
60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1;}
80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1;}
100%{-webkit-transform:none;transform:none;opacity:1;}
}
.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}
@-webkit-keyframes lightSpeedOut{0%{opacity:1;}
100%{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0;}
}
@keyframes lightSpeedOut{0%{opacity:1;}
100%{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0;}
}
.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}
@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0;}
100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1;}
}
@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0;}
100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1;}
}
.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;}
@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0;}
100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1;}
}
@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0;}
100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1;}
}
.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;}
@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0;}
100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1;}
}
@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0;}
100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1;}
}
.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;}
@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0;}
100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1;}
}
@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0;}
100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1;}
}
.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;}
@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0;}
100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1;}
}
@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0;}
100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1;}
}
.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;}
@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1;}
100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0;}
}
@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1;}
100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0;}
}
.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;}
@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1;}
100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0;}
}
@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1;}
100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0;}
}
.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;}
@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1;}
100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0;}
}
@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1;}
100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0;}
}
.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;}
@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1;}
100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0;}
}
@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1;}
100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0;}
}
.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;}
@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1;}
100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0;}
}
@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1;}
100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0;}
}
.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;}
@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
20%, 60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
40%, 80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;}
100%{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0;}
}
@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
20%, 60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}
40%, 80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;}
100%{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0;}
}
.hinge{-webkit-animation-name:hinge;animation-name:hinge;}
@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);}
100%{opacity:1;-webkit-transform:none;transform:none;}
}
.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn;}
@-webkit-keyframes rollOut{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}
}
@keyframes rollOut{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}
}
.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut;}
@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
50%{opacity:1;}
}
@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
50%{opacity:1;}
}
.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn;}
@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown;}
@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft;}
@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight;}
@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp;}
@-webkit-keyframes zoomOut{0%{opacity:1;}
50%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
100%{opacity:0;}
}
@keyframes zoomOut{0%{opacity:1;}
50%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3);}
100%{opacity:0;}
}
.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut;}
@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;}
@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);}
100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);transform:scale(.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center;}
}
@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);}
100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);transform:scale(.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center;}
}
.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;}
@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);}
100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px, 0, 0);transform:scale(.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center;}
}
@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);}
100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px, 0, 0);transform:scale(.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center;}
}
.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;}
@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);animation-timing-function:cubic-bezier(0.550, 0.055, 0.675, 0.190);}
100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);}
}
.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;}
@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible;}
100%{-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible;}
100%{-webkit-transform:translateY(0);transform:translateY(0);}
}
.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown;}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible;}
100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible;}
100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft;}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible;}
100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible;}
100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight;}
@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible;}
100%{-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible;}
100%{-webkit-transform:translateY(0);transform:translateY(0);}
}
.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp;}
@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0);}
100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%);}
}
@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0);}
100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%);}
}
.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown;}
@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0);}
100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%);}
}
@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0);}
100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%);}
}
.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft;}
@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0);}
100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%);}
}
@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0);}
100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%);}
}
.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight;}
@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0);}
100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%);}
}
@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0);}
100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%);}
}
.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp;}

.ideal-image-slider{position:relative;overflow:hidden;}
.iis-slide{display:block;bottom:0;text-decoration:none;position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;text-indent:-9999px;}
.iis-effect-slide .iis-slide{opacity:0;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;transition-property:transform;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);}
.iis-effect-slide .iis-current-slide{opacity:1;z-index:1;}
.iis-effect-slide .iis-previous-slide{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}
.iis-effect-slide .iis-next-slide{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);}
.iis-effect-slide.iis-direction-next .iis-previous-slide,
.iis-effect-slide.iis-direction-previous .iis-next-slide{opacity:1;}
.iis-previous-nav,
.iis-next-nav{opacity:1 !important;}
.iis-touch-enabled .iis-slide{z-index:1;}
.iis-touch-enabled .iis-current-slide{z-index:2;}
.iis-touch-enabled.iis-is-touching .iis-previous-slide,
.iis-touch-enabled.iis-is-touching .iis-next-slide{opacity:1;}
.iis-effect-fade .iis-slide{-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:ease-in;-moz-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0;}
.iis-effect-fade .iis-current-slide{opacity:1;z-index:1;}
.ideal-image-slider{background-color:#fff;background-image:url("data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==");background-repeat:no-repeat;background-position:50% 50%;background-size:32px 32px;}
.iis-previous-nav,
.iis-next-nav{position:absolute;top:50%;z-index:20;display:block;width:120px;height:120px;text-indent:-9999px;background-repeat:no-repeat;border-radius:50px;background-size:60px 60px;cursor:pointer;opacity:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;}
.iis-previous-nav{left:5%;background-position:35% 50%;background-image:url('../images/icons/arrow_left.svg');}
.iis-next-nav{right:5%;background-position:65% 50%;background-image:url('../images/icons/arrow_right.svg');}
.ideal-image-slider:hover .iis-previous-nav,
.ideal-image-slider:hover .iis-next-nav{opacity:0.5;}
.ideal-image-slider:hover .iis-previous-nav:hover,
.ideal-image-slider:hover .iis-next-nav:hover{opacity:1.0;}
.iis-bullet-nav{position:absolute;bottom:5%;right:5%;z-index:15;width:90%;text-align:right;opacity:0.4;-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;}
.iis-has-captions .iis-bullet-nav{max-width:42%;}
.iis-bullet-nav a{display:inline-block;width:13px;height:13px;background:white;text-indent:9999px;margin:0 5px;border-radius:10px;cursor:pointer;-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;}
.iis-bullet-nav a.iis-bullet-active,
.iis-bullet-nav a:hover{background:#ffb700;}
.ideal-image-slider:hover .iis-bullet-nav{opacity:0.7;}
.ideal-image-slider:hover .iis-bullet-nav:hover{opacity:1.0;}
.iis-has-captions .iis-slide{text-indent:0;}
.iis-caption{position:absolute;left:5%;bottom:5%;max-width:90%;z-index:10;background:#000;background:rgba(0,0,0,0.5);padding:5px 15px;border-radius:10px;font:14px/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.iis-has-bullet-nav .iis-caption{max-width:42%;}
.iis-caption .iis-caption-title{font-weight:bold;}
.iis-caption .iis-caption-content{font-size:13px;line-height:1.6em;color:#eee;}
.iis-caption .iis-caption-content a,
.iis-caption .iis-caption-content a:visited{color:#eee;text-decoration:underline;border:0;}
.iis-caption .iis-caption-content a:hover,
.iis-caption .iis-caption-content a:active{color:#fff;}.ideal-image-slider{position:relative;overflow:hidden;}
.iis-slide{display:block;bottom:0;text-decoration:none;position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;text-indent:-9999px;}
.iis-effect-slide .iis-slide{opacity:0;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;transition-property:transform;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);}
.iis-effect-slide .iis-current-slide{opacity:1;z-index:1;}
.iis-effect-slide .iis-previous-slide{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}
.iis-effect-slide .iis-next-slide{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);}
.iis-effect-slide.iis-direction-next .iis-previous-slide,
.iis-effect-slide.iis-direction-previous .iis-next-slide{opacity:1;}
.iis-previous-nav,
.iis-next-nav{opacity:1 !important;}
.iis-touch-enabled .iis-slide{z-index:1;}
.iis-touch-enabled .iis-current-slide{z-index:2;}
.iis-touch-enabled.iis-is-touching .iis-previous-slide,
.iis-touch-enabled.iis-is-touching .iis-next-slide{opacity:1;}
.iis-effect-fade .iis-slide{-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:ease-in;-moz-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0;}
.iis-effect-fade .iis-current-slide{opacity:1;z-index:1;}
.ideal-image-slider{background-color:#fff;background-image:url("data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==");background-repeat:no-repeat;background-position:50% 50%;background-size:32px 32px;}
.iis-previous-nav,
.iis-next-nav{position:absolute;top:50%;z-index:20;display:block;width:120px;height:120px;text-indent:-9999px;background-repeat:no-repeat;border-radius:50px;background-size:60px 60px;cursor:pointer;opacity:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;}
.iis-previous-nav{left:5%;background-position:35% 50%;background-image:url('../images/icons/arrow_left.svg');}
.iis-next-nav{right:5%;background-position:65% 50%;background-image:url('../images/icons/arrow_right.svg');}
.ideal-image-slider:hover .iis-previous-nav,
.ideal-image-slider:hover .iis-next-nav{opacity:0.5;}
.ideal-image-slider:hover .iis-previous-nav:hover,
.ideal-image-slider:hover .iis-next-nav:hover{opacity:1.0;}
.iis-bullet-nav{position:absolute;bottom:5%;right:5%;z-index:15;width:90%;text-align:right;opacity:0.4;-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;}
.iis-has-captions .iis-bullet-nav{max-width:42%;}
.iis-bullet-nav a{display:inline-block;width:13px;height:13px;background:white;text-indent:9999px;margin:0 5px;border-radius:10px;cursor:pointer;-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;}
.iis-bullet-nav a.iis-bullet-active,
.iis-bullet-nav a:hover{background:#ffb700;}
.ideal-image-slider:hover .iis-bullet-nav{opacity:0.7;}
.ideal-image-slider:hover .iis-bullet-nav:hover{opacity:1.0;}
.iis-has-captions .iis-slide{text-indent:0;}
.iis-caption{position:absolute;left:5%;bottom:5%;max-width:90%;z-index:10;background:#000;background:rgba(0,0,0,0.5);padding:5px 15px;border-radius:10px;font:14px/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.iis-has-bullet-nav .iis-caption{max-width:42%;}
.iis-caption .iis-caption-title{font-weight:bold;}
.iis-caption .iis-caption-content{font-size:13px;line-height:1.6em;color:#eee;}
.iis-caption .iis-caption-content a,
.iis-caption .iis-caption-content a:visited{color:#eee;text-decoration:underline;border:0;}
.iis-caption .iis-caption-content a:hover,
.iis-caption .iis-caption-content a:active{color:#fff;}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/scripts/fancybox/fancybox_sprite.png');
}

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

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/scripts/fancybox/fancybox_overlay.png');
}

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

	#fancybox-loading div {
		background-image: url('/scripts/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}@font-face{font-family:"MuseoSlab500";src:url("/styles/fonts/museoslab-500.eot");src:url("/styles/fonts/museoslab-500.eot?#iefix") format("embedded-opentype"),url("/styles/fonts/museoslab-500.woff") format("woff"),url("/styles/fonts/museoslab-500.ttf") format("truetype"),url("/styles/fonts/museoslab-500.svg#MuseoSlab500") format("svg");font-style:normal;font-weight:normal}@font-face{font-family:"MontserratLight";src:url("/styles/fonts/Montserrat-Light.eot");src:url("/styles/fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),url("/styles/fonts/Montserrat-Light.woff") format("woff"),url("/styles/fonts/Montserrat-Light.ttf") format("truetype"),url("/styles/fonts/Montserrat-Light.svg#MontserratLight") format("svg");font-style:normal;font-weight:normal}@font-face{font-family:"MontserratMedium";src:url("/styles/fonts/Montserrat-Medium.eot");src:url("/styles/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),url("/styles/fonts/Montserrat-Medium.woff") format("woff"),url("/styles/fonts/Montserrat-Medium.ttf") format("truetype"),url("/styles/fonts/Montserrat-Medium.svg#MontserratMedium") format("svg");font-style:normal;font-weight:normal}*{-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}body{font-family:"MontserratLight";padding:0;margin:0;box-sizing:border-box;overflow-x:hidden}section{position:relative}.greyBackground{background-color:#f4f4f4}.darkGreyBackground{background-color:#e1e1e1}h1:not(.startPageOverlayTitle),h2.bigTitle{font-size:45px;padding-top:40px;padding-bottom:26px;font-family:"MuseoSlab500";text-align:center;margin:0;display:block;font-weight:300}h2.smallTitle{font-weight:300;color:black;font-size:25px;font-family:MuseoSlab500;margin-top:15px}.whiteColor{color:white}.alignTop{vertical-align:top}.white{background-color:white !important}.borderBottom{border-bottom:1px solid black}.halfWidth{width:49%}.fullWidth{width:100%}@media screen and (max-width: 980px){.fullWidthWhenTablet{width:100% !important}}@media screen and (max-width: 880px){.responsiveImage{width:70% !important}}@media screen and (max-width: 600px){.responsiveImage{width:90% !important}}@media screen and (max-width: 600px){.responsiveImage{width:100% !important}}@media screen and (max-width: 980px){.centerWhenTablet{margin:0 auto}}@media screen and (max-width: 600px){.fullWidthWhenPhone{width:100% !important}}.topSpace{padding-top:40px}.button{width:max-content;line-height:40px;text-align:center;padding:5px 10px;height:40px;background:orange;font-size:14px;margin:0 auto;font-weight:bold;font-family:"MontserratMedium"}.title{font-size:45px;padding-top:40px;padding-bottom:26px !important;font-family:"MuseoSlab500";text-align:center}@media screen and (max-width: 700px){.title{font-size:30px !important}}.contentContainer{padding-left:17.3%;padding-right:17.3%}@media screen and (max-width: 1430px){.contentContainer{padding-left:6.8%;padding-right:6.8%}}@media screen and (max-width: 1050px){.contentContainer{padding-left:3.8%;padding-right:3.8%}}.contentContainer.employeeContentContainer{padding-left:9.3%;padding-right:9.3%}@media screen and (max-width: 1430px){.contentContainer.employeeContentContainer{padding-left:-1.2%;padding-right:-1.2%}}@media screen and (max-width: 1050px){.contentContainer.employeeContentContainer{padding-left:-4.2%;padding-right:-4.2%}}.text{font-size:18px;font-family:"MontserratLight";line-height:27px}@media screen and (max-width: 550px){.text{font-size:17px}}@media screen and (max-width: 550px){.text{text-align:left !important}}@media screen and (max-width: 980px){.removeTopSpaceWhenMobile{padding-top:0 !important}}.eventTD{padding:0}@media screen and (max-width: 980px){.eventTD{padding:0 !important}}@media screen and (max-width: 980px){.eventTD .newsDate,.eventTD .mediumFont{text-align:center}}@media screen and (max-width: 980px){.eventTD.responsiveImage{padding-top:40px !important}}.eventTD.left{padding-right:30px}.eventTD.right{padding-left:30px}#mainMenu{width:100%;border-top:7px #ffb700 solid;height:80px;position:relative}@media screen and (max-width: 980px){#mainMenu{z-index:100000;position:fixed;background:white;top:0;height:50px}}#mainMenu div{position:absolute}#mainMenuLogo{top:24px;background-image:url("../../images/Logos/logo_sisz_neutral.svg");width:280px;height:40px;background-repeat:no-repeat;background-size:contain;margin-left:17.3%}@media screen and (max-width: 1430px){#mainMenuLogo{margin-left:6.8%}}@media screen and (max-width: 1050px){#mainMenuLogo{margin-left:3.8%}}@media screen and (max-width: 980px){#mainMenuLogo{top:55% !important;transform:translateY(-50%);margin-left:0;left:18px !important}}@media screen and (max-width: 500px){#mainMenuLogo{width:200px;margin-top:6px}}.menuPoint.hover,.menuPoint.active{color:#ffb700}.menuPoint{display:inline-block}#mainNavigation{top:25px;font-size:15px;margin-right:17.3%;right:0;font-family:"MontserratMedium"}@media screen and (max-width: 1430px){#mainNavigation{margin-right:6.8%}}@media screen and (max-width: 1050px){#mainNavigation{margin-right:3.8%}}@media screen and (max-width: 980px){#mainNavigation{display:none}}.menuContainer{display:table !important;height:50px}.subMenuLine{margin-left:22px;margin-right:22px;display:inline-block;height:80px;border-left:1px solid black}#mainNavigation ul{display:inline;vertical-align:bottom}@media screen and (max-width: 980px){#mainNavigation ul{display:none}}#mainNavigation ul li{padding-left:22px;height:50px;display:inline-block;vertical-align:bottom}@media screen and (max-width: 1500px){#mainNavigation ul li{padding-left:15px}}@media screen and (max-width: 980px){#mainNavigation ul li{display:block;padding:15px;border-bottom:1px solid black}}@media screen and (max-width: 980px){#mainNavigation ul li:first-child{border-top:1px solid black}}#mainNavigation ul li:not(:last-child)::after{padding-left:22px;color:black !important}@media screen and (max-width: 1500px){#mainNavigation ul li:not(:last-child)::after{padding-left:15px}}@media screen and (max-width: 980px){#mainNavigation ul li:not(:last-child)::after{display:none}}.subMenuNotMobile{position:absolute;background:rgba(255,255,255,0.9);z-index:20000;font-size:13px;font-family:"MontserratLight";display:flex}.hover{cursor:pointer}.subMenuPoints{display:inline-block}.subMenuPoints div.hover{color:#969696}.subMenuNotMobile{padding:25px}@media screen and (max-width: 1500px){.subMenuNotMobile{padding:20px}}.subMenuPoints a:not(:last-child) div{padding-bottom:6px}.mobileNavigation{z-index:10000 !important;overflow-y:scroll;-webkit-overflow-scrolling:touch;top:55px;position:fixed !important;font-family:"MontserratMedium"}#mobileNavigationIcon{right:3.8%;top:50%;transform:translateY(-50%);display:none;height:50px;width:30px;position:absolute;text-align:center;background:none;border:none;right:18px}@media screen and (max-width: 980px){#mobileNavigationIcon{display:block}}.iconBar{background:#575155;display:block;width:20px;height:2px;position:relative}.iconBar:nth-of-type(1){top:-4px}.iconBar:nth-of-type(2){top:0px}.iconBar:nth-of-type(3){top:4px}.mobileNavigation{height:100%;width:100%;background-color:#FFF;opacity:0.95;color:#6f6f6f;position:absolute;bottom:0;z-index:2;cursor:pointer;overflow:auto}.mobileNavigation a{text-decoration:none;color:#343434}.mobileNavigation ul{padding:0}.mobileNavigation ul li{text-transform:uppercase;font-size:14px;list-style:none;padding:14px;padding-left:18px;border-top:1px solid #f0f0f0;position:relative}.mobileNavigation li.hover,.mobileNavigation li.hover a,.mobileNavigation li.hover a span{background-color:#ffb700 !important;color:white}.mobileNavigation li.hover a .arrowRight{background-image:url(../../images/icons/arrow_right_mobile_hover.svg)}.mobileNavigation li.hover a .arrowLeft{background-image:url(../../images/icons/arrow_left_mobile_hover.svg)}.arrowRight{background-image:url(../../images/icons/arrow_right_mobile.svg)}.arrowRight{position:absolute;background-repeat:no-repeat !important;background-position:center;display:inline-block;width:13px;height:19px;line-height:60px;right:5%;background-image:url(../../images/icons/arrow_right_mobile.svg);top:50%;transform:translateY(-50%)}.arrowLeft{position:absolute;background-repeat:no-repeat !important;background-position:center;display:inline-block;width:13px;height:19px;line-height:60px;left:5%;background-image:url(../../images/icons/arrow_left_mobile.svg);top:50%;transform:translateY(-50%)}.mobileNavigation ul li:last-child{border-bottom:1px solid #f0f0f0}.animated{-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mobileNavigationTitle{color:#ffb700;padding-left:30px}.blur{width:100%;height:2000px;position:fixed;background-color:black;opacity:0.5;z-index:10000}.flex{display:flex}.footer{height:80px;background:#191919;color:white;margin-bottom:-1px;line-height:79px}@media screen and (max-width: 1200px){.footer{font-size:14px}}@media screen and (max-width: 980px){.footer{font-size:12px}}@media screen and (max-width: 700px){.footer{display:block !important;height:100%;font-size:15px}}.footerPoint div{display:inline-block;vertical-align:middle}.footerPoint div:first-child{height:30px;width:30px;background-size:contain !important;background-repeat:no-repeat}.footerPoint div:last-child{padding-left:10px;white-space:nowrap}.footerContent{display:flex;justify-content:space-around}@media screen and (max-width: 700px){.footerContent{display:block !important}}.footerPoint{display:inline-block;white-space:nowrap}@media screen and (max-width: 980px){.footerPoint{display:block !important}}.footerPoint.hover a div{text-decoration:underline}.footer a:active{color:white;text-decoration:none}.footer a:visited{color:white}.mobileNavigation a:visited{color:black}.footer a:checked{color:white}a:hover{text-decoration:none}a{text-decoration:none;color:white}.subMenuPoints a{color:black}a[href^="tel"]:link,a[href^="tel"]:visited,a[href^="tel"]:hover{text-decoration:none;color:white}.centerHorizontally{margin:0 auto}.mediumFont{font-family:"MontserratMedium"}.bottomSpace{padding-bottom:40px}.alignLeft{text-align:left}.alignCenter{text-align:center}.notSliderHeader{height:680px;background-size:cover;background-position:center center;background-repeat:no-repeat}.buttonDivContainer{margin-top:40px;margin-bottom:40px}.smallBackground,.centeredImage,.leftImage{background-position:center center;background-repeat:no-repeat !important;background-size:cover}.smallBackground{width:100%}.centeredImage{margin:0 auto}.alignedCenterText{text-align:center}.smallBackground{width:100%}.centeredImage{height:270px;background-size:contain;margin-top:40px}.hidden{display:none !important}.noPaddingLeft{padding-left:0px !important}.noPaddingBottom{padding-bottom:0px !important}@media screen and (max-width: 980px){.paddingBottomWhenMobile{padding-bottom:40px}}@media screen and (max-width: 980px){.noPaddingTopWhenMobile{padding-top:0px !important}}.noPaddingTop{padding-top:0 !important}@media screen and (max-width: 980px){.noPaddingRightWhenMobile{padding-right:0px !important}}.noPadding{padding:0 !important}.downloadListContainer{display:inline-block;width:49%;vertical-align:top}@media screen and (max-width: 650px){.downloadListContainer{display:block;width:100%}}.downloadTD{padding:0 !important}.downloadTD.left{padding-right:25px !important}.downloadTD.right{padding-left:25px !important}@media screen and (max-width: 980px){.downloadTD.right,.downloadTD.left{padding-left:0 !important;padding-right:0 !important}}@media screen and (max-width: 980px){.downloadTD.right{padding-top:25px !important}}.downloads{list-style:none;padding-left:0;margin-right:20px;text-align:left !important}@media screen and (max-width: 980px){.downloads{text-align:center !important}}@media screen and (max-width: 650px){.downloads{display:block;text-align:left !important}}@media screen and (max-width: 650px){.pdfList .downloadListContainer:first-child .downloads{margin-bottom:0px;margin-top:16px !important}}@media screen and (max-width: 650px){.pdfList .downloads:last-child:not(.singleColumn){margin-top:0px}}.downloads li.hover a{text-decoration:underline}.downloads li a{color:#FFA000 !important}.downloads li{padding-bottom:10px;font-size:16px;color:#FFA000 !important}@media screen and (max-width: 1560px){.downloads li{font-size:14px}}@media screen and (max-width: 980px){.downloads li{font-size:13px}}@media screen and (max-width: 650px){.downloads li{font-size:15px}}.downloads li:before{content:'';display:inline-block;height:20px;width:20px;background-image:url("../../images/icons/pdf.svg");background-size:cover;margin-right:10px;vertical-align:middle}input,textArea{height:20px;width:100%;border:none;background:#f9f9f9;font-size:16px;padding:10px 0px 10px 10px;font-family:"MontserratLight";color:black;margin-bottom:8px}::-webkit-input-placeholder{font-size:16px;font-family:"MontserratLight";color:#787878}:-ms-input-placeholder{font-size:16px;font-family:"MontserratLight";color:#787878}textArea{height:80px;resize:vertical}input:focus,textArea:focus{outline:none}.noMarginBottom{margin-bottom:0px !important}button:active{outline:none;border:none}button{outline:none}.mobileNewsImage{margin-right:0 !important}.mobileInlineBlock{display:none !important}@media screen and (max-width: 980px){.mobileInlineBlock{display:inline-block !important}}.mobile{display:none !important}@media screen and (max-width: 980px){.mobile{display:block !important}}@media screen and (max-width: 980px){.notMobile{display:none !important}}@media screen and (max-width: 980px){.greyIfMobile{background-color:#f4f4f4}}@media screen and (max-width: 980px){.whiteBackgroundIfMobile{background-color:white !important}}.startPageOverlayTitle{color:white;font-size:45px;font-weight:300;margin:0;font-family:MuseoSlab500}@media screen and (max-width: 980px){.startPageOverlayTitle{font-size:40px}}@media screen and (max-width: 690px){.startPageOverlayTitle{font-size:25px}}@media screen and (max-width: 440px){.startPageOverlayTitle{font-size:15px}}.startPageOverlayText{color:black;font-size:25px;font-family:MuseoSlab500;margin-top:15px}@media screen and (max-width: 980px){.startPageOverlayText{font-size:25px !important;margin-top:0px !important}}@media screen and (max-width: 690px){.startPageOverlayText{font-size:12px !important;margin-bottom:15px !important}}@media screen and (max-width: 440px){.startPageOverlayText{font-size:10px !important}}.startPageOverlay{width:700px;height:150px;padding:30px;background:orange;position:absolute;top:200px;right:0px;z-index:9999;background:rgba(255,183,0,0.8)}@media screen and (max-width: 980px){.startPageOverlay{width:600px;height:120px;top:150px}}@media screen and (max-width: 690px){.startPageOverlay{width:400px;height:80px;top:90px;padding:15px}}@media screen and (max-width: 440px){.startPageOverlay{width:200px;height:45px;top:70px;padding-top:10px;padding-left:10px}}@media screen and (max-width: 250px){.startPageOverlay{width:200px;height:45px;top:40;padding-top:10px;padding-left:10px}}#houseWithTree{background-position:right !important;height:600px;background-image:url("../../images/header/header_pic_5.jpg")}.newsTitle{font-family:"MontserratMedium";margin-right:-4px}.newsTextBox{padding-bottom:35px;padding-left:17.3%;padding-right:17.3%}@media screen and (max-width: 1430px){.newsTextBox{padding-left:6.8%;padding-right:6.8%}}@media screen and (max-width: 1050px){.newsTextBox{padding-left:3.8%;padding-right:3.8%}}@media screen and (max-width: 500px){.newsTextBox{padding-left:0%;padding-right:0%;padding-top:0px}}.newsBox{white-space:nowrap}.newsBox,.infoBox{width:100%}@media screen and (max-width: 980px){.newsBox,.infoBox{text-align:center}}.newsTextContainer{padding-left:25px;width:70%;display:inline-block;vertical-align:top;white-space:normal}@media screen and (max-width: 1430px){.newsTextContainer{width:55%}}@media screen and (max-width: 980px){.newsTextContainer{width:100%;display:block !important;padding-left:0px}}.newsDate{font-family:"MontserratLight";display:inline-block}@media screen and (max-width: 980px){.newsDate{display:block !important}}.newsCenterContainer{width:75%;margin:0 auto}@media screen and (max-width: 980px){.newsCenterContainer{width:100%}}.zoomIconContainer{height:30px;width:30px;background:#ffb700;border-radius:50%;right:10px;bottom:10px;position:absolute}.zoomIcon{height:20px;width:20px;background-image:url("../../images/icons/search.svg");background-size:contain;position:absolute;top:50%;transform:translateY(-50%);margin:0 auto;left:0;background-position:center center;right:0}.newsText{padding-top:20px;line-height:24px;font-size:16px;font-family:"MontserratLight"}.newsImage{width:250px;height:150px;display:inline-block;position:relative;vertical-align:top;background-size:contain;background-repeat:no-repeat;background-position:center center}@media screen and (max-width: 500px){.newsImage{width:100%;height:225px}}@media screen and (max-width: 500px){.newsImage.imageTooSmallForFullLength{background-size:cover}}.newsTitle{display:inline-block}.newsTitle:after{font-family:"MontserratLight";padding-left:15px;padding-right:15px}@media screen and (max-width: 980px){.newsTitle:after{display:none !important}}.infoImage{height:270px;background-position:right;background-size:contain;background-repeat:no-repeat}@media screen and (max-width: 980px){.infoImage{background-position:center !important}}.infoImage.rightImage{background-position:left}@media screen and (max-width: 980px){.infoImage.rightImage{margin-top:40px}}#slider img{display:none !important}.slidesjs-pagination li{list-style-type:none;display:inline-block;border:2px solid #bebebe;border-radius:12px;height:12px;width:12px;margin:0 4px;-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out}.iis-bullet-nav{bottom:5%;right:5%;z-index:15;width:90%;text-align:center;opacity:0.4;-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out}@media screen and (max-width: 980px){.iis-bullet-nav{display:none}}.ideal-image-slider:hover .iis-bullet-nav:hover{opacity:1.0}.ideal-image-slider:hover .iis-bullet-nav{opacity:0.7}@media screen and (max-width: 980px){.infoTD{display:block}}.infoImageTD{width:39%;text-align:right}@media screen and (max-width: 980px){.infoImageTD{width:100% !important;text-align:center !important}}.infoTextTD{vertical-align:top;padding:25px}@media screen and (max-width: 980px){.infoTextTD{text-align:center;padding:0}}.iconContainer{display:table;margin:0 auto;margin-top:40px}.importantWidth{width:12% !important}.employeeImage.importantWidth{width:20% !important}.iconHolder,.employeeImage{text-align:center;width:15%;margin-bottom:60px;margin-top:40px;display:table-cell;vertical-align:top}.iconSphere,.iconSphere i{position:relative;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:220px;height:220px;border:5px solid #ffb700;font-size:40px;margin:auto;vertical-align:middle;display:table;background-color:white;color:#FFFFFF}@media screen and (max-width: 1200px){.iconSphere,.iconSphere i{width:180px;height:180px}}@media screen and (max-width: 980px){.iconSphere,.iconSphere i{width:160px;height:160px}}@media screen and (max-width: 600px){.iconSphere,.iconSphere i{width:120px;height:120px}}@media screen and (max-width: 480px){.iconSphere,.iconSphere i{width:80px;height:80px}}.employeeImage .iconSphere{height:193px;width:193px;border-radius:0}.employeeRowContainer{display:inline-block;vertical-align:top}@media screen and (max-width: 1050px){.employeeRowContainer{display:block}}@media screen and (max-width: 1050px){.employeeRowContainer div:first-child{margin-left:0}}.centerAbsolut{margin:0 auto;position:absolute;left:0;right:0;top:50%;transform:translateY(-50%)}.flipCardBackgroundPosition{transform:translateY(-62%)}.mobileFlipCard{margin-top:15px;margin-bottom:40px}.tabSelectorConainer{width:100%;height:130px}@media screen and (max-width: 550px){.tabSelectorConainer{height:auto}}.tabs{margin-top:40px}.cost{white-space:nowrap}.tabTitle{width:100%;text-align:center;white-space:nowrap}@media screen and (max-width: 1200px){.tabTitle{font-size:13px}}@media screen and (max-width: 730px){.tabTitle{white-space:normal}}@media screen and (max-width: 550px){.tabTitle{font-size:14px;white-space:nowrap}}.hover.tabSelector{background:white !important}.paymentInfo{width:33.3%;height:100%;display:inline-block;margin-right:-4px;position:relative;background:#e1e1e1}@media screen and (max-width: 550px){.paymentInfo{display:block;height:110px;width:100%}}.tabSelector.active{background:white !important}.iconSphere div div div{position:absolute;top:50%;transform:translateY(-50%);margin:0 auto;left:0;right:0;width:140px;height:140px;background-size:contain;background-repeat:no-repeat;background-position:center center}@media screen and (max-width: 1200px){.iconSphere div div div{width:110px;height:110px}}@media screen and (max-width: 980px){.iconSphere div div div{width:90px;height:90px}}@media screen and (max-width: 600px){.iconSphere div div div{width:60px;height:60px}}@media screen and (max-width: 480px){.iconSphere div div div{width:45px;height:45px}}.employeeCardContainer{display:inline-block;vertical-align:top;width:140px}@media screen and (max-width: 1430px){.employeeCardContainer{width:140px}}@media screen and (max-width: 600px){.employeeCardContainer{display:block;width:194px}}@media screen and (max-width: 600px){.employeeRowContainer .employeeCardContainer:not(:first-child){margin-top:40px}}@media screen and (max-width: 1050px){.employeeRowContainer.secondRow{margin-top:40px}}@media screen and (max-width: 1050px){.employeeRowContainer.secondRow{margin-top:40px}}@media screen and (max-width: 1050px){body:not(.new) .employeeRowContainer .employeeCardContainer:first-child{margin-right:115px}}@media screen and (max-width: 600px){body:not(.new) .employeeRowContainer .employeeCardContainer:first-child{margin-right:0}}.employeeCardContainer:not(.first){margin-left:90px}@media screen and (max-width: 1600px){.employeeCardContainer:not(.first){margin-left:60px}}@media screen and (max-width: 1460px){.employeeCardContainer:not(.first){margin-left:30px}}@media screen and (max-width: 1400px){.employeeCardContainer:not(.first){margin-left:30px}}@media screen and (max-width: 780px){.employeeCardContainer:not(.first){margin-left:0}}.employeeCardImage{height:252px;background-size:contain;background-repeat:no-repeat;width:194px}@media screen and (max-width: 1490px){.employeeCardImage{width:150px;height:202px}}@media screen and (max-width: 850px){.employeeCardImage{width:150px;height:202px}}@media screen and (max-width: 600px){.employeeCardImage{width:194px;height:252px}}body.new .employeeRowContainer{display:flex}@media screen and (max-width: 900px){body.new .employeeRowContainer{display:block !important}}body.new .employeeCardContainer{width:auto !important}@media screen and (max-width: 900px){body.new .employeeCardContainer{display:block !important;margin-left:0 !important;margin-right:0 !important;margin-bottom:40px !important}}body.new .employeeCardImage{height:185px !important;width:auto !important}@media screen and (max-width: 1050px){body.new .employeeCardImage{height:145px !important}}@media screen and (max-width: 900px){body.new .employeeCardImage{height:270px !important}}@media screen and (max-width: 600px){body.new .employeeCardImage{height:auto !important;width:100% !important}}.flipCardIcon{background-repeat:no-repeat;background-size:contain;height:110px;background-position:center center}#allDaySchool{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22132.512px%22%20height%3D%22132.583px%22%20viewBox%3D%220%200%20132.512%20132.583%22%20enable-background%3D%22new%200%200%20132.512%20132.583%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M132.512%2C61.151c0%2C3.451%2C0%2C6.902%2C0%2C10.352%0D%0A%09%09c-0.086%2C0.368-0.199%2C0.733-0.254%2C1.105c-0.308%2C2.17-0.484%2C4.367-0.916%2C6.513c-2.77%2C13.78-9.209%2C25.583-19.398%2C35.269%0D%0A%09%09c-9.539%2C9.07-20.814%2C14.816-33.786%2C17.166c-2.231%2C0.404-4.483%2C0.688-6.726%2C1.025c-3.451%2C0-6.902%2C0-10.354%2C0%0D%0A%09%09c-0.367-0.084-0.732-0.201-1.105-0.252c-2.17-0.309-4.365-0.486-6.511-0.916c-13.782-2.77-25.584-9.211-35.271-19.399%0D%0A%09%09C9.12%2C102.475%2C3.375%2C91.2%2C1.025%2C78.229C0.621%2C75.999%2C0.338%2C73.746%2C0%2C71.502c0-3.449%2C0-6.9%2C0-10.352%0D%0A%09%09c0.372-2.5%2C0.63-5.023%2C1.135-7.496C4.313%2C38.02%2C11.946%2C24.969%2C24.374%2C14.942C40.428%2C1.989%2C58.805-2.451%2C79.022%2C1.266%0D%0A%09%09c13.826%2C2.541%2C25.598%2C9.172%2C35.291%2C19.363c9.074%2C9.541%2C14.822%2C20.818%2C17.174%2C33.794C131.889%2C56.654%2C132.172%2C58.907%2C132.512%2C61.151z%0D%0A%09%09%20M66.221%2C124.22c31.686%2C0.037%2C57.359-25.522%2C57.928-56.758c0.592-32.611-25.568-58.496-56.83-59.037%0D%0A%09%09C35.026%2C7.868%2C8.312%2C33.891%2C8.333%2C66.487C8.354%2C98.279%2C34.415%2C124.22%2C66.221%2C124.22z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M115.862%2C66.276c-16.543%2C0-32.998%2C0-49.527%2C0%0D%0A%09%09c0-16.535%2C0-33.021%2C0-49.504C91.874%2C15.768%2C116.481%2C38.299%2C115.862%2C66.276z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M41.936%2C32.637c-1.431-2.48-2.793-4.842-4.211-7.301%0D%0A%09%09c2.433-1.406%2C4.795-2.77%2C7.285-4.211c1.41%2C2.434%2C2.777%2C4.791%2C4.223%2C7.281C46.826%2C29.803%2C44.469%2C31.17%2C41.936%2C32.637z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M21.057%2C45.086c1.422-2.467%2C2.785-4.83%2C4.203-7.289%0D%0A%09%09c2.428%2C1.396%2C4.793%2C2.758%2C7.301%2C4.201c-1.42%2C2.461-2.799%2C4.85-4.215%2C7.307C25.885%2C47.879%2C23.524%2C46.512%2C21.057%2C45.086z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M32.563%2C90.643c-2.49%2C1.439-4.822%2C2.787-7.289%2C4.211%0D%0A%09%09c-1.396-2.398-2.764-4.751-4.23-7.271c2.432-1.412%2C4.82-2.797%2C7.299-4.234C29.75%2C85.784%2C31.12%2C88.147%2C32.563%2C90.643z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M111.459%2C87.561c-1.432%2C2.48-2.783%2C4.822-4.205%2C7.285%0D%0A%09%09c-2.416-1.389-4.783-2.748-7.299-4.193c1.402-2.436%2C2.762-4.801%2C4.197-7.299C106.577%2C84.75%2C108.94%2C86.11%2C111.459%2C87.561z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M45.018%2C111.529c-2.494-1.438-4.832-2.781-7.293-4.199%0D%0A%09%09c1.408-2.439%2C2.783-4.83%2C4.213-7.309c2.477%2C1.43%2C4.84%2C2.795%2C7.293%2C4.211C47.823%2C106.672%2C46.459%2C109.031%2C45.018%2C111.529z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M90.571%2C100.018c1.438%2C2.494%2C2.801%2C4.859%2C4.209%2C7.301%0D%0A%09%09c-2.441%2C1.41-4.803%2C2.773-7.281%2C4.207c-1.42-2.447-2.789-4.809-4.229-7.285C85.688%2C102.842%2C88.049%2C101.475%2C90.571%2C100.018z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M24.803%2C62.256c0%2C2.771%2C0%2C5.428%2C0%2C8.188c-2.721%2C0-5.404%2C0-8.203%2C0%0D%0A%09%09c0-2.684%2C0-5.4%2C0-8.188C19.305%2C62.256%2C21.995%2C62.256%2C24.803%2C62.256z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M62.168%2C116.03c0-2.765%2C0-5.423%2C0-8.187c2.669%2C0%2C5.354%2C0%2C8.133%2C0%0D%0A%09%09c0%2C2.678%2C0%2C5.398%2C0%2C8.187C67.608%2C116.03%2C64.956%2C116.03%2C62.168%2C116.03z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}.smallClasses{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22177.962px%22%20height%3D%22142.584px%22%20viewBox%3D%22-19.435%20-12.098%20177.962%20142.584%22%0D%0A%09%20enable-background%3D%22new%20-19.435%20-12.098%20177.962%20142.584%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M16.828-12.089c9.151%2C0.002%2C18.303-0.012%2C27.454%2C0.007%0D%0A%09%09c5.505%2C0.011%2C8.772%2C3.233%2C8.786%2C8.746c0.031%2C12.367%2C0.033%2C24.735-0.005%2C37.101c-0.016%2C5.144-3.366%2C8.478-8.497%2C8.483%0D%0A%09%09C26.14%2C42.27%2C7.713%2C42.266-10.714%2C42.242c-5.376-0.007-8.695-3.314-8.705-8.656C-19.441%2C21.158-19.439%2C8.729-19.421-3.7%0D%0A%09%09c0.007-4.936%2C3.453-8.37%2C8.424-8.384C-1.722-12.109%2C7.553-12.092%2C16.828-12.089z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M124.904%2C57.24c0%2C2.22%2C0%2C4.177%2C0%2C6.343c-2.148%2C0-4.279%2C0-6.583%2C0%0D%0A%09%09c0%2C5%2C0%2C9.797%2C0%2C14.734c-20.606%2C0-41.036%2C0-61.654%2C0c0-4.848%2C0-9.641%2C0-14.648c-2.306%2C0-4.435%2C0-6.669%2C0c0-2.17%2C0-4.119%2C0-6.061%0D%0A%09%09c0.114-0.086%2C0.222-0.231%2C0.3-0.217c2.111%2C0.381%2C3.061-0.807%2C4.029-2.507c5.104-8.967%2C10.341-17.857%2C15.539-26.77%0D%0A%09%09c1.221-2.092%2C3.099-3.244%2C5.483-3.264c8.04-0.063%2C16.082-0.067%2C24.122-0.008c2.456%2C0.02%2C4.347%2C1.222%2C5.603%2C3.385%0D%0A%09%09c5.06%2C8.706%2C10.157%2C17.392%2C15.178%2C26.12C121.306%2C56.183%2C122.072%2C58.199%2C124.904%2C57.24z%20M68.848%2C46.682%0D%0A%09%09c-0.106-0.022-0.213-0.043-0.318-0.065c-2.022%2C3.467-4.043%2C6.933-6.174%2C10.585c2.392%2C0%2C4.394%2C0%2C6.492%2C0%0D%0A%09%09C68.848%2C53.622%2C68.848%2C50.152%2C68.848%2C46.682z%20M112.564%2C57.239c-2.206-3.753-4.232-7.202-6.472-11.013c0%2C3.987%2C0%2C7.467%2C0%2C11.013%0D%0A%09%09C108.206%2C57.239%2C110.165%2C57.239%2C112.564%2C57.239z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M88.781%2C124.443c7.923-15.074%2C25.858-15.168%2C33.947%2C0.002%0D%0A%09%09c5.097-8.502%2C11.975-13.434%2C22.26-10.473c6.919%2C1.992%2C12.841%2C9.51%2C13.541%2C16.514c-57.805%2C0-115.6%2C0-173.396%2C0%0D%0A%09%09c0.11-5.615%2C5.823-14.07%2C13.084-16.477c8.468-2.805%2C15.373%2C0.285%2C22.596%2C10.484c3.721-6.668%2C8.903-11.336%2C16.884-11.359%0D%0A%09%09c8.014-0.021%2C13.234%2C4.611%2C16.97%2C11.311C62.989%2C108.65%2C81.65%2C110.023%2C88.781%2C124.443z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M87.394%2C20.319C79.12%2C20.285%2C72.587%2C13.718%2C72.601%2C5.45%0D%0A%09%09c0.014-8.218%2C6.66-14.85%2C14.871-14.835C95.718-9.37%2C102.366-2.599%2C102.3%2C5.716C102.237%2C13.784%2C95.531%2C20.354%2C87.394%2C20.319z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M152.794%2C97.281c-0.017%2C7.117-5.875%2C12.984-12.989%2C13.006%0D%0A%09%09c-7.267%2C0.021-13.091-5.771-13.106-13.037c-0.014-7.25%2C5.825-13.115%2C13.045-13.105C146.947%2C84.154%2C152.81%2C90.056%2C152.794%2C97.281z%22%0D%0A%09%09%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M3.804%2C84.134c7.19%2C0.029%2C13.113%2C6%2C13.053%2C13.162%0D%0A%09%09c-0.06%2C7.213-6.032%2C13.08-13.211%2C12.98c-7.171-0.102-12.934-5.896-12.969-13.047C-9.358%2C90.095-3.353%2C84.105%2C3.804%2C84.134z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M50.783%2C97.285c-0.046%2C7.293-5.859%2C13.043-13.135%2C12.996%0D%0A%09%09c-7.223-0.051-12.977-5.936-12.925-13.221c0.051-7.143%2C5.894-12.924%2C13.054-12.916C45.002%2C84.152%2C50.829%2C90.039%2C50.783%2C97.285z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M118.767%2C97.14c0.043%2C7.277-5.723%2C13.107-12.998%2C13.139%0D%0A%09%09c-7.133%2C0.033-13.044-5.783-13.096-12.885c-0.053-7.27%2C5.707-13.17%2C12.932-13.25C112.816%2C84.066%2C118.722%2C89.898%2C118.767%2C97.14z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M84.831%2C97.287c-0.02%2C7.102-5.889%2C12.963-13.01%2C12.99%0D%0A%09%09c-7.248%2C0.029-13.086-5.771-13.127-13.037c-0.039-7.18%2C5.904-13.133%2C13.082-13.1C78.985%2C84.173%2C84.849%2C90.08%2C84.831%2C97.287z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}.mentoredLearning{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22184.754px%22%20height%3D%22158.35px%22%20viewBox%3D%22-26.712%20-13.157%20184.754%20158.35%22%0D%0A%09%20enable-background%3D%22new%20-26.712%20-13.157%20184.754%20158.35%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M3.153%2C103.137c-3.353%2C0.123-6.728-0.076-10.061%2C0.238%0D%0A%09%09%09c-7.139%2C0.674-13.445-4.799-13.534-11.98c-0.167-13.535%2C3.282-26.169%2C9.615-38.055c2.483-4.66%2C7.375-7.053%2C12.586-6.352%0D%0A%09%09%09c4.927%2C0.663%2C9.003%2C4.514%2C10.169%2C9.603c0.009%2C0.044%2C0.035%2C0.088%2C0.031%2C0.129c-0.302%2C3.063%2C1.603%2C5.208%2C3.123%2C7.513%0D%0A%09%09%09c1.195%2C1.812%2C2.422%2C3.604%2C3.567%2C5.446c0.448%2C0.721%2C0.941%2C0.992%2C1.807%2C0.986c6.429-0.039%2C12.858-0.033%2C19.289-0.008%0D%0A%09%09%09c2.931%2C0.01%2C5.448%2C1.938%2C6.353%2C4.771c0.869%2C2.723-0.113%2C5.787-2.46%2C7.426c-0.471%2C0.328-1.124%2C0.555-1.694%2C0.559%0D%0A%09%09%09c-9.577%2C0.031-19.155%2C0.012-28.732%2C0.033c-1.455%2C0.004-2.261-0.941-2.979-1.934c-1.342-1.857-2.575-3.795-3.855-5.697%0D%0A%09%09%09c-0.153-0.004-0.305-0.008-0.459-0.01c-0.725%2C4.498-1.449%2C8.998-2.18%2C13.531c2.498%2C0.471%2C4.533%2C0.889%2C6.58%2C1.221%0D%0A%09%09%09c0.739%2C0.121%2C0.933%2C0.453%2C0.919%2C1.148c-0.036%2C1.945-0.012%2C3.891-0.012%2C5.998c2.057%2C0%2C4.026%2C0%2C6.062%2C0c0%2C3.916%2C0%2C7.67%2C0%2C11.637%0D%0A%09%09%09C14.615%2C106.635%2C8.478%2C102.94%2C3.153%2C103.137z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M-21.115%2C104.772c0-15.461%2C0-29.766%2C0-44.108%0D%0A%09%09%09c-1.974%2C0-3.803%2C0-5.598%2C0c0%2C27.125%2C0%2C54.145%2C0%2C81.149c1.906%2C0%2C3.698%2C0%2C5.777%2C0c-1.069-3.391%2C1.25-5.342%2C2.939-7.564%0D%0A%09%09%09c0.107-0.141%2C0.207-0.287%2C0.314-0.428c1.803-2.328%2C3.608-4.656%2C5.485-7.076c2.504%2C3.115%2C4.862%2C6.104%2C7.283%2C9.039%0D%0A%09%09%09c1.388%2C1.686%2C2.849%2C3.297%2C2.32%2C5.738c-0.014%2C0.068%2C0.065%2C0.154%2C0.137%2C0.313c2.023%2C0%2C4.081%2C0%2C6.294%2C0c0-9.895%2C0-19.713%2C0-29.68%0D%0A%09%09%09c1.366%2C0%2C2.583%2C0%2C3.938%2C0l0.011-7.383H-21.115z%20M-15.344%2C123.885c-1.784%2C2.363-3.606%2C4.695-5.648%2C7.334c0-5.271%2C0-10.158%2C0-15.436%0D%0A%09%09%09c2.066%2C2.576%2C3.92%2C4.865%2C5.729%2C7.189C-15.122%2C123.155-15.184%2C123.672-15.344%2C123.885z%20M-12.261%2C119.92%0D%0A%09%09%09c-2.06-2.566-4.039-5.037-6.191-7.721c4.149%2C0%2C8.013%2C0%2C12.13%2C0C-8.361%2C114.85-10.28%2C117.346-12.261%2C119.92z%20M-2.719%2C131.803%0D%0A%09%09%09c-2.36-2.936-4.563-5.678-6.833-8.502c2.229-2.883%2C4.435-5.738%2C6.833-8.84C-2.719%2C120.358-2.719%2C125.936-2.719%2C131.803z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M19.125%2C95.975c-2.189%2C0-4.122%2C0-6.145%2C0%0D%0A%09%09%09c0-3.613%2C0-7.092%2C0-10.691c29.276%2C0%2C58.516%2C0%2C87.844%2C0c0%2C3.5%2C0%2C7.021%2C0%2C10.664c-1.967%2C0-3.898%2C0-5.977%2C0%0D%0A%09%09%09c0%2C15.26%2C0%2C30.396%2C0%2C45.635c-2.515%2C0-4.883%2C0-7.406%2C0c0-15.145%2C0-30.287%2C0-45.521c-20.391%2C0-40.629%2C0-61.009%2C0%0D%0A%09%09%09c0%2C15.18%2C0%2C30.32%2C0%2C45.541c-2.472%2C0-4.803%2C0-7.308%2C0C19.125%2C126.473%2C19.125%2C111.336%2C19.125%2C95.975z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M20.421%2C52.545c-7.854-0.023-14.047-6.259-14.016-14.111%0D%0A%09%09%09c0.033-7.796%2C6.384-14.104%2C14.143-14.046c7.685%2C0.057%2C13.987%2C6.402%2C14.01%2C14.104C34.581%2C46.237%2C28.213%2C52.568%2C20.421%2C52.545z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M49.125%2C78.526c-0.349-3.191-1.296-5.879-3.809-7.797%0D%0A%09%09%09c-1.653-1.264-3.521-2.004-5.657-1.959c-1.634%2C0.031-3.27%2C0.006-5.198%2C0.006c4.299-7.385%2C8.492-14.585%2C12.762-21.919%0D%0A%09%09%09c5.25%2C2.99%2C10.419%2C5.935%2C15.668%2C8.924C58.261%2C63.43%2C53.693%2C70.979%2C49.125%2C78.526z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M28.206%2C101.293c2.379%2C2.822%2C3.962%2C5.764%2C5.095%2C8.939%0D%0A%09%09%09c2.023%2C5.67%2C2.656%2C11.533%2C2.236%2C17.514c-0.154%2C2.207-0.399%2C4.406-0.643%2C6.605c-0.388%2C3.494-3.403%2C6.186-6.688%2C5.932%0D%0A%09%09%09C28.206%2C127.387%2C28.206%2C114.487%2C28.206%2C101.293z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M84.858%2C72.112c-8.854%2C0-17.604%2C0-26.443%2C0%0D%0A%09%09%09c0-2.432%2C0-4.799%2C0-7.268c8.787%2C0%2C17.571%2C0%2C26.443%2C0C84.858%2C67.219%2C84.858%2C69.592%2C84.858%2C72.112z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M89.862%2C73.129c0%2C1.885%2C0%2C3.725%2C0%2C5.67%0D%0A%09%09%09c-9.57%2C0-19.107%2C0-28.759%2C0c0-1.818%2C0-3.693%2C0-5.67C70.639%2C73.129%2C80.211%2C73.129%2C89.862%2C73.129z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M87.996%2C79.491c0%2C1.684%2C0%2C3.258%2C0%2C4.936%0D%0A%09%09%09c-10.566%2C0-21.073%2C0-31.668%2C0c0-1.646%2C0-3.254%2C0-4.936C66.885%2C79.491%2C77.362%2C79.491%2C87.996%2C79.491z%22%2F%3E%0D%0A%09%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M49.974%2C47.437c0.76-1.125%2C1.426-2.109%2C2.196-3.249%0D%0A%09%09%09c3.267%2C3.378%2C6.475%2C6.697%2C9.684%2C10.019c-0.066%2C0.095-0.133%2C0.188-0.2%2C0.283C57.81%2C52.168%2C53.965%2C49.847%2C49.974%2C47.437z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M118.85-13.134c-7.729-0.465-13.841%2C6.531-13.715%2C13.51%0D%0A%09%09c0.139%2C7.591%2C5.826%2C13.612%2C13.744%2C13.658c7.551%2C0.04%2C13.586-6.101%2C13.666-13.646C132.617-6.35%2C126.674-13.618%2C118.85-13.134z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M158.041%2C32.534c0.105-6.375-4.321-11.627-9.46-13.702%0D%0A%09%09c-4.396-1.777-8.931-1.594-13.495-1.868c-1.363-0.082-3.86-0.118-5.109%2C1.63c-0.012%2C0.017-5.887%2C9.027-5.873%2C9.055%0D%0A%09%09c0.021%2C0.009-5.295-8.733-5.295-8.733c-0.928-1.534-3.566-1.874-4.246-1.891c-3.018-0.074-4.392-0.248-7.358%2C0.164%0D%0A%09%09c-6.776%2C0.943-12.79%2C3.39-15.599%2C10.342L80.148%2C54.563c-1.365%2C3.176%2C0.102%2C6.856%2C3.277%2C8.222c3.176%2C1.366%2C6.856-0.101%2C8.223-3.277%0D%0A%09%09l10.269-23.878c0.974-1.239%2C2.467-0.923%2C2.467-0.923c1.54%2C0.012%2C2.141%2C0.576%2C2.137%2C2.232c-0.051%2C22.133-0.033%2C44.268-0.036%2C66.405%0D%0A%09%09c0%2C10.967%2C0.03%2C21.938-0.026%2C32.904c-0.018%2C3.402%2C1.029%2C6.105%2C4.042%2C7.943c4.072%2C2.484%2C10.315%2C0.104%2C11.45-4.512%0D%0A%09%09c0.415-1.693%2C0.689-3.469%2C0.693-5.207c0.045-20.361%2C0.04-40.725-0.006-61.084c-0.003-1.711%2C0.374-2.744%2C2.265-2.266%0D%0A%09%09c0.526%2C0.135%2C1.106%2C0.721%2C1.32%2C1.24c0.232%2C0.564%2C0.072%2C1.291%2C0.072%2C1.947c0.002%2C20.756%2C0.007%2C41.512-0.005%2C62.266%0D%0A%09%09c-0.002%2C2.992%2C0.967%2C5.535%2C3.461%2C7.258c2.543%2C1.756%2C5.648%2C1.57%2C8.123%2C0.588c2.916-1.152%2C4.568-3.992%2C4.574-7.367%0D%0A%09%09c0.021-9.59%2C0-19.18-0.001-28.768c-0.005-23.711%2C0.002-47.422-0.027-71.132c-0.001-1.348%2C0.074-2.176%2C1.821-2.196%0D%0A%09%09c1.848-0.021%2C2%2C0.873%2C1.994%2C2.315c-0.032%2C9.785-0.039%2C19.572%2C0.002%2C29.36c0.011%2C2.639%2C0.805%2C4.829%2C3.326%2C6.352%0D%0A%09%09c3.068%2C1.854%2C8.539-0.621%2C8.477-4.986C157.868%2C56.179%2C157.844%2C44.354%2C158.041%2C32.534z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}#jobConsulting{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22197.106px%22%20height%3D%22175.875px%22%20viewBox%3D%22-32.408%20-21.375%20197.106%20175.875%22%0D%0A%09%20enable-background%3D%22new%20-32.408%20-21.375%20197.106%20175.875%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M30.004-14.401c5.864%2C1.754%2C12.036%2C2.842%2C17.544%2C5.374%0D%0A%09C77.873%2C4.907%2C88.61%2C42.609%2C70.518%2C70.666c-0.406%2C0.629-0.793%2C1.271-0.916%2C1.468c3.199%2C3.445%2C6.252%2C6.732%2C9.371%2C10.094%0D%0A%09c2.096-1.254%2C4.117-2.465%2C6.291-3.768c0.891%2C0.845%2C1.754%2C1.627%2C2.578%2C2.449c14.92%2C14.915%2C29.834%2C29.839%2C44.764%2C44.746%0D%0A%09c0.82%2C0.819%2C1.775%2C1.506%2C2.67%2C2.255c0%2C1.3%2C0%2C2.599%2C0%2C3.899c-0.162%2C0.275-0.404%2C0.534-0.471%2C0.832%0D%0A%09c-2.279%2C10.287-8.295%2C16.822-18.844%2C18.84c-0.297%2C0.057-0.555%2C0.311-0.83%2C0.473c-1.301%2C0-2.6%2C0-3.9%2C0%0D%0A%09c-0.754-0.891-1.449-1.84-2.271-2.663c-15.664-15.701-31.342-31.388-46.986-47.046c-0.025-0.271-0.131-0.521-0.054-0.684%0D%0A%09c3.378-7.078%2C3.381-7.078-2.28-12.543c-1.087-1.047-2.183-2.086-3.062-2.193c-7.019%2C2.654-13.842%2C6.168-21.089%2C7.812%0D%0A%09C4.492%2C101.665-25.956%2C80.264-30.45%2C48.799c-0.103-0.721-0.415-1.413-0.629-2.117c0-3.899%2C0-7.798%2C0-11.698%0D%0A%09c0.214-0.706%2C0.51-1.398%2C0.63-2.12C-27.228%2C13.546-16.879-0.622%2C0.766-9.01c5.466-2.599%2C11.673-3.639%2C17.54-5.392%0D%0A%09C22.206-14.401%2C26.104-14.401%2C30.004-14.401z%20M66.627%2C40.794C66.602%2C17.246%2C47.535-1.772%2C24.042-1.681%0D%0A%09C0.516-1.589-18.513%2C17.57-18.359%2C41.008c0.155%2C23.466%2C18.993%2C42.241%2C42.439%2C42.295C47.592%2C83.36%2C66.65%2C64.317%2C66.627%2C40.794z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M22.463%2C39.705c-3.192-3.187-6.319-6.31-9.447-9.432%0D%0A%09%09c-1.061-1.061-2.088-2.156-3.195-3.166c-0.542-0.495-1.215-0.85-1.851-1.233c-1.107-0.669-1.93-1.59-2.604-2.688%0D%0A%09%09c-0.733-1.192-1.552-2.332-2.325-3.5c-0.527-0.797-0.508-0.935%2C0.147-1.59c0.29-0.29%2C0.589-0.569%2C0.865-0.871%0D%0A%09%09c0.324-0.355%2C0.684-0.358%2C1.046-0.114c1.774%2C1.198%2C3.618%2C2.31%2C5.274%2C3.653c0.826%2C0.669%2C1.305%2C1.766%2C1.936%2C2.673%0D%0A%09%09c0.118%2C0.169%2C0.177%2C0.39%2C0.318%2C0.53c4.195%2C4.207%2C8.396%2C8.404%2C12.596%2C12.603c0.042%2C0.04%2C0.089%2C0.074%2C0.235%2C0.196%0D%0A%09%09c0.468-0.503%2C0.927-1.026%2C1.418-1.518c0.773-0.775%2C1.643-0.773%2C2.411-0.012c1.064%2C1.057%2C2.124%2C2.119%2C3.182%2C3.18%0D%0A%09%09c0.476%2C0.476%2C0.671%2C1.02%2C0.476%2C1.7c-0.047%2C0.167%2C0.033%2C0.455%2C0.161%2C0.575c3.838%2C3.65%2C7.687%2C7.289%2C11.545%2C10.918%0D%0A%09%09c0.15%2C0.141%2C0.403%2C0.171%2C0.605%2C0.259c0.398%2C0.172%2C0.877%2C0.261%2C1.175%2C0.54c1.125%2C1.049%2C2.197%2C2.154%2C3.273%2C3.252%0D%0A%09%09c0.669%2C0.682%2C0.69%2C1.555%2C0.017%2C2.238c-2.025%2C2.051-4.063%2C4.089-6.114%2C6.114c-0.7%2C0.692-1.574%2C0.661-2.283-0.038%0D%0A%09%09c-1.082-1.065-2.165-2.132-3.215-3.228c-0.241-0.252-0.48-0.619-0.498-0.946c-0.027-0.502-0.256-0.817-0.571-1.148%0D%0A%09%09c-3.51-3.702-7.015-7.41-10.512-11.124c-0.26-0.276-0.464-0.429-0.883-0.271c-0.537%2C0.203-1.043-0.015-1.439-0.405%0D%0A%09%09c-1.138-1.12-2.271-2.245-3.385-3.389c-0.619-0.634-0.596-1.541%2C0.039-2.202C21.36%2C40.745%2C21.892%2C40.258%2C22.463%2C39.705z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M28.528%2C32.659c0.081-0.087%2C0.203-0.229%2C0.335-0.363%0D%0A%09%09c1.031-1.034%2C2.074-2.056%2C3.084-3.111c0.147-0.155%2C0.24-0.486%2C0.187-0.691c-1.496-5.739%2C1.868-11.083%2C7.69-12.19%0D%0A%09%09c1.412-0.268%2C3.366-0.097%2C4.601%2C0.43c-0.154%2C0.166-0.287%2C0.316-0.428%2C0.458c-1.624%2C1.627-3.25%2C3.25-4.874%2C4.877%0D%0A%09%09c-0.977%2C0.979-0.975%2C1.827%2C0.008%2C2.817c1.07%2C1.077%2C2.142%2C2.155%2C3.221%2C3.223c0.883%2C0.874%2C1.77%2C0.876%2C2.646%2C0.004%0D%0A%09%09c1.657-1.647%2C3.308-3.301%2C4.956-4.958c0.136-0.136%2C0.229-0.315%2C0.422-0.584c0.48%2C1.181%2C0.6%2C2.228%2C0.588%2C3.287%0D%0A%09%09c-0.059%2C5.39-4.424%2C9.641-9.806%2C9.524c-0.808-0.018-1.621-0.193-2.414-0.37c-0.354-0.08-0.57-0.039-0.819%2C0.215%0D%0A%09%09c-1.032%2C1.055-2.082%2C2.093-3.123%2C3.135c-1.267-1.877-2.979-3.27-4.541-4.796C29.832%2C33.145%2C29.155%2C32.976%2C28.528%2C32.659z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M18.485%2C42.671c0.123%2C1.168%2C0.697%2C1.923%2C1.418%2C2.609%0D%0A%09%09c0.805%2C0.764%2C1.563%2C1.579%2C2.366%2C2.345c0.544%2C0.517%2C1.133%2C0.989%2C1.853%2C1.612c-0.231%2C0.176-0.548%2C0.373-0.813%2C0.626%0D%0A%09%09c-0.675%2C0.646-1.291%2C1.36-2%2C1.965c-0.561%2C0.479-0.636%2C0.926-0.471%2C1.649c1.281%2C5.587-2.396%2C10.869-8.099%2C11.712%0D%0A%09%09c-1.317%2C0.196-3.231-0.012-4.298-0.483c0.136-0.148%2C0.256-0.288%2C0.386-0.418c1.638-1.64%2C3.279-3.277%2C4.917-4.918%0D%0A%09%09c0.985-0.988%2C0.988-1.827%2C0.003-2.818c-1.085-1.091-2.173-2.181-3.268-3.262c-0.822-0.813-1.746-0.82-2.57-0.004%0D%0A%09%09c-1.66%2C1.645-3.308%2C3.303-4.961%2C4.956c-0.149%2C0.148-0.306%2C0.292-0.563%2C0.536c-0.155-0.711-0.342-1.317-0.412-1.938%0D%0A%09%09c-0.611-5.471%2C3.193-10.229%2C8.662-10.734c1.099-0.102%2C2.243%2C0.122%2C3.348%2C0.306c0.483%2C0.08%2C0.769%2C0.029%2C1.106-0.323%0D%0A%09%09C16.163%2C44.963%2C17.279%2C43.879%2C18.485%2C42.671z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M137.617-1.905c0.232%2C1.507-0.575%2C3-2.068%2C3.791%0D%0A%09%09c0%2C0.151%2C0%2C0.332%2C0%2C0.513c0%2C9.177%2C0.004%2C18.355-0.01%2C27.532c0%2C0.394%2C0.119%2C0.58%2C0.471%2C0.761c2.563%2C1.327%2C4.178%2C3.356%2C4.539%2C6.337%0D%0A%09%09c0.35%2C0%2C0.684%2C0%2C1.02%2C0c1.265%2C0%2C2.533-0.003%2C3.801%2C0c1.146%2C0.001%2C2.351%2C1.022%2C2.438%2C2.165c0.072%2C0.939%2C0.016%2C1.889%2C0.016%2C2.874%0D%0A%09%09c-9.806%2C0-19.598%2C0-29.471%2C0c0.022-1.295-0.256-2.618%2C0.563-3.805c0.48-0.698%2C1.111-1.098%2C1.992-1.088%0D%0A%09%09c1.42%2C0.016%2C2.84%2C0.006%2C4.259%2C0.006c0.184%2C0%2C0.366%2C0%2C0.534%2C0c0.175-0.686%2C0.289-1.337%2C0.507-1.951%0D%0A%09%09c0.718-2.021%2C2.052-3.508%2C3.995-4.427c0.338-0.158%2C0.446-0.344%2C0.445-0.721c-0.013-9.211-0.012-18.423-0.004-27.633%0D%0A%09%09c0-0.324-0.083-0.559-0.31-0.802c-0.774-0.834-1.479-1.719-1.749-2.863c-0.051-0.208-0.061-0.427-0.096-0.689%0D%0A%09%09C131.551-1.905%2C134.567-1.905%2C137.617-1.905z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M164.698%2C17.655c-0.783%2C4.082-6.478%2C8.357-11.062%2C8.662%0D%0A%09%09c-7.643%2C0.509-11.749-4.598-13.174-8.662c0.493%2C0%2C0.953%2C0%2C1.413%2C0c1.317%2C0%2C1.309-0.005%2C1.765-1.229%0D%0A%09%09c2.496-6.681%2C4.992-13.359%2C7.488-20.04c0.012-0.031%2C0.02-0.064%2C0.031-0.096c0.275-0.68%2C0.805-1.104%2C1.374-1.103%0D%0A%09%09c0.547%2C0.001%2C1.118%2C0.456%2C1.371%2C1.114c0.669%2C1.748%2C1.331%2C3.498%2C1.995%2C5.246c1.972%2C5.202%2C3.947%2C10.403%2C5.906%2C15.61%0D%0A%09%09c0.142%2C0.372%2C0.312%2C0.529%2C0.725%2C0.506C163.238%2C17.626%2C163.948%2C17.655%2C164.698%2C17.655z%20M152.534-0.043%0D%0A%09%09c-2.277%2C5.957-4.506%2C11.794-6.749%2C17.67c4.516%2C0%2C8.969%2C0%2C13.496%2C0C157.036%2C11.747%2C154.809%2C5.914%2C152.534-0.043z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M125.774%2C17.536c-0.98%2C2.396-2.381%2C4.342-4.295%2C5.913%0D%0A%09%09c-2.552%2C2.092-5.516%2C2.888-8.773%2C2.747c-2.745-0.119-5.166-1.071-7.27-2.826c-1.854-1.55-3.105-3.519-4.027-5.835%0D%0A%09%09c0.829%2C0%2C1.567-0.022%2C2.303%2C0.01c0.374%2C0.018%2C0.522-0.127%2C0.646-0.461c2.562-6.887%2C5.139-13.771%2C7.702-20.658%0D%0A%09%09c0.261-0.703%2C0.624-1.357%2C1.438-1.365c0.838-0.006%2C1.225%2C0.648%2C1.498%2C1.37c2.588%2C6.842%2C5.189%2C13.677%2C7.768%2C20.523%0D%0A%09%09c0.169%2C0.45%2C0.375%2C0.626%2C0.862%2C0.593C124.296%2C17.502%2C124.973%2C17.536%2C125.774%2C17.536z%20M120.281%2C17.516%0D%0A%09%09c-2.243-5.875-4.475-11.711-6.755-17.682c-2.283%2C5.98-4.511%2C11.811-6.753%2C17.682C111.303%2C17.516%2C115.756%2C17.516%2C120.281%2C17.516z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M129.735-12.503c0.613-0.385%2C1.191-0.744%2C1.744-1.089%0D%0A%09%09c-1.544-1.15-1.389-2.502-0.938-3.767c0.545-1.521%2C1.528-2.762%2C2.616-4.015c1.281%2C1.496%2C2.426%2C3.013%2C2.776%2C4.959%0D%0A%09%09c0.212%2C1.194-0.157%2C2.204-1.255%2C2.909c0.625%2C0.412%2C1.223%2C0.805%2C1.862%2C1.228c0.056-0.041%2C0.165-0.108%2C0.262-0.193%0D%0A%09%09c1.473-1.272%2C3.238-1.719%2C5.12-1.705c2.053%2C0.017%2C3.998%2C0.583%2C5.848%2C1.451c0.93%2C0.438%2C1.832%2C0.933%2C2.727%2C1.439%0D%0A%09%09c0.303%2C0.17%2C0.508%2C0.177%2C0.81-0.005c1.634-0.996%2C3.373-0.323%2C3.771%2C1.431c0.348%2C1.539-1.041%2C3.171-2.61%2C3.053%0D%0A%09%09c-0.206-0.015-0.446-0.094-0.599-0.228c-0.517-0.448-1-0.934-1.498-1.405c-0.073-0.067-0.152-0.134-0.238-0.187%0D%0A%09%09c-2.209-1.366-4.523-2.489-7.097-2.975c-1.085-0.208-2.179-0.241-3.265%2C0.051c-1.648%2C0.442-2.151%2C1.024-2.291%2C2.702%0D%0A%09%09c-0.149%2C1.776-2.174%2C3.872-3.963%2C4.091c-0.164%2C0.02-0.349%2C0.039-0.502-0.012c-1.201-0.385-2.322-0.922-3.228-1.829%0D%0A%09%09c-0.681-0.684-1.022-1.523-0.958-2.476c0.059-0.904-0.389-1.455-1.094-1.892c-1.159-0.718-2.436-0.883-3.753-0.742%0D%0A%09%09c-2.888%2C0.307-5.417%2C1.573-7.875%2C3.016c-0.12%2C0.071-0.21%2C0.21-0.297%2C0.329c-0.124%2C0.161-0.218%2C0.344-0.347%2C0.499%0D%0A%09%09c-0.571%2C0.679-1.262%2C1.204-2.19%2C0.95c-1.075-0.293-2.008-0.83-2.247-2.071c-0.279-1.446%2C1.324-2.998%2C2.869-2.746%0D%0A%09%09c0.461%2C0.074%2C0.924%2C0.209%2C1.352%2C0.395c0.305%2C0.133%2C0.512%2C0.093%2C0.781-0.067c2.193-1.302%2C4.509-2.291%2C7.059-2.635%0D%0A%09%09c2.336-0.318%2C4.548-0.036%2C6.49%2C1.44C129.641-12.551%2C129.717-12.515%2C129.735-12.503z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20fill%3D%22%23ffb700%22%20d%3D%22M27.221%2C110.772h-7.95v-3.976c0-2.193-1.778-3.976-3.976-3.976h-43.728c-2.197%2C0-3.975%2C1.782-3.975%2C3.976%0D%0A%09v31.803c0%2C2.196%2C1.778%2C3.975%2C3.975%2C3.975h17.889l-3.975%2C7.952H1.382l-3.975-7.952H11.32v7.952c0%2C2.197%2C1.778%2C3.975%2C3.975%2C3.975%0D%0A%09h11.926c2.199%2C0%2C3.976-1.777%2C3.976-3.975v-35.779C31.197%2C112.553%2C29.42%2C110.772%2C27.221%2C110.772z%20M-28.433%2C134.623v-27.826h43.728%0D%0A%09v3.976c-2.197%2C0-3.975%2C1.781-3.975%2C3.975v19.876H-28.433z%20M21.259%2C150.526c-1.1%2C0-1.988-0.891-1.988-1.988%0D%0A%09c0-1.1%2C0.888-1.988%2C1.988-1.988c1.099%2C0%2C1.987%2C0.889%2C1.987%2C1.988C23.246%2C149.635%2C22.358%2C150.526%2C21.259%2C150.526z%20M21.259%2C142.574%0D%0A%09c-1.1%2C0-1.988-0.889-1.988-1.987c0-1.1%2C0.888-1.987%2C1.988-1.987c1.099%2C0%2C1.987%2C0.888%2C1.987%2C1.987%0D%0A%09C23.246%2C141.685%2C22.358%2C142.574%2C21.259%2C142.574z%20M27.221%2C126.671h-7.95h-3.976v-3.974h11.926V126.671z%20M27.221%2C118.721H15.295%0D%0A%09v-3.975h11.926V118.721z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}.practica{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22153.336px%22%20height%3D%22131.489px%22%20viewBox%3D%22-9.921%201.064%20153.336%20131.489%22%0D%0A%09%20enable-background%3D%22new%20-9.921%201.064%20153.336%20131.489%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M77.13%2C103.817c3.202-5.091%2C6.312-10.036%2C9.425-14.979%0D%0A%09c0.978-1.553%2C1.91-3.137%2C2.953-4.645c5.766-8.34%2C18.313-8.299%2C23.758%2C0.24c9.926%2C15.564%2C19.679%2C31.238%2C29.5%2C46.869%0D%0A%09c0.203%2C0.325%2C0.356%2C0.684%2C0.649%2C1.25c-28.134%2C0-56.053%2C0-84.337%2C0c3.669-5.838%2C7.163-11.398%2C10.777-17.15%0D%0A%09c2.35%2C2.168%2C4.609%2C4.254%2C6.869%2C6.34c0.801%2C0.738%2C1.561%2C1.531%2C2.414%2C2.203c1.442%2C1.133%2C3.314%2C0.985%2C4.521-0.271%0D%0A%09c1.173-1.223%2C1.242-3.175%2C0.152-4.564c-0.176-0.225-0.385-0.426-0.594-0.621c-10.387-9.639-20.776-19.275-31.167-28.91%0D%0A%09c-0.166-0.152-0.357-0.277-0.402-0.312c-1.273%2C0.362-2.398%2C0.858-3.562%2C0.979c-3.713%2C0.382-7.187-2.469-6.913-6.164%0D%0A%09c0.267-3.608-1.146-5.856-3.715-8.17c-9.548-8.598-18.883-17.434-28.336-26.139C8.604%2C49.296%2C7.748%2C49%2C7.029%2C48.956%0D%0A%09c-3.547-0.219-6.158-2.677-6.282-6.254c-0.112-3.266-0.061-6.539-0.044-9.809c0.021-4.594%2C2.56-7.153%2C7.131-7.164%0D%0A%09c8.951-0.019%2C17.901-0.013%2C26.851-0.014c3.042%2C0%2C6.083-0.038%2C9.122%2C0.024c6.297%2C0.132%2C10.269%2C4.151%2C10.28%2C10.443%0D%0A%09c0.026%2C14.976%2C0.001%2C29.95%2C0.052%2C44.924c0.003%2C0.758%2C0.317%2C1.738%2C0.846%2C2.236c7.098%2C6.688%2C14.26%2C13.309%2C21.408%2C19.942%0D%0A%09C76.557%2C103.436%2C76.756%2C103.549%2C77.13%2C103.817z%20M31.461%2C61.573c3.196%2C2.956%2C6.221%2C5.754%2C9.422%2C8.713c0-6.043%2C0-11.691%2C0-17.699%0D%0A%09C37.629%2C55.69%2C34.653%2C58.529%2C31.461%2C61.573z%20M13.965%2C38.967c-0.877%2C5.318-0.258%2C7.047%2C3.163%2C8.907%0D%0A%09c2.984-2.862%2C5.988-5.743%2C9.288-8.907C21.93%2C38.967%2C17.998%2C38.967%2C13.965%2C38.967z%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M13.816%2C81.474c0%2C5.187%2C0.089%2C9.948-0.046%2C14.702%0D%0A%09c-0.049%2C1.734-0.366%2C3.563-1.012%2C5.166c-3.255%2C8.072-6.643%2C16.091-10.017%2C24.115c-1.558%2C3.703-5.272%2C5.306-8.728%2C3.837%0D%0A%09c-3.328-1.414-4.844-5.234-3.371-8.818c3.156-7.681%2C6.397-15.325%2C9.555-23.006c0.358-0.871%2C0.563-1.871%2C0.567-2.812%0D%0A%09c0.041-9.293%2C0.044-18.586%2C0.011-27.879c-0.01-2.996%2C1.17-5.24%2C3.91-6.49c2.787-1.272%2C5.24-0.511%2C7.409%2C1.504%0D%0A%09c7.651%2C7.102%2C15.17%2C14.358%2C23.019%2C21.235c3.806%2C3.334%2C5.641%2C7.184%2C6.27%2C12.104c1.111%2C8.689%2C2.608%2C17.33%2C4.005%2C25.981%0D%0A%09c0.869%2C5.382-2.91%2C9.436-7.853%2C8.318c-2.659-0.601-4.558-2.741-5.012-5.694c-1.409-9.172-2.778-18.35-4.253-27.51%0D%0A%09c-0.158-0.982-0.71-2.079-1.424-2.767c-3.796-3.663-7.701-7.216-11.574-10.801C14.912%2C82.325%2C14.51%2C82.036%2C13.816%2C81.474z%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M63.939%2C27.608c-7.324-0.089-13.222-6.083-13.11-13.319%0D%0A%09c0.118-7.625%2C6.067-13.352%2C13.738-13.223c6.914%2C0.116%2C12.682%2C6.306%2C12.582%2C13.505C77.049%2C21.814%2C71.088%2C27.696%2C63.939%2C27.608z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}#prepareForSchool{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22165.519px%22%20height%3D%22154.584px%22%20viewBox%3D%22-16.524%20-11%20165.519%20154.584%22%20enable-background%3D%22new%20-16.524%20-11%20165.519%20154.584%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M66.708-11C77.244-6.706%2C87.766-2.375%2C98.321%2C1.874%0D%0A%09c15.856%2C6.378%2C31.723%2C12.736%2C47.627%2C18.993c2.125%2C0.836%2C3.112%2C1.873%2C2.801%2C4.203c-0.346%2C2.583%2C1.131%2C6.061-0.662%2C7.557%0D%0A%09c-1.525%2C1.272-4.86%2C0.454-7.393%2C0.412c-1.711-0.026-2.968%2C0.04-3.74%2C2.073c-1.015%2C2.674-3.447%2C3.485-6.229%2C3.476%0D%0A%09c-11.006-0.035-22.013-0.014-33.021-0.014c-31.798%2C0-63.595-0.021-95.393%2C0.033c-3.486%2C0.005-6.278-0.82-7.518-4.385%0D%0A%09c-0.407-1.169-1.2-1.167-2.145-1.162c-3.058%2C0.019-6.115%2C0.007-9.172%2C0.007c0-3.673%2C0-7.344%2C0-11.016%0D%0A%09C0.378%2C15.294%2C17.292%2C8.567%2C34.179%2C1.774C44.636-2.43%2C55.052-6.738%2C65.485-11C65.893-11%2C66.301-11%2C66.708-11z%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M-16.524%2C130.375c2.374-3.139%2C5.57-3.746%2C9.373-3.737%0D%0A%09c49.131%2C0.099%2C98.263%2C0.065%2C147.394%2C0.065c6.644%2C0%2C8.494%2C1.852%2C8.466%2C8.555c-0.012%2C2.529%2C0.813%2C5.891-0.472%2C7.37%0D%0A%09c-1.514%2C1.741-4.975%2C0.57-7.581%2C0.573c-52.393%2C0.035-104.786%2C0.025-157.18%2C0.025C-16.524%2C138.942-16.524%2C134.658-16.524%2C130.375z%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M65.99%2C121.194c-22.841%2C0-45.683-0.037-68.524%2C0.057%0D%0A%09c-2.394%2C0.01-3.096-0.596-3.034-3.018c0.157-5.991%2C2.056-8.137%2C8.122-7.992c2.439%2C0.059%2C3.021-0.668%2C3.009-3.045%0D%0A%09C5.468%2C87.21%2C5.555%2C67.223%2C5.449%2C47.238c-0.013-2.499%2C0.541-3.333%2C3.152-3.222c5.09%2C0.22%2C10.203%2C0.239%2C15.291-0.001%0D%0A%09c2.855-0.136%2C3.755%2C0.516%2C3.73%2C3.585c-0.16%2C19.781-0.015%2C39.563-0.157%2C59.346c-0.021%2C2.795%2C0.78%2C3.553%2C3.399%2C3.271%0D%0A%09c2.41-0.257%2C5.625%2C0.738%2C7.088-0.485c1.738-1.454%2C0.565-4.778%2C0.572-7.28c0.059-18.455%2C0.074-36.912-0.02-55.368%0D%0A%09c-0.012-2.342%2C0.509-3.16%2C2.992-3.064c5.193%2C0.205%2C10.404%2C0.201%2C15.598%2C0.004c2.672-0.101%2C3.593%2C0.498%2C3.571%2C3.425%0D%0A%09c-0.146%2C19.781-0.01%2C39.563-0.15%2C59.345c-0.021%2C2.887%2C0.839%2C3.511%2C3.547%2C3.447c7.54-0.17%2C7.543-0.051%2C7.543-7.637%0D%0A%09c0-18.557%2C0.038-37.116-0.052-55.675c-0.011-2.239%2C0.485-2.992%2C2.84-2.905c5.192%2C0.189%2C10.406%2C0.229%2C15.596-0.009%0D%0A%09c2.858-0.131%2C3.754%2C0.521%2C3.729%2C3.587c-0.159%2C19.779-0.016%2C39.564-0.156%2C59.345c-0.021%2C2.797%2C0.783%2C3.551%2C3.399%2C3.27%0D%0A%09c2.411-0.257%2C5.626%2C0.738%2C7.088-0.485c1.737-1.454%2C0.564-4.78%2C0.573-7.282c0.057-18.453%2C0.072-36.913-0.021-55.369%0D%0A%09c-0.012-2.344%2C0.516-3.158%2C2.994-3.062c5.193%2C0.203%2C10.404%2C0.203%2C15.597%2C0.004c2.675-0.103%2C3.591%2C0.502%2C3.569%2C3.425%0D%0A%09c-0.146%2C19.884-0.022%2C39.769-0.142%2C59.651c-0.015%2C2.617%2C0.735%2C3.283%2C3.232%2C3.122c7.279-0.463%2C8.257%2C4.38%2C7.853%2C9.754%0D%0A%09c-0.088%2C1.19-0.805%2C1.221-1.662%2C1.218c-1.428-0.007-2.855%2C0-4.283%2C0C109.836%2C121.194%2C87.912%2C121.194%2C65.99%2C121.194z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}#tutoria{background-image:url("../../images/pngIcons/logo_tutoria_coaching.png");background-position:center center;background-repeat:no-repeat;background-size:contain;height:100px;margin:0 auto;margin-top:40px}.flip-container-background{display:inline-block}@media screen and (max-width: 980px){.flip-container-background{padding-top:40px;padding-left:6.8%;padding-right:6.8%}}.flip-containerContainer{margin:0 auto;margin-top:60px;width:100%}.flipBoxTitleContainer{height:50px;width:100%;position:absolute;bottom:0}.flip-container.hover{cursor:auto !important}.flipBoxTitleContainer.top{position:static}h3.flipBoxTitle{position:absolute;top:50%;font-weight:300;transform:translateY(-50%);margin:0 auto;left:0;right:0;font-size:17px;font-family:"MuseoSlab500"}@media screen and (max-width: 980px){h3.flipBoxTitle{font-size:22px}}.flipBoxTitle.top{padding-top:10px;padding-left:5px;padding-right:5px;position:static;font-family:"MontserratLight";transform:translateY(0)}@media screen and (max-width: 980px){.flipBoxTitle.top{font-size:18px !important}}@media screen and (max-width: 300px){.flipBoxTitle.top{font-size:13px !important}}.flip-containerContainer.secondRow{padding-top:40px;padding-bottom:40px}@media screen and (max-width: 980px){.flip-containerContainer.secondRow{padding-bottom:0;margin-top:0}}.flip-containerContainer.firstRow{margin-top:40px}@media screen and (max-width: 980px){.flip-containerContainer.firstRow{margin-top:0}}.flip-containerContainer{margin:0 auto;width:100%}.flip-container.center{margin-left:40px;margin-right:40px}.flip-container{perspective:1000px;-webkit-perspective:1000;-moz-perspective:1000;-ms-perspective:1000;perspective:1000;-ms-transform:perspective(1000px);-moz-transform:perspective(1000px);-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d}.front{background-repeat:no-repeat}.back,.front{background:#f9f9f9}.back{line-height:22px;font-size:15px}.flip-container,.front,.back{width:230px;height:230px;display:inline-block}@media screen and (max-width: 1300px){.flip-container,.front,.back{width:190px;height:190px;font-size:14px}}@media screen and (max-width: 980px){.flip-container,.front,.back{width:230px;height:230px;display:block !important;margin:0 auto !important;background:transparent !important}}@media screen and (max-width: 300px){.flip-container,.front,.back{width:200px;height:200px}}@media screen and (max-width: 980px){.back{opacity:0}}.flipper{transition:0.6s;transform-style:preserve-3d;position:relative}.front,.back{backface-visibility:hidden;position:absolute;top:0;left:0}.front{z-index:2;transform:rotateY(0deg)}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.flip-container{-webkit-perspective:1000;-moz-perspective:1000;-ms-perspective:1000;perspective:1000;-ms-transform:perspective(1000px);-moz-transform:perspective(1000px);-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d}.back,.front{background:#f9f9f9}}@media screen and (-ms-high-contrast: active) and (max-width: 1200px){.back,.front{background:transparent !important}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.flip-container,.front,.back{width:230px;height:230px}}@media screen and (-ms-high-contrast: active) and (max-width: 980px){.flip-container,.front,.back{width:180px;height:180px}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.flipper{transition:0.6s;transform-style:preserve-3d;position:relative}.front,.back{backface-visibility:hidden;transition:0.6s;transform-style:preserve-3d;position:absolute;top:0;left:0}.front{z-index:2;transform:rotateY(0deg)}.back{transform:rotateY(-180deg)}.flip-container.hover .back{transform:rotateY(0deg) !important;visibility:visible}.flip-container.hover .front{transform:rotateY(180deg) !important}}.back div{padding:12px}.thinkingHuman{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22306.486px%22%20height%3D%22392.39px%22%20viewBox%3D%220%200%20306.486%20392.39%22%20enable-background%3D%22new%200%200%20306.486%20392.39%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M192.56%2C231.042c-1.769-2.462-4.074-4.179-7.275-4.983c-1.236%2C4.328-2.543%2C8.555-3.645%2C12.835%0D%0A%09%09c-1.681%2C6.515-5.827%2C10.353-12.277%2C11.966c-12.996%2C3.25-25.973%2C6.571-39.286%2C9.945c0%2C0.519%2C0%2C1.514%2C0%2C2.51%0D%0A%09%09c0%2C19.795%2C0%2C39.587%2C0%2C59.38c0.001%2C18.53-0.008%2C37.06%2C0.006%2C55.589c0.005%2C7.274%2C2.481%2C10.92%2C9.211%2C13.717%0D%0A%09%09c0.116%2C0.05%2C0.169%2C0.254%2C0.252%2C0.39c2.189%2C0%2C4.38%2C0%2C6.57-0.002c4.48-1.771%2C8.119-4.396%2C9.218-9.432%0D%0A%09%09c0.301-1.376%2C0.366-2.827%2C0.368-4.244c0.024-19.95%2C0.017-39.901%2C0.017-59.852c0-0.983%2C0-1.968%2C0-3.075c1.765%2C0%2C3.244%2C0%2C5.104%2C0%0D%0A%09%09c0%2C1.032%2C0%2C2.002%2C0%2C2.974c0%2C19.192%2C0.172%2C38.389-0.084%2C57.577c-0.101%2C7.623%2C2.17%2C13.255%2C9.642%2C16.052c2.19%2C0%2C4.381%2C0%2C6.571%2C0%0D%0A%09%09c7.477-2.785%2C9.752-8.384%2C9.661-16.035c-0.259-22.064-0.091-44.133-0.091-66.2c0-1.003%2C0-2.005%2C0-3.07%0D%0A%09%09c0.776-0.211%2C1.401-0.451%2C2.047-0.55c3.866-0.572%2C6.676-2.71%2C8.556-6.012c5.491-9.645%2C10.938-19.313%2C16.323-29.017%0D%0A%09%09c2.34-4.212%2C2.054-8.434-0.733-12.354C206.032%2C249.753%2C199.29%2C240.401%2C192.56%2C231.042z%20M194.337%2C270.591%0D%0A%09%09c-2.25%2C4.111-4.836%2C8.044-7.292%2C12.044c-0.145-0.034-0.286-0.07-0.43-0.104c0-9.384%2C0-18.766%2C0-28.149%0D%0A%09%09c0.148-0.102%2C0.3-0.201%2C0.449-0.302c2.642%2C3.979%2C5.461%2C7.858%2C7.803%2C12.007C195.48%2C267.171%2C195.028%2C269.325%2C194.337%2C270.591z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M132.017%2C197.4c1.98%2C12.463%2C15.072%2C22.83%2C27.372%2C21.787c1.684-0.14%2C2.471-0.668%2C2.915-2.325%0D%0A%09%09c1.068-3.969%2C2.325-7.889%2C3.556-11.813c1.646-5.244%2C5.181-8.455%2C10.66-9.039c2.543-0.271%2C5.165%2C0.192%2C8.082%2C0.339%0D%0A%09%09c0.072-0.271%2C0.223-0.661%2C0.277-1.061c2.29-17.045-14.365-32.54-31.26-29.088C138.81%2C169.224%2C129.644%2C182.462%2C132.017%2C197.4z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M134.744%2C256.542c0.328-0.071%2C0.665-0.11%2C0.99-0.194c11.207-2.88%2C22.421-5.734%2C33.616-8.662%0D%0A%09%09c4.352-1.139%2C7.604-3.762%2C8.877-8.143c3.162-10.867%2C6.176-21.777%2C9.133-32.704c0.858-3.172-1.104-6.602-4.25-7.307%0D%0A%09%09c-6.45-1.446-12.388-0.682-14.727%2C7.651c-1.473%2C5.245-3.207%2C10.417-4.695%2C15.659c-1.005%2C3.538-3.182%2C5.523-6.805%2C6.17%0D%0A%09%09c-6.522%2C1.164-12.999%2C2.613-19.54%2C3.655c-9.805%2C1.561-12.668%2C4.604-12.129%2C14.536c0.038%2C0.756%2C0.074%2C1.512%2C0.116%2C2.271%0D%0A%09%09C125.699%2C256.405%2C127.858%2C258.025%2C134.744%2C256.542z%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23ffb700%22%20cx%3D%22203.099%22%20cy%3D%22142.383%22%20r%3D%228.804%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23ffb700%22%20cx%3D%22191.905%22%20cy%3D%22164.6%22%20r%3D%226.707%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23ffb700%22%20cx%3D%2292.544%22%20cy%3D%22175.426%22%20r%3D%228.804%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23ffb700%22%20cx%3D%22114.316%22%20cy%3D%22187.463%22%20r%3D%226.707%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23ffb700%22%20cx%3D%22148.028%22%20cy%3D%2282.971%22%20r%3D%228.803%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23ffb700%22%20cx%3D%22148.898%22%20cy%3D%22107.833%22%20r%3D%226.707%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23ffb700%22%20d%3D%22M258.561%2C82.764h-35.238v22.423v0.001h32.035V89.171c0-1.768%2C1.434-3.203%2C3.203-3.203V82.764z%22%2F%3E%0D%0A%09%3Cpolygon%20fill%3D%22%23ffb700%22%20points%3D%22258.561%2C98.781%20261.766%2C98.781%20268.172%2C98.781%20268.172%2C95.577%20258.561%2C95.577%20%09%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23ffb700%22%20d%3D%22M285.637%2C76.989c-0.199%2C0-0.398%2C0.008-0.596%2C0.015c-2.224-9.125-10.445-15.899-20.255-15.899%0D%0A%09%09c-8.337%2C0-15.526%2C4.894-18.862%2C11.965c-3.336-7.071-10.527-11.965-18.863-11.965c-11.516%2C0-20.851%2C9.333-20.851%2C20.848%0D%0A%09%09c0%2C0.202%2C0.009%2C0.403%2C0.015%2C0.604c-1.596-0.393-3.262-0.604-4.979-0.604c-11.516%2C0-20.85%2C9.335-20.85%2C20.851%0D%0A%09%09c0%2C11.515%2C9.334%2C20.85%2C20.85%2C20.85c3.853%2C0%2C7.457-1.048%2C10.554-2.87c2.266%2C9.063%2C10.459%2C15.776%2C20.225%2C15.776%0D%0A%09%09c9.183%2C0%2C16.971-5.938%2C19.754-14.18c3.287%2C7.193%2C10.541%2C12.193%2C18.967%2C12.193c10.07%2C0%2C18.474-7.139%2C20.423-16.633%0D%0A%09%09c8.828-2.423%2C15.319-10.502%2C15.319-20.103C306.487%2C86.323%2C297.153%2C76.989%2C285.637%2C76.989z%20M271.375%2C118.002%0D%0A%09%09c0%2C1.771-1.433%2C3.203-3.203%2C3.203h-9.611c-1.769%2C0-3.203-1.432-3.203-3.203v-6.407h-11.211l3.203%2C6.407h-12.814l3.203-6.407%0D%0A%09%09h-14.416c-1.769%2C0-3.203-1.434-3.203-3.203V82.764c0-1.769%2C1.434-3.204%2C3.203-3.204h35.238c1.771%2C0%2C3.205%2C1.436%2C3.205%2C3.204v3.204%0D%0A%09%09h6.406c1.771%2C0%2C3.203%2C1.435%2C3.203%2C3.202V118.002z%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23ffb700%22%20cx%3D%22263.367%22%20cy%3D%22116.4%22%20r%3D%221.602%22%2F%3E%0D%0A%09%3Crect%20x%3D%22258.561%22%20y%3D%2289.17%22%20fill%3D%22%23ffb700%22%20width%3D%229.611%22%20height%3D%223.203%22%2F%3E%0D%0A%09%3Ccircle%20fill%3D%22%23ffb700%22%20cx%3D%22263.367%22%20cy%3D%22109.993%22%20r%3D%221.602%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23ffb700%22%20d%3D%22M150.187%2C41.113c3.099%2C0%2C6.155%2C0%2C9.263%2C0c-1.541-4.035-3.07-8.038-4.631-12.126%0D%0A%09%09C153.256%2C33.074%2C151.727%2C37.08%2C150.187%2C41.113z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23ffb700%22%20d%3D%22M96.499%2C62.551c3.852%2C0%2C7.457-1.05%2C10.552-2.87c2.266%2C9.063%2C10.461%2C15.775%2C20.226%2C15.775%0D%0A%09%09c9.182%2C0%2C16.972-5.938%2C19.753-14.18c3.288%2C7.193%2C10.542%2C12.194%2C18.968%2C12.194c10.069%2C0%2C18.472-7.14%2C20.422-16.634%0D%0A%09%09c8.83-2.425%2C15.321-10.502%2C15.321-20.102c0-11.514-9.336-20.85-20.85-20.85c-0.201%2C0-0.398%2C0.009-0.596%2C0.015%0D%0A%09%09C178.072%2C6.776%2C169.85%2C0%2C160.039%2C0c-8.336%2C0-15.527%2C4.896-18.863%2C11.967C137.841%2C4.896%2C130.65%2C0%2C122.313%2C0%0D%0A%09%09c-11.516%2C0-20.85%2C9.334-20.85%2C20.851c0%2C0.202%2C0.009%2C0.402%2C0.015%2C0.603c-1.596-0.391-3.263-0.603-4.979-0.603%0D%0A%09%09c-11.516%2C0-20.851%2C9.334-20.851%2C20.85C75.649%2C53.217%2C84.984%2C62.551%2C96.499%2C62.551z%20M151.584%2C57.885c-6.729%2C0-13.449%2C0-20.226%2C0%0D%0A%09%09c0.018-0.889-0.175-1.797%2C0.386-2.611c0.331-0.479%2C0.763-0.754%2C1.368-0.747c0.975%2C0.012%2C1.948%2C0.004%2C2.922%2C0.004%0D%0A%09%09c0.126%2C0%2C0.252%2C0%2C0.367%2C0c0.121-0.471%2C0.199-0.917%2C0.35-1.338c0.492-1.387%2C1.407-2.408%2C2.74-3.038%0D%0A%09%09c0.232-0.108%2C0.307-0.236%2C0.306-0.494c-0.009-6.32-0.008-12.644-0.002-18.964c0-0.222-0.058-0.384-0.213-0.551%0D%0A%09%09c-0.531-0.572-1.015-1.18-1.2-1.965c-0.034-0.144-0.042-0.293-0.065-0.474c2.104%2C0.001%2C4.171%2C0.001%2C6.265%2C0.001%0D%0A%09%09c0.159%2C1.035-0.395%2C2.061-1.419%2C2.603c0%2C0.104%2C0%2C0.228%2C0%2C0.352c0%2C6.297%2C0.002%2C12.598-0.007%2C18.895c0%2C0.27%2C0.081%2C0.397%2C0.322%2C0.521%0D%0A%09%09c1.759%2C0.91%2C2.867%2C2.304%2C3.115%2C4.35c0.241%2C0%2C0.47%2C0%2C0.7%2C0c0.867%2C0%2C1.738-0.002%2C2.607%2C0c0.788%2C0.001%2C1.614%2C0.701%2C1.673%2C1.484%0D%0A%09%09C151.623%2C56.557%2C151.584%2C57.207%2C151.584%2C57.885z%20M161.18%2C40.791c0.098%2C0.255%2C0.214%2C0.363%2C0.498%2C0.349%0D%0A%09%09c0.486-0.027%2C0.973-0.007%2C1.488-0.007c-0.537%2C2.801-4.445%2C5.734-7.592%2C5.944c-5.245%2C0.35-8.063-3.156-9.041-5.944%0D%0A%09%09c0.339%2C0%2C0.654%2C0%2C0.971%2C0c0.903%2C0%2C0.897-0.004%2C1.211-0.844c1.712-4.584%2C3.426-9.167%2C5.138-13.752%0D%0A%09%09c0.009-0.021%2C0.014-0.043%2C0.021-0.065c0.188-0.468%2C0.553-0.759%2C0.942-0.757c0.375%2C0.001%2C0.769%2C0.313%2C0.941%2C0.765%0D%0A%09%09c0.459%2C1.199%2C0.912%2C2.398%2C1.369%2C3.6C158.479%2C33.649%2C159.836%2C37.219%2C161.18%2C40.791z%20M128.304%2C20.967%0D%0A%09%09c0.315%2C0.051%2C0.635%2C0.143%2C0.928%2C0.271c0.209%2C0.091%2C0.352%2C0.064%2C0.536-0.046c1.505-0.894%2C3.094-1.572%2C4.844-1.809%0D%0A%09%09c1.604-0.219%2C3.121-0.024%2C4.455%2C0.988c0.041%2C0.031%2C0.093%2C0.058%2C0.105%2C0.064c0.422-0.265%2C0.817-0.51%2C1.197-0.747%0D%0A%09%09c-1.061-0.789-0.954-1.717-0.645-2.585c0.374-1.044%2C1.048-1.896%2C1.795-2.756c0.879%2C1.026%2C1.666%2C2.067%2C1.905%2C3.402%0D%0A%09%09c0.146%2C0.82-0.108%2C1.515-0.861%2C1.998c0.43%2C0.283%2C0.839%2C0.553%2C1.278%2C0.843c0.038-0.027%2C0.112-0.074%2C0.18-0.134%0D%0A%09%09c1.01-0.874%2C2.223-1.179%2C3.514-1.169c1.408%2C0.012%2C2.743%2C0.399%2C4.014%2C0.995c0.638%2C0.301%2C1.258%2C0.641%2C1.872%2C0.988%0D%0A%09%09c0.207%2C0.116%2C0.348%2C0.121%2C0.555-0.004c1.122-0.684%2C2.314-0.223%2C2.588%2C0.981c0.239%2C1.058-0.715%2C2.178-1.791%2C2.096%0D%0A%09%09c-0.142-0.012-0.307-0.065-0.411-0.156c-0.354-0.307-0.687-0.641-1.027-0.964c-0.051-0.046-0.104-0.091-0.163-0.127%0D%0A%09%09c-1.517-0.938-3.104-1.708-4.871-2.042c-0.744-0.144-1.494-0.166-2.239%2C0.035c-1.132%2C0.303-1.477%2C0.702-1.573%2C1.854%0D%0A%09%09c-0.103%2C1.219-1.492%2C2.657-2.72%2C2.807c-0.112%2C0.015-0.239%2C0.026-0.344-0.008c-0.824-0.264-1.593-0.633-2.215-1.255%0D%0A%09%09c-0.468-0.469-0.702-1.045-0.658-1.699c0.041-0.621-0.267-0.998-0.75-1.298c-0.794-0.492-1.671-0.605-2.576-0.51%0D%0A%09%09c-1.981%2C0.212-3.717%2C1.081-5.403%2C2.071c-0.083%2C0.049-0.144%2C0.145-0.204%2C0.226c-0.084%2C0.11-0.148%2C0.236-0.237%2C0.342%0D%0A%09%09c-0.393%2C0.465-0.866%2C0.826-1.503%2C0.652c-0.737-0.201-1.377-0.569-1.542-1.422C126.144%2C21.859%2C127.243%2C20.793%2C128.304%2C20.967z%0D%0A%09%09%20M121.315%2C41.059c0.257%2C0.011%2C0.358-0.088%2C0.444-0.317c1.757-4.727%2C3.525-9.451%2C5.286-14.177c0.18-0.483%2C0.428-0.932%2C0.986-0.938%0D%0A%09%09c0.574-0.004%2C0.841%2C0.445%2C1.028%2C0.94c1.776%2C4.696%2C3.563%2C9.387%2C5.331%2C14.084c0.116%2C0.308%2C0.258%2C0.429%2C0.591%2C0.407%0D%0A%09%09c0.458-0.031%2C0.922-0.008%2C1.472-0.008c-0.672%2C1.645-1.634%2C2.979-2.945%2C4.057c-1.752%2C1.436-3.786%2C1.982-6.021%2C1.886%0D%0A%09%09c-1.884-0.082-3.545-0.734-4.987-1.938c-1.272-1.063-2.133-2.415-2.765-4.004C120.303%2C41.051%2C120.81%2C41.035%2C121.315%2C41.059z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23ffb700%22%20d%3D%22M128.048%2C28.903c-1.567%2C4.104-3.097%2C8.105-4.634%2C12.134c3.108%2C0%2C6.166%2C0%2C9.27%2C0%0D%0A%09%09C131.144%2C37.006%2C129.613%2C32.999%2C128.048%2C28.903z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23ffb700%22%20d%3D%22M126.09%2C125.479c0-11.515-9.334-20.852-20.851-20.852c-0.2%2C0-0.396%2C0.011-0.596%2C0.018%0D%0A%09%09c-2.222-9.126-10.445-15.901-20.253-15.901c-8.337%2C0-15.528%2C4.896-18.863%2C11.966C62.192%2C93.64%2C55%2C88.743%2C46.664%2C88.743%0D%0A%09%09c-11.516%2C0-20.851%2C9.335-20.851%2C20.851c0%2C0.201%2C0.01%2C0.402%2C0.015%2C0.604c-1.596-0.392-3.263-0.604-4.979-0.604%0D%0A%09%09c-11.516%2C0-20.85%2C9.334-20.85%2C20.85c0%2C11.515%2C9.334%2C20.85%2C20.85%2C20.85c3.852%2C0%2C7.456-1.048%2C10.553-2.869%0D%0A%09%09c2.267%2C9.062%2C10.459%2C15.774%2C20.226%2C15.774c9.181%2C0%2C16.97-5.936%2C19.753-14.178c3.289%2C7.192%2C10.542%2C12.194%2C18.967%2C12.194%0D%0A%09%09c10.071%2C0%2C18.473-7.14%2C20.422-16.634C119.6%2C143.157%2C126.09%2C135.078%2C126.09%2C125.479z%20M63.601%2C135.401%0D%0A%09%09c-0.657%2C0.629-1.257%2C1.325-1.947%2C1.913c-0.547%2C0.467-0.62%2C0.903-0.459%2C1.605c1.248%2C5.443-2.333%2C10.588-7.889%2C11.409%0D%0A%09%09c-1.283%2C0.19-3.147-0.012-4.188-0.471c0.134-0.146%2C0.25-0.281%2C0.376-0.407c1.597-1.598%2C3.194-3.191%2C4.789-4.79%0D%0A%09%09c0.96-0.962%2C0.964-1.779%2C0.003-2.745c-1.056-1.063-2.116-2.124-3.182-3.177c-0.801-0.791-1.701-0.798-2.504-0.004%0D%0A%09%09c-1.617%2C1.602-3.222%2C3.218-4.832%2C4.828c-0.146%2C0.145-0.299%2C0.284-0.55%2C0.521c-0.15-0.691-0.333-1.283-0.4-1.888%0D%0A%09%09c-0.596-5.329%2C3.11-9.963%2C8.438-10.456c1.069-0.099%2C2.184%2C0.119%2C3.26%2C0.298c0.471%2C0.078%2C0.749%2C0.027%2C1.078-0.314%0D%0A%09%09c1.047-1.098%2C2.133-2.153%2C3.308-3.33c0.119%2C1.138%2C0.68%2C1.874%2C1.381%2C2.542c0.784%2C0.744%2C1.521%2C1.538%2C2.306%2C2.284%0D%0A%09%09c0.529%2C0.504%2C1.104%2C0.963%2C1.805%2C1.57C64.167%2C134.96%2C63.859%2C135.154%2C63.601%2C135.401z%20M89.328%2C143.227%0D%0A%09%09c-1.973%2C1.998-3.958%2C3.981-5.955%2C5.955c-0.682%2C0.674-1.533%2C0.643-2.225-0.037c-1.053-1.038-2.106-2.077-3.131-3.146%0D%0A%09%09c-0.235-0.245-0.468-0.603-0.484-0.92c-0.026-0.488-0.25-0.796-0.557-1.119c-3.419-3.605-6.832-7.217-10.239-10.835%0D%0A%09%09c-0.253-0.269-0.452-0.418-0.858-0.263c-0.522%2C0.198-1.018-0.015-1.402-0.395c-1.107-1.092-2.211-2.188-3.297-3.302%0D%0A%09%09c-0.604-0.617-0.581-1.501%2C0.038-2.145c0.484-0.504%2C1.003-0.979%2C1.559-1.518c-3.108-3.104-6.156-6.146-9.202-9.187%0D%0A%09%09c-1.032-1.032-2.033-2.1-3.11-3.083c-0.527-0.482-1.186-0.828-1.804-1.201c-1.079-0.651-1.88-1.549-2.537-2.618%0D%0A%09%09c-0.714-1.162-1.512-2.271-2.264-3.408c-0.514-0.776-0.496-0.91%2C0.145-1.55c0.28-0.281%2C0.572-0.554%2C0.841-0.848%0D%0A%09%09c0.314-0.346%2C0.667-0.349%2C1.019-0.111c1.729%2C1.167%2C3.524%2C2.25%2C5.14%2C3.559c0.804%2C0.651%2C1.271%2C1.721%2C1.884%2C2.604%0D%0A%09%09c0.115%2C0.165%2C0.172%2C0.38%2C0.31%2C0.518c4.086%2C4.097%2C8.178%2C8.185%2C12.27%2C12.274c0.041%2C0.04%2C0.087%2C0.072%2C0.229%2C0.191%0D%0A%09%09c0.455-0.491%2C0.902-1%2C1.38-1.479c0.752-0.755%2C1.602-0.753%2C2.35-0.012c1.037%2C1.029%2C2.067%2C2.064%2C3.1%2C3.097%0D%0A%09%09c0.463%2C0.465%2C0.654%2C0.993%2C0.463%2C1.656c-0.046%2C0.163%2C0.033%2C0.443%2C0.157%2C0.561c3.738%2C3.555%2C7.487%2C7.099%2C11.245%2C10.635%0D%0A%09%09c0.146%2C0.137%2C0.393%2C0.166%2C0.59%2C0.252c0.387%2C0.168%2C0.854%2C0.254%2C1.146%2C0.525c1.095%2C1.021%2C2.14%2C2.099%2C3.188%2C3.167%0D%0A%09%09C89.964%2C141.709%2C89.984%2C142.561%2C89.328%2C143.227z%20M80.987%2C121.294c-0.787-0.017-1.578-0.188-2.351-0.359%0D%0A%09%09c-0.346-0.078-0.556-0.039-0.797%2C0.209c-1.007%2C1.027-2.029%2C2.039-3.042%2C3.054c-1.233-1.829-2.901-3.185-4.422-4.672%0D%0A%09%09c-0.42-0.41-1.08-0.575-1.691-0.884c0.078-0.085%2C0.197-0.225%2C0.326-0.354c1.004-1.007%2C2.021-2.003%2C3.004-3.029%0D%0A%09%09c0.144-0.151%2C0.233-0.474%2C0.182-0.674c-1.457-5.589%2C1.819-10.795%2C7.49-11.874c1.375-0.261%2C3.278-0.094%2C4.481%2C0.42%0D%0A%09%09c-0.15%2C0.161-0.279%2C0.309-0.417%2C0.446c-1.582%2C1.584-3.166%2C3.165-4.747%2C4.75c-0.951%2C0.954-0.949%2C1.779%2C0.008%2C2.744%0D%0A%09%09c1.042%2C1.05%2C2.085%2C2.099%2C3.137%2C3.138c0.861%2C0.854%2C1.725%2C0.854%2C2.578%2C0.006c1.615-1.604%2C3.222-3.216%2C4.828-4.829%0D%0A%09%09c0.132-0.135%2C0.224-0.308%2C0.411-0.569c0.467%2C1.15%2C0.584%2C2.17%2C0.571%2C3.201C90.481%2C117.268%2C86.23%2C121.408%2C80.987%2C121.294z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}.cookingHuman{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22119.817px%22%20height%3D%22186.371px%22%20viewBox%3D%220%200%20119.817%20186.371%22%20enable-background%3D%22new%200%200%20119.817%20186.371%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M83.94%2C93.766c0%2C23.519%2C0%2C47.037%2C0%2C70.829c-4.508%2C0-8.781%2C0.025-13.053-0.055%0D%0A%09c-0.293-0.006-0.813-0.805-0.816-1.238c-0.059-4.828-0.037-9.658-0.037-14.645c2.928-0.338%2C5.203-1.473%2C5.318-4.758%0D%0A%09c0.082-2.347-1.41-3.654-5.225-4.814c-0.066-0.803-0.141-1.643-0.232-2.754c-8.129%2C0-16.221%2C0-24.736%2C0%0D%0A%09c1.11-1.84%2C1.927-3.332%2C2.909-4.707c0.213-0.297%2C1.068-0.338%2C1.551-0.207c6.801%2C1.84%2C11.739-1.42%2C14.168-5.283%0D%0A%09c3.186-5.07%2C3.037-11.813-0.445-16.436c-1.951-2.59-4.719-3.918-7.695-4.996c-4.654-1.688-9.348-3.324-13.844-5.375%0D%0A%09c-2.918-1.332-5.543-3.323-8.236-5.114c-0.514-0.341-0.73-1.128-1.254-1.987c-1.019%2C0.556-2.187%2C1.194-3.441%2C1.881%0D%0A%09c3.283%2C4.311%2C7.625%2C6.815%2C12.305%2C8.735c4.213%2C1.729%2C8.544%2C3.169%2C12.829%2C4.724c6.452%2C2.338%2C9.069%2C8.793%2C5.979%2C14.768%0D%0A%09c-2.032%2C3.926-5.606%2C5.713-9.885%2C4.601c-1.719-0.446-2.438%2C0.021-3.207%2C1.454c-1.84%2C3.439-3.847%2C6.788-5.779%2C10.176%0D%0A%09c-0.062%2C0.107-0.059%2C0.248-0.145%2C0.639c8.791%2C0%2C17.524%2C0%2C26.374%2C0c0.051%2C1.095%2C0.088%2C1.937%2C0.145%2C3.146%0D%0A%09c1.049%2C0%2C2.072-0.028%2C3.092%2C0.009c1.309%2C0.047%2C2.359%2C0.744%2C2.074%2C2.043c-0.17%2C0.772-1.201%2C1.602-2.029%2C1.918%0D%0A%09c-0.861%2C0.33-1.947%2C0.073-3.166%2C0.073c0%2C5.841%2C0%2C11.56%2C0%2C17.386c-15.959%2C0-31.686%2C0-47.688%2C0c0-5.689%2C0-11.397%2C0-17.367%0D%0A%09c-0.973%2C0-1.675-0.017-2.377%2C0.004c-1.493%2C0.039-3.021-0.156-3.064-1.99c-0.053-2.029%2C1.592-2.104%2C3.126-2.102%0D%0A%09c0.649%2C0.002%2C1.298-0.056%2C2.069-0.092c0.098-0.992%2C0.184-1.879%2C0.289-2.97c4.474%2C0%2C8.916-0.276%2C13.307%2C0.084%0D%0A%09c3.717%2C0.306%2C5.958-0.791%2C7.482-4.283c1.385-3.174%2C3.404-6.071%2C5.256-9.284c-2.67-0.994-5.145-1.861-7.577-2.832%0D%0A%09c-7.769-3.098-15.321-6.594-21.544-12.375c-3.713-3.449-6.51-7.511-7.641-12.515c-1.806-7.98%2C0.932-14.301%2C7.354-19.127%0D%0A%09c6.104-4.586%2C13.228-6.839%2C20.502-8.652c3.269-0.815%2C6.605-1.349%2C9.9-2.059c1.367-0.295%2C2.299%2C0.096%2C3.26%2C1.166%0D%0A%09c5.793%2C6.451%2C11.671%2C12.826%2C17.517%2C19.234c0.438%2C0.481%2C0.814%2C1.018%2C1.305%2C1.635c1.248-1.155%2C2.254-2.085%2C3.43-3.172%0D%0A%09c-2.699-2.972-5.34-5.881-7.635-8.406c2.906-3.157%2C5.711-6.231%2C8.566-9.258c0.252-0.269%2C0.848-0.373%2C1.252-0.318%0D%0A%09c10.627%2C1.454%2C20.082%2C5.22%2C26.92%2C13.959c4.986%2C6.378%2C7.74%2C13.72%2C8.32%2C21.726c0.35%2C4.787%2C0.227%2C9.666-0.27%2C14.442%0D%0A%09c-0.717%2C6.899-7.879%2C11.113-14.449%2C8.886c-3.66-1.24-5.518-4.345-5.242-8.568c0.256-3.891%2C0.596-7.789%2C0.566-11.682%0D%0A%09c-0.027-3.877-0.98-7.613-3.17-10.904c-0.797-1.194-1.787-2.262-2.689-3.387C84.334%2C93.635%2C84.137%2C93.701%2C83.94%2C93.766z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M119.817%2C167.645c0%2C6.288%2C0%2C12.433%2C0%2C18.726c-39.934%2C0-79.809%2C0-119.817%2C0c0-6.207%2C0-12.395%2C0-18.726%0D%0A%09C39.863%2C167.645%2C79.741%2C167.645%2C119.817%2C167.645z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M74.6%2C46.751c-10.111%2C0-19.954%2C0-30.126%2C0c0-0.755%2C0-1.448%2C0-2.141c-0.001-4.764-0.036-9.529%2C0.023-14.292%0D%0A%09c0.017-1.319-0.299-2.088-1.59-2.772c-4.346-2.306-6.61-7.538-5.571-12.325c1.098-5.043%2C5.146-8.571%2C10.229-9.125%0D%0A%09c0.897-0.098%2C1.998-0.666%2C2.539-1.372c5.143-6.716%2C15.361-6.203%2C19.578%2C1.105c0.604%2C1.044%2C1.203%2C1.488%2C2.438%2C1.53%0D%0A%09c4.74%2C0.163%2C8.697%2C3.611%2C9.645%2C8.231c0.979%2C4.796-1.238%2C9.549-5.602%2C11.57c-1.244%2C0.575-1.605%2C1.22-1.592%2C2.521%0D%0A%09C74.639%2C35.295%2C74.6%2C40.91%2C74.6%2C46.751z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M74.106%2C49.226c0.479%2C7.558-6.203%2C14.365-14.215%2C14.584c-8.114%2C0.221-14.972-6.371-15.026-14.584%0D%0A%09C54.613%2C49.226%2C64.364%2C49.226%2C74.106%2C49.226z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M41.335%2C128.639c-1.396%2C2.333-2.489%2C4.638-4.054%2C6.556c-0.714%2C0.877-2.355%2C0.994-3.885%2C1.572%0D%0A%09c0-4.072%2C0-7.471%2C0-11.203C36.129%2C126.623%2C38.672%2C127.607%2C41.335%2C128.639z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M55.133%2C67.394c4.149%2C0.192%2C8.301%2C0.384%2C12.436%2C0.575c-2.184%2C2.364-4.184%2C4.529-6.35%2C6.872%0D%0A%09c-2.189-2.39-4.256-4.648-6.323-6.907C54.975%2C67.754%2C55.053%2C67.574%2C55.133%2C67.394z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M19.999%2C133.722c1.702-1.885%2C0.916-3.457-0.455-4.971c-0.887-0.979-1.895-1.869-2.643-2.943%0D%0A%09c-2.152-3.086-1.361-6.615%2C2.051-8.609c-0.266%2C0.613-0.415%2C1.021-0.608%2C1.402c-1.388%2C2.738-0.355%2C4.928%2C1.459%2C7.035%0D%0A%09c0.976%2C1.134%2C1.971%2C2.354%2C2.544%2C3.709C23.233%2C131.441%2C22.4%2C132.871%2C19.999%2C133.722z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M26.797%2C124.724c-1.128%2C2.428-0.148%2C4.191%2C1.444%2C5.926c1.941%2C2.111%2C1.834%2C3.539-0.348%2C4.975%0D%0A%09c1.297-2.104-0.107-3.168-1.236-4.354C24.342%2C128.84%2C24.344%2C126.675%2C26.797%2C124.724z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}.officeHuman{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22135.181px%22%20height%3D%22146.037px%22%20viewBox%3D%220%200%20135.181%20146.037%22%20enable-background%3D%22new%200%200%20135.181%20146.037%22%0D%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M97.43%2C81.035c-1.229%2C0-2.23%2C0-3.234%2C0c-10.201%2C0.001-20.404%2C0.003-30.606-0.001%0D%0A%09c-2.955%2C0-4.05-1.11-4.053-4.103c-0.001-1.016-0.013-2.031%2C0.01-3.045c0.055-2.35%2C1.291-3.524%2C3.771-3.525%0D%0A%09c10.372-0.011%2C20.743-0.006%2C31.114-0.007c3.319%2C0%2C6.641%2C0%2C9.961%2C0c0.137-0.172%2C0.271-0.342%2C0.408-0.514%0D%0A%09c-0.309-0.107-0.826-0.148-0.888-0.336c-0.309-0.953-0.918-2.113-0.61-2.875c0.308-0.764%2C1.536-1.541%2C2.422-1.614%0D%0A%09c2.561-0.213%2C5.151-0.076%2C7.834-0.076c0-6.822%2C0-13.48%2C0-20.428c-1.812%2C1.004-3.451%2C1.844-5.004%2C2.822%0D%0A%09c-0.397%2C0.25-0.603%2C0.915-0.754%2C1.431c-0.826%2C2.805-1.604%2C5.624-2.404%2C8.436c-0.57%2C1.997-1.318%2C2.418-3.353%2C1.878%0D%0A%09c-1.739-0.462-3.479-0.921-5.211-1.413c-1.897-0.54-2.356-1.357-1.828-3.228c4.394-15.53%2C8.787-31.059%2C13.188-46.586%0D%0A%09c0.675-2.377%2C1.329-2.747%2C3.636-2.108c1.463%2C0.406%2C2.924%2C0.818%2C4.388%2C1.228c2.738%2C0.768%2C3.047%2C1.291%2C2.303%2C3.93%0D%0A%09c-1.008%2C3.572-2.074%2C7.129-2.988%2C10.725c-0.213%2C0.838-0.232%2C1.999%2C0.19%2C2.684c2.714%2C4.397%2C3.391%2C9.132%2C3.279%2C14.231%0D%0A%09c-0.215%2C9.972-0.063%2C19.952-0.064%2C29.929c-0.001%2C0.553%2C0%2C1.107%2C0%2C1.879c2.995%2C0%2C5.849-0.001%2C8.701%2C0c1.296%2C0%2C2.593-0.01%2C3.889%2C0.01%0D%0A%09c2.422%2C0.037%2C3.631%2C1.217%2C3.64%2C3.661c0.023%2C7.326%2C0.015%2C14.654%2C0.015%2C21.981c0%2C15.274-0.004%2C30.55-0.007%2C45.824%0D%0A%09c0%2C3.104-1.055%2C4.157-4.159%2C4.157c-9.808%2C0-19.613%2C0.003-29.422-0.002c-3.111-0.002-4.156-1.036-4.158-4.159%0D%0A%09c-0.004-19.503-0.002-39.007%2C0-58.509C97.43%2C82.645%2C97.43%2C81.973%2C97.43%2C81.035z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M43.248%2C59.122c0%2C9.29%2C0%2C18.231%2C0%2C27.472c0.648%2C0%2C1.294%2C0%2C1.94%2C0c6.313-0.002%2C12.626-0.018%2C18.938-0.004%0D%0A%09c6.988%2C0.018%2C11.5%2C4.559%2C11.504%2C11.561c0.008%2C11.556%2C0.003%2C23.111%2C0.003%2C34.666c0%2C0.73%2C0%2C1.459%2C0%2C2.492%0D%0A%09c1.913%2C0%2C3.747-0.059%2C5.576%2C0.017c2.218%2C0.091%2C3.87%2C1.181%2C4.772%2C3.215c0.879%2C1.981%2C0.674%2C4.022-0.881%2C5.474%0D%0A%09c-1.029%2C0.961-2.59%2C1.826-3.947%2C1.881c-5.402%2C0.213-10.818%2C0.143-16.229%2C0.074c-3.277-0.039-5.374-2.396-5.378-5.888%0D%0A%09c-0.015-11.78-0.009-23.562-0.011-35.341c0-0.607%2C0-1.219%2C0-2.057c-0.734%2C0-1.333%2C0-1.931%2C0c-9.92%2C0.002-19.84-0.006-29.76%2C0.006%0D%0A%09c-7.076%2C0.009-11.603-4.518-11.604-11.635c-0.001-13.471%2C0.224-26.947-0.085-40.412c-0.181-7.859%2C4.813-13.401%2C12.935-12.78%0D%0A%09c2.466%2C0.189%2C5.002-0.123%2C7.406%2C0.325c2.329%2C0.433%2C4.672%2C1.287%2C6.757%2C2.418c4.203%2C2.281%2C8.218%2C4.909%2C12.355%2C7.313%0D%0A%09c0.779%2C0.453%2C1.771%2C0.738%2C2.669%2C0.752c4.734%2C0.074%2C9.469%2C0.025%2C14.204%2C0.037c4.855%2C0.012%2C8.509%2C3.412%2C8.554%2C7.939%0D%0A%09c0.047%2C4.603-3.602%2C8.119-8.522%2C8.144c-5.862%2C0.029-11.728%2C0.11-17.583-0.063c-1.662-0.049-3.413-0.683-4.922-1.446%0D%0A%09C47.765%2C62.147%2C45.7%2C60.656%2C43.248%2C59.122z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M10.689%2C108.243c1.165%2C0%2C2.111%2C0%2C3.058%2C0c11.499-0.002%2C22.999-0.006%2C34.497-0.003%0D%0A%09c2.265%2C0.001%2C4.06%2C0.88%2C5.12%2C2.947c0.993%2C1.938%2C0.784%2C3.832-0.478%2C5.57c-1.149%2C1.584-2.806%2C2.17-4.719%2C2.166%0D%0A%09c-5.182-0.008-10.363-0.002-15.689-0.002c0%2C5.451%2C0%2C10.814%2C0%2C16.387c1.81%2C0%2C3.598-0.053%2C5.381%2C0.013%0D%0A%09c2.864%2C0.104%2C5.042%2C2.187%2C5.289%2C4.957c0.229%2C2.575-1.688%2C5.021-4.396%2C5.606c-2.396%2C0.519-5.067-1.022-5.915-3.431%0D%0A%09c-0.202-0.577-0.333-1.179-0.51-1.813c-3.572%2C0-7.108%2C0-10.668%2C0c-0.135%2C0.49-0.246%2C0.92-0.371%2C1.348%0D%0A%09c-0.792%2C2.693-3.341%2C4.387-5.903%2C3.922c-2.729-0.494-4.656-2.818-4.547-5.48c0.114-2.738%2C2.31-4.973%2C5.129-5.103%0D%0A%09c1.796-0.082%2C3.599-0.015%2C5.544-0.015c0-5.471%2C0-10.834%2C0-16.392c-3.116%2C0-6.199%2C0-9.282%2C0c-2.086%2C0-4.171%2C0.009-6.257-0.003%0D%0A%09c-3.8-0.02-5.959-2.175-5.961-5.994C0%2C95.789%2C0.003%2C78.653%2C0.001%2C61.517c0-4.058-0.003-8.117%2C0-12.175%0D%0A%09c0.002-3.508%2C2.148-5.981%2C5.241-6.049c3.146-0.069%2C5.437%2C2.438%2C5.438%2C6.02c0.009%2C18.939%2C0.007%2C37.878%2C0.008%2C56.818%0D%0A%09C10.689%2C106.745%2C10.689%2C107.359%2C10.689%2C108.243z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M48.567%2C16.168c-0.008%2C8.822-7.307%2C16.13-16.131%2C16.151c-8.891%2C0.021-16.25-7.371-16.188-16.257%0D%0A%09C16.31%2C7.219%2C23.626-0.03%2C32.459%2C0C41.291%2C0.029%2C48.576%2C7.341%2C48.567%2C16.168z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}.educationHat{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22323.633px%22%20height%3D%22234.492px%22%20viewBox%3D%22-95.862%20-50.388%20323.633%20234.492%22%0D%0A%09%20enable-background%3D%22new%20-95.862%20-50.388%20323.633%20234.492%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20fill%3D%22%23ffb700%22%20points%3D%2229.81%2C111.536%20163.614%2C46.222%2064.282%2C-10.701%20-85.394%2C62.323%20%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2294.712%22%20y%3D%2211.234%22%20transform%3D%22matrix%280.4388%200.8986%20-0.8986%200.4388%20131.2673%20-38.8197%29%22%20fill%3D%22%23343434%22%20width%3D%223.999%22%20height%3D%22148.894%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2294.712%22%20y%3D%2220.533%22%20transform%3D%22matrix%280.4388%200.8986%20-0.8986%200.4388%20139.6233%20-33.601%29%22%20fill%3D%22%23343434%22%20width%3D%223.999%22%20height%3D%22148.894%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2294.712%22%20y%3D%2230.286%22%20transform%3D%22matrix%280.4388%200.8986%20-0.8986%200.4388%20148.3867%20-28.1279%29%22%20fill%3D%22%23343434%22%20width%3D%223.999%22%20height%3D%22148.894%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%0D%0A%09%09%3Crect%20x%3D%2294.712%22%20y%3D%2239.301%22%20transform%3D%22matrix%280.4388%200.8986%20-0.8986%200.4388%20156.488%20-23.0683%29%22%20fill%3D%22%23343434%22%20width%3D%223.999%22%20height%3D%22148.894%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M152.726-19.093L40.243-50.388h-0.226L-72.469-19.093v9.525l45.584%2C12.683v51.271%0D%0A%09c13.833%2C10.658%2C38.553%2C17.689%2C66.674%2C17.689c27.215%2C0%2C51.025-6.577%2C65.087-16.557V3.745l47.85-13.313V-19.093z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20fill%3D%22%23ffb700%22%20d%3D%22M36.41-8.701c-4.617%2C0-8.373-3.542-8.373-7.896s3.756-7.896%2C8.373-7.896s8.373%2C3.542%2C8.373%2C7.896%0D%0A%09%09%09S41.027-8.701%2C36.41-8.701z%20M36.41-20.494c-2.411%2C0-4.373%2C1.748-4.373%2C3.896s1.961%2C3.896%2C4.373%2C3.896s4.373-1.748%2C4.373-3.896%0D%0A%09%09%09S38.822-20.494%2C36.41-20.494z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpolygon%20fill%3D%22%23ffb700%22%20points%3D%2290.34%2C23.316%2086.34%2C23.316%2086.34%2C-5.886%2042.392%2C-14.636%2043.174%2C-18.559%2090.34%2C-9.168%20%09%09%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23ffb700%22%20d%3D%22M96.577%2C59.107H80.103V40.098c0-6.854%2C3.695-12.431%2C8.237-12.431s8.237%2C5.576%2C8.237%2C12.431V59.107z%0D%0A%09%09%09%09%20M84.103%2C55.107h8.475V40.098c0-4.748-2.277-8.431-4.237-8.431s-4.237%2C3.683-4.237%2C8.431V55.107z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%09%3Cg%3E%0D%0A%09%09%09%3Cpath%20fill%3D%22%23ffb700%22%20d%3D%22M88.34%2C34.841c-3.707%2C0-6.61-4.265-6.61-9.71c0-5.446%2C2.903-9.711%2C6.61-9.711s6.611%2C4.266%2C6.611%2C9.711%0D%0A%09%09%09%09C94.951%2C30.576%2C92.047%2C34.841%2C88.34%2C34.841z%20M88.34%2C19.419c-1.039%2C0-2.61%2C2.278-2.61%2C5.711c0%2C3.433%2C1.571%2C5.71%2C2.61%2C5.71%0D%0A%09%09%09%09c1.04%2C0%2C2.611-2.277%2C2.611-5.71C90.951%2C21.697%2C89.38%2C19.419%2C88.34%2C19.419z%22%2F%3E%0D%0A%09%09%3C%2Fg%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20fill%3D%22%23ffb700%22%20d%3D%22M-87.394%2C65.293c0%2C0-8.468%2C6.422-8.468%2C15.699c0%2C9.276%2C5.234%2C18.371%2C5.234%2C18.371L24.12%2C148.405%0D%0A%09c0%2C0-3.196-13.705-0.979-20.768s4.897-13.146%2C4.897-13.146L-87.394%2C65.293z%22%2F%3E%0D%0A%3Cpath%20fill%3D%22%23343434%22%20d%3D%22M226.659%2C96.567c-3.176-14.061-12.248-24.039-20.185-22.226l-97.29%2C29.255l-96.361%2C15.698%0D%0A%09c-1.359-0.323-2.719-0.358-4.047-0.056C0.838%2C121.047-2.978%2C134%2C0.252%2C148.165c3.229%2C14.165%2C12.282%2C24.182%2C20.22%2C22.373%0D%0A%09c1.648-0.376%2C3.116-1.238%2C4.383-2.486l92.947-26.127l100.24-16.33v-0.225C225.979%2C123.554%2C229.833%2C110.627%2C226.659%2C96.567z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23ffb700%22%20d%3D%22M14.082%2C154.95l-0.37-0.823c-0.429-0.956-10.364-23.518%2C2.8-33.634l1.219%2C1.586%0D%0A%09%09c-10.583%2C8.133-4.169%2C26.295-2.539%2C30.396l14.531-4.814l0.629%2C1.898L14.082%2C154.95z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cpath%20fill%3D%22%23ffb700%22%20d%3D%22M135.025%2C130.335c0.677-3.791%2C0.581-8.266-0.438-12.903c-2.496-11.34-9.98-19.277-16.33-17.917%0D%0A%09l-19.729%2C4.536c6.35-1.588%2C13.833%2C6.576%2C16.329%2C17.915c0.823%2C3.743%2C1.018%2C7.403%2C0.695%2C10.688l-4.013%2C10.472%0D%0A%09c-1.067%2C1.119-2.308%2C1.898-3.714%2C2.199l3.608-0.829l-2.929%2C38.249l9.072-7.938l7.71%2C9.297l2.622-32.331l16.2%2C28.022l3.175-11.793%0D%0A%09l11.568%2C3.176L135.025%2C130.335z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}.educationHat.infoImage{height:210px}@media screen and (max-width: 550px){.title{text-align:left !important}}.pageDaySchool .smallClasses{height:220px}@media screen and (max-width: 980px){.pageDaySchool .smallClasses,.pageDaySchool .infoImage{height:180px}}@media screen and (max-width: 980px){.pageDaySchool .mentoredLearning,.pageDaySchool .educationHat.infoImage{margin-bottom:30px}}.iis-slide{background-position:top}@media screen and (max-width: 980px){.iis-slide{margin-top:50px}}@media screen and (max-width: 980px){#startPage .iis-slide{margin-top:0px}}@media screen and (max-width: 560px){#slider{height:250px !important}}.pageTeam .teamPageOverlay{white-space:nowrap;font-family:"MontserratMedium";font-size:20px;width:85%;height:40px;line-height:40px;padding:10px;background:orange;position:absolute;bottom:40px;right:0px;z-index:9999;background:rgba(255,183,0,0.8)}@media screen and (max-width: 980px){.pageTeam .teamPageOverlay{display:none}}@media screen and (max-width: 550px){.notAlignLeftWhenMobile{text-align:center !important}}.responsiveSubBackground{height:500px}@media screen and (max-width: 1000px){.responsiveSubBackground{height:300px !important}}@media screen and (max-width: 560px){.responsiveSubBackground{height:180px !important}}.icon{background-repeat:no-repeat;height:30px;width:30px}.location{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2080%2080%22%20style%3D%22enable-background%3Anew%200%200%2080%2080%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M40%2C0C26.191%2C0%2C15%2C11.194%2C15%2C25c0%2C23.87%2C25%2C55%2C25%2C55s25-31.13%2C25-55C65%2C11.194%2C53.807%2C0%2C40%2C0z%20%20%20%20%20M40%2C38.8c-7.457%2C0-13.5-6.044-13.5-13.5S32.543%2C11.8%2C40%2C11.8c7.455%2C0%2C13.5%2C6.044%2C13.5%2C13.5S47.455%2C38.8%2C40%2C38.8z%22%20fill%3D%22%23ffb700%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');background-size:contain}.phone{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2245.46px%22%20height%3D%2245.445px%22%20viewBox%3D%220%200%2045.46%2045.445%22%20enable-background%3D%22new%200%200%2045.46%2045.445%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M43.994%2C41.367c-0.51%2C0.456-0.967%2C0.899-1.459%2C1.3%0D%0A%09%09c-1.701%2C1.381-3.592%2C2.359-5.787%2C2.677c-2.372%2C0.343-4.551-0.192-6.587-1.417c-4.218-2.536-8.156-5.452-11.745-8.813%0D%0A%09%09c-4.07-3.814-8.062-7.71-11.529-12.101c-1.891-2.392-3.629-4.889-5.221-7.489C-0.757%2C11.564-0.461%2C7.7%2C2.059%2C3.927%0D%0A%09%09c0.573-0.859%2C1.289-1.624%2C2.004-2.514C4.559%2C2.446%2C4.99%2C3.342%2C5.418%2C4.238c1.759%2C3.671%2C3.508%2C7.349%2C5.279%2C11.015%0D%0A%09%09c0.442%2C0.916%2C0.562%2C1.83%2C0.275%2C2.809c-0.344%2C1.175-0.044%2C2.269%2C0.681%2C3.179c0.989%2C1.243%2C2.044%2C2.443%2C3.156%2C3.577%0D%0A%09%09c2.438%2C2.486%2C4.916%2C4.937%2C7.413%2C7.365c0.689%2C0.669%2C1.475%2C1.253%2C2.27%2C1.799c0.934%2C0.64%2C1.976%2C0.794%2C3.085%2C0.468%0D%0A%09%09c0.757-0.224%2C1.529-0.196%2C2.244%2C0.144C34.523%2C36.83%2C39.219%2C39.083%2C43.994%2C41.367z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M44.761%2C40.433c-1.083-0.518-2.177-1.04-3.269-1.563%0D%0A%09%09c-3.672-1.758-7.343-3.515-11.014-5.273c-0.634-0.303-0.639-0.395-0.09-0.838c0.388-0.315%2C0.762-0.648%2C1.154-0.957%0D%0A%09%09c0.986-0.776%2C2.062-0.941%2C3.196-0.379c3.033%2C1.503%2C6.063%2C3.011%2C9.081%2C4.542C45.541%2C36.839%2C45.996%2C39.007%2C44.761%2C40.433z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M5.025%2C0.688C6.509-0.544%2C8.638-0.067%2C9.52%2C1.681%0D%0A%09%09c1.301%2C2.574%2C2.583%2C5.158%2C3.873%2C7.737c0.203%2C0.404%2C0.414%2C0.805%2C0.608%2C1.213c0.582%2C1.221%2C0.448%2C2.355-0.431%2C3.395%0D%0A%09%09c-0.313%2C0.369-0.619%2C0.743-0.925%2C1.118c-0.354%2C0.438-0.501%2C0.424-0.747-0.089C9.83%2C10.739%2C7.764%2C6.422%2C5.697%2C2.106%0D%0A%09%09C5.471%2C1.631%2C5.246%2C1.155%2C5.025%2C0.688z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A');background-size:contain}.email{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2252.979px%22%20height%3D%2238.948px%22%20viewBox%3D%220%200%2052.979%2038.948%22%20enable-background%3D%22new%200%200%2052.979%2038.948%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M0%2C38.948C0%2C25.939%2C0%2C13.008%2C0%2C0C17.691%2C0%2C35.3%2C0%2C52.978%2C0%0D%0A%09c0%2C13.008%2C0%2C25.939%2C0%2C38.948C35.3%2C38.948%2C17.691%2C38.948%2C0%2C38.948z%20M3.849%2C35.14c15.131%2C0%2C30.223%2C0%2C45.32%2C0c0-8.953%2C0-17.757%2C0-26.75%0D%0A%09c-7.629%2C5.949-15.105%2C11.779-22.65%2C17.661c-7.525-5.864-15.021-11.706-22.67-17.666C3.849%2C17.404%2C3.849%2C26.187%2C3.849%2C35.14z%0D%0A%09%20M49.183%2C3.467c-15.209%2C0-30.129%2C0-45.203%2C0c0.245%2C0.23%2C0.357%2C0.354%2C0.488%2C0.455c7.059%2C5.466%2C14.124%2C10.922%2C21.166%2C16.408%0D%0A%09c0.613%2C0.479%2C1.014%2C0.397%2C1.572-0.038c2.287-1.787%2C4.603-3.54%2C6.909-5.305C39.07%2C11.2%2C44.023%2C7.413%2C49.183%2C3.467z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}.addressIcon{margin-right:20px}@media screen and (max-width: 350px){.addressIcon{margin-right:10px}}.addressIconContainer{display:inline-block;vertical-align:top}.addressTextContainer{display:inline-block;font-size:17px;text-align:left !important}@media screen and (max-width: 350px){.addressTextContainer{font-size:12px;white-space:nowrap}}.schoolContainer{line-height:25px}.addressTextContainer.second{margin-top:40px}.addressTextContainer.third{margin-top:20px}.centerAddressToIcon{height:30px;line-height:30px;vertical-align:top}.bus{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22191.475px%22%20height%3D%22147.868px%22%20viewBox%3D%22-29.224%20-6.223%20191.475%20147.868%22%0D%0A%09%20enable-background%3D%22new%20-29.224%20-6.223%20191.475%20147.868%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M42.731%2C141.645c-0.39%2C0-0.778%2C0-1.168%2C0%0D%0A%09%09c-0.351-0.135-0.691-0.313-1.054-0.399c-17.356-4.139-34.707-8.31-52.084-12.366c-3.604-0.84-7.002-2.097-10.426-3.469%0D%0A%09%09c-3.151-1.263-5.773-6.304-4.368-9.471c0.315-0.711%2C0.556-1.551%2C0.508-2.313c-0.319-5.037-0.815-10.064-1.089-15.104%0D%0A%09%09c-0.79-14.541-1.515-29.085-2.237-43.63c-0.192-3.861%2C0.259-4.5%2C3.857-5.938C16.523%2C32.249%2C58.372%2C15.532%2C100.239-1.139%0D%0A%09%09c3.836-1.527%2C7.754-2.877%2C11.705-4.073c2.01-0.608%2C4.18-0.691%2C6.277-1.011c2.982%2C0%2C5.965%2C0%2C8.949%2C0%0D%0A%09%09c0.496%2C0.107%2C0.986%2C0.276%2C1.486%2C0.313c10.648%2C0.788%2C20.945%2C3.182%2C31.01%2C6.69c1.83%2C0.638%2C2.893%2C1.522%2C2.506%2C3.646%0D%0A%09%09c-0.219%2C1.2-0.178%2C2.448-0.236%2C3.674c-0.393%2C8.082-0.828%2C16.161-1.152%2C24.245c-0.262%2C6.521-0.365%2C13.048-0.604%2C19.571%0D%0A%09%09c-0.035%2C0.932-0.184%2C2.075-0.738%2C2.732c-2.281%2C2.709-4.736%2C5.269-7.322%2C8.094c-0.174-1.112-0.148-1.982-0.453-2.715%0D%0A%09%09c-0.73-1.761-1.373-3.645-2.502-5.137c-1.455-1.923-3.607-2.236-5.506-0.759c-1.578%2C1.229-3.049%2C2.845-3.982%2C4.601%0D%0A%09%09c-2.092%2C3.938-1.99%2C8.233-0.984%2C12.471c0.283%2C1.189-0.053%2C1.748-0.922%2C2.409c-16.807%2C12.788-33.596%2C25.602-50.393%2C38.404%0D%0A%09%09c-0.322%2C0.245-0.709%2C0.406-0.734%2C0.421c-0.926-2.501-1.52-5.052-2.756-7.241c-2.039-3.615-5.764-4.703-9.33-2.635%0D%0A%09%09c-1.926%2C1.117-3.811%2C2.844-4.898%2C4.758c-2.281%2C4.014-3.69%2C8.356-2.088%2C13.124c0.49%2C1.455%2C0.68%2C3.039%2C0.793%2C4.579%0D%0A%09%09c0.047%2C0.635-0.275%2C1.557-0.754%2C1.928c-5.169%2C4.009-10.385%2C7.959-15.63%2C11.869c-2.076%2C1.549-4.441%2C2.325-7.076%2C2.292%0D%0A%09%09C44.181%2C141.102%2C43.456%2C141.458%2C42.731%2C141.645z%20M-26.042%2C63.759c-0.036%2C0.579-0.085%2C0.898-0.071%2C1.215%0D%0A%09%09c0.386%2C9.575%2C0.737%2C19.15%2C1.218%2C28.719c0.064%2C1.279%2C0.548%2C2.68%2C1.246%2C3.76c2.68%2C4.141%2C6.278%2C7.398%2C10.454%2C9.99%0D%0A%09%09c11.77%2C7.309%2C24.658%2C10.086%2C38.394%2C9.344c6.074-0.328%2C11.886-1.695%2C17.384-4.357c1.131-0.549%2C1.62-1.229%2C1.621-2.529%0D%0A%09%09c0.006-10.18%2C0.059-20.358%2C0.159-30.537c0.013-1.313-0.434-1.725-1.701-1.971c-14.54-2.82-29.068-5.705-43.595-8.59%0D%0A%09%09C-9.238%2C67.152-17.534%2C65.469-26.042%2C63.759z%20M73.93%2C93.254c0.207%2C0.055%2C0.416%2C0.109%2C0.623%2C0.164%0D%0A%09%09c6.18-4.119%2C12.342-8.267%2C18.559-12.328c1.063-0.693%2C1.41-1.424%2C1.414-2.664c0.023-5.563%2C0.189-11.125%2C0.252-16.688%0D%0A%09%09c0.045-3.925%2C0.01-7.851%2C0.01-12.028c-0.658%2C0.277-1.074%2C0.403-1.439%2C0.613c-6.166%2C3.543-12.344%2C7.069-18.463%2C10.695%0D%0A%09%09c-0.547%2C0.323-0.988%2C1.307-0.994%2C1.986c-0.043%2C7.447%2C0.014%2C14.893%2C0.037%2C22.339C73.936%2C87.981%2C73.93%2C90.618%2C73.93%2C93.254z%0D%0A%09%09%20M71.436%2C62.944c-4.886%2C2.81-9.448%2C5.516-14.091%2C8.068c-2.381%2C1.308-3.59%2C3.31-4.061%2C5.826c-0.284%2C1.519-0.412%2C3.082-0.445%2C4.629%0D%0A%09%09c-0.162%2C7.316-0.271%2C14.635-0.389%2C21.952c-0.023%2C1.456-0.004%2C2.913-0.004%2C4.628c0.511-0.307%2C0.777-0.453%2C1.029-0.621%0D%0A%09%09c5.665-3.759%2C11.311-7.547%2C17.007-11.257c1.047-0.681%2C1.443-1.397%2C1.422-2.655c-0.174-9.775-0.271-19.551-0.395-29.325%0D%0A%09%09C71.506%2C63.879%2C71.475%2C63.571%2C71.436%2C62.944z%20M96.977%2C78.288c0.234-0.078%2C0.43-0.102%2C0.576-0.199%0D%0A%09%09c5.713-3.795%2C11.436-7.576%2C17.104-11.439c0.516-0.352%2C0.928-1.242%2C0.939-1.89c0.146-8.608%2C0.213-17.219%2C0.291-25.829%0D%0A%09%09c0.004-0.415-0.061-0.83-0.113-1.511c-6.219%2C3.577-12.215%2C7-18.164%2C10.504c-0.404%2C0.239-0.615%2C1.083-0.631%2C1.654%0D%0A%09%09c-0.061%2C2.265-0.004%2C4.534-0.002%2C6.8C96.981%2C63.625%2C96.977%2C70.872%2C96.977%2C78.288z%20M136.506%2C51.976%0D%0A%09%09c0.488-0.248%2C0.773-0.358%2C1.021-0.524c5.816-3.879%2C11.652-7.727%2C17.404-11.698c0.631-0.436%2C1.043-1.563%2C1.1-2.4%0D%0A%09%09c0.27-4.065%2C0.445-8.14%2C0.539-12.212c0.084-3.661%2C0.02-7.325%2C0.02-11.019c-0.107%2C0.015-0.32-0.01-0.467%2C0.076%0D%0A%09%09c-5.949%2C3.411-11.902%2C6.813-17.811%2C10.292c-0.475%2C0.279-0.846%2C1.097-0.885%2C1.689c-0.176%2C2.712-0.211%2C5.432-0.305%2C8.15%0D%0A%09%09C136.922%2C40.132%2C136.717%2C45.934%2C136.506%2C51.976z%20M134.791%2C26.482c-4.643%2C2.665-9.387%2C5.557-14.299%2C8.126%0D%0A%09%09c-2.117%2C1.107-2.705%2C2.516-2.664%2C4.725c0.092%2C5.113-0.008%2C10.23-0.021%2C15.347c-0.008%2C3.192%2C0%2C6.384%2C0%2C9.965%0D%0A%09%09c5.568-3.757%2C10.822-7.274%2C16.023-10.866c0.408-0.283%2C0.605-1.084%2C0.639-1.662c0.158-2.711%2C0.289-5.428%2C0.309-8.143%0D%0A%09%09C134.823%2C38.176%2C134.791%2C32.377%2C134.791%2C26.482z%20M-7.84%2C117.922c1.127%2C3.032%2C1.952%2C5.476%2C2.976%2C7.834%0D%0A%09%09c0.245%2C0.564%2C1.102%2C1.055%2C1.764%2C1.217c8.47%2C2.057%2C16.951%2C4.067%2C25.446%2C6.016c0.63%2C0.145%2C1.672-0.047%2C2.042-0.486%0D%0A%09%09c1.541-1.826%2C2.912-3.796%2C4.317-5.735c0.73-1.011%2C0.496-1.718-0.789-1.886c-2.112-0.274-4.226-0.664-6.347-0.722%0D%0A%09%09c-7.812-0.211-15.427-1.346-22.752-4.194C-3.142%2C119.205-5.209%2C118.721-7.84%2C117.922z%20M45.443%2C129.47%0D%0A%09%09c-0.034-2.563-2.123-4.83-4.367-4.739c-1.687%2C0.068-2.696%2C1.359-2.634%2C3.369c0.08%2C2.505%2C2.068%2C4.654%2C4.277%2C4.621%0D%0A%09%09C44.457%2C132.696%2C45.469%2C131.487%2C45.443%2C129.47z%20M30.634%2C126.372c-0.023%2C2.527%2C1.779%2C4.664%2C3.943%2C4.673%0D%0A%09%09c1.674%2C0.007%2C2.834-1.329%2C2.83-3.259c-0.004-2.361-1.818-4.464-3.917-4.537C31.702%2C123.184%2C30.653%2C124.331%2C30.634%2C126.372z%0D%0A%09%09%20M-24.317%2C113.389c-0.013%2C2.596%2C2.026%2C4.896%2C4.13%2C4.812c1.598-0.064%2C2.225-1.09%2C2.229-2.591c0.006-2.198-2.221-4.699-4.159-4.576%0D%0A%09%09C-23.691%2C111.135-24.366%2C112.114-24.317%2C113.389z%20M-16.945%2C115.648c0.027%2C2.655%2C2.143%2C5.013%2C4.155%2C4.861%0D%0A%09%09c1.553-0.117%2C2.219-1.104%2C2.194-2.618c-0.037-2.317-2.126-4.632-4.155-4.52C-16.364%2C113.461-16.917%2C114.525-16.945%2C115.648z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M68.139%2C129.067c2.609-1.092%2C2.271-2.701%2C1.834-4.404%0D%0A%09%09c-0.543-2.115-0.988-4.254-1.463-6.386c-0.91-4.093%2C2.068-11.307%2C5.596-13.571c2.576-1.656%2C5.805-1.068%2C7.301%2C1.854%0D%0A%09%09c1.174%2C2.293%2C2.053%2C4.949%2C2.221%2C7.501c0.352%2C5.323-1.518%2C10.034-5.43%2C13.782C75.42%2C130.501%2C72.102%2C129.7%2C68.139%2C129.067z%0D%0A%09%09%20M69.559%2C115.939c0.529%2C2.048%2C0.682%2C3.802%2C1.447%2C5.223c0.6%2C1.11%2C1.83%2C2.212%2C3.014%2C2.599c1.635%2C0.537%2C2.947-0.633%2C3.803-2.047%0D%0A%09%09c2.301-3.803%2C2.895-7.848%2C1.436-12.082c-0.539-1.568-1.443-2.893-3.373-3.059c-2.002-0.174-3.271%2C0.968-3.959%2C2.545%0D%0A%09%09C70.936%2C111.389%2C70.28%2C113.807%2C69.559%2C115.939z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M139.537%2C74.476c0.578-0.531%2C0.992-0.909%2C1.492-1.367%0D%0A%09%09c-2.031-4.456-2.16-8.962-0.254-13.48c0.25-0.59%2C0.543-1.174%2C0.896-1.707c2.188-3.291%2C5.656-3.104%2C7.488%2C0.387%0D%0A%09%09c2.236%2C4.259%2C1.008%2C12.225-2.375%2C15.61C144.617%2C76.086%2C142.225%2C75.524%2C139.537%2C74.476z%20M140.338%2C64.851%0D%0A%09%09c0.52%2C1.918%2C0.719%2C3.489%2C1.367%2C4.848c0.9%2C1.89%2C2.91%2C1.978%2C3.986%2C0.178c1.971-3.296%2C2.367-6.824%2C0.717-10.384%0D%0A%09%09c-0.887-1.915-2.883-2.132-3.922-0.294C141.473%2C60.993%2C140.985%2C63.084%2C140.338%2C64.851z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}.tram{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22170.303px%22%20height%3D%22164.96px%22%20viewBox%3D%22-18.649%20-15.372%20170.303%20164.96%22%0D%0A%09%20enable-background%3D%22new%20-18.649%20-15.372%20170.303%20164.96%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M32.058-15.372c3.5%2C0.467%2C6.993%2C0.976%2C10.499%2C1.396%0D%0A%09%09c9.725%2C1.168%2C19.454%2C2.297%2C29.181%2C3.445c3.223%2C0.38%2C6.438%2C0.931%2C9.672%2C1.1c2.621%2C0.137%2C4.482%2C1.322%2C5.967%2C3.283%0D%0A%09%09c1.01%2C1.333%2C1.885%2C2.772%2C2.984%2C4.408c-22.02-3.849-43.797-5.951-65.768-8.408c1.057-1.969%2C2.702-3.707%2C4.626-5.224%0D%0A%09%09C30.167-15.372%2C31.113-15.372%2C32.058-15.372z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M38.089%2C149.588c-6.016-1.643-12.024-3.311-18.048-4.918%0D%0A%09%09c-8.883-2.368-17.77-4.719-26.672-7.004c-1.172-0.301-1.863-0.803-2.199-1.951c-0.424-1.456-0.944-2.882-1.434-4.352%0D%0A%09%09c15.807%2C4.098%2C31.442%2C8.15%2C47.352%2C12.274c0.393%2C1.724%2C0.875%2C3.837%2C1.356%2C5.95C38.326%2C149.588%2C38.207%2C149.588%2C38.089%2C149.588z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M41.431%2C148.377c-1.732-4.137-2.132-8.193-1.166-12.414%0D%0A%09%09c0.485-2.123%2C0.742-4.303%2C1.006-6.471c0.151-1.236%2C0.749-1.834%2C1.936-2.168c1.104-0.309%2C2.238-0.746%2C3.171-1.396%0D%0A%09%09c33.75-23.574%2C67.478-47.182%2C101.21-70.784c0.664-0.464%2C1.334-0.919%2C2.385-1.641c-0.604%2C3.362-1.393%2C6.27-1.596%2C9.218%0D%0A%09%09c-0.354%2C5.122-2.986%2C8.271-7.07%2C11.288c-32.889%2C24.287-65.59%2C48.822-98.35%2C73.279C42.488%2C147.641%2C42.003%2C147.971%2C41.431%2C148.377z%22%0D%0A%09%09%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M21.084%2C30.391c-0.139%2C2.533%2C1.096%2C3.23%2C2.989%2C3.522%0D%0A%09%09c11.544%2C1.78%2C23.077%2C3.644%2C34.618%2C5.44c1.243%2C0.193%2C2.526%2C0.133%2C3.977%2C0.199c-3.606%2C1.826-7.046%2C3.777-10.656%2C5.334%0D%0A%09%09c-3.373%2C1.454-5.527%2C3.623-6.689%2C7.19c-1.44%2C4.42-3.363%2C8.683-5.124%2C12.996c-1.001%2C2.456-2.072%2C3.116-4.162%2C1.952%0D%0A%09%09c-8.681-4.834-18.404-5.675-27.863-7.541c-2.603-0.514-5.264-0.793-7.821-1.467c-4.854-1.279-9.721-0.719-14.598-0.442%0D%0A%09%09c-1.061%2C0.061-2.121%2C0.11-3.184%2C0.148c-1.027%2C0.038-1.53-0.422-1.014-1.405c0.924-1.763%2C1.566-3.938%2C3.004-5.12%0D%0A%09%09c4.731-3.893%2C9.444-7.999%2C14.763-10.942C6.154%2C36.472%2C13.562%2C33.738%2C21.084%2C30.391z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M43.892%2C67.346c0-1.296-0.259-2.268%2C0.041-3.014%0D%0A%09%09c1.785-4.428%2C3.621-8.84%2C5.623-13.172c0.496-1.074%2C1.512-2.135%2C2.559-2.686c4.382-2.307%2C8.847-4.458%2C13.328-6.57%0D%0A%09%09c1.078-0.509%2C1.456-1.057%2C1.333-2.26c-0.364-3.596-0.312-3.601%2C2.875-5.222c7.359-3.744%2C14.721-7.488%2C22.08-11.229%0D%0A%09%09c0.518-0.264%2C1.043-0.514%2C1.818-0.894c0.068%2C1.394%2C0.125%2C2.587%2C0.195%2C4.095c1.82-0.934%2C3.426-1.759%2C5.031-2.584%0D%0A%09%09c12.537-6.444%2C25.074-12.892%2C37.623-19.314c0.486-0.249%2C1.146-0.434%2C1.652-0.323c3.248%2C0.713%2C5.959%2C2.366%2C8.281%2C5.026%0D%0A%09%09C112.328%2C28.5%2C78.387%2C47.766%2C43.892%2C67.346z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M136.137%2C2.632c-13.195%2C6.636-26.391%2C13.271-39.658%2C19.942%0D%0A%09%09c0.109-0.892%2C0.293-1.646%2C0.275-2.396c-0.051-2.158-0.947-3.024-3.1-3.294c-10.182-1.277-20.359-2.579-30.903-3.918%0D%0A%09%09c0.746-0.401%2C1.169-0.673%2C1.625-0.868C74.463%2C7.801%2C84.606%2C3.631%2C94.614-0.843c3.762-1.683%2C7.4-0.958%2C11.111-0.541%0D%0A%09%09c8.619%2C0.965%2C17.229%2C2.022%2C25.84%2C3.048c1.5%2C0.179%2C3%2C0.384%2C4.502%2C0.577C136.09%2C2.372%2C136.114%2C2.501%2C136.137%2C2.632z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M88.08%2C94.911c0-6.695%2C0.051-13.242-0.014-19.789%0D%0A%09%09c-0.09-9.272-0.777-18.486-2.949-27.544c-0.135-0.563%2C0.127-1.612%2C0.545-1.856c4.934-2.886%2C9.93-5.663%2C14.916-8.46%0D%0A%09%09c0.188-0.104%2C0.434-0.108%2C0.914-0.22c0.619%2C3.672%2C1.344%2C7.235%2C1.801%2C10.831c1.391%2C10.92%2C1.322%2C21.892%2C1.004%2C32.87%0D%0A%09%09c-0.063%2C2.136-0.627%2C3.605-2.611%2C4.844c-4.199%2C2.621-8.166%2C5.611-12.234%2C8.445C88.987%2C94.358%2C88.494%2C94.646%2C88.08%2C94.911z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M107.774%2C81.272c0.15-6.977%2C0.451-13.63%2C0.396-20.282%0D%0A%09%09c-0.064-8.268-0.885-16.481-2.879-24.534c-0.283-1.14-0.141-1.771%2C0.984-2.382c4.818-2.614%2C9.572-5.343%2C14.357-8.023%0D%0A%09%09c0.395-0.222%2C0.818-0.393%2C1.322-0.632c1.641%2C6.55%2C2.617%2C13.065%2C2.688%2C19.671c0.084%2C7.727-0.074%2C15.458-0.182%2C23.187%0D%0A%09%09c-0.008%2C0.622-0.254%2C1.501-0.703%2C1.82C118.533%2C73.823%2C113.248%2C77.465%2C107.774%2C81.272z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M48.985%2C17.866c2.749-1.184%2C5.44-2.546%2C8.275-3.469%0D%0A%09%09c1.306-0.426%2C2.904-0.102%2C4.346%2C0.075c10.421%2C1.283%2C20.835%2C2.612%2C31.251%2C3.937c0.574%2C0.073%2C1.139%2C0.233%2C2.211%2C0.459%0D%0A%09%09c-1.779%2C0.888-3.154%2C1.602-4.553%2C2.269c-8.779%2C4.187-17.557%2C8.375-26.35%2C12.529c-0.903%2C0.427-1.498%2C0.902-1.268%2C1.983%0D%0A%09%09c0.258%2C1.208-0.55%2C1.706-1.467%2C1.723c-1.636%2C0.031-3.294-0.064-4.913-0.302c-10.969-1.618-21.929-3.286-32.89-4.942%0D%0A%09%09c-0.226-0.034-0.441-0.13-0.654-0.195c-0.43-1.742%2C0.092-2.802%2C1.794-3.498c3.867-1.585%2C7.657-3.363%2C11.512-4.983%0D%0A%09%09c0.932-0.393%2C1.993-0.481%2C2.995-0.709c0.069%2C0.194%2C0.14%2C0.387%2C0.21%2C0.58c-3.943%2C1.783-7.887%2C3.566-12.21%2C5.521%0D%0A%09%09c2.221%2C0.511%2C3.945%2C0.996%2C5.796%2C0.022c2.342-1.232%2C4.777-2.289%2C7.399-3.528c-0.125%2C1.672%2C0.92%2C1.743%2C2.084%2C1.906%0D%0A%09%09c6.658%2C0.933%2C13.305%2C1.946%2C19.957%2C2.914c0.444%2C0.064%2C0.97%2C0.12%2C1.356-0.052c3.224-1.433%2C6.425-2.92%2C9.791-4.463%0D%0A%09%09c-1.172-2.736-3.473-3.609-5.9-4.089c-4.382-0.864-8.796-1.558-13.236-2.504c1.64-1.054%2C3.219-2.119%2C5.354-1.823%0D%0A%09%09c6.719%2C0.927%2C13.444%2C1.795%2C20.168%2C2.692c2.104%2C0.28%2C4.201%2C0.75%2C6.311%2C0.812c1.488%2C0.042%2C2.992-0.458%2C4.49-0.715%0D%0A%09%09c-0.023-0.221-0.047-0.443-0.07-0.664c-3.369-0.456-6.734-0.926-10.105-1.363c-6.785-0.88-13.564-1.801-20.363-2.562%0D%0A%09%09c-1.386-0.155-2.897%2C0.136-4.25%2C0.551c-1.623%2C0.496-3.117%2C1.398-4.709%2C2.021c-0.705%2C0.275-1.51%2C0.293-2.27%2C0.429%0D%0A%09%09C49.048%2C18.239%2C49.015%2C18.053%2C48.985%2C17.866z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M25.817%2C121.45c-3.419%2C1.484-3.358%2C4.283-3.393%2C7.131%0D%0A%09%09c-0.033%2C2.938-0.277%2C5.871-0.441%2C9.039c-3.443-0.939-6.723-1.83-9.998-2.729c-3.241-0.889-6.497-1.719-9.699-2.729%0D%0A%09%09c-0.761-0.24-1.595-0.969-1.937-1.69c-1.742-3.674-3.291-7.438-4.998-11.13c-0.62-1.342-0.358-2.076%2C0.89-2.895%0D%0A%09%09c1.73-1.137%2C3.339-1.482%2C5.427-0.948c7.533%2C1.933%2C15.121%2C3.655%2C22.688%2C5.464C24.732%2C121.053%2C25.094%2C121.208%2C25.817%2C121.45z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M63.188%2C112.633c0.455-17.773%2C1.099-35.18-3.792-52.252%0D%0A%09%09c2.42-1.361%2C4.772-2.683%2C7.461-4.196c0.957%2C5.411%2C2.381%2C10.57%2C2.691%2C15.796c0.676%2C11.362%2C0.787%2C22.758%2C1.1%2C34.143%0D%0A%09%09c0.014%2C0.48-0.109%2C1.175-0.434%2C1.422C68.03%2C109.209%2C65.774%2C110.78%2C63.188%2C112.633z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M74.258%2C104.463c0-2.328-0.033-4.652%2C0.006-6.977%0D%0A%09%09c0.18-10.569%2C0.105-21.131-1.43-31.619c-0.52-3.553-1.289-7.07-1.867-10.617c-0.08-0.497%2C0.104-1.342%2C0.455-1.556%0D%0A%09%09c2.199-1.35%2C4.48-2.566%2C7.1-4.032c0.615%2C4.061%2C1.303%2C7.855%2C1.746%2C11.679c1.396%2C12.049%2C1.297%2C24.146%2C1.059%2C36.248%0D%0A%09%09c-0.031%2C1.551-0.424%2C2.645-1.85%2C3.469c-1.727%2C1.002-3.309%2C2.26-4.961%2C3.396C74.44%2C104.508%2C74.297%2C104.463%2C74.258%2C104.463z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M-14.958%2C111.357c4.073%2C1.05%2C7.549%2C1.947%2C11.362%2C2.932%0D%0A%09%09c-0.955%2C0.597-1.65%2C1.113-2.414%2C1.489c-1.426%2C0.701-1.601%2C1.69-0.98%2C3.063c1.7%2C3.76%2C3.348%2C7.544%2C5.011%2C11.32%0D%0A%09%09c0.207%2C0.47%2C0.393%2C0.947%2C0.782%2C1.892c-3.764-1.247-7.184-2.283-10.515-3.554c-0.802-0.305-1.56-1.281-1.91-2.127%0D%0A%09%09c-1.529-3.703-2.866-7.485-4.353-11.206c-0.531-1.33-0.232-2.243%2C1.058-2.682c1.798-0.61%2C1.836-1.808%2C1.688-3.447%0D%0A%09%09c-1.279-14.231-2.583-28.47-0.923-42.765c0.197-1.693%2C0.518-3.372%2C0.806-5.22c1.268-0.064%2C2.476-0.125%2C3.882-0.197%0D%0A%09%09c-0.294%2C2.401-0.571%2C4.602-0.832%2C6.804c-1.511%2C12.816-0.39%2C25.589%2C0.677%2C38.357c0.146%2C1.75-0.042%2C3.105-1.662%2C4.032%0D%0A%09%09C-13.777%2C110.332-14.192%2C110.751-14.958%2C111.357z%20M-5.233%2C125.22c-0.004-2.776-2.494-5.95-5.219-6.649%0D%0A%09%09c-2.084-0.535-3.607%2C0.547-3.806%2C2.705c-0.255%2C2.784%2C2.652%2C6.562%2C5.408%2C7.023C-6.547%2C128.686-5.229%2C127.563-5.233%2C125.22z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M47.063-4.088c-5.391%2C6.42-10.62%2C12.646-16.054%2C19.117%0D%0A%09%09c4.365%2C0.625%2C8.465%2C1.253%2C12.579%2C1.744c0.435%2C0.051%2C1.058-0.629%2C1.44-1.096C49.67%2C10.01%2C54.328%2C4.355%2C58.873-1.388%0D%0A%09%09c1.02-1.29%2C1.962-1.429%2C3.44-0.708c-5.68%2C7.035-11.297%2C13.992-17.207%2C21.31c3.19%2C0.579%2C5.935%2C1.087%2C8.683%2C1.575%0D%0A%09%09c3.136%2C0.556%2C6.277%2C1.07%2C9.406%2C1.654c0.722%2C0.134%2C1.909-0.047%2C1.66%2C1.265c-0.219%2C1.149-1.104%2C0.892-1.975%2C0.735%0D%0A%09%09c-5.69-1.029-11.371-2.118-17.089-2.958c-2.575-0.378-5.241-0.085-7.84-0.352c-4.518-0.465-9.015-1.129-13.484-1.705%0D%0A%09%09c-0.773-2.676%2C0.112-4.152%2C2.674-4.813c0.661-0.17%2C1.39-0.558%2C1.818-1.07C33.51%2C8.11%2C38.081%2C2.689%2C42.467-2.876%0D%0A%09%09C43.734-4.484%2C45.01-4.658%2C47.063-4.088z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M41.89%2C124.864c2.215-1.653%2C4.394-3.356%2C6.653-4.945%0D%0A%09%09c2.073-1.457%2C3.035-3.229%2C3.153-5.895c0.6-13.539%2C0.144-27.001-2.235-40.365c-0.299-1.678-0.567-3.392-1.145-4.982%0D%0A%09%09c-0.554-1.529-0.132-2.308%2C1.272-2.832c0.533-0.198%2C1.024-0.508%2C1.873-0.94c0.775%2C3.517%2C1.654%2C6.799%2C2.205%2C10.135%0D%0A%09%09c1.949%2C11.796%2C2.365%2C23.693%2C2.096%2C35.625c-0.011%2C0.469-0.209%2C0.953-0.137%2C1.402c0.686%2C4.295-1.574%2C6.975-4.893%2C9.122%0D%0A%09%09c-1.878%2C1.215-3.647%2C2.612-5.596%2C3.697c-0.867%2C0.483-2.051%2C0.399-3.093%2C0.573C41.994%2C125.26%2C41.942%2C125.063%2C41.89%2C124.864z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M136.594%2C61.144c0.209-3.945%2C0.404-7.466%2C0.582-10.987%0D%0A%09%09c0.508-10.166%2C0.129-20.283-1.807-30.299c-0.275-1.422-0.049-2.317%2C1.379-2.882c1.025-0.405%2C1.959-1.037%2C3.299-1.766%0D%0A%09%09c0.582%2C3.529%2C1.248%2C6.804%2C1.643%2C10.113c1.174%2C9.829%2C0.365%2C19.661%2C0.047%2C29.501C141.623%2C58.364%2C139.112%2C59.282%2C136.594%2C61.144z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M132.574%2C19.761c0.543%2C3.563%2C1.336%2C7.142%2C1.582%2C10.756%0D%0A%09%09c0.418%2C6.169%2C0.629%2C12.36%2C0.668%2C18.543c0.027%2C4.353-0.363%2C8.709-0.602%2C13.063c-0.021%2C0.36-0.213%2C0.833-0.486%2C1.039%0D%0A%09%09c-1.357%2C1.017-2.768%2C1.961-4.402%2C3.102c0.211-3.76%2C0.463-7.196%2C0.588-10.636c0.398-10.808%2C0.176-21.581-2.072-32.219%0D%0A%09%09c-0.201-0.956%2C0.033-1.532%2C0.963-1.945c1.072-0.476%2C2.074-1.111%2C3.113-1.667C132.02%2C19.749%2C132.156%2C19.781%2C132.574%2C19.761z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M146.026%2C54.455c1.34-14.194%2C1.525-27.879-1.855-41.507%0D%0A%09%09c0.664-0.39%2C1.307-0.78%2C1.963-1.15c0.664-0.376%2C1.34-0.734%2C2.475-1.352c0.904%2C4.621%2C2.033%2C8.997%2C2.574%2C13.444%0D%0A%09%09c1.063%2C8.722%2C0.105%2C17.438-0.643%2C26.14c-0.031%2C0.385-0.15%2C0.879-0.416%2C1.108C148.903%2C52.198%2C147.614%2C53.183%2C146.026%2C54.455z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M41.588%2C125.356c-4.302%2C1.355-4.048%2C5.001-4.566%2C8.262%0D%0A%09%09c-0.387%2C2.433-0.779%2C4.864-1.221%2C7.625c-2.688-0.584-5.305-1.111-7.901-1.722c-4.244-0.997-4.247-1.019-4.063-5.356%0D%0A%09%09c0.12-2.822%2C0.253-5.645%2C0.409-8.465c0.083-1.513%2C3.064-4.004%2C4.52-3.682c4.166%2C0.922%2C8.314%2C1.93%2C12.469%2C2.903%0D%0A%09%09C41.353%2C125.065%2C41.47%2C125.21%2C41.588%2C125.356z%20M34.924%2C134.532c0.021-3.221-3.246-6.566-6.429-6.578%0D%0A%09%09c-2.005-0.008-3.428%2C1.361-3.53%2C3.398c-0.151%2C2.951%2C2.312%2C5.975%2C5.461%2C6.705C32.945%2C138.642%2C34.907%2C137.106%2C34.924%2C134.532z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M50.024%2C143.554c3.206-2.354%2C6.327-4.646%2C9.764-7.17%0D%0A%09%09c-0.573%2C3.692-1.967%2C6.399-4.835%2C8.252C53.557%2C145.539%2C51.057%2C145.522%2C50.024%2C143.554z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M76.293%2C123.961c-0.445%2C3.246-1.664%2C5.522-3.748%2C7.307%0D%0A%09%09c-1.979%2C1.693-3.893%2C1.563-5.385-0.367c0.398-0.328%2C0.789-0.673%2C1.203-0.985C70.889%2C128.013%2C73.416%2C126.12%2C76.293%2C123.961z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M124.266%2C87.963c2.064-1.553%2C4.131-3.105%2C6.234-4.689%0D%0A%09%09c0.232%2C2.146-1.701%2C5.676-3.574%2C6.121c-0.805%2C0.191-1.803-0.426-2.713-0.676C124.231%2C88.467%2C124.248%2C88.215%2C124.266%2C87.963z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M135.18%2C79.77c1.926-1.443%2C3.748-2.811%2C5.869-4.402%0D%0A%09%09c-0.266%2C2.409-0.982%2C4.211-2.604%2C5.518C137.25%2C81.848%2C136.49%2C81.564%2C135.18%2C79.77z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M46.836%2C145.948c0.559-0.428%2C1.099-0.842%2C1.317-1.01%0D%0A%09%09c1.999%2C0.469%2C3.705%2C0.868%2C5.217%2C1.224C51.882%2C147.779%2C48.848%2C147.871%2C46.836%2C145.948z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M63.978%2C133.311c0.549-0.461%2C1.075-0.902%2C1.398-1.175%0D%0A%09%09c1.784%2C0.479%2C3.368%2C0.905%2C4.829%2C1.298C68.258%2C135.013%2C66.228%2C135.047%2C63.978%2C133.311z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M126.227%2C90.29c-1.758%2C1.093-3.297%2C1.49-5.064%2C0.287%0D%0A%09%09c0.742-0.936%2C1.277-1.844%2C2.662-0.908C124.403%2C90.059%2C125.248%2C90.053%2C126.227%2C90.29z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M137.24%2C82.121c-1.674%2C1.197-2.975%2C1.163-4.746-0.203%0D%0A%09%09c0.391-0.354%2C0.768-0.696%2C1.055-0.956C134.85%2C81.37%2C136.037%2C81.743%2C137.24%2C82.121z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}.car{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22161.472px%22%20height%3D%22109.732px%22%20viewBox%3D%22-15.078%2011.707%20161.472%20109.732%22%0D%0A%09%20enable-background%3D%22new%20-15.078%2011.707%20161.472%20109.732%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M80.174%2C72.834c1.092-11.802%2C2.158-23.32%2C3.242-35.047%0D%0A%09%09c-13.813-3.835-27.894-7.744-41.975-11.653c-0.031-0.184-0.064-0.367-0.098-0.551c6.978-2.853%2C13.906-5.83%2C20.949-8.513%0D%0A%09%09c4.275-1.629%2C8.75-2.73%2C13.088-4.207c3.928-1.337%2C7.895-1.365%2C11.936-0.837c10.168%2C1.328%2C20.189%2C3.355%2C30.078%2C6.084%0D%0A%09%09c3.902%2C1.077%2C7.039%2C3.411%2C10.082%2C5.87c7.744%2C6.26%2C13.525%2C13.973%2C16.861%2C23.425c0.111%2C0.313%2C0.186%2C0.796%2C0.406%2C0.891%0D%0A%09%09c2.104%2C0.893%2C1.602%2C2.743%2C1.586%2C4.344c-0.033%2C3.154-0.775%2C5.256-2.008%2C6.453c-0.43-2.276-0.828-4.671-1.357-7.035%0D%0A%09%09c-0.18-0.797-0.621-1.562-1.061-2.269c-1.959-3.164-5.104-4.013-8.422-2.304c-2.701%2C1.391-4.182%2C3.818-5.381%2C6.456%0D%0A%09%09c-2.344%2C5.168-2.953%2C13.032%2C0.543%2C19.94c-14.156%2C10.127-28.348%2C20.28-42.775%2C30.602c-0.164-2.256-0.055-4.285-0.514-6.176%0D%0A%09%09c-0.57-2.351-1.301-4.771-2.525-6.828c-1.732-2.912-4.781-3.681-8.279-2.547c-5.344%2C1.729-8.212%2C5.857-9.902%2C10.863%0D%0A%09%09c-1.717%2C5.082-1.735%2C10.245%2C0.341%2C15.277c0.444%2C1.078%2C0.297%2C1.703-0.648%2C2.37c-3.441%2C2.425-6.959%2C4.272-11.447%2C3.962%0D%0A%09%09c-7.65-0.527-15.335-0.558-22.985-1.089c-15.334-1.065-29.207-5.983-40.941-16.206c-0.564-0.491-1.121-1.168-1.33-1.864%0D%0A%09%09c-0.99-3.32-1.954-6.655-2.696-10.036c-0.154-0.708%2C0.658-1.63%2C1.026-2.453c0.28-0.622%2C0.878-1.286%2C0.798-1.856%0D%0A%09%09C-14.348%2C80-10.49%2C74.204-5.316%2C68.975c5.911-5.974%2C12.783-10.719%2C19.813-15.244c0.435-0.28%2C1.275-0.24%2C1.796-0.025%0D%0A%09%09c7.23%2C2.99%2C14.352%2C6.265%2C21.672%2C9.012c9.383%2C3.521%2C19.137%2C5.83%2C28.965%2C7.765C71.313%2C71.345%2C75.727%2C72.049%2C80.174%2C72.834z%0D%0A%09%09%20M83.764%2C69.122c0.188-0.055%2C0.359-0.063%2C0.484-0.145c7.459-4.956%2C14.924-9.899%2C22.338-14.92c0.414-0.28%2C0.652-1.25%2C0.535-1.808%0D%0A%09%09c-0.596-2.842-1.334-5.655-2.021-8.476c-1.072-4.393-2.143-8.786-3.242-13.3c-4.592%2C2.31-9.053%2C4.627-13.586%2C6.788%0D%0A%09%09c-1.387%2C0.661-2.025%2C1.542-2.18%2C3.008c-0.754%2C7.168-1.611%2C14.326-2.291%2C21.501C83.571%2C64.185%2C83.764%2C66.638%2C83.764%2C69.122z%0D%0A%09%09%20M109.155%2C52.422c7.578-5.021%2C14.934-9.895%2C22.295-14.772c-0.082-0.285-0.104-0.448-0.174-0.584%0D%0A%09%09c-2.996-5.776-7.559-10.081-12.938-13.564c-0.553-0.356-1.668-0.283-2.316%2C0.024c-3.787%2C1.794-7.529%2C3.688-11.242%2C5.638%0D%0A%09%09c-0.414%2C0.219-0.846%2C1.07-0.746%2C1.507C105.672%2C37.854%2C107.395%2C45.017%2C109.155%2C52.422z%20M27.916%2C105.47%0D%0A%09%09c0.904-2.242%2C1.851-4.388%2C2.635-6.593c0.963-2.702%2C0.451-3.395-2.339-3.764c-8.459-1.119-16.752-2.91-24.648-6.255%0D%0A%09%09c-1.873-0.793-2.716-0.443-2.994%2C1.635c-0.234%2C1.747%2C0.034%2C3.556%2C0.013%2C5.337c-0.016%2C1.33%2C0.572%2C2.111%2C1.731%2C2.777%0D%0A%09%09C10.235%2C103.165%2C18.996%2C104.483%2C27.916%2C105.47z%20M34.445%2C100.557c0.002%2C3.268%2C2.069%2C6.307%2C5.058%2C7.437%0D%0A%09%09c3.731%2C1.411%2C7.191-0.826%2C7.309-4.798c0.098-3.305-1.328-5.866-4.217-7.472C38.533%2C93.467%2C34.443%2C95.93%2C34.445%2C100.557z%0D%0A%09%09%20M-12.673%2C87.573c0.118%2C2.634%2C1.303%2C5.127%2C3.17%2C6.447c2.335%2C1.654%2C4.947%2C0.908%2C6.058-1.729c1.271-3.02-0.066-7.419-2.777-9.137%0D%0A%09%09c-2.461-1.561-4.959-0.755-5.949%2C1.979C-12.452%2C85.905-12.512%2C86.758-12.673%2C87.573z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M64.385%2C119.436c0.502-0.404%2C0.621-0.522%2C0.762-0.609%0D%0A%09%09c1.547-0.953%2C1.657-1.976%2C1.059-3.822c-2.447-7.547-1.316-14.682%2C3.862-20.799c4.342-5.13%2C10.338-4.127%2C13.213%2C1.949%0D%0A%09%09c3.191%2C6.744%2C1.078%2C17.697-4.4%2C22.791c-1.91%2C1.775-4.092%2C2.68-6.746%2C2.11C69.69%2C120.53%2C67.24%2C120.032%2C64.385%2C119.436z%0D%0A%09%09%20M68.174%2C108.686c0.324%2C1.128%2C0.619%2C3.229%2C1.51%2C5.033c1.754%2C3.561%2C5.414%2C4.075%2C8.377%2C1.424c4.076-3.646%2C5.467-11.863%2C2.813-16.645%0D%0A%09%09c-1.967-3.547-5.609-4.096-8.518-1.265C69.397%2C100.114%2C68.469%2C103.79%2C68.174%2C108.686z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M142.696%2C60.055c0.035%2C4.003-0.822%2C7.776-3.074%2C11.133%0D%0A%09%09c-1.416%2C2.106-3.18%2C4-5.982%2C3.601c-2.783-0.396-4.059-2.643-4.758-5.091c-1.627-5.69-0.99-11.171%2C1.936-16.338%0D%0A%09%09c0.438-0.769%2C1.02-1.479%2C1.635-2.119c2.951-3.071%2C6.438-2.631%2C8.563%2C1.048C142.168%2C54.286%2C142.688%2C56.698%2C142.696%2C60.055z%0D%0A%09%09%20M140.793%2C59.924c-0.203-0.833-0.412-2.52-1.029-4.04c-1.365-3.363-4.438-3.748-6.58-0.787c-2.846%2C3.93-3.355%2C8.314-1.832%2C12.896%0D%0A%09%09c0.49%2C1.473%2C1.369%2C2.732%2C3.098%2C2.961c1.799%2C0.238%2C2.945-0.836%2C3.889-2.143C140.065%2C66.414%2C140.641%2C63.648%2C140.793%2C59.924z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}.approachIconPosition{top:55%;transform:translateY(0);height:85px}@media screen and (max-width: 1300px){.approachIconPosition{height:60px;top:60%}}@media screen and (max-width: 980px){.approachIconPosition{height:85px;top:55%}}@media screen and (max-width: 300px){.approachIconPosition{height:60px;top:60%}}.stundenplanIcon{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22205.721px%22%20height%3D%22159.708px%22%20viewBox%3D%22-36.329%20-108.715%20205.721%20159.708%22%0D%0A%09%20enable-background%3D%22new%20-36.329%20-108.715%20205.721%20159.708%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M169.374-48.727c-0.289-7.512-0.146-15.042-0.073-22.563%0D%0A%09%09c0.063-6.365-3.069-10.743-8.334-13.821c-4.368-2.554-9.214-1.774-13.932-1.772c-1.755%2C0.001-1.647%2C1.351-1.648%2C2.55%0D%0A%09%09c-0.003%2C4.354%2C0.104%2C8.712-0.024%2C13.063c-0.127%2C4.298-3.543%2C7.658-7.412%2C7.555c-3.773-0.102-6.074-2.858-6.177-7.594%0D%0A%09%09c-0.085-3.956-0.034-7.917-0.038-11.876c-0.001-2.594-1.181-3.824-3.883-3.771c-5.145%2C0.102-10.295%2C0.126-15.438%2C0%0D%0A%09%09c-2.192-0.053-3.023%2C0.601-2.945%2C2.881c0.146%2C4.218%2C0.185%2C8.452-0.034%2C12.664c-0.215%2C4.188-3.965%2C7.749-7.58%2C7.592%0D%0A%09%09c-3.789-0.166-6.098-2.986-6.193-7.735c-0.075-3.826-0.025-7.654-0.029-11.48c-0.002-2.489-0.896-3.965-3.729-3.905%0D%0A%09%09c-5.276%2C0.108-10.559%2C0.125-15.835-0.007c-2.33-0.059-2.919%2C0.878-2.846%2C3.032c0.139%2C4.086%2C0.112%2C8.182%2C0.04%2C12.271%0D%0A%09%09c-0.082%2C4.571-3.183%2C7.766-7.574%2C7.963c-3.51%2C0.159-6.012-2.853-6.166-7.671c-0.119-3.823-0.056-7.653-0.034-11.48%0D%0A%09%09c0.015-2.938-1.222-4.263-4.331-4.139c-4.743%2C0.19-9.506%2C0.181-14.249-0.007c-2.64-0.105-3.815%2C0.512-3.624%2C3.43%0D%0A%09%09c0.246%2C3.812%2C0.174%2C7.654%2C0.039%2C11.477c-0.167%2C4.763-3.4%2C8.254-7.389%2C8.232c-3.757-0.018-6.231-3.042-6.387-8.024%0D%0A%09%09c-0.111-3.559-0.084-7.126-0.038-10.688c0.04-3.069-1.095-4.694-4.463-4.432c-2.622%2C0.203-5.282-0.08-7.913%2C0.066%0D%0A%09%09c-3.236%2C0.18-7.525-1.501-9.405%2C0.787c-1.582%2C1.924-0.38%2C6.044-0.637%2C9.176c-0.259%2C3.177%2C1.134%2C6.626-1.403%2C9.471%0D%0A%09%09c-0.133%2C0.218-0.278%2C0.364-0.434%2C0.458c-0.428%2C0.527-0.949%2C0.967-1.588%2C1.284c0.096%2C0.053%2C0.189%2C0.104%2C0.281%2C0.176%0D%0A%09%09c-6.014%2C3.219-10.164%2C0.979-10.389-5.279c-0.081-2.24-0.021-4.486-0.021-6.729c-0.005-10.081-0.005-10.081-10.199-9.323%0D%0A%09%09c-8.078%2C0.6-13.558%2C6.39-13.636%2C14.56c-0.068%2C7.521-0.012%2C15.045-0.008%2C22.566c0.002%2C5.536%2C0.225%2C5.777%2C5.826%2C5.778%0D%0A%09%09c32.332%2C0.009%2C64.664%2C0.006%2C96.997%2C0.006c32.597%2C0%2C65.192-0.049%2C97.788%2C0.064C167.947-43.912%2C169.528-44.733%2C169.374-48.727z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M40.494%2C50.974c-6.07%2C0.003-12.14%2C0.049-18.208-0.013%0D%0A%09%09c-4.117-0.044-6.09-1.929-6.168-6.021c-0.1-5.145%2C0.024-10.292%2C0-15.437c-0.016-3.327%2C1.795-4.89%2C4.898-4.901%0D%0A%09%09c12.535-0.052%2C25.069-0.087%2C37.602%2C0.048c4.036%2C0.044%2C6.033%2C2.268%2C6.1%2C6.238c0.082%2C4.88%2C0.096%2C9.765%2C0.004%2C14.645%0D%0A%09%09c-0.075%2C4.025-1.474%2C5.37-5.625%2C5.42C52.896%2C51.028%2C46.695%2C50.973%2C40.494%2C50.974z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M145.345%2C20.587c-5.939%2C0.003-11.881%2C0.05-17.82-0.011%0D%0A%09%09c-4.779-0.05-6.709-1.991-6.76-6.754c-0.051-4.751%2C0.037-9.503-0.004-14.256c-0.029-3.542%2C1.488-5.415%2C5.191-5.408%0D%0A%09%09c12.409%2C0.019%2C24.818-0.063%2C37.227-0.024c4.049%2C0.013%2C6.004%2C2.012%2C6.078%2C6.126c0.09%2C5.016-0.014%2C10.033%2C0.031%2C15.049%0D%0A%09%09c0.03%2C3.634-1.713%2C5.314-5.33%2C5.288C157.753%2C20.549%2C151.55%2C20.583%2C145.345%2C20.587z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M70.29%2C18.733c-0.482-0.61-1.316-1.177-1.396-1.834%0D%0A%09%09c-0.778-6.555-0.618-13.146-0.106-19.693c0.165-2.131%2C2.279-3%2C4.515-2.996c12.524%2C0.024%2C25.048%2C0.015%2C37.571%2C0.006%0D%0A%09%09c1.507-0.001%2C2.867%2C0.341%2C3.963%2C1.433c-0.004-0.002%2C0.003%2C0.084%2C0.003%2C0.084l0.226%2C0.062l0.039%2C0.231%0D%0A%09%09c0.079%2C5.801%2C0.205%2C11.602%2C0.223%2C17.403c0.014%2C5.249-0.668%2C5.925-5.919%2C5.939c-11.615%2C0.03-23.231%2C0.033-34.847-0.017%0D%0A%09%09C73.136%2C19.345%2C71.713%2C18.949%2C70.29%2C18.733z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M17.989%2C18.756c-1.339-0.872-1.854-2.166-1.854-3.701%0D%0A%09%09c-0.003-5.524-0.05-11.05%2C0.034-16.573c0.039-2.667%2C1.633-4.205%2C4.238-4.219c12.891-0.069%2C25.781-0.044%2C38.672-0.021%0D%0A%09%09c1.496%2C0.004%2C2.84%2C0.504%2C3.724%2C1.844c0.065%2C5.8%2C0.163%2C11.597%2C0.188%2C17.396c0.025%2C5.287-0.555%2C5.873-5.896%2C5.886%0D%0A%09%09c-11.611%2C0.029-23.221%2C0.032-34.83-0.016C20.839%2C19.346%2C19.413%2C18.965%2C17.989%2C18.756z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M-34.462%2C18.718c-0.357-0.377-0.958-0.707-1.04-1.136%0D%0A%09%09c-1.315-6.915-0.771-13.888-0.286-20.819c0.119-1.745%2C2.135-2.533%2C4.029-2.533c12.801%2C0%2C25.6-0.001%2C38.402%2C0%0D%0A%09%09c1.386%2C0%2C2.542%2C0.61%2C3.629%2C1.395c0%2C0.001-0.07%2C0.087-0.07%2C0.087c0.197%2C0.06%2C0.296%2C0.194%2C0.296%2C0.403%0D%0A%09%09c0.058%2C6.192%2C0.169%2C12.384%2C0.153%2C18.576c-0.01%2C3.384-1.699%2C4.801-5.234%2C4.75c-11.473-0.158-22.946-0.073-34.42-0.05%0D%0A%09%09C-30.86%2C19.395-32.69%2C19.336-34.462%2C18.718z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M-34.02%2C49.572c-0.271-0.029-0.461-0.169-0.572-0.418%0D%0A%09%09c0.001-0.001-0.037%2C0.048-0.037%2C0.048c-1.393-1.278-1.565-2.937-1.553-4.7c0.035-4.867%2C0.111-9.737-0.02-14.602%0D%0A%09%09c-0.092-3.455%2C1.446-5.288%2C4.826-5.306c12.498-0.062%2C24.996-0.046%2C37.495-0.011c1.731%2C0.005%2C3.423%2C0.361%2C4.378%2C2.112%0D%0A%09%09c0.061%2C5.775%2C0.17%2C11.549%2C0.166%2C17.324c-0.002%2C4.348-1.25%2C5.563-5.67%2C5.568C-8.011%2C49.607-21.016%2C49.58-34.02%2C49.572z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M122.553%2C48.985c-1.162-0.84-1.671-2.06-1.683-3.409%0D%0A%09%09c-0.053-5.525-0.098-11.053-0.01-16.577c0.045-2.874%2C1.865-4.355%2C4.588-4.371c12.762-0.067%2C25.523-0.051%2C38.286%2C0.003%0D%0A%09%09c1.435%2C0.006%2C2.897%2C0.375%2C3.724%2C1.825c0.067%2C5.916%2C0.184%2C11.832%2C0.184%2C17.749c0%2C4.252-1.111%2C5.371-5.391%2C5.379%0D%0A%09%09c-13.027%2C0.025-26.055-0.018-39.082-0.031l0.031%2C0.033C122.986%2C49.385%2C122.77%2C49.185%2C122.553%2C48.985z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M70.173%2C48.942c-1.01-0.572-1.562-1.563-1.573-2.595%0D%0A%09%09c-0.074-6.057-0.151-12.118%2C0.026-18.17c0.068-2.311%2C1.944-3.493%2C4.104-3.504c13.04-0.064%2C26.08-0.04%2C39.117%2C0.04%0D%0A%09%09c0.984%2C0.006%2C1.965%2C0.679%2C2.946%2C1.04l-0.104%2C0.012c0.22%2C0.132%2C0.342%2C0.326%2C0.367%2C0.581c0.095%2C5.654%2C0.242%2C11.308%2C0.271%2C16.962%0D%0A%09%09c0.024%2C5.287-0.985%2C6.281-6.164%2C6.285c-12.775%2C0.013-25.553%2C0.003-38.332%2C0.003l0.078%2C0.054%0D%0A%09%09C70.664%2C49.414%2C70.419%2C49.177%2C70.173%2C48.942z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M-34.225-11.485c-1.676-1.028-1.959-2.647-1.95-4.436%0D%0A%09%09c0.022-5.121%2C0.052-10.243-0.007-15.364c-0.037-3.28%2C1.476-4.835%2C4.758-4.828c12.607%2C0.023%2C25.215%2C0.006%2C37.822%2C0.016%0D%0A%09%09c1.627%2C0%2C3.148%2C0.292%2C4.075%2C1.861c0.065%2C6.19%2C0.188%2C12.379%2C0.171%2C18.567c-0.01%2C2.885-1.688%2C4.305-4.542%2C4.299%0D%0A%09%09C-7.341-11.402-20.783-11.446-34.225-11.485z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M69.946-11.753c-0.971-1.145-1.463-2.45-1.458-3.97%0D%0A%09%09c0.021-5.254-0.012-10.508%2C0.018-15.762c0.016-3.028%2C1.542-4.618%2C4.625-4.618c12.74%2C0.003%2C25.48%2C0%2C38.221%2C0.01%0D%0A%09%09c1.502%2C0.002%2C2.867%2C0.354%2C3.746%2C1.734c0.07%2C6.319%2C0.227%2C12.637%2C0.16%2C18.954c-0.022%2C2.217-0.82%2C4.076-3.71%2C4.054%0D%0A%09%09c-13.696-0.103-27.396-0.125-41.093-0.176c-0.223%2C0.02-0.367-0.079-0.432-0.295L69.946-11.753z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M122.935-11.433c-0.233-0.167-0.469-0.336-0.705-0.504%0D%0A%09%09l0.097%2C0.088c-1.099-1.252-1.524-2.712-1.515-4.37c0.033-5.012%2C0.004-10.024%2C0.016-15.036c0.008-3.228%2C1.6-4.858%2C4.873-4.854%0D%0A%09%09c12.529%2C0.014%2C25.061%2C0.003%2C37.59%2C0.007c1.619%2C0%2C3.179%2C0.177%2C4.179%2C1.704c0.063%2C6.06%2C0.122%2C12.118%2C0.188%2C18.177%0D%0A%09%09c0.033%2C3.233-1.479%2C4.88-4.795%2C4.869C149.553-11.399%2C136.244-11.41%2C122.935-11.433z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M18.068-11.511c-0.369-0.364-0.969-0.672-1.07-1.1%0D%0A%09%09c-1.666-6.995-1.029-14.068-0.379-21.096c0.17-1.835%2C2.187-2.404%2C4.066-2.402c12.775%2C0.018%2C25.553%2C0.006%2C38.327%2C0.021%0D%0A%09%09c1.49%2C0.002%2C2.884%2C0.323%2C3.745%2C1.741c0.076%2C6.299%2C0.219%2C12.598%2C0.193%2C18.895c-0.01%2C2.685-1.645%2C4.076-4.303%2C4.071%0D%0A%09%09C45.122-11.404%2C31.594-11.464%2C18.068-11.511z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M63.651-66.991c-1.52-0.987-2.169-2.333-2.156-4.197%0D%0A%09%09c0.065-9.841-0.023-19.684%2C0.069-29.524c0.051-5.438%2C2.969-6.822%2C7.854-3.894c0.839%2C1.311%2C0.585%2C2.778%2C0.587%2C4.204%0D%0A%09%09c0.008%2C8.373%2C0.004%2C16.746%2C0.004%2C25.119C70.007-68.315%2C70.007-68.315%2C63.651-66.991z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M135.74-67.064c-2.294-1.072-1.966-3.346-1.991-5.147%0D%0A%09%09c-0.133-9.624-0.063-19.252-0.033-28.878c0.008-2.081%2C0.525-3.975%2C2.713-4.829c2.26-0.884%2C4.09-0.273%2C5.423%2C1.773%0D%0A%09%09c0.093%2C9.732%2C0.207%2C19.464%2C0.265%2C29.195C142.156-68.178%2C142.122-68.178%2C135.74-67.064z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M-2.115-103.948c0.02%2C9.597%2C0.046%2C19.194%2C0.054%2C28.792%0D%0A%09%09c0.008%2C6.373-0.372%2C6.85-6.361%2C8.188c-2.152-1.267-2.182-3.475-2.196-5.508c-0.075-9.485-0.024-18.972-0.021-28.457%0D%0A%09%09c0-2.093%2C0.477-3.942%2C2.582-4.913c2.074-0.957%2C3.826-0.43%2C5.314%2C1.211c0.232%2C0.218%2C0.465%2C0.436%2C0.697%2C0.653L-2.115-103.948z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M28.157-66.902c-2.23-1.066-2.557-3.094-2.56-5.227%0D%0A%09%09c-0.017-9.602%2C0.017-19.202-0.015-28.804c-0.008-2.107%2C0.339-3.977%2C2.465-4.93c2.219-0.994%2C4.057-0.304%2C5.572%2C1.482%0D%0A%09%09c0.039%2C9.993-0.141%2C19.994%2C0.215%2C29.976C33.994-69.945%2C32.674-67.424%2C28.157-66.902z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M99.714-67.583c-1.746-0.983-1.953-2.64-1.953-4.406%0D%0A%09%09c0.008-9.721%2C0.04-19.442-0.016-29.163c-0.012-2.181%2C0.551-3.926%2C2.656-4.795c2.076-0.856%2C3.832-0.201%2C5.258%2C1.463%0D%0A%09%09c0.068%2C10.42%2C0.165%2C20.84%2C0.193%2C31.26C105.866-68.121%2C105.037-67.408%2C99.714-67.583z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M122.935-11.433c13.31%2C0.023%2C26.618%2C0.034%2C39.928%2C0.08%0D%0A%09%09c3.315%2C0.011%2C4.828-1.636%2C4.795-4.869c-0.066-6.059-0.125-12.117-0.188-18.177c1.856%2C0.72%2C1.893%2C2.348%2C1.901%2C3.937%0D%0A%09%09c0.025%2C5.125-0.024%2C10.249%2C0.021%2C15.373c0.035%2C3.633-1.959%2C5.429-5.324%2C5.457c-12.35%2C0.103-24.7%2C0.063-37.051%2C0.015%0D%0A%09%09C125.472-9.623%2C123.812-9.748%2C122.935-11.433z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M70.454-11.527c13.697%2C0.051%2C27.396%2C0.073%2C41.093%2C0.176%0D%0A%09%09c2.89%2C0.022%2C3.688-1.837%2C3.71-4.054c0.066-6.317-0.09-12.635-0.16-18.954c1.958%2C0.82%2C2.048%2C2.621%2C2.074%2C4.308%0D%0A%09%09c0.076%2C4.872%2C0.129%2C9.749-0.002%2C14.619c-0.107%2C4.032-1.797%2C5.772-5.916%2C5.81C99.135-9.518%2C87.016-9.564%2C74.898-9.609%0D%0A%09%09C73.212-9.614%2C71.419-9.7%2C70.454-11.527z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M70.29%2C18.733c1.423%2C0.216%2C2.846%2C0.612%2C4.271%2C0.618%0D%0A%09%09c11.615%2C0.05%2C23.231%2C0.047%2C34.847%2C0.017c5.251-0.015%2C5.933-0.69%2C5.919-5.939c-0.018-5.802-0.144-11.603-0.223-17.403%0D%0A%09%09c2.01%2C0.799%2C2.018%2C2.654%2C2.05%2C4.306c0.101%2C4.999%2C0.093%2C9.999%2C0.024%2C14.998c-0.049%2C3.502-1.916%2C5.336-5.448%2C5.34%0D%0A%09%09c-12.499%2C0.012-24.999%2C0.019-37.496-0.006C72.654%2C20.66%2C71.03%2C20.546%2C70.29%2C18.733z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M17.989%2C18.756c1.425%2C0.209%2C2.851%2C0.59%2C4.276%2C0.596%0D%0A%09%09c11.609%2C0.048%2C23.219%2C0.045%2C34.83%2C0.016c5.342-0.013%2C5.922-0.599%2C5.896-5.886c-0.025-5.799-0.123-11.596-0.188-17.396%0D%0A%09%09c1.89%2C0.917%2C1.915%2C2.688%2C1.929%2C4.399c0.035%2C4.877%2C0.082%2C9.754-0.014%2C14.63c-0.078%2C3.947-1.602%2C5.514-5.589%2C5.538%0D%0A%09%09c-12.258%2C0.075-24.517%2C0.044-36.774%2C0.012C20.675%2C20.661%2C18.839%2C20.768%2C17.989%2C18.756z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M70.831%2C49.596c12.779%2C0%2C25.557%2C0.01%2C38.332-0.003%0D%0A%09%09c5.179-0.004%2C6.188-0.998%2C6.164-6.285c-0.028-5.654-0.176-11.308-0.271-16.962c2.051%2C0.959%2C2.09%2C2.889%2C2.118%2C4.706%0D%0A%09%09c0.072%2C4.737%2C0.118%2C9.479%2C0%2C14.213c-0.102%2C4.15-1.7%2C5.681-5.842%2C5.696c-12.24%2C0.042-24.48%2C0.03-36.721-0.002%0D%0A%09%09C73.238%2C50.957%2C71.63%2C51.322%2C70.831%2C49.596z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M-34.462%2C18.718c1.771%2C0.618%2C3.602%2C0.677%2C5.459%2C0.673%0D%0A%09%09c11.474-0.023%2C22.947-0.108%2C34.42%2C0.05c3.535%2C0.051%2C5.225-1.366%2C5.234-4.75c0.016-6.192-0.096-12.384-0.153-18.576%0D%0A%09%09c1.761%2C0.849%2C1.728%2C2.533%2C1.746%2C4.076c0.062%2C5.004%2C0.11%2C10.012-0.007%2C15.013c-0.094%2C4.027-1.541%2C5.438-5.605%2C5.459%0D%0A%09%09c-12.248%2C0.057-24.496%2C0.029-36.746%2C0.005C-31.815%2C20.664-33.606%2C20.689-34.462%2C18.718z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M-34.02%2C49.572c13.004%2C0.008%2C26.009%2C0.035%2C39.014%2C0.017%0D%0A%09%09c4.42-0.006%2C5.668-1.221%2C5.67-5.568c0.004-5.775-0.105-11.549-0.166-17.324c1.635%2C0.73%2C1.664%2C2.218%2C1.67%2C3.672%0D%0A%09%09c0.018%2C5.257%2C0.002%2C10.515%2C0.006%2C15.771c0.002%2C3.269-1.697%2C4.828-4.891%2C4.83c-12.617%2C0.01-25.234%2C0.005-37.853-0.001%0D%0A%09%09C-31.9%2C50.968-33.231%2C50.93-34.02%2C49.572z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M18.068-11.511c13.526%2C0.047%2C27.055%2C0.107%2C40.58%2C0.13%0D%0A%09%09c2.658%2C0.005%2C4.293-1.387%2C4.303-4.071c0.025-6.297-0.117-12.596-0.193-18.895c1.771%2C0.787%2C1.86%2C2.398%2C1.871%2C3.986%0D%0A%09%09c0.031%2C4.989-0.025%2C9.98%2C0.025%2C14.971c0.039%2C3.754-1.832%2C5.667-5.492%2C5.682C46.818-9.658%2C34.474-9.676%2C22.13-9.702%0D%0A%09%09C20.552-9.705%2C18.942-9.834%2C18.068-11.511z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M-34.225-11.485c13.442%2C0.039%2C26.885%2C0.083%2C40.327%2C0.115%0D%0A%09%09c2.854%2C0.006%2C4.532-1.414%2C4.542-4.299c0.018-6.188-0.105-12.377-0.171-18.567c1.679%2C0.693%2C1.686%2C2.189%2C1.69%2C3.643%0D%0A%09%09c0.021%2C5.128-0.043%2C10.258%2C0.027%2C15.387c0.049%2C3.623-1.797%2C5.465-5.244%2C5.485C-5.546-9.645-18.04-9.679-30.532-9.725%0D%0A%09%09C-31.964-9.73-33.455-9.937-34.225-11.485z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M63.651-66.991c6.356-1.324%2C6.356-1.324%2C6.358-8.292%0D%0A%09%09c0-8.373%2C0.004-16.746-0.004-25.119c-0.002-1.426%2C0.252-2.894-0.587-4.204c2.208%2C0.579%2C2.021%2C2.536%2C2.035%2C4.063%0D%0A%09%09c0.095%2C9.854%2C0.024%2C19.712%2C0.065%2C29.567c0.01%2C2.592-1.389%2C3.978-3.508%2C5.155C66.005-64.703%2C64.919-65.935%2C63.651-66.991z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M135.74-67.064c6.382-1.114%2C6.415-1.114%2C6.376-7.886%0D%0A%09%09c-0.058-9.731-0.172-19.463-0.265-29.195c1.848%2C0.739%2C1.876%2C2.395%2C1.88%2C3.966c0.031%2C9.616%2C0.01%2C19.233%2C0.018%2C28.849%0D%0A%09%09c0.004%2C2.666-1.238%2C4.354-3.646%2C5.539C138.062-64.789%2C136.966-65.877%2C135.74-67.064z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M99.714-67.583c5.323%2C0.176%2C6.152-0.537%2C6.139-5.642%0D%0A%09%09c-0.028-10.42-0.125-20.84-0.193-31.26c1.922%2C0.905%2C1.873%2C2.704%2C1.88%2C4.391c0.035%2C9.576-0.03%2C19.153%2C0.056%2C28.729%0D%0A%09%09c0.021%2C2.449-1.164%2C4.061-3.086%2C5.058C102.727-65.382%2C100.939-65.752%2C99.714-67.583z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M28.157-66.902c4.517-0.522%2C5.837-3.043%2C5.678-7.502%0D%0A%09%09c-0.355-9.981-0.176-19.982-0.215-29.976c1.52%2C1%2C1.705%2C2.551%2C1.705%2C4.173c0%2C9.745%2C0.082%2C19.49-0.036%2C29.234%0D%0A%09%09C35.235-66.468%2C32.217-64.859%2C28.157-66.902z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M125.181%2C33.298c0.217%2C0.2%2C0.434%2C0.401%2C0.648%2C0.601%0D%0A%09%09C125.515%2C33.805%2C125.081%2C33.84%2C125.181%2C33.298z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M-2.046-108.062c-0.232-0.218-0.465-0.436-0.697-0.653%0D%0A%09%09C-2.51-108.497-2.278-108.28-2.046-108.062z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M122.326-11.849l-0.097-0.088L122.326-11.849z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M69.946-11.753l0.077-0.068%0D%0A%09%09C70.023-11.821%2C69.946-11.753%2C69.946-11.753z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M10.202-4.289c0%2C0%2C0.07-0.086%2C0.07-0.087L10.202-4.289z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M114.84-4.268c0%2C0-0.007-0.086-0.003-0.084%0D%0A%09%09C114.842-4.349%2C114.84-4.268%2C114.84-4.268z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M114.69%2C25.765l0.104-0.012%0D%0A%09%09C114.793%2C25.755%2C114.69%2C25.765%2C114.69%2C25.765z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M-32.001%2C33.515c0%2C0%2C0.037-0.049%2C0.037-0.047%0D%0A%09%09C-31.964%2C33.469-32.001%2C33.515-32.001%2C33.515z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M72.802%2C33.255c0.246%2C0.236%2C0.49%2C0.472%2C0.735%2C0.709%0D%0A%09%09C73.292%2C33.727%2C73.048%2C33.492%2C72.802%2C33.255z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain;height:115px !important}.downloadIcon{height:150px}.jahresPlan{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22202.707px%22%20height%3D%22196.81px%22%20viewBox%3D%22-35.521%20-127.07%20202.707%20196.81%22%0D%0A%09%20enable-background%3D%22new%20-35.521%20-127.07%20202.707%20196.81%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M-35.521%2C42.687c0-0.647%2C0-1.297%2C0-1.943%0D%0A%09%09c0.113-0.521%2C0.275-1.037%2C0.33-1.564c0.502-4.882%2C0.983-9.765%2C1.473-14.648c0.906-9.015%2C1.833-18.025%2C2.713-27.043%0D%0A%09%09c0.936-9.555%2C1.805-19.114%2C2.746-28.668c0.904-9.177%2C1.873-18.347%2C2.795-27.521c0.691-6.869%2C1.387-13.735%2C2.005-20.61%0D%0A%09%09c0.116-1.309%2C0.631-1.829%2C1.89-2.077c3.278-0.644%2C6.508-1.542%2C9.797-2.108c1.421-0.243%2C1.625-0.808%2C1.717-2.093%0D%0A%09%09c0.188-2.621%2C0.367-5.307%2C1.087-7.81c1.789-6.224%2C7.704-8.23%2C12.999-4.537c2.936%2C2.047%2C5.016%2C4.844%2C6.522%2C8.092%0D%0A%09%09c0.216%2C0.47%2C0.889%2C1.113%2C1.269%2C1.061c1.79-0.24%2C3.55-0.695%2C5.311-1.072c0-0.74-0.016-1.275%2C0.004-1.81%0D%0A%09%09c0.116-3.502%2C0.225-6.977%2C1.793-10.258c1.951-4.082%2C6.514-5.83%2C10.604-3.838c3.22%2C1.569%2C5.402%2C4.203%2C7.193%2C7.214%0D%0A%09%09c0.649%2C1.089%2C1.09%2C2.722%2C2.031%2C3.101c0.98%2C0.396%2C2.437-0.546%2C3.707-0.682c1.538-0.163%2C2.053-0.768%2C1.967-2.377%0D%0A%09%09c-0.183-3.465%2C0.119-6.903%2C1.633-10.118c1.982-4.208%2C6.531-5.899%2C10.723-3.944c3.097%2C1.445%2C5.137%2C4.013%2C6.937%2C6.787%0D%0A%09%09c0.784%2C1.208%2C1.183%2C3.105%2C2.245%2C3.571c1.074%2C0.468%2C2.74-0.525%2C4.166-0.739c1.129-0.169%2C1.391-0.667%2C1.498-1.796%0D%0A%09%09c0.311-3.306%2C0.496-6.692%2C1.395-9.857c1.336-4.712%2C6.309-6.812%2C10.783-4.863c3.35%2C1.458%2C5.51%2C4.228%2C7.357%2C7.262%0D%0A%09%09c0.713%2C1.173%2C1.182%2C3.011%2C2.176%2C3.357c1.158%2C0.403%2C2.764-0.53%2C4.188-0.815c1.018-0.203%2C1.332-0.705%2C1.375-1.768%0D%0A%09%09c0.104-2.688%2C0.18-5.409%2C0.662-8.045c1.145-6.204%2C7.311-9.445%2C12.258-6.491c3.313%2C1.979%2C5.727%2C4.878%2C7.414%2C8.341%0D%0A%09%09c1.268%2C2.605%2C0.506%2C2.41%2C3.498%2C1.734c4.348-0.982%2C8.664-2.099%2C13.141-3.194c0.207%2C0.821%2C0.408%2C1.536%2C0.563%2C2.261%0D%0A%09%09c1.98%2C9.33%2C3.947%2C18.665%2C5.93%2C27.993c3.037%2C14.287%2C6.08%2C28.573%2C9.127%2C42.856c2.932%2C13.758%2C5.871%2C27.512%2C8.807%2C41.267%0D%0A%09%09c1.699%2C7.96%2C3.375%2C15.924%2C5.102%2C23.878c0.531%2C2.455%2C1.184%2C4.884%2C1.781%2C7.326c0%2C0.432%2C0%2C0.864%2C0%2C1.295%0D%0A%09%09c-0.521%2C0.089-1.059%2C0.132-1.568%2C0.273c-11.27%2C3.12-22.535%2C6.237-33.799%2C9.381c-12.607%2C3.519-25.207%2C7.063-37.811%2C10.595%0D%0A%09%09c-12.814%2C3.591-25.631%2C7.177-38.445%2C10.771C43.475%2C62.203%2C31.396%2C65.625%2C19.3%2C68.974c-1.65%2C0.456-3.252%2C1.231-5.147%2C0.395%0D%0A%09%09c-3.445-1.521-7.011-2.77-10.521-4.143c-8.775-3.431-17.555-6.858-26.323-10.307c-4.056-1.595-8.094-3.233-12.552-5.018%0D%0A%09%09c2.578-0.828%2C4.76-1.536%2C6.948-2.231c7.601-2.411%2C15.2-4.819%2C22.802-7.225c4.11-1.3%2C8.215-2.616%2C12.337-3.874%0D%0A%09%09c1.06-0.324%2C1.539-0.736%2C1.151-1.947c-0.422-1.321-0.622-2.714-0.945-4.187c-0.479%2C0.097-0.893%2C0.149-1.29%2C0.267%0D%0A%09%09c-11.012%2C3.238-22.019%2C6.493-33.034%2C9.721C-30.01%2C41.225-32.771%2C41.935-35.521%2C42.687z%20M6.396-80.027%0D%0A%09%09c-0.384%2C0-0.657-0.053-0.903%2C0.007c-4.346%2C1.065-8.682%2C2.16-13.031%2C3.206c-1.046%2C0.25-0.855%2C0.924-0.707%2C1.619%0D%0A%09%09c0.457%2C2.16%2C0.936%2C4.315%2C1.393%2C6.477c3.582%2C16.977%2C7.164%2C33.954%2C10.736%2C50.932C6.225-6.661%2C8.547%2C4.469%2C10.885%2C15.597%0D%0A%09%09c3.095%2C14.713%2C6.203%2C29.423%2C9.283%2C44.141c0.242%2C1.166%2C0.566%2C1.612%2C1.93%2C1.22c7.401-2.133%2C14.838-4.14%2C22.26-6.203%0D%0A%09%09c13.186-3.666%2C26.369-7.339%2C39.55-11.012c12.402-3.454%2C24.803-6.915%2C37.205-10.368c8.666-2.414%2C17.336-4.814%2C26-7.23%0D%0A%09%09c3.982-1.111%2C7.961-2.246%2C12.09-3.413c-9.482-44.542-18.936-88.943-28.434-133.544c-2.574%2C0.644-4.953%2C1.312-7.367%2C1.806%0D%0A%09%09c-1.178%2C0.242-1.434%2C0.729-1.277%2C1.865c0.553%2C4.101%2C0.34%2C8.181-0.566%2C12.22c-0.504%2C2.235-1.775%2C3.188-3.738%2C2.847%0D%0A%09%09c-1.979-0.343-2.984-1.7-2.818-3.841c0.055-0.698%2C0.154-1.393%2C0.248-2.086c0.393-2.931%2C0.727-5.86%2C0.088-8.807%0D%0A%09%09c-0.252-0.03-0.418-0.096-0.559-0.06c-6.33%2C1.548-12.654%2C3.124-18.992%2C4.647c-1.01%2C0.241-1.084%2C0.774-0.971%2C1.644%0D%0A%09%09c0.541%2C4.204%2C0.361%2C8.387-0.473%2C12.546c-0.395%2C1.97-1.613%2C2.984-3.486%2C2.806c-1.936-0.187-3.24-1.654-3.133-3.603%0D%0A%09%09c0.039-0.748%2C0.215-1.489%2C0.32-2.235c0.428-3.028%2C0.75-6.055-0.025-9.237c-6.672%2C1.632-13.209%2C3.212-19.725%2C4.882%0D%0A%09%09c-0.332%2C0.085-0.691%2C0.979-0.654%2C1.464c0.342%2C4.267%2C0.393%2C8.513-0.521%2C12.724c-0.456%2C2.107-1.828%2C3.102-3.811%2C2.795%0D%0A%09%09c-1.826-0.283-3.059-1.918-2.866-3.872c0.084-0.856%2C0.271-1.703%2C0.398-2.557c0.432-2.877%2C0.671-5.749-0.096-8.729%0D%0A%09%09c-0.615%2C0.136-1.131%2C0.237-1.641%2C0.362c-5.701%2C1.404-11.389%2C2.872-17.113%2C4.177c-1.541%2C0.351-1.833%2C0.981-1.604%2C2.428%0D%0A%09%09c0.662%2C4.153%2C0.321%2C8.287-0.599%2C12.372c-0.446%2C1.983-1.774%2C2.902-3.614%2C2.642c-1.822-0.258-3.042-1.745-2.925-3.646%0D%0A%09%09c0.05-0.804%2C0.311-1.6%2C0.32-2.402c0.041-3.028%2C0.017-6.061%2C0.017-9.275C26.647-85.229%2C19.87-83.561%2C13-81.869%0D%0A%09%09c0.069%2C0.842%2C0.2%2C1.531%2C0.171%2C2.216c-0.173%2C4.078-0.252%2C8.167-0.635%2C12.229c-0.193%2C2.042-2.015%2C3.015-3.926%2C2.542%0D%0A%09%09c-1.985-0.49-2.989-2.149-2.547-4.369C6.773-72.811%2C6.991-76.372%2C6.396-80.027z%20M113.66-113.612%0D%0A%09%09c-1.41-2.548-2.709-4.748-4.926-6.234c-0.832-0.559-1.418-0.487-1.922%2C0.494c-1.221%2C2.386-1.316%2C4.886-1.119%2C7.656%0D%0A%09%09C108.387-112.343%2C110.875-112.941%2C113.66-113.612z%20M58.982-100.217c-1.15-2.521-2.612-4.547-4.734-6.004%0D%0A%09%09c-0.368-0.252-1.523-0.079-1.714%2C0.246c-1.36%2C2.339-1.438%2C4.921-1.3%2C7.691C53.916-98.954%2C56.346-99.56%2C58.982-100.217z%0D%0A%09%09%20M79.061-104.925c2.586-0.729%2C4.84-1.364%2C7.658-2.158c-1.773-2.109-3.26-3.962-4.855-5.72c-0.445-0.49-1.213-1.131-1.846-0.07%0D%0A%09%09C78.561-110.435%2C78.571-107.835%2C79.061-104.925z%20M24.71-91.616c2.328-0.582%2C4.609-1.15%2C7.501-1.872%0D%0A%09%09c-1.804-2.158-3.229-3.994-4.804-5.691c-0.743-0.802-1.805-0.958-2.284%2C0.351C24.309-96.606%2C23.645-94.333%2C24.71-91.616z%0D%0A%09%09%20M4.079-87.021c0.09-0.191%2C0.178-0.384%2C0.268-0.575c-1.393-1.597-2.734-3.244-4.211-4.759c-0.48-0.49-1.316-1.172-2.015-0.094%0D%0A%09%09C-3.247-90.341-3.341-88-3.352-85.331C-0.675-85.939%2C1.702-86.481%2C4.079-87.021z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M47.371%2C15.685c-6.946%2C1.793-13.647%2C3.524-20.498%2C5.291%0D%0A%09%09c-0.883-3.648-1.731-7.123-2.559-10.603c-0.695-2.918-1.406-5.836-2.015-8.774c-0.092-0.441%2C0.238-1.371%2C0.529-1.449%0D%0A%09%09c6.44-1.748%2C12.903-3.406%2C19.6-5.144C44.082%2C1.919%2C45.715%2C8.758%2C47.371%2C15.685z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M135.307-56.87c1.66%2C6.938%2C3.268%2C13.653%2C4.947%2C20.666%0D%0A%09%09c-6.805%2C1.773-13.584%2C3.539-20.52%2C5.346c-1.65-6.974-3.25-13.728-4.893-20.674C121.709-53.323%2C128.405-55.069%2C135.307-56.87z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M67.274-11.717c1.662%2C6.972%2C3.262%2C13.684%2C4.924%2C20.656%0D%0A%09%09c-6.814%2C1.777-13.544%2C3.534-20.507%2C5.351c-1.644-6.917-3.256-13.706-4.917-20.694C53.629-8.181%2C60.325-9.918%2C67.274-11.717z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M94.901-24.123c-0.816-3.51-1.598-6.889-2.391-10.265%0D%0A%09%09c-0.734-3.129-1.506-6.249-2.178-9.392c-0.08-0.37%2C0.291-1.176%2C0.58-1.255c6.443-1.722%2C12.904-3.371%2C19.568-5.086%0D%0A%09%09c1.65%2C6.896%2C3.275%2C13.688%2C4.936%2C20.628C108.563-27.699%2C101.864-25.945%2C94.901-24.123z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M20.405-4.076c-1.654-6.915-3.27-13.672-4.92-20.574%0D%0A%09%09c6.854-1.783%2C13.557-3.528%2C20.486-5.332c0.291%2C1.188%2C0.572%2C2.307%2C0.838%2C3.429c1.248%2C5.27%2C2.465%2C10.549%2C3.759%2C15.806%0D%0A%09%09c0.278%2C1.129%2C0.118%2C1.568-1.114%2C1.868C33.483-7.43%2C27.541-5.855%2C21.586-4.326C21.282-4.248%2C20.969-4.194%2C20.405-4.076z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M63.635-42.406c-1.653-6.961-3.246-13.666-4.904-20.65%0D%0A%09%09c6.798-1.777%2C13.525-3.537%2C20.472-5.354c1.658%2C6.943%2C3.277%2C13.728%2C4.939%2C20.685C77.26-45.94%2C70.567-44.205%2C63.635-42.406z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M65.164-38.088c6.936-1.814%2C13.641-3.566%2C20.485-5.356%0D%0A%09%09c0.867%2C3.647%2C1.703%2C7.176%2C2.541%2C10.702c0.686%2C2.87%2C1.361%2C5.742%2C2.063%2C8.608c0.197%2C0.8%2C0.313%2C1.436-0.777%2C1.709%0D%0A%09%09c-6.318%2C1.585-12.631%2C3.212-18.947%2C4.819c-0.096%2C0.023-0.207-0.021-0.494-0.059C68.436-24.358%2C66.826-31.116%2C65.164-38.088z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M128.889-81.845c1.645%2C6.948%2C3.246%2C13.709%2C4.893%2C20.669%0D%0A%09%09c-6.889%2C1.795-13.582%2C3.54-20.486%2C5.34c-1.652-6.963-3.266-13.758-4.912-20.683C115.338-78.326%2C122.041-80.067%2C128.889-81.845z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M83.557-69.796c6.838-1.777%2C13.543-3.522%2C20.48-5.327%0D%0A%09%09c1.635%2C6.853%2C3.248%2C13.614%2C4.914%2C20.593c-2.01%2C0.564-3.98%2C1.15-5.967%2C1.67c-4.395%2C1.153-8.799%2C2.262-13.191%2C3.415%0D%0A%09%09c-0.748%2C0.195-1.354%2C0.324-1.586-0.668C86.676-56.63%2C85.129-63.144%2C83.557-69.796z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M60.835-36.686c1.652%2C6.95%2C3.247%2C13.662%2C4.904%2C20.645%0D%0A%09%09c-6.83%2C1.784-13.563%2C3.541-20.416%2C5.331c-0.504-1.938-1.016-3.788-1.462-5.655c-1.087-4.536-2.142-9.079-3.209-13.621%0D%0A%09%09c-0.157-0.668-0.501-1.372%2C0.583-1.648C47.698-33.291%2C54.159-34.965%2C60.835-36.686z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M13.968-29.442c-1.655-6.916-3.271-13.672-4.922-20.574%0D%0A%09%09c6.852-1.783%2C13.559-3.529%2C20.487-5.333c0.29%2C1.189%2C0.57%2C2.308%2C0.837%2C3.43c1.248%2C5.27%2C2.465%2C10.548%2C3.758%2C15.806%0D%0A%09%09c0.279%2C1.127%2C0.12%2C1.566-1.112%2C1.867c-5.972%2C1.45-11.915%2C3.025-17.868%2C4.555C14.843-29.615%2C14.531-29.56%2C13.968-29.442z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M54.396-62.052c1.652%2C6.95%2C3.245%2C13.662%2C4.903%2C20.645%0D%0A%09%09c-6.83%2C1.783-13.563%2C3.542-20.416%2C5.329c-0.504-1.938-1.016-3.787-1.463-5.654c-1.084-4.534-2.141-9.078-3.208-13.62%0D%0A%09%09c-0.157-0.669-0.501-1.373%2C0.584-1.649C41.26-58.658%2C47.719-60.331%2C54.396-62.052z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M71.623-13.109c6.885-1.79%2C13.543-3.521%2C20.49-5.329%0D%0A%09%09c1.635%2C6.861%2C3.248%2C13.66%2C4.912%2C20.672c-6.861%2C1.779-13.553%2C3.514-20.488%2C5.313C74.893%2C0.642%2C73.276-6.153%2C71.623-13.109z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M116.754-25.424c1.662%2C6.974%2C3.264%2C13.684%2C4.924%2C20.657%0D%0A%09%09c-6.814%2C1.778-13.545%2C3.534-20.508%2C5.352c-1.643-6.918-3.254-13.707-4.916-20.695C103.11-21.887%2C109.805-23.624%2C116.754-25.424z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M121.102-26.814c6.889-1.792%2C13.545-3.522%2C20.494-5.329%0D%0A%09%09c1.631%2C6.861%2C3.246%2C13.658%2C4.912%2C20.671c-6.863%2C1.78-13.555%2C3.514-20.49%2C5.312C124.375-13.063%2C122.758-19.86%2C121.102-26.814z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M53.357%2C42.245c-6.946%2C1.793-13.649%2C3.524-20.5%2C5.293%0D%0A%09%09c-0.882-3.649-1.729-7.124-2.558-10.604c-0.696-2.919-1.406-5.837-2.016-8.775c-0.09-0.44%2C0.239-1.371%2C0.531-1.449%0D%0A%09%09c6.44-1.748%2C12.902-3.406%2C19.599-5.143C50.065%2C28.481%2C51.7%2C35.32%2C53.357%2C42.245z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M73.258%2C14.842c1.662%2C6.972%2C3.262%2C13.684%2C4.924%2C20.657%0D%0A%09%09c-6.813%2C1.778-13.544%2C3.533-20.507%2C5.35c-1.643-6.917-3.256-13.706-4.915-20.694C59.615%2C18.378%2C66.31%2C16.642%2C73.258%2C14.842z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M77.606%2C13.452c6.889-1.791%2C13.545-3.522%2C20.494-5.328%0D%0A%09%09c1.631%2C6.86%2C3.246%2C13.658%2C4.912%2C20.67c-6.863%2C1.779-13.553%2C3.514-20.49%2C5.313C80.877%2C27.202%2C79.262%2C20.407%2C77.606%2C13.452z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M122.739%2C1.136c1.664%2C6.973%2C3.264%2C13.685%2C4.926%2C20.656%0D%0A%09%09c-6.814%2C1.778-13.545%2C3.534-20.508%2C5.352c-1.645-6.918-3.258-13.706-4.916-20.695C109.096%2C4.672%2C115.791%2C2.936%2C122.739%2C1.136z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M127.088-0.254c6.887-1.791%2C13.543-3.522%2C20.494-5.329%0D%0A%09%09c1.629%2C6.861%2C3.246%2C13.659%2C4.912%2C20.671c-6.865%2C1.78-13.557%2C3.515-20.492%2C5.313C130.36%2C13.497%2C128.742%2C6.701%2C127.088-0.254z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain;margin-top:-30px}.formularIcon{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22208.38px%22%20height%3D%22185.89px%22%20viewBox%3D%22-38.105%20-122.805%20208.38%20185.89%22%0D%0A%09%20enable-background%3D%22new%20-38.105%20-122.805%20208.38%20185.89%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M-38.102-122.805c47.41%2C0%2C94.817%2C0%2C142.225%2C0%0D%0A%09%09c-0.018%2C0.403-0.051%2C0.807-0.051%2C1.209c-0.002%2C33.697-0.002%2C67.394%2C0.004%2C101.09c0%2C0.381-0.125%2C0.796%2C0.152%2C1.166%0D%0A%09%09c0.447-0.121%2C0.611-0.521%2C0.855-0.817c16.488-20.027%2C32.975-40.055%2C49.439-60.101c0.611-0.745%2C0.973-0.877%2C1.777-0.205%0D%0A%09%09c4.629%2C3.857%2C9.311%2C7.647%2C13.975%2C11.46c0%2C0.074%2C0%2C0.147%2C0%2C0.221c-0.25%2C0.266-0.516%2C0.52-0.746%2C0.799%0D%0A%09%09c-21.457%2C26.068-42.906%2C52.142-64.387%2C78.192c-0.777%2C0.942-1.098%2C1.862-1.096%2C3.077c0.035%2C16.056%2C0.023%2C32.113%2C0.023%2C48.169%0D%0A%09%09c0%2C1.624-0.002%2C1.625-1.576%2C1.625c-46.333%2C0-92.665%2C0.001-138.998-0.002c-1.787%2C0-1.596%2C0.196-1.596-1.582%0D%0A%09%09C-38.102%2C0.063-38.102-61.371-38.102-122.805z%20M70.453%2C37.212c-0.145-0.495%2C0.113-0.929%2C0.246-1.368%0D%0A%09%09c1.717-5.657%2C3.584-11.273%2C5.125-16.977c1.018-3.771%2C2.514-7.163%2C5.318-9.926c0.52-0.514%2C0.957-1.115%2C1.396-1.704%0D%0A%09%09c0.27-0.364%2C0.906-0.701%2C0.674-1.138c-0.211-0.4-0.875-0.165-1.336-0.165C48.255%2C5.928%2C14.632%2C5.929-18.992%2C5.929%0D%0A%09%09c-0.367%2C0-0.736-0.026-1.103%2C0.003c-0.697%2C0.057-1.015-0.208-0.982-0.94c0.041-0.881%2C0.074-1.77-0.008-2.644%0D%0A%09%09c-0.1-1.042%2C0.317-1.286%2C1.31-1.285c35.166%2C0.023%2C70.331%2C0.019%2C105.5%2C0.021c0.328%2C0%2C0.809-0.104%2C0.961%2C0.068%0D%0A%09%09c0.607%2C0.69%2C0.807%2C0.075%2C1.088-0.267c1.992-2.408%2C3.959-4.831%2C5.969-7.223c0.48-0.569%2C0.676-1.149%2C0.676-1.895%0D%0A%09%09c-0.016-34.542-0.018-69.084%2C0.008-103.625c0-1.013-0.281-1.294-1.289-1.294c-40.091%2C0.022-80.182%2C0.022-120.274%2C0.001%0D%0A%09%09c-0.976%2C0-1.315%2C0.226-1.315%2C1.271c0.025%2C54.679%2C0.025%2C109.359%2C0%2C164.039c0%2C1.05%2C0.348%2C1.267%2C1.32%2C1.267%0D%0A%09%09c40.09-0.021%2C80.182-0.021%2C120.273%2C0.002c1.014%2C0%2C1.289-0.291%2C1.285-1.297c-0.035-9.187-0.02-18.373-0.025-27.56%0D%0A%09%09c0-0.307%2C0.096-0.644-0.154-0.969c-0.926%2C0.765-1.434%2C1.865-2.525%2C2.442C85%2C29.6%2C78.309%2C33.209%2C71.602%2C36.792%0D%0A%09%09C71.256%2C36.976%2C70.94%2C37.27%2C70.453%2C37.212z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M-8.79%2C35.501c-2.468%2C2.409-4.944%2C4.812-7.401%2C7.233%0D%0A%09%09c-1.003%2C0.988-2.173%2C1.18-3.454%2C0.771c-1.299-0.415-1.508-1.258-0.531-2.171c5.401-5.047%2C10.402-10.481%2C15.452-15.869%0D%0A%09%09c2.617-2.791%2C5.542-5.261%2C8.27-7.936c0.619-0.608%2C1.389-0.79%2C2.226-0.756c0.798%2C0.032%2C1.572%2C0.175%2C2.009%2C0.921%0D%0A%09%09c0.44%2C0.753-0.216%2C1.256-0.591%2C1.743c-2.13%2C2.763-4.345%2C5.462-6.448%2C8.245c-2.356%2C3.119-4.431%2C6.407-5.391%2C10.269%0D%0A%09%09c-0.062%2C0.249-0.12%2C0.499-0.169%2C0.751c-0.131%2C0.688%2C0.1%2C0.871%2C0.767%2C0.61c1.999-0.78%2C3.837-1.849%2C5.617-3.024%0D%0A%09%09c4.828-3.186%2C9.1-7.08%2C13.587-10.697c2.491-2.006%2C4.996-3.991%2C7.883-5.425c0.916-0.456%2C1.854-0.691%2C2.869-0.382%0D%0A%09%09c1.158%2C0.352%2C1.496%2C0.902%2C1.18%2C2.064c-0.408%2C1.499-1.108%2C2.879-1.883%2C4.214c-1.935%2C3.336-3.908%2C6.649-5.844%2C9.984%0D%0A%09%09c-0.475%2C0.815-0.96%2C1.635-1.275%2C2.783c0.532-0.238%2C0.916-0.391%2C1.283-0.576c4.709-2.362%2C9.052-5.318%2C13.403-8.259%0D%0A%09%09c1.399-0.947%2C2.812-1.875%2C4.224-2.805c0.275-0.181%2C0.553-0.379%2C0.858-0.49c1.085-0.397%2C2.192-0.457%2C3.142%2C0.285%0D%0A%09%09c0.87%2C0.679%2C0.617%2C1.691%2C0.44%2C2.569c-0.35%2C1.738-1.173%2C3.316-1.858%2C4.938c-0.857%2C2.027-1.807%2C4.023-2.15%2C6.229%0D%0A%09%09c-0.094%2C0.588-0.119%2C1.165%2C0.047%2C1.745c0.383%2C1.327%2C1.57%2C1.913%2C2.832%2C1.351c1.248-0.557%2C2.351-1.362%2C3.445-2.167%0D%0A%09%09c3.584-2.631%2C7.146-5.29%2C10.922-7.645c2.403-1.498%2C4.097-1.012%2C5.349%2C1.54c0.599%2C1.219%2C1.112%2C2.486%2C1.794%2C3.655%0D%0A%09%09c1.16%2C1.987%2C2.297%2C2.406%2C4.527%2C1.867c1.728-0.418%2C3.316-1.176%2C4.882-1.99c1.113-0.578%2C2.254-0.685%2C3.373-0.049%0D%0A%09%09c0.826%2C0.47%2C0.945%2C1.31%2C0.172%2C1.761c-3.373%2C1.957-6.9%2C3.49-10.923%2C3.21c-3.57-0.25-5.84-2.281-7.24-5.458%0D%0A%09%09c-0.591-1.345-0.641-1.358-1.842-0.504c-2.604%2C1.852-5.186%2C3.735-7.781%2C5.6c-1.163%2C0.837-2.339%2C1.652-3.635%2C2.28%0D%0A%09%09c-2.548%2C1.235-5.122%2C1.171-7.681%2C0.097c-2.147-0.902-3.136-2.723-2.878-5.049c0.282-2.563%2C1.343-4.869%2C2.336-7.199%0D%0A%09%09c0.166-0.389%2C0.423-0.759%2C0.398-1.29c-0.607%2C0.089-0.971%2C0.471-1.378%2C0.745c-5.4%2C3.636-10.897%2C7.095-17%2C9.468%0D%0A%09%09c-0.825%2C0.32-1.639%2C0.629-2.558%2C0.561c-1.563-0.116-2.188-0.853-1.912-2.383c0.302-1.683%2C1.022-3.214%2C1.797-4.718%0D%0A%09%09c1.348-2.615%2C2.919-5.099%2C4.434-7.617c0.301-0.502%2C0.569-1.025%2C0.854-1.539c0.121-0.159%2C0.242-0.317%2C0.121-0.532%0D%0A%09%09c0.039-0.009%2C0.077-0.018%2C0.117-0.027c-0.018-0.006-0.044-0.022-0.053-0.015c-0.02%2C0.015-0.031%2C0.041-0.048%2C0.063%0D%0A%09%09c-0.12%2C0.088-0.241%2C0.176-0.362%2C0.265c-2.443%2C1.992-4.885%2C3.985-7.33%2C5.976c-3.304%2C2.688-6.66%2C5.304-10.424%2C7.335%0D%0A%09%09c-2.7%2C1.456-5.521%2C2.556-8.613%2C2.828c-0.481%2C0.043-0.949%2C0.023-1.422-0.074c-0.999-0.207-1.482-0.733-1.454-1.838%0D%0A%09%09c0.046-1.86%2C0.596-3.607%2C1.005-5.389c0.017-0.058%2C0.035-0.115%2C0.056-0.173C-8.699%2C35.442-8.743%2C35.471-8.79%2C35.501z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M32.901-23.242c17.492%2C0%2C34.982%2C0%2C52.472%2C0%0D%0A%09%09c1.588%2C0%2C1.621%2C0.003%2C1.576%2C1.621c-0.029%2C1.045%2C0.471%2C2.372-0.252%2C3.063c-0.67%2C0.641-1.969%2C0.2-2.988%2C0.2%0D%0A%09%09c-34.359%2C0.011-68.715%2C0.009-103.072%2C0.009c-1.708%2C0-1.729-0.001-1.701-1.734c0.016-0.986-0.418-2.238%2C0.182-2.889%0D%0A%09%09c0.661-0.719%2C1.953-0.256%2C2.963-0.257C-0.978-23.248%2C15.962-23.242%2C32.901-23.242z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M33.024-96.111c17.487%2C0%2C34.974%2C0%2C52.462%2C0.001%0D%0A%09%09c1.473%2C0%2C1.473%2C0.002%2C1.475%2C1.51c0%2C0.697-0.051%2C1.4%2C0.014%2C2.092c0.084%2C0.927-0.188%2C1.417-1.203%2C1.246%0D%0A%09%09c-0.141-0.025-0.291-0.004-0.439-0.004c-34.937%2C0-69.875%2C0-104.813%2C0c-1.586%2C0-1.613-0.002-1.578-1.615%0D%0A%09%09c0.022-1.019-0.438-2.303%2C0.203-2.987c0.654-0.695%2C1.95-0.229%2C2.961-0.229C-0.921-96.116%2C16.051-96.111%2C33.024-96.111z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M33.013-71.828c17.382%2C0%2C34.764-0.002%2C52.145%2C0.003%0D%0A%09%09c2.035%2C0%2C1.781-0.212%2C1.803%2C1.852c0.006%2C0.734-0.021%2C1.47%2C0.002%2C2.205c0.018%2C0.563-0.211%2C0.816-0.779%2C0.777%0D%0A%09%09c-0.291-0.019-0.588%2C0-0.881%2C0c-34.91%2C0-69.822%2C0-104.734%2C0c-1.639%2C0-1.639-0.001-1.64-1.682c-0.001-3.154-0.001-3.154%2C3.15-3.154%0D%0A%09%09C-0.942-71.828%2C16.036-71.828%2C33.013-71.828z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M32.899-42.712c-17.489%2C0-34.979%2C0-52.469-0.001%0D%0A%09%09c-1.497%2C0-1.5-0.001-1.501-1.5c-0.001-0.809%2C0.025-1.618-0.007-2.424c-0.026-0.651%2C0.205-0.974%2C0.886-0.914%0D%0A%09%09c0.255%2C0.023%2C0.514%2C0.002%2C0.771%2C0.002c34.908%2C0%2C69.814%2C0%2C104.722%2C0c1.66%2C0%2C1.66%2C0.001%2C1.662%2C1.667c0%2C3.169%2C0%2C3.169-3.135%2C3.169%0D%0A%09%09C66.852-42.712%2C49.877-42.712%2C32.899-42.712z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}.informationIcon{background:url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22191.013px%22%20height%3D%22191.002px%22%20viewBox%3D%22-28.876%20-125.283%20191.013%20191.002%22%0D%0A%09%20enable-background%3D%22new%20-28.876%20-125.283%20191.013%20191.002%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23343434%22%20d%3D%22M162.137-29.838c-0.059%2C52.752-43.209%2C95.798-95.784%2C95.557%0D%0A%09%09c-52.639-0.243-95.256-42.936-95.229-95.397c0.025-53.028%2C42.731-95.648%2C95.8-95.604C119.289-125.239%2C162.196-82.23%2C162.137-29.838%0D%0A%09%09z%20M66.705-109.278c-43.411-0.432-79.342%2C35.029-79.632%2C78.985c-0.29%2C43.945%2C34.546%2C78.458%2C76.589%2C79.937%0D%0A%09%09c44.907%2C1.578%2C81.178-33.748%2C82.415-77.007C147.391-73.347%2C110.313-109.454%2C66.705-109.278z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M48.759-43.168c0.081-2.537%2C0.997-3.711%2C3.503-4.071%0D%0A%09%09c8.797-1.262%2C17.549-2.838%2C26.334-4.183c2.225-0.341%2C4.512-0.265%2C7.088-0.397c-1.006%2C3.551-1.906%2C6.778-2.83%2C9.997%0D%0A%09%09C77.489-23.163%2C72.112-4.506%2C66.756%2C14.157c-0.399%2C1.389-0.926%2C2.812-0.929%2C4.22c-0.001%2C1.167%2C0.36%2C2.836%2C1.162%2C3.36%0D%0A%09%09c0.797%2C0.52%2C2.674%2C0.31%2C3.498-0.33c1.939-1.503%2C3.654-3.352%2C5.234-5.249c1.85-2.218%2C3.461-4.636%2C5.34-7.189%0D%0A%09%09c0.918%2C0.56%2C1.879%2C1.144%2C2.998%2C1.825c-4.748%2C7.925-9.75%2C15.392-17.686%2C20.326c-3.094%2C1.923-6.463%2C3.007-10.105%2C3.354%0D%0A%09%09c-9.521%2C0.908-15.828-6.175-13.512-15.736c2.023-8.357%2C4.627-16.575%2C6.971-24.854c2.605-9.207%2C5.346-18.379%2C7.766-27.634%0D%0A%09%09c1.818-6.954-0.238-9.388-7.363-9.418C49.722-43.169%2C49.316-43.168%2C48.759-43.168z%22%2F%3E%0D%0A%09%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23ffb700%22%20d%3D%22M93.371-79.853c-0.023%2C7.287-6.072%2C13.31-13.33%2C13.274%0D%0A%09%09c-7.297-0.035-13.127-5.996-13.117-13.41c0.012-7.437%2C5.877-13.28%2C13.252-13.202C87.604-93.111%2C93.395-87.257%2C93.371-79.853z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat center center;background-size:contain}@media screen and (max-width: 980px){.anchorTag{position:absolute;top:-60px}}#fakeSliderNavi{left:-2000px}@media screen and (max-width: 1200px){#startPage #slider{height:620px !important}}@media screen and (max-width: 1050px){#startPage #slider{height:563px !important}}@media screen and (max-width: 980px){#startPage #slider{height:563px !important;margin-top:50px}}@media screen and (max-width: 750px){#startPage #slider{height:420px !important}}@media screen and (max-width: 600px){#startPage #slider{height:300px !important}}@media screen and (max-width: 440px){#startPage #slider{height:250px !important}}@media screen and (max-width: 350px){#startPage #slider{height:200px !important}}@media screen and (max-width: 400px){.pageTeam #slider{height:202px !important}}@media screen and (max-width: 350px){.pageTeam #slider{height:160px !important}}@media screen and (max-width: 980px){.iis-previous-nav,.iis-next-nav{display:none !important}}@media screen and (max-width: 500px){.actualImg img{width:100% !important}}.hiddenFlipCard{visibility:hidden}.pageAktuell .iis-slide,.pageDownload .iis-slide{background-position:50% 50% !important}.imageGalleryAktuelles{width:100%}.imageGalleryAktuelles div{box-sizing:border-box}.imageGalleryAktuelles div:not(.imageContainer){width:19.98%;float:left}.imageGalleryAktuelles div:not(.imageContainer){width:19.98%;float:left}.imageGalleryAktuelles .imgWidthContainer:not(:first-child) .imageContainer{margin-left:3px;box-sizing:content-box}.button:hover{cursor:pointer}.googleMaps{padding-top:40px;margin-bottom:-3px}.footerGPS{background:url("../../images/icons/icon_footer_1.svg") no-repeat center center}.footerPhone{background:url("../../images/icons/icon_footer_2.svg") no-repeat center center}.footerMail{background:url("../../images/icons/icon_footer_3.svg") no-repeat center center}.footerFacebook{background:url("../../images/icons/icon_footer_4.svg") no-repeat center center}.imageContainer a img{width:100%}.eventTD a img{width:100%}.mobileMenuUL{font-size:2px}.mobileMenuUL li{pointer:cursor}.siszEmailAddress::after{content:'info@sisz.ch'}.startPageNewsImage{display:inline-block;position:relative}.startPageNewsPadding{padding-right:25px}@media screen and (max-width: 980px){.mirroredSection{display:none !important}}.minimizedVersionMedia{width:30%}.minimizedVersionMedia img{width:100%;height:auto}.minimizedVersionText{width:70%}.minimizedVersionMedia,.minimizedVersionText{display:inline-block;vertical-align:top}@media screen and (max-width: 980px){.minimizedVersionMedia,.minimizedVersionText{width:86.4%;display:block;padding:6.8%}}
.flipper{}
.front,
.back{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:.6s;-moz-transition:.6s;-o-transition:.6s;-o-transform-style:preserve-3d;-o-transform:rotateY(0);-ms-transition:.6s;-ms-transform-style:preserve-3d;-ms-transform:rotateY(0);transition:.6s;position:absolute;top:0;left:0}
.back{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg)}
.flip-container.hover .back{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);-ms-transform:rotateY(0);transform:rotateY(0);visibility:visible;}
.flip-container.hover .front{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);}