@charset "UTF-8";
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__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) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__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) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-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) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{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)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{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)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{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)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{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)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__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}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__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)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgb(0 0 0 / .15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgb(0 0 0 / .5),#fff0)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgb(0 0 0 / .5),#fff0)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:#fff0}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgb(0 0 0 / .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgb(0 0 0 / .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgb(0 0 0 / .5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:#fff0;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;
}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/vendor/owl-carousel/owl.video.play.png') no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}@font-face{font-display:swap;font-family:'Source Sans 3';font-style:normal;font-weight:200;src:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/fonts/source-sans-3-v15-latin-200.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Source Sans 3';font-style:normal;font-weight:400;src:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/fonts/source-sans-3-v15-latin-regular.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Source Sans 3';font-style:normal;font-weight:600;src:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/fonts/source-sans-3-v15-latin-600.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Source Sans 3';font-style:normal;font-weight:700;src:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/fonts/source-sans-3-v15-latin-700.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Source Sans 3';font-style:normal;font-weight:800;src:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/fonts/source-sans-3-v15-latin-800.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Source Sans 3';font-style:normal;font-weight:900;src:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/fonts/source-sans-3-v15-latin-900.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Space Grotesk';font-style:normal;font-weight:300;src:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/fonts/space-grotesk-v16-latin-300.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Space Grotesk';font-style:normal;font-weight:400;src:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/fonts/space-grotesk-v16-latin-regular.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Space Grotesk';font-style:normal;font-weight:500;src:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/fonts/space-grotesk-v16-latin-500.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Space Grotesk';font-style:normal;font-weight:600;src:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/fonts/space-grotesk-v16-latin-600.woff2') format('woff2')}@font-face{font-display:swap;font-family:'Space Grotesk';font-style:normal;font-weight:700;src:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/fonts/space-grotesk-v16-latin-700.woff2') format('woff2')}.nice-select{-webkit-tap-highlight-color:#fff0;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:hover{background-color:#fff0}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgb(68 68 68 / .11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all 0.2s cubic-bezier(.5,0,0,1.25),opacity 0.15s ease-out;transition:all 0.2s cubic-bezier(.5,0,0,1.25),opacity 0.15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all 0.2s;transition:all 0.2s}.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:#fff0;color:#999;cursor:default}.nice-select .option.disabled:hover{background-color:#fff0;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0, 0, 0, 0.1);--f-spinner-color-2:rgba(17, 24, 28, 0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,0.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,0.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24, 24, 27, 0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255, 255, 255, 0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:#fff0;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:#fff0}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0%;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:#fff0;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color, #fff);--f-button-hover-color:var(--fancybox-color, #fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgb(24 24 27 / .5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0, 0, 0, 0.6);--f-button-active-bg:rgba(0, 0, 0, 0.6);--f-button-hover-bg:rgba(0, 0, 0, 0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24, 24, 27, 0.3);--f-button-active-bg:rgba(24, 24, 27, 0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration,0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration,0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgb(24 24 27 / .9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:#fff0}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:#fff0;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0,0,0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:#fff0;outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path:inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgb(255 255 255 / .1),rgb(255 255 255 / .05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgb(255 255 255 / .1),rgb(255 255 255 / .05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0px!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24, 24, 27, 0.65);--f-button-hover-bg:rgba(70, 70, 73, 0.65);--f-button-active-bg:rgba(90, 90, 93, 0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgb(0 0 0 / .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0%}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}.visually-hidden-focusable{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden-focusable:active,.visually-hidden-focusable:focus{position:static!important;width:auto!important;height:auto!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:normal!important}.fw-thin{font-weight:300}.fw-regular{font-weight:400}.fw-mid{font-weight:500}.fw-sami{font-weight:600}.fw-bold{font-weight:600}.c-border{position:relative;border-radius:20px;overflow:hidden}.c-border::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;padding:1px;background:linear-gradient(315deg,#f1dd00 0,#00aecc 30%);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:source-out;pointer-events:none}.c-border.gradient-yellow::before{background:linear-gradient(315deg,#f1dd00 0,#00aecc 30%)}.c-border.gradient-green::before{background:linear-gradient(45deg,#96c03a 0,#00aecc 30%)}.c-border.gradient-purple::before{background:linear-gradient(135deg,#c73188 0,#00aecc 30%)}.c-border.gradient-orange::before{background:linear-gradient(235deg,#e95e30 0,#00aecc 30%)}.c-border::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;background:0 0;mask-image:radial-gradient(circle,#000 90%,#fff0 100%);-webkit-mask-image:radial-gradient(circle,#000 90%,#fff0 100%);pointer-events:none}.c-border-md{position:relative;border-radius:20px;overflow:hidden}.c-border-md::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;padding:5px;background:linear-gradient(315deg,#f1dd00 0,#00aecc 30%);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:source-out;pointer-events:none}.c-border-md.gradient-yellow::before{background:linear-gradient(315deg,#f1dd00 0,#00aecc 30%)}.c-border-md.gradient-green::before{background:linear-gradient(45deg,#96c03a 0,#00aecc 30%)}.c-border-md.gradient-purple::before{background:linear-gradient(135deg,#c73188 0,#00aecc 30%)}.c-border-md.gradient-orange::before{background:linear-gradient(235deg,#e95e30 0,#00aecc 30%)}.c-border-md::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;background:0 0;mask-image:radial-gradient(circle,#000 90%,#fff0 100%);-webkit-mask-image:radial-gradient(circle,#000 90%,#fff0 100%);pointer-events:none}.btn{white-space:nowrap}.btn.btn-black{padding:10px 30px 10px 30px;margin-right:1rem;display:inline-flex;align-items:center;gap:13px;color:#fff!important;font-size:16px;font-weight:600;line-height:20px;background-color:#000!important;border-radius:50px;white-space:nowrap}.btn.btn-black:after{content:"";width:11px;height:12px;display:inline-block;background-image:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/arrow-white.svg');background-repeat:no-repeat;transition:all .3s linear 0s}.btn.btn-black:hover{border-color:#000;gap:15px;color:#fff!important}.btn.btn-black.external:after{content:"";width:15px;height:16px;display:inline-block;background-image:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/arrow-white-external.svg');background-repeat:no-repeat;transition:all .3s linear 0s}.btn.btn-white{padding:10px 30px 10px 30px;margin-right:1rem;display:inline-flex;align-items:center;gap:13px;color:#000!important;font-size:16px;font-weight:600;line-height:20px;background-color:#fff!important;border-radius:50px;white-space:nowrap}.btn.btn-white:after{content:"";width:11px;height:12px;display:inline-block;background-image:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/arrow-black.svg');background-repeat:no-repeat;transition:all .3s linear 0s}.btn.btn-white.external:after{background-image:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/external-black.svg')}.btn.btn-white:hover{border-color:#fff;gap:1px;color:#000!important}.btn.btn-lightblue{padding:10px 30px 10px 30px;display:inline-flex;align-items:center;gap:13px;color:#0f5568!important;font-size:16px;font-weight:600;line-height:20px;background-color:#bee3ef!important;border-radius:50px;white-space:nowrap}.btn.btn-lightblue:hover{border-color:#fff;gap:13px;color:#000!important;padding-right:30px!important}.btn.btn-lightblue[target=_blank]{background-image:none!important}.btn.btn-sm-black{padding:7px 20px 6px 20px;display:inline-flex;align-items:center;gap:13px;color:#fff!important;font-size:16px;font-weight:600;line-height:20px;background-color:#000!important;border-radius:50px;white-space:nowrap}.btn.btn-sm-black:after{content:"";width:11px;height:12px;display:inline-block;background-image:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/arrow-white.svg');background-repeat:no-repeat;transition:all .3s linear 0s}.btn.btn-sm-black:hover{border-color:#000;gap:15px;color:#fff!important}.btn.btn-sm-black.external:after{background-image:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/arrow-white-external.svg');width:15px;height:16px}.btn.btn-sm-white{padding:7px 20px 6px 20px;display:inline-flex;align-items:center;gap:13px;color:#000!important;font-size:16px;font-weight:600;line-height:20px;background-color:#fff!important;border-radius:50px;white-space:nowrap}.btn.btn-sm-white:after{content:"";width:11px;height:12px;display:inline-block;background-image:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/arrow-black.svg');background-repeat:no-repeat;transition:all .3s linear 0s}.btn.btn-sm-white:hover{border-color:#fff;gap:1px;color:#000!important}.btn.btn-sm-lightblue{padding:7px 20px 6px 20px;display:inline-flex;align-items:center;gap:13px;color:#0f5568!important;font-size:16px;font-weight:600;line-height:20px;background-color:#bee3ef!important;border-radius:50px;white-space:nowrap}.btn.btn-sm-lightblue:after{content:"";width:11px;height:12px;display:inline-block;background-image:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/arrow-black.svg');background-repeat:no-repeat;transition:all .3s linear 0s}.btn.btn-sm-lightblue.external:after{background-image:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/external-black.svg')}.btn.btn-sm-lightblue:hover{border-color:#fff;gap:1px;color:#000!important}.row{display:flex;flex-wrap:wrap;margin-right:-.75rem;margin-left:-.75rem}.row.space-between{justify-content:space-between}.row.space-around{justify-content:space-around}.row.space-evenly{justify-content:space-evenly}.row.align-items-start{align-items:flex-start}.row.align-items-end{align-items:flex-end}.row.align-items-center{align-items:center}.row.align-items-baseline{align-items:baseline}.row.align-items-stretch{align-items:stretch}.row.align-content-start{align-content:flex-start}.row.align-content-end{align-content:flex-end}.row.align-content-center{align-content:center}.row.align-content-between{align-content:space-between}.row.align-content-around{align-content:space-around}.row.align-content-stretch{align-content:stretch}.row.align-self-start{align-self:flex-start}.row.align-self-end{align-self:flex-end}.row.align-self-center{align-self:center}.row.align-self-baseline{align-self:baseline}.row.align-self-stretch{align-self:stretch}.row.align-self-auto{align-self:auto}.row.align-self-inherit{align-self:inherit}.row.align-self-initial{align-self:initial}.row.align-self-unset{align-self:unset}.row.align-self-revert{align-self:revert}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-3{flex:0 0 25%;max-width:25%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-6{flex:0 0 50%;max-width:50%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-9{flex:0 0 75%;max-width:75%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-12{flex:0 0 100%;max-width:100%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}@media (min-width:576px){.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-sm-3{flex:0 0 25%;max-width:25%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-sm-6{flex:0 0 50%;max-width:50%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-sm-9{flex:0 0 75%;max-width:75%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-sm-12{flex:0 0 100%;max-width:100%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}}@media (min-width:768px){.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-md-3{flex:0 0 25%;max-width:25%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-md-6{flex:0 0 50%;max-width:50%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-md-9{flex:0 0 75%;max-width:75%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-md-12{flex:0 0 100%;max-width:100%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}}@media (min-width:992px){.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-lg-3{flex:0 0 25%;max-width:25%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-lg-6{flex:0 0 50%;max-width:50%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-lg-9{flex:0 0 75%;max-width:75%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-lg-12{flex:0 0 100%;max-width:100%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}}@media (min-width:1200px){.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xl-3{flex:0 0 25%;max-width:25%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xl-6{flex:0 0 50%;max-width:50%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xl-9{flex:0 0 75%;max-width:75%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xl-12{flex:0 0 100%;max-width:100%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}}@media (min-width:1400px){.col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xxl-3{flex:0 0 25%;max-width:25%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xxl-6{flex:0 0 50%;max-width:50%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xxl-9{flex:0 0 75%;max-width:75%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}.col-xxl-12{flex:0 0 100%;max-width:100%;padding-right:.75rem;padding-left:.75rem;box-sizing:border-box}}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-6{margin:4.5rem!important}.m-7{margin:6rem!important}.m-8{margin:7.5rem!important}.m-9{margin:9rem!important}.m-10{margin:10.5rem!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-6{margin-top:4.5rem!important}.mt-7{margin-top:6rem!important}.mt-8{margin-top:7.5rem!important}.mt-9{margin-top:9rem!important}.mt-10{margin-top:10.5rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-6{margin-bottom:4.5rem!important}.mb-7{margin-bottom:6rem!important}.mb-8{margin-bottom:7.5rem!important}.mb-9{margin-bottom:9rem!important}.mb-10{margin-bottom:10.5rem!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-6{margin-left:4.5rem!important}.ms-7{margin-left:6rem!important}.ms-8{margin-left:7.5rem!important}.ms-9{margin-left:9rem!important}.ms-10{margin-left:10.5rem!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-6{margin-right:4.5rem!important}.me-7{margin-right:6rem!important}.me-8{margin-right:7.5rem!important}.me-9{margin-right:9rem!important}.me-10{margin-right:10.5rem!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-6{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-7{margin-left:6rem!important;margin-right:6rem!important}.mx-8{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-9{margin-left:9rem!important;margin-right:9rem!important}.mx-10{margin-left:10.5rem!important;margin-right:10.5rem!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-7{margin-top:6rem!important;margin-bottom:6rem!important}.my-8{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-9{margin-top:9rem!important;margin-bottom:9rem!important}.my-10{margin-top:10.5rem!important;margin-bottom:10.5rem!important}@media (min-width:576px){.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-6{margin:4.5rem!important}.m-sm-7{margin:6rem!important}.m-sm-8{margin:7.5rem!important}.m-sm-9{margin:9rem!important}.m-sm-10{margin:10.5rem!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-6{margin-top:4.5rem!important}.mt-sm-7{margin-top:6rem!important}.mt-sm-8{margin-top:7.5rem!important}.mt-sm-9{margin-top:9rem!important}.mt-sm-10{margin-top:10.5rem!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-6{margin-bottom:4.5rem!important}.mb-sm-7{margin-bottom:6rem!important}.mb-sm-8{margin-bottom:7.5rem!important}.mb-sm-9{margin-bottom:9rem!important}.mb-sm-10{margin-bottom:10.5rem!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-6{margin-left:4.5rem!important}.ms-sm-7{margin-left:6rem!important}.ms-sm-8{margin-left:7.5rem!important}.ms-sm-9{margin-left:9rem!important}.ms-sm-10{margin-left:10.5rem!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-6{margin-right:4.5rem!important}.me-sm-7{margin-right:6rem!important}.me-sm-8{margin-right:7.5rem!important}.me-sm-9{margin-right:9rem!important}.me-sm-10{margin-right:10.5rem!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-6{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-sm-7{margin-left:6rem!important;margin-right:6rem!important}.mx-sm-8{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-sm-9{margin-left:9rem!important;margin-right:9rem!important}.mx-sm-10{margin-left:10.5rem!important;margin-right:10.5rem!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-sm-7{margin-top:6rem!important;margin-bottom:6rem!important}.my-sm-8{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-sm-9{margin-top:9rem!important;margin-bottom:9rem!important}.my-sm-10{margin-top:10.5rem!important;margin-bottom:10.5rem!important}}@media (min-width:768px){.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-6{margin:4.5rem!important}.m-md-7{margin:6rem!important}.m-md-8{margin:7.5rem!important}.m-md-9{margin:9rem!important}.m-md-10{margin:10.5rem!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-6{margin-top:4.5rem!important}.mt-md-7{margin-top:6rem!important}.mt-md-8{margin-top:7.5rem!important}.mt-md-9{margin-top:9rem!important}.mt-md-10{margin-top:10.5rem!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-6{margin-bottom:4.5rem!important}.mb-md-7{margin-bottom:6rem!important}.mb-md-8{margin-bottom:7.5rem!important}.mb-md-9{margin-bottom:9rem!important}.mb-md-10{margin-bottom:10.5rem!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-6{margin-left:4.5rem!important}.ms-md-7{margin-left:6rem!important}.ms-md-8{margin-left:7.5rem!important}.ms-md-9{margin-left:9rem!important}.ms-md-10{margin-left:10.5rem!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-6{margin-right:4.5rem!important}.me-md-7{margin-right:6rem!important}.me-md-8{margin-right:7.5rem!important}.me-md-9{margin-right:9rem!important}.me-md-10{margin-right:10.5rem!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-6{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-md-7{margin-left:6rem!important;margin-right:6rem!important}.mx-md-8{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-md-9{margin-left:9rem!important;margin-right:9rem!important}.mx-md-10{margin-left:10.5rem!important;margin-right:10.5rem!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-md-7{margin-top:6rem!important;margin-bottom:6rem!important}.my-md-8{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-md-9{margin-top:9rem!important;margin-bottom:9rem!important}.my-md-10{margin-top:10.5rem!important;margin-bottom:10.5rem!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-6{margin:4.5rem!important}.m-lg-7{margin:6rem!important}.m-lg-8{margin:7.5rem!important}.m-lg-9{margin:9rem!important}.m-lg-10{margin:10.5rem!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-6{margin-top:4.5rem!important}.mt-lg-7{margin-top:6rem!important}.mt-lg-8{margin-top:7.5rem!important}.mt-lg-9{margin-top:9rem!important}.mt-lg-10{margin-top:10.5rem!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-6{margin-bottom:4.5rem!important}.mb-lg-7{margin-bottom:6rem!important}.mb-lg-8{margin-bottom:7.5rem!important}.mb-lg-9{margin-bottom:9rem!important}.mb-lg-10{margin-bottom:10.5rem!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-6{margin-left:4.5rem!important}.ms-lg-7{margin-left:6rem!important}.ms-lg-8{margin-left:7.5rem!important}.ms-lg-9{margin-left:9rem!important}.ms-lg-10{margin-left:10.5rem!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-6{margin-right:4.5rem!important}.me-lg-7{margin-right:6rem!important}.me-lg-8{margin-right:7.5rem!important}.me-lg-9{margin-right:9rem!important}.me-lg-10{margin-right:10.5rem!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-6{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-lg-7{margin-left:6rem!important;margin-right:6rem!important}.mx-lg-8{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-lg-9{margin-left:9rem!important;margin-right:9rem!important}.mx-lg-10{margin-left:10.5rem!important;margin-right:10.5rem!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-lg-7{margin-top:6rem!important;margin-bottom:6rem!important}.my-lg-8{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-lg-9{margin-top:9rem!important;margin-bottom:9rem!important}.my-lg-10{margin-top:10.5rem!important;margin-bottom:10.5rem!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-6{margin:4.5rem!important}.m-xl-7{margin:6rem!important}.m-xl-8{margin:7.5rem!important}.m-xl-9{margin:9rem!important}.m-xl-10{margin:10.5rem!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-6{margin-top:4.5rem!important}.mt-xl-7{margin-top:6rem!important}.mt-xl-8{margin-top:7.5rem!important}.mt-xl-9{margin-top:9rem!important}.mt-xl-10{margin-top:10.5rem!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-6{margin-bottom:4.5rem!important}.mb-xl-7{margin-bottom:6rem!important}.mb-xl-8{margin-bottom:7.5rem!important}.mb-xl-9{margin-bottom:9rem!important}.mb-xl-10{margin-bottom:10.5rem!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-6{margin-left:4.5rem!important}.ms-xl-7{margin-left:6rem!important}.ms-xl-8{margin-left:7.5rem!important}.ms-xl-9{margin-left:9rem!important}.ms-xl-10{margin-left:10.5rem!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-6{margin-right:4.5rem!important}.me-xl-7{margin-right:6rem!important}.me-xl-8{margin-right:7.5rem!important}.me-xl-9{margin-right:9rem!important}.me-xl-10{margin-right:10.5rem!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-6{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xl-7{margin-left:6rem!important;margin-right:6rem!important}.mx-xl-8{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-xl-9{margin-left:9rem!important;margin-right:9rem!important}.mx-xl-10{margin-left:10.5rem!important;margin-right:10.5rem!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-xl-7{margin-top:6rem!important;margin-bottom:6rem!important}.my-xl-8{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-xl-9{margin-top:9rem!important;margin-bottom:9rem!important}.my-xl-10{margin-top:10.5rem!important;margin-bottom:10.5rem!important}}@media (min-width:1400px){.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-6{margin:4.5rem!important}.m-xxl-7{margin:6rem!important}.m-xxl-8{margin:7.5rem!important}.m-xxl-9{margin:9rem!important}.m-xxl-10{margin:10.5rem!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-6{margin-top:4.5rem!important}.mt-xxl-7{margin-top:6rem!important}.mt-xxl-8{margin-top:7.5rem!important}.mt-xxl-9{margin-top:9rem!important}.mt-xxl-10{margin-top:10.5rem!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-6{margin-bottom:4.5rem!important}.mb-xxl-7{margin-bottom:6rem!important}.mb-xxl-8{margin-bottom:7.5rem!important}.mb-xxl-9{margin-bottom:9rem!important}.mb-xxl-10{margin-bottom:10.5rem!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-6{margin-left:4.5rem!important}.ms-xxl-7{margin-left:6rem!important}.ms-xxl-8{margin-left:7.5rem!important}.ms-xxl-9{margin-left:9rem!important}.ms-xxl-10{margin-left:10.5rem!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-6{margin-right:4.5rem!important}.me-xxl-7{margin-right:6rem!important}.me-xxl-8{margin-right:7.5rem!important}.me-xxl-9{margin-right:9rem!important}.me-xxl-10{margin-right:10.5rem!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-6{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxl-7{margin-left:6rem!important;margin-right:6rem!important}.mx-xxl-8{margin-left:7.5rem!important;margin-right:7.5rem!important}.mx-xxl-9{margin-left:9rem!important;margin-right:9rem!important}.mx-xxl-10{margin-left:10.5rem!important;margin-right:10.5rem!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-6{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-xxl-7{margin-top:6rem!important;margin-bottom:6rem!important}.my-xxl-8{margin-top:7.5rem!important;margin-bottom:7.5rem!important}.my-xxl-9{margin-top:9rem!important;margin-bottom:9rem!important}.my-xxl-10{margin-top:10.5rem!important;margin-bottom:10.5rem!important}}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.p-6{padding:4.5rem!important}.p-7{padding:6rem!important}.p-8{padding:7.5rem!important}.p-9{padding:9rem!important}.p-10{padding:10.5rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pt-6{padding-top:4.5rem!important}.pt-7{padding-top:6rem!important}.pt-8{padding-top:7.5rem!important}.pt-9{padding-top:9rem!important}.pt-10{padding-top:10.5rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pb-6{padding-bottom:4.5rem!important}.pb-7{padding-bottom:6rem!important}.pb-8{padding-bottom:7.5rem!important}.pb-9{padding-bottom:9rem!important}.pb-10{padding-bottom:10.5rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.ps-6{padding-left:4.5rem!important}.ps-7{padding-left:6rem!important}.ps-8{padding-left:7.5rem!important}.ps-9{padding-left:9rem!important}.ps-10{padding-left:10.5rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pe-6{padding-right:4.5rem!important}.pe-7{padding-right:6rem!important}.pe-8{padding-right:7.5rem!important}.pe-9{padding-right:9rem!important}.pe-10{padding-right:10.5rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.px-6{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-7{padding-left:6rem!important;padding-right:6rem!important}.px-8{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-9{padding-left:9rem!important;padding-right:9rem!important}.px-10{padding-left:10.5rem!important;padding-right:10.5rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-7{padding-top:6rem!important;padding-bottom:6rem!important}.py-8{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.py-9{padding-top:9rem!important;padding-bottom:9rem!important}.py-10{padding-top:10.5rem!important;padding-bottom:10.5rem!important}@media (min-width:576px){.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.p-sm-6{padding:4.5rem!important}.p-sm-7{padding:6rem!important}.p-sm-8{padding:7.5rem!important}.p-sm-9{padding:9rem!important}.p-sm-10{padding:10.5rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pt-sm-6{padding-top:4.5rem!important}.pt-sm-7{padding-top:6rem!important}.pt-sm-8{padding-top:7.5rem!important}.pt-sm-9{padding-top:9rem!important}.pt-sm-10{padding-top:10.5rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.pb-sm-6{padding-bottom:4.5rem!important}.pb-sm-7{padding-bottom:6rem!important}.pb-sm-8{padding-bottom:7.5rem!important}.pb-sm-9{padding-bottom:9rem!important}.pb-sm-10{padding-bottom:10.5rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.ps-sm-6{padding-left:4.5rem!important}.ps-sm-7{padding-left:6rem!important}.ps-sm-8{padding-left:7.5rem!important}.ps-sm-9{padding-left:9rem!important}.ps-sm-10{padding-left:10.5rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pe-sm-6{padding-right:4.5rem!important}.pe-sm-7{padding-right:6rem!important}.pe-sm-8{padding-right:7.5rem!important}.pe-sm-9{padding-right:9rem!important}.pe-sm-10{padding-right:10.5rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.px-sm-6{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-sm-7{padding-left:6rem!important;padding-right:6rem!important}.px-sm-8{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-sm-9{padding-left:9rem!important;padding-right:9rem!important}.px-sm-10{padding-left:10.5rem!important;padding-right:10.5rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-sm-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-sm-7{padding-top:6rem!important;padding-bottom:6rem!important}.py-sm-8{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.py-sm-9{padding-top:9rem!important;padding-bottom:9rem!important}.py-sm-10{padding-top:10.5rem!important;padding-bottom:10.5rem!important}}@media (min-width:768px){.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.p-md-6{padding:4.5rem!important}.p-md-7{padding:6rem!important}.p-md-8{padding:7.5rem!important}.p-md-9{padding:9rem!important}.p-md-10{padding:10.5rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pt-md-6{padding-top:4.5rem!important}.pt-md-7{padding-top:6rem!important}.pt-md-8{padding-top:7.5rem!important}.pt-md-9{padding-top:9rem!important}.pt-md-10{padding-top:10.5rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.pb-md-6{padding-bottom:4.5rem!important}.pb-md-7{padding-bottom:6rem!important}.pb-md-8{padding-bottom:7.5rem!important}.pb-md-9{padding-bottom:9rem!important}.pb-md-10{padding-bottom:10.5rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.ps-md-6{padding-left:4.5rem!important}.ps-md-7{padding-left:6rem!important}.ps-md-8{padding-left:7.5rem!important}.ps-md-9{padding-left:9rem!important}.ps-md-10{padding-left:10.5rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pe-md-6{padding-right:4.5rem!important}.pe-md-7{padding-right:6rem!important}.pe-md-8{padding-right:7.5rem!important}.pe-md-9{padding-right:9rem!important}.pe-md-10{padding-right:10.5rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.px-md-6{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-md-7{padding-left:6rem!important;padding-right:6rem!important}.px-md-8{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-md-9{padding-left:9rem!important;padding-right:9rem!important}.px-md-10{padding-left:10.5rem!important;padding-right:10.5rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-md-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-md-7{padding-top:6rem!important;padding-bottom:6rem!important}.py-md-8{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.py-md-9{padding-top:9rem!important;padding-bottom:9rem!important}.py-md-10{padding-top:10.5rem!important;padding-bottom:10.5rem!important}}@media (min-width:992px){.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.p-lg-6{padding:4.5rem!important}.p-lg-7{padding:6rem!important}.p-lg-8{padding:7.5rem!important}.p-lg-9{padding:9rem!important}.p-lg-10{padding:10.5rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pt-lg-6{padding-top:4.5rem!important}.pt-lg-7{padding-top:6rem!important}.pt-lg-8{padding-top:7.5rem!important}.pt-lg-9{padding-top:9rem!important}.pt-lg-10{padding-top:10.5rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.pb-lg-6{padding-bottom:4.5rem!important}.pb-lg-7{padding-bottom:6rem!important}.pb-lg-8{padding-bottom:7.5rem!important}.pb-lg-9{padding-bottom:9rem!important}.pb-lg-10{padding-bottom:10.5rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.ps-lg-6{padding-left:4.5rem!important}.ps-lg-7{padding-left:6rem!important}.ps-lg-8{padding-left:7.5rem!important}.ps-lg-9{padding-left:9rem!important}.ps-lg-10{padding-left:10.5rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pe-lg-6{padding-right:4.5rem!important}.pe-lg-7{padding-right:6rem!important}.pe-lg-8{padding-right:7.5rem!important}.pe-lg-9{padding-right:9rem!important}.pe-lg-10{padding-right:10.5rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.px-lg-6{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-lg-7{padding-left:6rem!important;padding-right:6rem!important}.px-lg-8{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-lg-9{padding-left:9rem!important;padding-right:9rem!important}.px-lg-10{padding-left:10.5rem!important;padding-right:10.5rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-lg-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-lg-7{padding-top:6rem!important;padding-bottom:6rem!important}.py-lg-8{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.py-lg-9{padding-top:9rem!important;padding-bottom:9rem!important}.py-lg-10{padding-top:10.5rem!important;padding-bottom:10.5rem!important}}@media (min-width:1200px){.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.p-xl-6{padding:4.5rem!important}.p-xl-7{padding:6rem!important}.p-xl-8{padding:7.5rem!important}.p-xl-9{padding:9rem!important}.p-xl-10{padding:10.5rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pt-xl-6{padding-top:4.5rem!important}.pt-xl-7{padding-top:6rem!important}.pt-xl-8{padding-top:7.5rem!important}.pt-xl-9{padding-top:9rem!important}.pt-xl-10{padding-top:10.5rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.pb-xl-6{padding-bottom:4.5rem!important}.pb-xl-7{padding-bottom:6rem!important}.pb-xl-8{padding-bottom:7.5rem!important}.pb-xl-9{padding-bottom:9rem!important}.pb-xl-10{padding-bottom:10.5rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.ps-xl-6{padding-left:4.5rem!important}.ps-xl-7{padding-left:6rem!important}.ps-xl-8{padding-left:7.5rem!important}.ps-xl-9{padding-left:9rem!important}.ps-xl-10{padding-left:10.5rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pe-xl-6{padding-right:4.5rem!important}.pe-xl-7{padding-right:6rem!important}.pe-xl-8{padding-right:7.5rem!important}.pe-xl-9{padding-right:9rem!important}.pe-xl-10{padding-right:10.5rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xl-6{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xl-7{padding-left:6rem!important;padding-right:6rem!important}.px-xl-8{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-xl-9{padding-left:9rem!important;padding-right:9rem!important}.px-xl-10{padding-left:10.5rem!important;padding-right:10.5rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-xl-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-xl-7{padding-top:6rem!important;padding-bottom:6rem!important}.py-xl-8{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.py-xl-9{padding-top:9rem!important;padding-bottom:9rem!important}.py-xl-10{padding-top:10.5rem!important;padding-bottom:10.5rem!important}}@media (min-width:1400px){.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.p-xxl-6{padding:4.5rem!important}.p-xxl-7{padding:6rem!important}.p-xxl-8{padding:7.5rem!important}.p-xxl-9{padding:9rem!important}.p-xxl-10{padding:10.5rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pt-xxl-6{padding-top:4.5rem!important}.pt-xxl-7{padding-top:6rem!important}.pt-xxl-8{padding-top:7.5rem!important}.pt-xxl-9{padding-top:9rem!important}.pt-xxl-10{padding-top:10.5rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.pb-xxl-6{padding-bottom:4.5rem!important}.pb-xxl-7{padding-bottom:6rem!important}.pb-xxl-8{padding-bottom:7.5rem!important}.pb-xxl-9{padding-bottom:9rem!important}.pb-xxl-10{padding-bottom:10.5rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.ps-xxl-6{padding-left:4.5rem!important}.ps-xxl-7{padding-left:6rem!important}.ps-xxl-8{padding-left:7.5rem!important}.ps-xxl-9{padding-left:9rem!important}.ps-xxl-10{padding-left:10.5rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pe-xxl-6{padding-right:4.5rem!important}.pe-xxl-7{padding-right:6rem!important}.pe-xxl-8{padding-right:7.5rem!important}.pe-xxl-9{padding-right:9rem!important}.pe-xxl-10{padding-right:10.5rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xxl-6{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxl-7{padding-left:6rem!important;padding-right:6rem!important}.px-xxl-8{padding-left:7.5rem!important;padding-right:7.5rem!important}.px-xxl-9{padding-left:9rem!important;padding-right:9rem!important}.px-xxl-10{padding-left:10.5rem!important;padding-right:10.5rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-xxl-6{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-xxl-7{padding-top:6rem!important;padding-bottom:6rem!important}.py-xxl-8{padding-top:7.5rem!important;padding-bottom:7.5rem!important}.py-xxl-9{padding-top:9rem!important;padding-bottom:9rem!important}.py-xxl-10{padding-top:10.5rem!important;padding-bottom:10.5rem!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.flex-row{flex:row!important}.flex-row-reverse{flex:row-reverse!important}.flex-column{flex:column!important}.flex-column-reverse{flex:column-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.flex-wrap-wrap{flex-wrap:wrap!important}.flex-wrap-nowrap{flex-wrap:nowrap!important}.flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.grid-template-columns-1{grid-template-columns:repeat(1,1fr)!important}.grid-template-columns-2{grid-template-columns:repeat(2,1fr)!important}.grid-template-columns-3{grid-template-columns:repeat(3,1fr)!important}.grid-template-columns-4{grid-template-columns:repeat(4,1fr)!important}.grid-template-columns-5{grid-template-columns:repeat(5,1fr)!important}.grid-template-columns-6{grid-template-columns:repeat(6,1fr)!important}.grid-column-span-1{grid-column:span 1!important}.grid-column-span-2{grid-column:span 2!important}.grid-column-span-3{grid-column:span 3!important}.grid-column-span-4{grid-column:span 4!important}.grid-column-span-5{grid-column:span 5!important}.grid-column-span-6{grid-column:span 6!important}.order-first{order:-1!important}.order-last{order:13!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.d-grid{display:grid}@media (min-width:576px){.d-sm-grid{display:grid}}@media (min-width:768px){.d-md-grid{display:grid}}@media (min-width:992px){.d-lg-grid{display:grid}}@media (min-width:1200px){.d-xl-grid{display:grid}}@media (min-width:1400px){.d-xxl-grid{display:grid}}.d-inline-grid{display:inline-grid}@media (min-width:576px){.d-sm-inline-grid{display:inline-grid}}@media (min-width:768px){.d-md-inline-grid{display:inline-grid}}@media (min-width:992px){.d-lg-inline-grid{display:inline-grid}}@media (min-width:1200px){.d-xl-inline-grid{display:inline-grid}}@media (min-width:1400px){.d-xxl-inline-grid{display:inline-grid}}.grid{display:grid;grid-template-rows:repeat(var(--bs-rows,1),1fr);grid-template-columns:repeat(var(--bs-columns,12),1fr);gap:var(--bs-gap,1.5rem)}.g-container{display:grid;gap:1.5rem}.g-cols-1{grid-template-columns:repeat(1,1fr)}.g-cols-2{grid-template-columns:repeat(2,1fr)}.g-cols-3{grid-template-columns:repeat(3,1fr)}.g-cols-4{grid-template-columns:repeat(4,1fr)}.g-cols-5{grid-template-columns:repeat(5,1fr)}.g-cols-6{grid-template-columns:repeat(6,1fr)}.g-col-1{grid-column:span 1}.g-col-2{grid-column:span 2}.g-col-3{grid-column:span 3}.g-col-4{grid-column:span 4}.g-col-5{grid-column:span 5}.g-col-6{grid-column:span 6}.g-col-7{grid-column:span 7}.g-col-8{grid-column:span 8}.g-col-9{grid-column:span 9}.g-col-10{grid-column:span 10}.g-col-11{grid-column:span 11}.g-col-12{grid-column:span 12}@media (min-width:576px){.g-cols-sm-1{grid-template-columns:repeat(1,1fr)}.g-cols-sm-2{grid-template-columns:repeat(2,1fr)}.g-cols-sm-3{grid-template-columns:repeat(3,1fr)}.g-cols-sm-4{grid-template-columns:repeat(4,1fr)}.g-cols-sm-5{grid-template-columns:repeat(5,1fr)}.g-cols-sm-6{grid-template-columns:repeat(6,1fr)}.g-col-sm-1{grid-column:span 1}.g-col-sm-2{grid-column:span 2}.g-col-sm-3{grid-column:span 3}.g-col-sm-4{grid-column:span 4}.g-col-sm-5{grid-column:span 5}.g-col-sm-6{grid-column:span 6}.g-col-sm-7{grid-column:span 7}.g-col-sm-8{grid-column:span 8}.g-col-sm-9{grid-column:span 9}.g-col-sm-10{grid-column:span 10}.g-col-sm-11{grid-column:span 11}.g-col-sm-12{grid-column:span 12}}@media (min-width:768px){.g-cols-md-1{grid-template-columns:repeat(1,1fr)}.g-cols-md-2{grid-template-columns:repeat(2,1fr)}.g-cols-md-3{grid-template-columns:repeat(3,1fr)}.g-cols-md-4{grid-template-columns:repeat(4,1fr)}.g-cols-md-5{grid-template-columns:repeat(5,1fr)}.g-cols-md-6{grid-template-columns:repeat(6,1fr)}.g-col-md-1{grid-column:span 1}.g-col-md-2{grid-column:span 2}.g-col-md-3{grid-column:span 3}.g-col-md-4{grid-column:span 4}.g-col-md-5{grid-column:span 5}.g-col-md-6{grid-column:span 6}.g-col-md-7{grid-column:span 7}.g-col-md-8{grid-column:span 8}.g-col-md-9{grid-column:span 9}.g-col-md-10{grid-column:span 10}.g-col-md-11{grid-column:span 11}.g-col-md-12{grid-column:span 12}}@media (min-width:992px){.g-cols-lg-1{grid-template-columns:repeat(1,1fr)}.g-cols-lg-2{grid-template-columns:repeat(2,1fr)}.g-cols-lg-3{grid-template-columns:repeat(3,1fr)}.g-cols-lg-4{grid-template-columns:repeat(4,1fr)}.g-cols-lg-5{grid-template-columns:repeat(5,1fr)}.g-cols-lg-6{grid-template-columns:repeat(6,1fr)}.g-col-lg-1{grid-column:span 1}.g-col-lg-2{grid-column:span 2}.g-col-lg-3{grid-column:span 3}.g-col-lg-4{grid-column:span 4}.g-col-lg-5{grid-column:span 5}.g-col-lg-6{grid-column:span 6}.g-col-lg-7{grid-column:span 7}.g-col-lg-8{grid-column:span 8}.g-col-lg-9{grid-column:span 9}.g-col-lg-10{grid-column:span 10}.g-col-lg-11{grid-column:span 11}.g-col-lg-12{grid-column:span 12}}@media (min-width:1200px){.g-cols-xl-1{grid-template-columns:repeat(1,1fr)}.g-cols-xl-2{grid-template-columns:repeat(2,1fr)}.g-cols-xl-3{grid-template-columns:repeat(3,1fr)}.g-cols-xl-4{grid-template-columns:repeat(4,1fr)}.g-cols-xl-5{grid-template-columns:repeat(5,1fr)}.g-cols-xl-6{grid-template-columns:repeat(6,1fr)}.g-col-xl-1{grid-column:span 1}.g-col-xl-2{grid-column:span 2}.g-col-xl-3{grid-column:span 3}.g-col-xl-4{grid-column:span 4}.g-col-xl-5{grid-column:span 5}.g-col-xl-6{grid-column:span 6}.g-col-xl-7{grid-column:span 7}.g-col-xl-8{grid-column:span 8}.g-col-xl-9{grid-column:span 9}.g-col-xl-10{grid-column:span 10}.g-col-xl-11{grid-column:span 11}.g-col-xl-12{grid-column:span 12}}@media (min-width:1400px){.g-cols-xxl-1{grid-template-columns:repeat(1,1fr)}.g-cols-xxl-2{grid-template-columns:repeat(2,1fr)}.g-cols-xxl-3{grid-template-columns:repeat(3,1fr)}.g-cols-xxl-4{grid-template-columns:repeat(4,1fr)}.g-cols-xxl-5{grid-template-columns:repeat(5,1fr)}.g-cols-xxl-6{grid-template-columns:repeat(6,1fr)}.g-col-xxl-1{grid-column:span 1}.g-col-xxl-2{grid-column:span 2}.g-col-xxl-3{grid-column:span 3}.g-col-xxl-4{grid-column:span 4}.g-col-xxl-5{grid-column:span 5}.g-col-xxl-6{grid-column:span 6}.g-col-xxl-7{grid-column:span 7}.g-col-xxl-8{grid-column:span 8}.g-col-xxl-9{grid-column:span 9}.g-col-xxl-10{grid-column:span 10}.g-col-xxl-11{grid-column:span 11}.g-col-xxl-12{grid-column:span 12}}@media screen and (min-width:767px){.sticky-top{height:100%;position:sticky;top:40px}}@media (min-width:576px){.overflow-sm-auto{overflow:auto!important}.overflow-sm-hidden{overflow:hidden!important}.overflow-sm-visible{overflow:visible!important}.overflow-sm-scroll{overflow:scroll!important}.overflow-x-sm-auto{overflow-x:auto!important}.overflow-x-sm-hidden{overflow-x:hidden!important}.overflow-x-sm-visible{overflow-x:visible!important}.overflow-x-sm-scroll{overflow-x:scroll!important}.overflow-y-sm-auto{overflow-y:auto!important}.overflow-y-sm-hidden{overflow-y:hidden!important}.overflow-y-sm-visible{overflow-y:visible!important}.overflow-y-sm-scroll{overflow-y:scroll!important}.flex-sm-row{flex:row!important}.flex-sm-row-reverse{flex:row-reverse!important}.flex-sm-column{flex:column!important}.flex-sm-column-reverse{flex:column-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.flex-wrap-sm-wrap{flex-wrap:wrap!important}.flex-wrap-sm-nowrap{flex-wrap:nowrap!important}.flex-wrap-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.grid-template-columns-sm-1{grid-template-columns:repeat(1,1fr)!important}.grid-template-columns-sm-2{grid-template-columns:repeat(2,1fr)!important}.grid-template-columns-sm-3{grid-template-columns:repeat(3,1fr)!important}.grid-template-columns-sm-4{grid-template-columns:repeat(4,1fr)!important}.grid-template-columns-sm-5{grid-template-columns:repeat(5,1fr)!important}.grid-template-columns-sm-6{grid-template-columns:repeat(6,1fr)!important}.grid-column-sm-span-1{grid-column:span 1!important}.grid-column-sm-span-2{grid-column:span 2!important}.grid-column-sm-span-3{grid-column:span 3!important}.grid-column-sm-span-4{grid-column:span 4!important}.grid-column-sm-span-5{grid-column:span 5!important}.grid-column-sm-span-6{grid-column:span 6!important}.order-sm-first{order:-1!important}.order-sm-last{order:13!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-6{order:6!important}.order-sm-7{order:7!important}.order-sm-8{order:8!important}.order-sm-9{order:9!important}.order-sm-10{order:10!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-6{order:6!important}.order-sm-7{order:7!important}.order-sm-8{order:8!important}.order-sm-9{order:9!important}.order-sm-10{order:10!important}.order-sm-first{order:-1!important}.order-sm-last{order:13!important}.order-sm-0{order:0!important}}@media (min-width:768px){.overflow-md-auto{overflow:auto!important}.overflow-md-hidden{overflow:hidden!important}.overflow-md-visible{overflow:visible!important}.overflow-md-scroll{overflow:scroll!important}.overflow-x-md-auto{overflow-x:auto!important}.overflow-x-md-hidden{overflow-x:hidden!important}.overflow-x-md-visible{overflow-x:visible!important}.overflow-x-md-scroll{overflow-x:scroll!important}.overflow-y-md-auto{overflow-y:auto!important}.overflow-y-md-hidden{overflow-y:hidden!important}.overflow-y-md-visible{overflow-y:visible!important}.overflow-y-md-scroll{overflow-y:scroll!important}.flex-md-row{flex:row!important}.flex-md-row-reverse{flex:row-reverse!important}.flex-md-column{flex:column!important}.flex-md-column-reverse{flex:column-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.flex-wrap-md-wrap{flex-wrap:wrap!important}.flex-wrap-md-nowrap{flex-wrap:nowrap!important}.flex-wrap-md-wrap-reverse{flex-wrap:wrap-reverse!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.grid-template-columns-md-1{grid-template-columns:repeat(1,1fr)!important}.grid-template-columns-md-2{grid-template-columns:repeat(2,1fr)!important}.grid-template-columns-md-3{grid-template-columns:repeat(3,1fr)!important}.grid-template-columns-md-4{grid-template-columns:repeat(4,1fr)!important}.grid-template-columns-md-5{grid-template-columns:repeat(5,1fr)!important}.grid-template-columns-md-6{grid-template-columns:repeat(6,1fr)!important}.grid-column-md-span-1{grid-column:span 1!important}.grid-column-md-span-2{grid-column:span 2!important}.grid-column-md-span-3{grid-column:span 3!important}.grid-column-md-span-4{grid-column:span 4!important}.grid-column-md-span-5{grid-column:span 5!important}.grid-column-md-span-6{grid-column:span 6!important}.order-md-first{order:-1!important}.order-md-last{order:13!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-6{order:6!important}.order-md-7{order:7!important}.order-md-8{order:8!important}.order-md-9{order:9!important}.order-md-10{order:10!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-6{order:6!important}.order-md-7{order:7!important}.order-md-8{order:8!important}.order-md-9{order:9!important}.order-md-10{order:10!important}.order-md-first{order:-1!important}.order-md-last{order:13!important}.order-md-0{order:0!important}}@media (min-width:992px){.overflow-lg-auto{overflow:auto!important}.overflow-lg-hidden{overflow:hidden!important}.overflow-lg-visible{overflow:visible!important}.overflow-lg-scroll{overflow:scroll!important}.overflow-x-lg-auto{overflow-x:auto!important}.overflow-x-lg-hidden{overflow-x:hidden!important}.overflow-x-lg-visible{overflow-x:visible!important}.overflow-x-lg-scroll{overflow-x:scroll!important}.overflow-y-lg-auto{overflow-y:auto!important}.overflow-y-lg-hidden{overflow-y:hidden!important}.overflow-y-lg-visible{overflow-y:visible!important}.overflow-y-lg-scroll{overflow-y:scroll!important}.flex-lg-row{flex:row!important}.flex-lg-row-reverse{flex:row-reverse!important}.flex-lg-column{flex:column!important}.flex-lg-column-reverse{flex:column-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.flex-wrap-lg-wrap{flex-wrap:wrap!important}.flex-wrap-lg-nowrap{flex-wrap:nowrap!important}.flex-wrap-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.grid-template-columns-lg-1{grid-template-columns:repeat(1,1fr)!important}.grid-template-columns-lg-2{grid-template-columns:repeat(2,1fr)!important}.grid-template-columns-lg-3{grid-template-columns:repeat(3,1fr)!important}.grid-template-columns-lg-4{grid-template-columns:repeat(4,1fr)!important}.grid-template-columns-lg-5{grid-template-columns:repeat(5,1fr)!important}.grid-template-columns-lg-6{grid-template-columns:repeat(6,1fr)!important}.grid-column-lg-span-1{grid-column:span 1!important}.grid-column-lg-span-2{grid-column:span 2!important}.grid-column-lg-span-3{grid-column:span 3!important}.grid-column-lg-span-4{grid-column:span 4!important}.grid-column-lg-span-5{grid-column:span 5!important}.grid-column-lg-span-6{grid-column:span 6!important}.order-lg-first{order:-1!important}.order-lg-last{order:13!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-6{order:6!important}.order-lg-7{order:7!important}.order-lg-8{order:8!important}.order-lg-9{order:9!important}.order-lg-10{order:10!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-6{order:6!important}.order-lg-7{order:7!important}.order-lg-8{order:8!important}.order-lg-9{order:9!important}.order-lg-10{order:10!important}.order-lg-first{order:-1!important}.order-lg-last{order:13!important}.order-lg-0{order:0!important}}@media (min-width:1200px){.overflow-xl-auto{overflow:auto!important}.overflow-xl-hidden{overflow:hidden!important}.overflow-xl-visible{overflow:visible!important}.overflow-xl-scroll{overflow:scroll!important}.overflow-x-xl-auto{overflow-x:auto!important}.overflow-x-xl-hidden{overflow-x:hidden!important}.overflow-x-xl-visible{overflow-x:visible!important}.overflow-x-xl-scroll{overflow-x:scroll!important}.overflow-y-xl-auto{overflow-y:auto!important}.overflow-y-xl-hidden{overflow-y:hidden!important}.overflow-y-xl-visible{overflow-y:visible!important}.overflow-y-xl-scroll{overflow-y:scroll!important}.flex-xl-row{flex:row!important}.flex-xl-row-reverse{flex:row-reverse!important}.flex-xl-column{flex:column!important}.flex-xl-column-reverse{flex:column-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.flex-wrap-xl-wrap{flex-wrap:wrap!important}.flex-wrap-xl-nowrap{flex-wrap:nowrap!important}.flex-wrap-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.grid-template-columns-xl-1{grid-template-columns:repeat(1,1fr)!important}.grid-template-columns-xl-2{grid-template-columns:repeat(2,1fr)!important}.grid-template-columns-xl-3{grid-template-columns:repeat(3,1fr)!important}.grid-template-columns-xl-4{grid-template-columns:repeat(4,1fr)!important}.grid-template-columns-xl-5{grid-template-columns:repeat(5,1fr)!important}.grid-template-columns-xl-6{grid-template-columns:repeat(6,1fr)!important}.grid-column-xl-span-1{grid-column:span 1!important}.grid-column-xl-span-2{grid-column:span 2!important}.grid-column-xl-span-3{grid-column:span 3!important}.grid-column-xl-span-4{grid-column:span 4!important}.grid-column-xl-span-5{grid-column:span 5!important}.grid-column-xl-span-6{grid-column:span 6!important}.order-xl-first{order:-1!important}.order-xl-last{order:13!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-6{order:6!important}.order-xl-7{order:7!important}.order-xl-8{order:8!important}.order-xl-9{order:9!important}.order-xl-10{order:10!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-6{order:6!important}.order-xl-7{order:7!important}.order-xl-8{order:8!important}.order-xl-9{order:9!important}.order-xl-10{order:10!important}.order-xl-first{order:-1!important}.order-xl-last{order:13!important}.order-xl-0{order:0!important}}@media (min-width:1400px){.overflow-xxl-auto{overflow:auto!important}.overflow-xxl-hidden{overflow:hidden!important}.overflow-xxl-visible{overflow:visible!important}.overflow-xxl-scroll{overflow:scroll!important}.overflow-x-xxl-auto{overflow-x:auto!important}.overflow-x-xxl-hidden{overflow-x:hidden!important}.overflow-x-xxl-visible{overflow-x:visible!important}.overflow-x-xxl-scroll{overflow-x:scroll!important}.overflow-y-xxl-auto{overflow-y:auto!important}.overflow-y-xxl-hidden{overflow-y:hidden!important}.overflow-y-xxl-visible{overflow-y:visible!important}.overflow-y-xxl-scroll{overflow-y:scroll!important}.flex-xxl-row{flex:row!important}.flex-xxl-row-reverse{flex:row-reverse!important}.flex-xxl-column{flex:column!important}.flex-xxl-column-reverse{flex:column-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.flex-wrap-xxl-wrap{flex-wrap:wrap!important}.flex-wrap-xxl-nowrap{flex-wrap:nowrap!important}.flex-wrap-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.grid-template-columns-xxl-1{grid-template-columns:repeat(1,1fr)!important}.grid-template-columns-xxl-2{grid-template-columns:repeat(2,1fr)!important}.grid-template-columns-xxl-3{grid-template-columns:repeat(3,1fr)!important}.grid-template-columns-xxl-4{grid-template-columns:repeat(4,1fr)!important}.grid-template-columns-xxl-5{grid-template-columns:repeat(5,1fr)!important}.grid-template-columns-xxl-6{grid-template-columns:repeat(6,1fr)!important}.grid-column-xxl-span-1{grid-column:span 1!important}.grid-column-xxl-span-2{grid-column:span 2!important}.grid-column-xxl-span-3{grid-column:span 3!important}.grid-column-xxl-span-4{grid-column:span 4!important}.grid-column-xxl-span-5{grid-column:span 5!important}.grid-column-xxl-span-6{grid-column:span 6!important}.order-xxl-first{order:-1!important}.order-xxl-last{order:13!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-6{order:6!important}.order-xxl-7{order:7!important}.order-xxl-8{order:8!important}.order-xxl-9{order:9!important}.order-xxl-10{order:10!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-6{order:6!important}.order-xxl-7{order:7!important}.order-xxl-8{order:8!important}.order-xxl-9{order:9!important}.order-xxl-10{order:10!important}.order-xxl-first{order:-1!important}.order-xxl-last{order:13!important}.order-xxl-0{order:0!important}}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section,".") ". ";counter-increment:section}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-block{display:block!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-block{display:block!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-block{display:block!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-block{display:block!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}}@media (min-width:1400px){.d-xxl-none{display:none!important}.d-xxl-block{display:block!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}}.ce-text_images{padding-bottom:2rem}.ce-text_images .ce-text_images__wrap{color:#000;line-height:25px;margin:auto;border-top:1px solid rgb(15 85 104 / .2);display:flex;flex-wrap:wrap;justify-content:space-between}.ce-text_images .ce-text_images__wrap.border-0{border-top:0;margin-top:0}.ce-text_images .ce-text_images__wrap.border-0 .wrap__lf{padding-top:0;padding-right:0;max-width:750px;width:100%}.ce-text_images .ce-text_images__wrap.border-0 .wrap__lf::before{width:0}.ce-text_images .ce-text_images__wrap a{color:#000;text-decoration:none;border-color:rgb(3 174 204 / .3490196078);border-style:solid;border-width:0 0 1px;box-shadow:inset 0 -4px 0 rgb(3 174 204 / .3490196078)}.ce-text_images .ce-text_images__wrap a:hover{color:#00aecc}.ce-text_images .ce-text_images__wrap .wrap__lf{width:64.4%;position:relative}.ce-text_images .ce-text_images__wrap .wrap__lf::before{position:absolute;width:1px;height:100%;background:rgb(15 85 104 / .2);content:"";right:0;top:0}.ce-text_images .ce-text_images__wrap .wrap__lf .ce-text_images__header{margin-bottom:25px}.ce-text_images .ce-text_images__wrap .wrap__lf .ce-text_images__header .subheader{font-size:36px;font-weight:300;line-height:1.3}.ce-text_images .ce-text_images__wrap .wrap__lf picture{display:block;margin-bottom:25px}.ce-text_images .ce-text_images__wrap .wrap__ri{height:fit-content;width:35.6%;position:sticky;top:0}.ce-video .ce-video__wrap{color:#000;line-height:25px;margin:auto;border-top:1px solid rgb(15 85 104 / .2);display:flex;flex-wrap:wrap;justify-content:space-between}.ce-video .ce-video__wrap.border-0{border-top:0;margin-top:0}.ce-video .ce-video__wrap.border-0 .wrap__lf{padding-top:0;padding-right:0;max-width:750px;width:100%}.ce-video .ce-video__wrap.border-0 .wrap__lf::before{width:0}.ce-video .ce-video__wrap a{color:#000;text-decoration:none;border-color:rgb(3 174 204 / .3490196078);border-style:solid;border-width:0 0 1px;box-shadow:inset 0 -4px 0 rgb(3 174 204 / .3490196078)}.ce-video .ce-video__wrap a:hover{color:#00aecc}.ce-video .ce-video__wrap .wrap__lf{width:64.4%;padding-top:50px;padding-right:50px;position:relative}.ce-video .ce-video__wrap .wrap__lf::before{position:absolute;width:1px;height:100%;background:rgb(15 85 104 / .2);content:"";right:0;top:0}.ce-video .ce-video__wrap .wrap__lf .ce-video__header{margin-bottom:25px}.ce-video .ce-video__wrap .wrap__lf .ce-video__header h2{margin-bottom:5px}.ce-video .ce-video__wrap .wrap__lf .ce-video__header .subheader{font-size:36px;font-weight:300;line-height:1.3}.ce-video .ce-video__wrap .wrap__lf .ce-video__video{display:block}.ce-video .ce-video__wrap .wrap__lf .ce-video__video iframe{border-radius:20px}.ce-video .ce-video__wrap .wrap__ri{width:35.6%;padding-left:50px;padding-top:50px}.tx-cf-cookiemanager{display:none}.cc_div,.cc_div *,.cc_div :after,.cc_div :before{font-family:"Source Sans 3",sans-serif!important}.cc_div .c-bn{border-radius:20px!important;background:#001a1f!important;color:#fff!important;border:1px solid #fff!important}.cc_div .c-bn:hover{background:#fff!important;color:#001a1f!important;border:1px solid #001a1f!important}.cc_div .b-tg .expand-button:checked~.c-tg{background:#00aecc!important}#c-footer{border-top:none!important}.b-tl.freaking{font-family:"Space Grotesk",sans-serif!important;font-size:20px!important;font-weight:600!important;color:#001a1f!important}#s-c-bn:after,#s-c-bn:before{background:#fff!important}#s-cnt .cfwrapper{background:#e1eaec!important}div[data-service]{border-radius:20px!important;background:0 0!important}div[data-service] .c-bg,div[data-service] .c-bg-i,div[data-service] .c-nt{border-radius:20px!important;background:0 0!important}div[data-service] .c-bg-i::before,div[data-service] .c-bg::before,div[data-service] .c-nt::before{border-radius:20px!important;background:0 0!important}div[data-service] .c-n-c .c-l-b{background:#001a1f!important;counter-reset:#fff!important;border-radius:20px!important;font-family:"Source Sans 3",sans-serif!important}div[data-service] .c-n-c .c-la-b{background:#fff!important;counter-reset:#001a1f!important;border-radius:20px!important;font-family:"Source Sans 3",sans-serif!important}div[data-service] .c-t-cn{background-image:url(/_assets/23c048c4e278024490c6ac1b855e5de4/img/bg/CeMM-gradient.png);background-repeat:no-repeat;background-position:center center;background-size:cover;border-radius:20px!important}html{margin-left:calc(100vw - 100%);margin-right:0}body::-webkit-scrollbar,html::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background:#c1c1c1}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background-color:#222;outline:0}body::-webkit-scrollbar-thumb:active,html::-webkit-scrollbar-thumb:active{background:#00aecc}*{box-sizing:border-box}body{color:#001a1f;font-size:17px;font-family:"Source Sans 3",sans-serif;font-weight:400;margin:0;padding:0}ul{padding:0;margin:0;list-style:none}#main-content ul{padding:0 0 1rem 1.3rem;list-style:disc}#main-content ul.subnav-nav{padding:0;margin:0}#main-content ul.subnav-nav .l-1,#main-content ul.subnav-nav .l-2,#main-content ul.subnav-nav .l-3,#main-content ul.subnav-nav .l-4,#main-content ul.subnav-nav .l-5{padding:0}#main-content ul.no-style{list-style:none;padding:0!important}#main-content ul.no-style li{padding:0 0 1rem 0}#main-content ul.downloads li{padding:0 0 1rem 0}#main-content ul.link{list-style:none;padding:0!important}#main-content ul.link li{padding:0 0 1rem 0}#main-content ul.link li a{color:#000;text-decoration:none;border-color:rgb(3 174 204 / .3490196078);border-style:solid;border-width:0 0 1px;box-shadow:inset 0 -4px 0 rgb(3 174 204 / .3490196078)}#main-content ul.link li a:hover{color:#00aecc}#main-content ul:last-child{padding:0 0 0 1.3rem}img{max-width:100%;-webkit-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;transition:all .3s linear 0s}a{-webkit-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;transition:all .3s linear 0s;text-decoration:none;color:#000}a:active,a:hover{text-decoration:none}a.link-blue{color:#000;text-decoration:none;border-color:rgb(3 174 204 / .3490196078);border-style:solid;border-width:0 0 1px;box-shadow:inset 0 -4px 0 rgb(3 174 204 / .3490196078)}a.link-blue:hover{color:#00aecc}.visually-hidden{display:none!important}.mobile{display:none}.tag{color:#0f5568}b,strong{font-weight:600}section{padding:1.5rem 0}.btn,button{-webkit-transition:all .3s linear 0s;-o-transition:all .3s linear 0s;transition:all .3s linear 0s}.btn:active,.btn:focus,.btn:hover,button:active,button:focus,button:hover{outline:0}.btn:focus,button:focus,input:focus,textarea,textarea:focus{outline:0;box-shadow:none}.form-control:focus{color:#001a1f;background-color:#fff0;outline:0;box-shadow:none}.btn:focus,.btn:hover{outline:0;box-shadow:none;color:#fff}h1,h2,h3,h4,h5,h6{font-family:"Space Grotesk",sans-serif;color:#001a1f;margin:0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}.h1,h1{font-size:48px;line-height:1;margin-bottom:40px}.h2,h2{font-size:36px;line-height:1;margin-bottom:30px;margin-top:50px}.h3,h3{font-size:28px;line-height:1;margin-bottom:30px;margin-top:45px}.h4,h4{font-size:24px;line-height:1;margin-bottom:20px;margin-top:35px}.h5,h5{font-size:20px;line-height:1;margin-bottom:15px;margin-top:35px}.h6,h6{font-size:16px;line-height:1;margin-bottom:10px;margin-top:35px}.ce-text_images__header h2,.header h2,.item-title h2{color:#001a1f;font-size:42px;font-style:normal;font-weight:600;margin:0 0 8px 0}.ce-text_images__header .ce-subheader,.header .ce-subheader,.item-title .ce-subheader{font-size:42px;font-weight:300;color:#001a1f;margin-bottom:20px;display:block;margin-top:-8px;font-family:"Source Sans 3",sans-serif;line-height:42px}.ce-header{margin-bottom:20px}.ce-header h2{color:#001a1f;font-size:36px;font-style:normal;font-weight:600;margin:0;z-index:9;position:relative}.ce-header h3{margin:0}.ce-header .ce-subheader{color:#001a1f;font-size:36px;font-weight:300;display:block;font-family:"Source Sans 3",sans-serif;line-height:36px}.item-text{margin-bottom:1rem}.item-text p a{color:#000;text-decoration:none;border-color:rgb(3 174 204 / .3490196078);border-style:solid;border-width:0 0 1px;box-shadow:inset 0 -4px 0 rgb(3 174 204 / .3490196078)}.item-text p a:hover{color:#00aecc}p a{color:#000;text-decoration:none;border-color:rgb(3 174 204 / .3490196078);border-style:solid;border-width:0 0 1px;box-shadow:inset 0 -4px 0 rgb(3 174 204 / .3490196078)}p a:hover{color:#00aecc}hr{border-color:#352323}.nav-controls{color:#000;font-size:16px;font-style:normal;font-weight:600;transition:.1s;display:inline-block;display:flex;justify-content:space-between;align-content:center;align-items:center}.nav-controls .back-button{border-radius:40px;border:1px solid #bee3ef;padding:10px 30px;display:flex;font-family:"Source Sans 3",sans-serif;font-size:16px;font-weight:600;justify-content:space-between;align-content:center;align-items:center;transition:.1s;width:100%}ol{list-style:decimal}p:last-child{margin-bottom:0}.theme-btn{padding:14px 30px 15px 30px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:600;line-height:20px;background-color:#001a1f!important;border-radius:50px}.fst-italic{font-style:italic}.image-embed-item,.img-fluid{max-width:100%;height:auto}.image-embed-item,.img-rounded{border-radius:20px}.img-sm-rounded{border-radius:10px}.img-desc .image-caption{color:#000!important;font-size:14px!important;font-weight:400!important;margin-bottom:0;line-height:1.1rem}.img-desc .image-copyright{color:#555!important;font-size:14px!important;font-weight:400!important;margin-bottom:0;line-height:1.1rem}.yellow{background-color:#f1dd00!important;color:#fff!important}.green{background-color:#96c03a!important;color:#fff!important}.purple{background-color:#c73188!important;color:#fff!important}.orange{background-color:#e95e30!important;color:#fff!important}fieldset{border:none;padding:0;margin:0}label{color:#000;font-size:16px;font-weight:600;line-height:20px;display:block;margin-bottom:8px;padding-left:20px}input[type=search],input[type=text]{border-radius:25px;background:#f5f5f5;padding:14px 20px 15px 20px;color:#7a7a7a;font-size:16px;font-weight:400;line-height:20px;width:100%;border:0}textarea{height:328px;border-radius:20px;background:#f5f5f5;width:100%;border:0;padding:14px 20px 15px 20px;color:#7a7a7a;font-size:16px;font-weight:400;line-height:20px}::-moz-selection{background:#00aecc;color:#fff;text-shadow:none}::-moz-selection{background:#00aecc;color:#fff;text-shadow:none}::selection{background:#00aecc;color:#fff;text-shadow:none}::-moz-placeholder{color:#001a1f;font-size:17px;opacity:1}::placeholder{color:#001a1f;font-size:17px;opacity:1}.btn-theme{color:#fff;border-color:#00aecc;background:#00aecc}.btn-theme:hover{background:#00aecc;color:#fff;border-color:#00aecc}.btn-rounded{border-radius:100%!important}.btn-square{border-radius:0!important}.bg-gray{background:#e1eaec}.bg-white{background:#fff}.bg-black{background:#000}.bg-theme{background:#00aecc}.bg-dark{background-color:#001a1f!important}.bg-off-white{background-color:#f7f7f7}.bg-off-white-2{background-color:#f1f8ff}.bg-blue{background-color:#4c87ff!important}.bg-yellow{background-color:#fea116!important}.bg-pink{background-color:#fc4557!important}.bg-egg-blue{background-color:#1cb5a3!important}.bg-purple{background-color:#5851a7!important}.gray-color{background:#e1eaec}.white-color{color:#fff}.black-color{color:#000}.theme-color{color:#00aecc}.table-row{display:table;width:100%;height:100%}.table-cell{display:table-cell;vertical-align:middle;width:100%}.f-left{float:left}.f-right{float:right}.fix{overflow:hidden}.separator{border-top:1px solid #f2f2f2}::placeholder{color:#7a7a7a}.container-sm{max-width:1245px;padding:0 15px;margin:auto}@media screen and (max-width:7680px){.container-sm{max-width:100%;padding:0}}.container{max-width:1296px;padding:0 15px;margin:auto}.button-none .owl-nav{display:none!important}p{margin-top:0}.p-b-0{padding-bottom:0!important}.p-t-0{padding-top:0!important}.m-t-0{margin-top:0!important}.no-background{background:0 0!important}.theme-btn{border:1px solid #fff0}.theme-btn svg{display:none}.theme-btn:after{content:"";width:11px;height:12px;display:inline-block;background-image:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/white_arrow.svg');background-repeat:no-repeat;transition:all .3s linear 0s}.theme-btn:hover{gap:15px!important}.theme-btn:hover:after{margin-left:3px}.theme__btn{transition:.3s;border:1px solid #fff0}.theme__btn svg{display:none}.theme__btn:after{content:"";width:11px;height:12px;display:inline-block;background-image:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/white_arrow.svg');background-repeat:no-repeat;transition:all .3s linear 0s}.theme__btn:hover{gap:15px!important}.theme__btn:hover:after{margin-left:3px}.super__area{padding-top:70px}.owlslider{position:relative}.owlslider h3.h5{margin:0;color:#000;font-size:20px;line-height:1}.owlslider span{color:#001a1f;font-size:42px;font-weight:600;line-height:53px;font-weight:300;display:block;margin-top:-8px;margin-bottom:10px;font-family:"Source Sans 3",sans-serif}.owlslider .owlslider__bg--img{position:absolute;max-width:554px;bottom:-30%;right:30%;opacity:0;transition:opacity .3s ease}@media (min-width:992px) and (max-width:1200px){.owlslider .owlslider__bg--img{bottom:-20%;right:30%}}@media (min-width:768px) and (max-width:991px){.owlslider .owlslider__bg--img{bottom:-25%!important;right:30%}}@media only screen and (min-width:320px) and (max-width:767px){.owlslider .owlslider__bg--img{bottom:-25%!important;right:0}}.owl-carousel.owl-drag .owl-stage{padding:0!important;display:flex}.owl-carousel.owl-drag .owl-stage .owl-item{height:auto}.owl-carousel.owl-drag .owl-stage .owl-item .item{background:rgb(255 255 255 / .7);backdrop-filter:blur(2px);border:1px solid #e1eaec;border-top:0;border-bottom:0;transition:.3s;height:100%;align-content:flex-start}.owl-carousel.owl-drag .owl-stage .owl-item iframe{border-radius:20px}.owl-carousel.owl-drag .owl-nav button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:1366px;background:#000}.owl-carousel.owl-drag .owl-nav button:hover{background-color:#fff!important}.owl-carousel.owl-drag .owl-nav button.owl-prev{position:absolute;top:40%;margin-left:-30px;border:0 solid #000}.owl-carousel.owl-drag .owl-nav button.owl-next{position:absolute;top:40%;right:-30px;border:0 solid #000}.events__slider.owl-carousel.owl-drag .owl-stage,.news__slider.owl-carousel.owl-drag .owl-stage{padding:0!important;display:flex}.events__slider.owl-carousel.owl-drag .owl-stage .owl-item,.news__slider.owl-carousel.owl-drag .owl-stage .owl-item{height:auto}.badge{padding:5px 15px;margin:0;border-radius:50px;border:1px solid #e1eaec;display:inline-flex;color:#000;font-size:15px;font-weight:600;line-height:20px;transition:.3s;white-space:nowrap}.badge.inverse{background-color:#000;color:#fff}.badge.tag{color:#0f5568}.pid-282 .content-header__area{padding-bottom:1.5rem!important}.social-media{display:flex;flex-wrap:wrap;gap:10px}.social-media a{height:49px;width:49px;display:flex;align-items:center;justify-content:center;background:#000!important;border-radius:50%;transition:.3s;padding-right:0!important}html{transform:unset;transform-origin:unset;width:auto;height:auto;overflow-x:unset}@media (min-width:1200px) and (max-width:1450px){.container-sm{max-width:1245px;padding:0 15px}.container{max-width:1296px;padding:0 15px}}@media only screen and (min-width:320px) and (max-width:767px){.ce-header h2{font-size:28px!important;line-height:28px!important}.ce-header h3{font-size:28px!important;line-height:28px!important}.ce-header span{font-size:28px!important;line-height:28px!important}.ce-header .ce-subheader{font-size:28px!important;line-height:28px!important}.theme-btn--tr{font-size:15px;justify-content:start;display:inline-flex;gap:10px;width:auto}}.pid-296 .back-button{display:none}.directory .directory__header{position:sticky;top:0;z-index:9;background-color:#fff;max-width:750px}.directory .directory__header .alphabet-nav__wrap .alphabet-links{display:flex;justify-content:space-between;flex-wrap:wrap}.directory .directory__header .alphabet-nav__wrap .alphabet-links .alphabet-links__item .alphabet-links__link{font-size:20px}.directory .directory__group{margin-top:40px}.directory .directory__group .directory-letter{padding-top:30px}.directory .accordion a.link-blue{color:#000;text-decoration:none;border-color:rgb(3 174 204 / .3490196078);border-style:solid;border-width:0 0 1px;box-shadow:inset 0 -4px 0 rgb(3 174 204 / .3490196078)}.directory .accordion a.link-blue:hover{color:#00aecc}.directory .accordion .accordion-item .wrap{align-items:center;justify-content:space-around}.directory .accordion .accordion-item .wrap .wrap__lf{width:35.6%!important;padding:0!important}.directory .accordion .accordion-item .wrap .wrap__lf picture{margin-bottom:0}.directory .accordion .accordion-item .wrap .wrap__lf::before{position:absolute;width:0;height:100%;background:0 0}.directory .accordion .accordion-item .wrap .wrap__ri{width:50%!important;padding:0!important}.pid-2228 .persons{padding:1.5rem 0}.events .event__flex{display:flex;flex-wrap:wrap;justify-content:space-between;position:relative}.events .event__flex .event__left{width:80%;position:relative}.events .event__flex .event__left .single__event{padding:50px;background:rgb(255 255 255 / .7);backdrop-filter:blur(2px);border:1px solid #e1eaec;border-top:0;border-bottom:0;transition:.3s;height:100%}.events .event__flex .event__left .single__event .event__img{position:relative;margin-bottom:20px;border-radius:10px}.events .event__flex .event__left .single__event .event__img span{position:absolute;top:-23px;left:0;border-radius:7px 7px 7px 0;background:#000;width:154px;height:47px;color:#fff;font-size:18px;font-weight:400;line-height:25px;display:flex;align-items:center;justify-content:center}.events .event__flex .event__left .single__event .event__img img{border-radius:10px}.events .event__flex .event__left .single__event .event__text span{color:#000;font-size:20px;display:block;font-weight:400}.events .event__flex .event__left .single__event .event__text h3{color:#000;font-size:20px;font-weight:600;margin-top:0;margin-bottom:10px}.events .event__flex .event__left .single__event .event__text .event__text--text,.events .event__flex .event__left .single__event .event__text p{color:#000;font-size:17px;font-weight:400;line-height:25px;min-height:76px}.events .event__flex .event__left .single__event .event__text a{color:#0f5568;font-size:17px;font-weight:400;line-height:25px;display:block}.events .event__flex .event__left .owl-item.active.firstActiveItem .single__event{border-left:0;border-top:0;border-right:0}.events .event__flex .event__left .owl-dots{display:none}.events .event__flex .event__right{padding-top:38px}.events .event__flex .event__bg--img{position:absolute;max-width:554px;bottom:-141px;right:20%}.events .event__flex .event__bg--img.event-bg2{bottom:-119px;max-width:756px;right:8%}.events .event__flex .event__right .section__title{text-align:right}@media only screen and (max-width:767px){.events .event__flex .event__right .section__title{text-align:left}}.events .event__flex .event__right .section__title h3{margin:0;color:#000;text-align:right;font-size:42px;font-weight:600;line-height:53px}.events .event__flex .event__right .section__title span{color:#001a1f;text-align:right;font-size:42px;font-weight:600;line-height:53px;font-weight:300;display:block;margin-top:-8px;margin-bottom:10px;font-family:"Source Sans 3",sans-serif}.event.button-none{padding-bottom:98px}.event__img{border-radius:10px!important}@media (min-width:1200px) and (max-width:1450px){.event .event__flex .event__left{width:68%}.event .event__flex .event__left .single__event{padding:30px;height:auto}}@media (min-width:992px) and (max-width:1200px){.event{padding-bottom:100px;padding-top:30px}.event .event__flex .event__left{width:74.2%}.event .event__flex .event__left .single__event{padding:30px;height:auto}.event .event__flex .event__left .owl-nav{bottom:-75px}.event .event__flex .event__left::before{bottom:-89px}}@media (min-width:768px) and (max-width:991px){.event{padding-bottom:100px;padding-top:30px}.event .event__flex .event__left{width:74.2%}.event .event__flex .event__left .single__event{height:auto}.event .event__flex .event__left .owl-item.active.firstActiveItem .single__event{border-right:1px solid #e1eaec;margin-right:1px}.event .event__flex .event__left .owl-nav{bottom:-75px}.event .event__flex .event__left::before{bottom:-89px}}@media only screen and (min-width:320px) and (max-width:767px){.event{padding-bottom:90px}.event .event__flex .event__bg--img{max-width:451px;bottom:-110px}.event .event__flex .event__left{width:100%;order:2;margin-top:26px}.event .event__flex .event__left .owl-nav{bottom:-65px;right:0}.event .event__flex .event__left .owl-nav button{height:45px;width:45px}.event .event__flex .event__left .single__event{padding:22px;height:auto;min-height:509px}.event .event__flex .event__left .single__event .event__img span{font-size:16px;height:40px;width:136px;top:-20px}.event .event__flex .event__left .owl-item.active.firstActiveItem .single__event{border-right:1px solid #e1eaec;margin-right:1px}.event .event__flex .event__left::before{bottom:-89px;display:none}.event .event__flex .event__right{padding-top:0}.event .event__flex .event__right .section__title{width:100%;padding:0 22px}.event .event__flex .event__right .section__title h3{font-size:28px;text-align:left}.event .event__flex .event__right .section__title span{font-size:28px;text-align:left;line-height:30px}.member{padding-bottom:120px}}.explore{padding-top:50px;padding-bottom:82px}.explore .explore__wrap{position:relative;padding:50px;border-radius:20px;height:668px}.explore .explore__wrap:before{position:absolute;content:"";border-radius:20px;opacity:.3;background:linear-gradient(110deg,#00aecc 0,#def5fc 117.46%);width:100%;height:100%;left:0;top:0}.explore .explore__wrap .explore__title h2{color:#001a1f;font-size:42px;font-weight:600;line-height:53px;margin:0}.explore .explore__wrap .explore__title span{color:#001a1f;font-size:42px;font-weight:300;line-height:normal}.explore .explore__wrap .explore__box{position:absolute;right:192px;bottom:-82px}.explore .explore__wrap .explore__box .single__explore{border-radius:50px;position:absolute;top:190px;left:-45px;background-color:rgb(255 255 255 / .75);display:flex;align-items:center;gap:15px;padding:10px 20px;margin:20px;color:#000;font-size:18px;font-weight:600;line-height:30px;font-family:"Space Grotesk"}.explore .explore__wrap .explore__box .single__explore .ex__hove{position:absolute;height:120px;width:120px;border-radius:50%;overflow:hidden;bottom:-30px;right:0;border:2px solid #fff;opacity:0;visibility:hidden;transition:all .4s ease-in-out}.explore .explore__wrap .explore__box .single__explore .ex__hove img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.explore .explore__wrap .explore__box .single__explore:hover .ex__hove{opacity:1;visibility:visible;transform:scale(1.5)}.explore .explore__wrap .explore__box .single__explore a{display:flex;align-items:center;gap:15px;color:#001a1f;line-height:28px;font-family:"Space Grotesk",sans-serif}.explore .explore__wrap .explore__box .single__explore .plus-icon{width:25px;height:25px}.explore .explore__wrap .explore__box .single__explore img{width:100%}.explore .explore__wrap .explore__box .single__explore.ex1 .ex__hove{left:auto;right:-100px}.explore .explore__wrap .explore__box .single__explore.ex2{top:258px;left:-33px}.explore .explore__wrap .explore__box .single__explore.ex2 .ex__hove{left:auto;right:-100px}.explore .explore__wrap .explore__box .single__explore.ex3{top:auto;bottom:315px;left:-220px}.explore .explore__wrap .explore__box .single__explore.ex3 .ex__hove{left:auto;right:-100px}.explore .explore__wrap .explore__box .single__explore.ex4{top:auto;bottom:148px;left:40px}.explore .explore__wrap .explore__box .single__explore.ex4 .ex__hove{left:auto;right:-100px}.explore .explore__wrap .explore__box .single__explore.ex5{left:auto;top:90px;right:140px}.explore .explore__wrap .explore__box .single__explore.ex5 .ex__hove{right:auto;left:-100px}.explore .explore__wrap .explore__box .single__explore.ex6{left:auto;right:-90px;top:205px}.explore .explore__wrap .explore__box .single__explore.ex6 .ex__hove{right:auto;left:-100px}.explore .explore__wrap .explore__box .single__explore.ex7{left:auto;right:30px;top:320px}.explore .explore__wrap .explore__box .single__explore.ex7 .ex__hove{right:auto;left:-100px}.explore .explore__wrap .explore__box .single__explore.ex8{left:auto;right:100px;top:auto;bottom:190px}.explore .explore__wrap .explore__box .single__explore.ex8 .ex__hove{right:auto;left:-100px}.explore .explore__mob{border-radius:20px;background:linear-gradient(110deg,rgb(0 174 204 / .3) 0,rgb(222 245 252 / .3) 117.46%);padding:0;padding-bottom:15px;display:none;height:auto}.explore .explore__mob .explore__mob--img img{width:100%}.explore .explore__mob .explore__mob--img a{display:block}.explore .explore__mob .explore__mob--img .explore_m{cursor:pointer;border-radius:50px;background-color:rgb(255 255 255 / .85);padding:10px 20px;position:absolute;color:#000;text-align:right;font-family:"Space Grotesk";font-size:18px;font-style:normal;font-weight:600;line-height:30px;border:0;display:flex;align-items:center;gap:10px}.explore .explore__mob .explore__mob--img .explore_m.ex1{left:25%;top:17%}.explore .explore__mob .explore__mob--img .explore_m.ex2{left:65%;top:15%}.explore .explore__mob .explore__mob--img .explore_m.ex3{left:20%;top:28%}.explore .explore__mob .explore__mob--img .explore_m.ex4{left:25%;top:37%}.explore .explore__mob .explore__mob--img .explore_m.ex5{left:50%;top:15%}.explore .explore__mob .explore__mob--img .explore_m.ex6{left:50%;top:25%}.explore .explore__mob .explore__mob--img .explore_m.ex7{left:65%;top:31%}.explore .explore__mob .explore__mob--img .explore_m.ex8{left:55%;top:39%}.explore .explore__mob .explore__mob--content ol{padding-inline-start:0}.explore .explore__mob .explore__mob--content ol li{border-bottom:1px solid rgb(112 112 112 / .28);padding:15px 0;font-weight:700;text-align:right;display:flex;justify-content:space-between;color:#000;font-size:18px;font-weight:600;line-height:30px;font-family:"Space Grotesk"}.explore .explore__mob .explore__mob--content ol li span{color:#001a1f;font-size:18px!important;font-weight:600}.explore .explore__mob .explore__mob--content ol li a{color:#001a1f;text-decoration-line:underline;text-align:right}.explore .explore__mob .explore__mob--content ol li:last-child{border:0}.explore .explore__wrap.explore__mob::before{display:none}@media (min-width:992px) and (max-width:1200px){.explore .explore__wrap{height:583px}.explore .explore__wrap .explore__box{position:absolute;right:131px;bottom:-131px;transform:scale(.7)}}@media (min-width:768px) and (max-width:991px){.explore{padding-bottom:50px}.explore .explore__wrap{padding:30px;height:403px}.explore .explore__wrap .explore__box{position:absolute;right:0;bottom:-196px;transform:scale(.6)}.explore .explore__wrap .explore__title h2{font-size:30px;line-height:40px}.explore .explore__wrap .explore__title span{font-size:30px;line-height:40px}}@media only screen and (min-width:320px) and (max-width:767px){.explore{padding-top:25px;padding-bottom:30px}.explore .explore__wrap{display:none}.explore .explore__mob{display:block}.explore .explore__mob .explore__title{padding:25px 20px}.explore .explore__mob .explore__title h2{font-size:28px;line-height:30px}.explore .explore__mob .explore__title span{font-size:28px;line-height:30px}.explore.mob-none{display:none}}.explore .explore__wrap .explore__box .single__explore.ex11{left:-11px;top:260px;width:299px}.explore .explore__wrap .explore__box .single__explore.ex12{top:auto;bottom:268px;left:-131px;width:344px}.explore .explore__wrap .explore__box .single__explore.ex13{left:auto;right:35px;top:100px}.explore .explore__wrap .explore__box .single__explore.ex13 a{display:flex;justify-content:end}.explore .explore__wrap .explore__box .single__explore.ex14{left:auto;right:-142px;top:217px;width:372px}.explore .explore__wrap .explore__box .single__explore.ex14 a{justify-content:end}.explore .explore__wrap .explore__box .single__explore.ex15{left:auto;right:-13px;top:auto;bottom:240px;width:289px}.explore .explore__wrap .explore__box .single__explore.ex15 a{justify-content:end}.field__area .field__wrap .field__box{border-radius:20px;background:linear-gradient(110deg,rgb(0 174 204 / .25) 0,rgb(255 255 255 / .25) 117.46%);min-height:880px;position:relative}@media screen and (max-width:767px){.field__area .field__wrap .field__box{min-height:inherit}}.field__area .field__wrap .field__box .pi-filter-container{display:flex;justify-content:center;gap:15px;margin:0;top:30px;position:absolute;right:20px;z-index:90}@media screen and (max-width:992px){.field__area .field__wrap .field__box .pi-filter-container{display:grid;grid-template-columns:1fr 1fr;padding-top:initial;right:10px}}@media screen and (max-width:767px){.field__area .field__wrap .field__box .pi-filter-container{display:grid;grid-template-columns:1fr 1fr;padding-top:initial;right:auto;position:relative}}.field__area .field__wrap .field__box .pi-filter-container .pi-filter-button{padding:10px 20px;display:inline-flex;align-items:center;color:#fff;font-size:16px;font-weight:600;line-height:20px;background-color:#000!important;border-radius:50px;border:none}@media screen and (max-width:767px){.field__area .field__wrap .field__box .pi-filter-container .pi-filter-button{padding:10px 10px;display:block}}.field__area .field__wrap .field__box .pi-filter-container .pi-filter-button:hover{cursor:pointer}@media screen and (max-width:767px){.field__area .field__wrap .field__box .field__title{position:static}}.field__area .field__wrap .field__box .field__inner .field__item{position:absolute;z-index:99;width:343px}.field__area .field__wrap .field__box .field__inner .field__item button{cursor:pointer;border-radius:50px;background-color:rgb(255 255 255 / .85);padding:10px 20px;color:#000;text-align:right;font-family:"Space Grotesk";font-size:18px;font-style:normal;font-weight:600;line-height:30px;border:0;display:flex;align-items:center;gap:10px}.field__area .field__wrap .field__box .field__inner .field__item button span{width:25px;height:25px}@media screen and (max-width:992px){.field__area .field__wrap .field__box .field__inner .field__item{width:333px}}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap{background:linear-gradient(110deg,rgb(204 235 242 / .7490196078),#e0efd6);border:3px dashed #fff;border-top:none;border-right:none;margin:0 25px 2px 25px;padding:20px 10px 10px 10px;border-radius:0 10px 10px 10px;position:relative;z-index:99}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap .field__single__sub a{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap .field__single__sub a .field__sub__lf{display:flex;align-items:center}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap .field__single__sub a .field__sub__lf .field__sub__img{width:55px;height:55px}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap .field__single__sub a .field__sub__lf .field__sub__img img{width:100%;height:100%;border-radius:50%;object-fit:cover}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap .field__single__sub a .field__sub__lf .field__sub__ct{margin-left:10px;text-align:left}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap .field__single__sub a .field__sub__lf .field__sub__ct h6{color:#000;font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin:0}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap .field__single__sub a .field__sub__lf .field__sub__ct h6 p{margin:0;color:#00aecc;font-size:16px;font-style:normal;font-weight:400;line-height:25px}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap .field__single__sub a .field__sub__logo a{width:60px;height:60px;display:flex;align-items:center}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap .field__single__sub a .field__sub__logo a img{width:100%;height:100%}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap .field__single__sub a:last-of-type{margin:0;padding:0}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap .field__single__sub:last-of-type{margin:0;padding:0}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap h6{font-size:17px!important}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap p{font-size:17px!important}@media screen and (max-width:992px){.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap h6{font-size:15px!important}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap p{font-size:15px!important}}.field__area .field__wrap .field__box .field__inner .field__item .field__sub__wrap:after{content:"";position:absolute;right:0;bottom:0;height:50%;width:2px;border-right:2px dashed #fff}.field__area .field__wrap .field__box .field__inner .field__item button.active{z-index:999;position:relative}.field__area .field__wrap .field__box .field__inner .field__item .collapsible-content{z-index:999;position:relative}.field__item.animating{transition:transform .3s ease}.collapsible-content{overflow:hidden;transition:max-height .3s ease,opacity .2s ease,visibility .2s ease}.field__single__sub{transition:transform .3s ease,opacity .3s ease;margin-bottom:10px}.field__single__sub:hover{transform:scale(1.02)!important;z-index:10}.research-field_bg{background:url(/_assets/23c048c4e278024490c6ac1b855e5de4/img/field/f3.png) no-repeat center 65%;background-size:initial;min-height:640px;justify-content:center;align-items:center}@media screen and (max-width:992px){.research-field_bg{margin-top:20%;background-size:contain}}@media screen and (max-width:767px){.research-field_bg{margin-top:50px;background-size:contain;min-height:inherit}}.footer .frame{padding:0}.footer .footer__social{position:relative;display:flex;justify-content:end}.footer .footer__social .footer__social--bg{display:flex;align-items:center;flex-wrap:wrap;gap:10px;position:relative}.footer .footer__social .footer__social--bg a{width:49px;height:49px;background:#001a1f!important;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.3s;padding-right:0!important}.footer .footer__social .footer__social--bg a:hover{background:#fff!important;border:1px solid #001a1f}.footer .footer__social .footer__social--bg a:hover svg path{fill:#000}.footer .footer__social .footer__social--bg a:hover svg .youtube-bg-white{fill:#000}.footer .footer__social .footer__social--bg a:hover svg .youtube-play-white{fill:#fff;filter:brightness(1)}.footer .footer__social .footer__social--bg a .youtube-icon .youtube-bg-white{fill:#fff}.footer .footer__social .footer__social--bg a .youtube-icon .youtube-play-white{fill:#000}.footer .footer__social:before{position:absolute;content:"";background:#e1eaec;width:100%;height:1px;top:50%;transform:translateY(-50%)}.footer .footer__info--box{display:flex;flex-wrap:wrap;align-items:end}.footer .footer__info--box .footer__logo{max-width:291px;height:279px;margin-right:50px}.footer .footer__info--box .footer__logo p{color:#001a1f;font-size:16px;font-weight:400;line-height:normal;margin-top:0}.footer .footer__info--box .footer__info p{color:#001a1f;font-size:16px;font-weight:400;margin-bottom:20px;margin-top:0}.footer .footer__info--box .footer__info a{color:#000;font-size:16px;font-weight:400;line-height:normal;display:block;margin-top:5px}.footer .footer__info--box .footer__info a:hover{color:#00aecc!important}.footer__location{width:27.4%}.footer__flex{display:flex;flex-wrap:wrap;justify-content:space-between}.footer__flex .footer__brand{display:flex;flex-wrap:wrap;align-items:center;gap:40px}.footer__flex .footer__brand a[target=_blank]{background:0 0!important;padding:0}.footer__flex .footer__brand a[target=_blank] img{max-width:55px}.footer__flex .footer__menu li{display:inline-block;margin-right:30px}.footer__flex .footer__menu li:last-child{margin:0}.footer__flex .footer__menu li a{color:#001a1f;font-size:14px;font-weight:500;font-family:"Space Grotesk",sans-serif}.footer__flex .footer__menu li a:hover{color:#00aecc!important}@media (min-width:768px) and (max-width:991px){.footer .footer__wrap{border-bottom:1px solid #edf3f4;padding-bottom:40px}.footer .footer__wrap .footer__left{width:100%;border:0}.footer .footer__wrap .footer__left .footer__info--box .footer__logo{width:100%;height:auto;margin-bottom:20px;max-width:unset;margin-right:0}.footer .footer__wrap .footer__location{width:100%}.footer .footer__flex .footer__menu li{margin-right:20px}}@media only screen and (min-width:320px) and (max-width:767px){.footer{padding-top:60px;padding-bottom:30px}.footer .footer__wrap{padding-bottom:25px;border-bottom:1px solid #edf3f4}.footer .footer__wrap .footer__left{padding-bottom:30px;width:100%;border:0}.footer .footer__wrap .footer__left .footer__social .footer__social--bg{padding-left:0}.footer .footer__wrap .footer__left .footer__social .footer__social--bg a{width:45px;height:45px}.footer .footer__wrap .footer__left .footer__info--box .footer__logo{display:flex;flex-wrap:wrap;gap:17px;width:100%;height:auto;margin-bottom:20px;max-width:unset;margin-right:0}.footer .footer__wrap .footer__left .footer__info--box .footer__logo a{max-width:120px;margin:0;order:2}.footer .footer__wrap .footer__left .footer__info--box .footer__logo p{width:57%}.footer .footer__wrap .footer__location{width:100%}.footer .footer__flex .footer__menu li{margin-right:20px}}.powermail_message.powermail_message_error{background-color:#c73188;color:#fff;margin-bottom:20px;padding:20px;border-radius:10px}.powermail_message.powermail_message_error h2{font-size:20px;margin:0;color:#fff}.powermail_message.powermail_message_error ol{margin-bottom:0;padding:0;list-style-position:inside}.powermail_field{display:flow-root}.powermail_field div label{font-weight:400!important}.powermail_field .radio label{font-weight:400!important}.events .event-registration-row input{font-family:"Source Sans 3",sans-serif;color:#000}.events .event-registration-row textarea{font-family:"Source Sans 3",sans-serif;font-size:16px}.events .event-registration-row .field-errors{background-color:#c73188;color:#fff;padding:10px;border-radius:10px}.fundings .accordion .accordion-item .accordion-button .fw-mid{max-width:60%}.fundings .accordion .accordion-collapse .wrap{padding:20px 0;flex-wrap:nowrap;align-items:flex-start}.fundings .accordion .accordion-collapse .wrap .wrap__lf{width:70%;padding:0}.fundings .accordion .accordion-collapse .wrap .wrap__lf::before{width:0;background:0 0}.fundings .accordion .accordion-collapse .wrap .wrap__lf a{color:#000;text-decoration:none;border-color:rgb(3 174 204 / .3490196078);border-style:solid;border-width:0 0 1px;box-shadow:inset 0 -4px 0 rgb(3 174 204 / .3490196078)}.fundings .accordion .accordion-collapse .wrap .wrap__lf a:hover{color:#00aecc}.fundings .accordion .accordion-collapse .wrap .wrap__ri{width:30%;padding:0}.fundings .accordion .accordion-collapse .wrap .wrap__ri a{color:#000;text-decoration:none;border-color:rgb(3 174 204 / .3490196078);border-style:solid;border-width:0 0 1px;box-shadow:inset 0 -4px 0 rgb(3 174 204 / .3490196078)}.fundings .accordion .accordion-collapse .wrap .wrap__ri a:hover{color:#00aecc}.gallery>div{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;align-content:center;gap:30px}.gallery>div>*{flex-shrink:0;width:100%;max-width:100%}@media (min-width:576px) and (max-width:991px){.gallery>div>*{flex:0 0 auto;width:calc(50% - 15px)}}@media (min-width:992px){.gallery .row-cols-lg-4>*{flex:0 0 auto;width:30%}}.page .content-header__box,.page .sidebar__wrap .sidebar .nav-controls a:hover,.page .sidebar__wrap .sidebar ul li a:hover,.page .sidebar__wrap .sidebar ul li button.active:hover,.page .sidebar__wrap .sidebar ul li.active a:hover,.page .sidebar__wrap .sidebar ul li.l-level.active,.page .sidebar__wrap .sidebar-full ul li a:hover,.page .subnav-link.back-button:hover{background:linear-gradient(315deg,#f1dd00 0,#00aecc 30%)}.page-forschung .content-header__box,.page-forschung .sidebar__wrap .sidebar .nav-controls a:hover,.page-forschung .sidebar__wrap .sidebar ul li a:hover,.page-forschung .sidebar__wrap .sidebar ul li button.active:hover,.page-forschung .sidebar__wrap .sidebar ul li.active a:hover,.page-forschung .sidebar__wrap .sidebar ul li.l-level.active,.page-forschung .sidebar__wrap .sidebar-full ul li a:hover,.page-forschung .subnav-link.back-button:hover,.page-research .content-header__box,.page-research .sidebar__wrap .sidebar .nav-controls a:hover,.page-research .sidebar__wrap .sidebar ul li a:hover,.page-research .sidebar__wrap .sidebar ul li button.active:hover,.page-research .sidebar__wrap .sidebar ul li.active a:hover,.page-research .sidebar__wrap .sidebar ul li.l-level.active,.page-research .sidebar__wrap .sidebar-full ul li a:hover,.page-research .subnav-link.back-button:hover{background:linear-gradient(315deg,#f1dd00 0,#00aecc 30%);color:#fff}.page-business-opportunities .content-header__box,.page-business-opportunities .sidebar__wrap .sidebar .nav-controls a:hover,.page-business-opportunities .sidebar__wrap .sidebar ul li a:hover,.page-business-opportunities .sidebar__wrap .sidebar ul li button.active:hover,.page-business-opportunities .sidebar__wrap .sidebar ul li.active a:hover,.page-business-opportunities .sidebar__wrap .sidebar ul li.l-level.active a,.page-business-opportunities .sidebar__wrap .sidebar-full ul li a:hover,.page-business-opportunities .subnav-link.back-button:hover{background:linear-gradient(135deg,#c73188 0,#00aecc 30%);color:#fff}.page-join-cemm .content-header__box,.page-join-cemm .sidebar__wrap .sidebar .nav-controls a:hover,.page-join-cemm .sidebar__wrap .sidebar ul li a:hover,.page-join-cemm .sidebar__wrap .sidebar ul li button.active:hover,.page-join-cemm .sidebar__wrap .sidebar ul li.active a:hover,.page-join-cemm .sidebar__wrap .sidebar ul li.l-level.active a,.page-join-cemm .sidebar__wrap .sidebar-full ul li a:hover,.page-join-cemm .subnav-link.back-button:hover,.page-karriere .content-header__box,.page-karriere .sidebar__wrap .sidebar .nav-controls a:hover,.page-karriere .sidebar__wrap .sidebar ul li a:hover,.page-karriere .sidebar__wrap .sidebar ul li button.active:hover,.page-karriere .sidebar__wrap .sidebar ul li.active a:hover,.page-karriere .sidebar__wrap .sidebar ul li.l-level.active a,.page-karriere .sidebar__wrap .sidebar-full ul li a:hover,.page-karriere .subnav-link.back-button:hover{background:linear-gradient(45deg,#96c03a 0,#00aecc 30%);color:#fff}.page--ber-uns .content-header__box,.page--ber-uns .sidebar__wrap .sidebar .nav-controls a:hover,.page--ber-uns .sidebar__wrap .sidebar ul li a:hover,.page--ber-uns .sidebar__wrap .sidebar ul li button.active:hover,.page--ber-uns .sidebar__wrap .sidebar ul li.active a:hover,.page--ber-uns .sidebar__wrap .sidebar ul li.l-level.active a,.page--ber-uns .sidebar__wrap .sidebar-full ul li a:hover,.page--ber-uns .subnav-link.back-button:hover,.page-about-cemm .content-header__box,.page-about-cemm .sidebar__wrap .sidebar .nav-controls a:hover,.page-about-cemm .sidebar__wrap .sidebar ul li a:hover,.page-about-cemm .sidebar__wrap .sidebar ul li button.active:hover,.page-about-cemm .sidebar__wrap .sidebar ul li.active a:hover,.page-about-cemm .sidebar__wrap .sidebar ul li.l-level.active a,.page-about-cemm .sidebar__wrap .sidebar-full ul li a:hover,.page-about-cemm .subnav-link.back-button:hover{background:linear-gradient(235deg,#e95e30 0,#00aecc 30%);color:#fff}.group{padding:50px 0}.group .group__wrap{padding:50px;border-radius:20px;background:linear-gradient(110deg,rgb(0 174 204 / .25) 0,rgb(148 194 62 / .25) 117.46%)}.group .group__wrap .section__title{margin-bottom:20px}.group .group__wrap .section__title h3{font-size:42px;font-weight:600;line-height:53px;margin:0}.group .group__wrap .section__title span{font-size:42px;font-weight:600;line-height:53px;font-weight:400;color:#001a1f;margin-bottom:20px;display:block;margin-top:-8px;font-family:"Source Sans 3",sans-serif}.group .group__wrap .section__title a{color:#001a1f;font-size:17px;font-weight:600;line-height:20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #001a1f;display:inline-flex}.group .group__wrap .group__box{max-width:1000px;margin-left:auto}.group .group__wrap .group__box .single__group{display:flex;flex-wrap:wrap;justify-content:space-between}.group .group__wrap .group__box .single__group img{width:auto;position:relative}.group .group__wrap .group__box .single__group .group__item{width:45.7%;position:relative;height:194px;display:flex;align-items:center;justify-content:end}.group .group__wrap .group__box .single__group .group__item:nth-child(1){width:100%;margin-bottom:35px;justify-content:center;height:161px}.group .group__wrap .group__box .single__group .group__item:nth-child(1) .group__text{max-width:457px}.group .group__wrap .group__box .single__group .group__item:nth-child(1) .group__img{max-width:457px}.group .group__wrap .group__box .single__group .group__item .group__text{position:absolute;width:100%;top:0;z-index:99}.group .group__wrap .group__box .single__group .group__item .group__text a{display:flex;align-items:center;gap:10px;color:#001a1f;font-size:18px;font-weight:500;margin-bottom:7px;font-family:"Space Grotesk",sans-serif}.group .group__wrap .group__box .single__group .group__item .group__text span{color:#001a1f;font-size:18px;font-weight:400;line-height:normal;display:block}.group .group__wrap .group__box .single__group .group__item .group__img{position:relative;display:flex;justify-content:end;width:100%;flex-wrap:wrap}.group .group__wrap .group__box .single__group .group__item .group__img .group__line{position:absolute;left:0;top:50%;transform:translateY(-50%)}.group .group__wrap .group__box .owl-dots{display:none}.group .group__wrap .group__box .owl-nav{position:absolute;left:-16.7%;top:50px;display:flex;align-items:center;gap:10px}.group .group__wrap .group__box .owl-nav button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:1366px;background:#001a1f!important}.group .group__wrap .group__box .owl-nav button:hover{background:#fff!important}@media (min-width:1200px) and (max-width:1450px){.group .group__wrap .group__box{margin-left:0}.group .group__wrap .group__box .owl-nav{left:0}}@media (min-width:992px) and (max-width:1200px){.group .group__wrap .group__box{margin-left:0}.group .group__wrap .group__box .owl-nav{left:0}}@media (min-width:768px) and (max-width:991px){.group .group__wrap .group__box{margin-left:0;margin-left:0}.group .group__wrap .group__box .owl-nav{left:0;left:0;position:unset}.group .group__wrap .group__box .single__group .group__item{display:none}.group .group__wrap .group__box .single__group .group__item:nth-child(1){display:block;width:427px;height:auto;margin-bottom:19px}.group .group__wrap .section__title{margin-bottom:58px;margin-bottom:58px}}@media only screen and (min-width:320px) and (max-width:767px){.group .group__wrap{padding:30px 20px}.group .group__wrap .group__box{margin-left:0;margin-left:0}.group .group__wrap .group__box .single__group .group__item{padding-top:30px;display:none}.group .group__wrap .group__box .single__group .group__item .group__text a{font-size:17px;margin:0}.group .group__wrap .group__box .single__group .group__item .group__text span{font-size:16px}.group .group__wrap .group__box .single__group .group__item .group__img .group__line{top:29%;width:90%}.group .group__wrap .group__box .single__group .group__item:nth-child(1){display:block;width:427px;height:auto;margin-bottom:19px}.group .group__wrap .group__box .owl-nav{left:0;left:0;position:unset}.group .group__wrap .section__title{margin-bottom:58px;margin-bottom:58px}}.header .header__flex{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.header .header__flex.logo__before img{filter:brightness(0) invert(1)}.header .header__flex .header__logo a img.wd{width:340px;transition:all .4s linear 0s}.header .header__flex .header__menu--icon{display:none}.header .header__flex .header__right .header__top--menu{padding-top:17px}.header .header__flex .header__right .header__top--menu ul{padding:0;margin:0;list-style:none;text-align:right}.header .header__flex .header__right .header__top--menu ul li{display:inline-block;list-style:none;margin-right:25px;position:relative}.header .header__flex .header__right .header__top--menu ul li:last-child{margin:0}.header .header__flex .header__right .header__top--menu ul li a{color:#001a1f;font-size:14px;font-weight:600;line-height:18px;text-transform:capitalize;transition:.1s;gap:10px;display:flex}.header .header__flex .header__right .header__top--menu ul li a:hover{color:#00aecc}.header .header__flex .header__right .header__top--menu ul li .lang{display:flex;gap:10px}.header .header__flex .header__right .header__top--menu ul li.active:before{position:absolute;content:"";background:#00aecc;height:4px;width:100%;left:0;bottom:-26px}.header .header__flex .header__right .header__menu{border-top:1px solid #dbe6e9;display:flex;flex-wrap:wrap}.header .header__flex .header__right .header__menu ul li{display:inline-block;position:relative;padding:0 15px;padding-top:10px;padding-bottom:18px;transition:.1s}.header .header__flex .header__right .header__menu ul li.has-submenu{border-top-left-radius:15px;border-top-right-radius:15px}.header .header__flex .header__right .header__menu ul li:last-child{margin:0}.header .header__flex .header__right .header__menu ul li:last-child ul{right:0;left:auto;border-radius:15px;border-top-right-radius:0}.header .header__flex .header__right .header__menu ul li a{color:#001a1f;font-size:19px;font-weight:600;line-height:25px;transition:.1s}.header .header__flex .header__right .header__menu ul li a svg{transition:.1s}.header .header__flex .header__right .header__menu ul li a:hover{color:#00aecc}.header .header__flex .header__right .header__menu ul li a:hover svg{filter:invert(52%) sepia(85%) saturate(2799%) hue-rotate(154deg) brightness(95%) contrast(101%)}.header .header__flex .header__right .header__menu ul li .submenu{position:absolute;top:100%;z-index:9;left:0;width:250px;background:#141414;transition:.1s;opacity:0;visibility:hidden;border-radius:15px;border-top-left-radius:0;display:block;overflow:hidden}.header .header__flex .header__right .header__menu ul li .submenu li{padding:0;margin:0;background:0 0;transition:.1s;display:block}.header .header__flex .header__right .header__menu ul li .submenu li.active,.header .header__flex .header__right .header__menu ul li .submenu li:hover{background:linear-gradient(110deg,#69c7d7 0,#d5e8b2 117.46%)}.header .header__flex .header__right .header__menu ul li .submenu li.active a,.header .header__flex .header__right .header__menu ul li .submenu li:hover a{color:#000}.header .header__flex .header__right .header__menu ul li .submenu li a{color:#fff;font-family:"Space Grotesk",sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px;padding:10px 20px;display:block;border:0}.header .header__flex .header__right .header__menu ul li .submenu li a.active{color:#00adcb}.header .header__flex .header__right .header__menu ul li .submenu li:last-child a{border:0}.header .header__flex .header__right .header__menu ul li.has-submenu:active,.header .header__flex .header__right .header__menu ul li.has-submenu:hover{background:#141414}.header .header__flex .header__right .header__menu ul li.has-submenu:active a,.header .header__flex .header__right .header__menu ul li.has-submenu:hover a{color:#fff;border-bottom:none}.header .header__flex .header__right .header__menu ul li.has-submenu:active .submenu,.header .header__flex .header__right .header__menu ul li.has-submenu:hover .submenu{opacity:1;visibility:visible;opacity:1;visibility:visible}.header .header__flex .header__right .header__menu ul li.active a{border-bottom:5px solid #00aecc}.header .header__flex .header__right .header__menu .search-icon{margin:10px 0 0 10px;width:30px;height:30px}.header .header__flex .header__right .header__menu .search-icon.active{margin:7px 0 0 10px}.header .header__flex .header__right .header__menu .search-icon:hover{cursor:pointer}.header .header__flex.logo__before{position:relative}.header .header__flex.logo__before::before{position:absolute;content:"";border-radius:0 0 20px 20px;border:1px solid rgb(15 85 104 / .15);background:#00aecc;height:135px;width:372px}.header .header__flex.logo__before .header__logo{position:relative;width:372px;display:flex;justify-content:center}.offcanva__container{position:fixed;z-index:99;width:100%;height:100vh;right:-100%;transition:right .3s ease-in-out;visibility:hidden;top:80px}@media screen and (min-width:768px){.offcanva__container{top:100px}}.offcanva__container .offcanva__body{background:#141414;width:100%;height:100%;padding:20px 25px;padding-bottom:120px;overflow-y:scroll;transform:translateX(30px);opacity:0;transition:transform .4s ease-out,opacity .4s ease-out}.offcanva__container .offcanva__body .read__accordion{margin-bottom:30px}.offcanva__container .offcanva__body .read__accordion .accordion li .link-holder,.offcanva__container .offcanva__body .read__accordion .mobile-accordion li .link-holder{color:#fff;display:flex;align-items:center;gap:10px;border-top:1px solid #2b2b2b;padding:20px 0;font-size:19px;font-weight:600;line-height:25px}.offcanva__container .offcanva__body .read__accordion .accordion li .link-holder a,.offcanva__container .offcanva__body .read__accordion .mobile-accordion li .link-holder a{color:#fff}.offcanva__container .offcanva__body .read__accordion .accordion li .link-holder a svg,.offcanva__container .offcanva__body .read__accordion .mobile-accordion li .link-holder a svg{transition:.1s}.offcanva__container .offcanva__body .read__accordion .accordion li .link-holder:last-child a,.offcanva__container .offcanva__body .read__accordion .mobile-accordion li .link-holder:last-child a{border-bottom:1px solid #2b2b2b}.offcanva__container .offcanva__body .read__accordion .accordion li .submenu,.offcanva__container .offcanva__body .read__accordion .mobile-accordion li .submenu{display:none}.offcanva__container .offcanva__body .read__accordion .accordion li .submenu li a,.offcanva__container .offcanva__body .read__accordion .mobile-accordion li .submenu li a{color:#fff;font-size:15px;font-weight:600;line-height:30px;margin-bottom:5px;padding:0;border:none}.offcanva__container .offcanva__body .read__accordion .accordion li .submenu li.active,.offcanva__container .offcanva__body .read__accordion .mobile-accordion li .submenu li.active{text-decoration:underline}.offcanva__container .offcanva__body .read__accordion .accordion li:last-child .link-holder,.offcanva__container .offcanva__body .read__accordion .mobile-accordion li:last-child .link-holder{border-bottom:1px solid #2b2b2b}.offcanva__container .offcanva__body .read__accordion .accordion li.open .link-holder svg,.offcanva__container .offcanva__body .read__accordion .mobile-accordion li.open .link-holder svg{transform:rotate(-90deg)}.offcanva__container .offcanva__body .read__accordion .accordion li.open .submenu,.offcanva__container .offcanva__body .read__accordion .mobile-accordion li.open .submenu{display:block}.offcanva__container .offcanva__body .meta-nav ul li a{color:#fff}.offcanva__container .offcanva__body .offcanva__top .offcanva__src{position:relative;margin-bottom:40px}.offcanva__container .offcanva__body .offcanva__top .offcanva__src a{position:absolute;top:12px;left:15px}.offcanva__container .offcanva__body .offcanva__top .offcanva__src input{padding-left:45px;width:100%;height:46px;display:flex;align-items:center;border-radius:60px;border:none}.offcanva__container .offcanva__body .offcanva__top .offcanva__lan-selector{text-align:right}.offcanva__container .offcanva__body .offcanva__top .offcanva__lan-selector a{text-decoration:underline;color:#fff;text-align:right;font-size:15px;font-weight:600;line-height:15px;margin-bottom:20px;display:inline-block}.offcanva__container.activee{visibility:visible;right:0;transition:right .3s ease-in-out,visibility 0s}.offcanva__container.activee .offcanva__body{transform:translateX(0);opacity:1}.hamburger-activee{overflow:hidden}.hamburger-activee header{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:999;height:80px}@media screen and (min-width:768px){.hamburger-activee header{height:100px}}body:not(.hamburger-activee) header{position:relative}body::before{content:"";display:block;height:0;transition:height .1s ease}.hamburger-activee::before{height:0}@media (min-width:992px) and (max-width:1200px){.header .header__flex .header__logo{max-width:230px}.header .header__flex .header__right .header__top--menu{padding-top:10px}.header .header__flex .header__right .header__top--menu ul li.active:before{bottom:-13px}.header .header__flex .header__right .header__menu{margin-top:10px;padding-top:10px}.header .header__flex.logo__before::before{width:260px}.header .header__flex.logo__before .header__logo{padding-left:29px}}@media (min-width:768px) and (max-width:991px){.header .header__flex .header__logo{max-width:230px}.header .header__flex .header__menu--icon{display:block}.header .header__flex .header__right{display:none}.header .header__flex.logo__before{position:unset}.header .header__flex.logo__before::before{width:260px;height:100px}.header .header__flex.logo__before .header__logo{padding-left:29px}.closes{display:none}.header__menu--icon.toggle .opens{display:none}.header__menu--icon.toggle .closes{display:block}.header .header__flex .header__menu--icon{width:46px;display:flex;justify-content:center}}@media only screen and (min-width:320px) and (max-width:768px){.header{padding:20px 20px 15px 20px}.header .header__flex .header__logo{max-width:170px}.header .header__flex .header__menu--icon{display:block}.header .header__flex .header__right{display:none}.header .header__flex.logo__before{position:unset}.header .header__flex.logo__before::before{width:211px;height:85px;left:15px}.header .header__flex.logo__before .header__logo{padding-left:0}.offcanva__container.activee{top:80px}.closes{display:none}.header__menu--icon.toggle .opens{display:none}.header__menu--icon.toggle .closes{display:block}.header .header__flex .header__menu--icon{width:46px;display:flex;justify-content:center}}.collapsible-button{position:relative;cursor:pointer;transition:all .3s ease}.collapsible-icon{display:inline-block;transition:transform .3s ease}.collapsible-content{overflow:hidden}.accordion{overflow:hidden;background-color:#fff}.accordion-item{border-bottom:1px solid #e1eaec;max-width:750px}.accordion-header{margin:0}.accordion .accordion-item .accordion-button{align-items:center}.accordion .accordion-item h1,.accordion .accordion-item h2,.accordion .accordion-item h3,.accordion .accordion-item h4,.accordion .accordion-item h5,.accordion .accordion-item h6{margin-top:0}.accordion.people .accordion-item .accordion-button.active .fw-mid,.accordion.people .accordion-item .accordion-button.active .fw-regular{height:0;visibility:hidden}.accordion.people .accordion-item .accordion-button.active .badge{display:none}.accordion .accordion-button{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%;padding:1rem 0!important;text-align:left;background-color:#fff;color:#001a1f;border:0;border-radius:0;overflow-anchor:none;transition:all .3s ease-in-out;cursor:pointer;width:100%;position:relative;font-size:17px;font-style:normal;font-weight:600;line-height:24px;font-family:"Space Grotesk"!important;padding-bottom:20px;min-height:78px;gap:15px}.accordion .accordion-button:not(.collapsed){background-color:#fff}.accordion .accordion-button:focus{z-index:3;outline:0}.accordion .accordion-button::after{display:none}.accordion .ac-icon{display:flex;align-items:center;justify-content:flex-end}.accordion .ac-icon img{transition:all .3s ease-in-out}.accordion .ac-icon .ac-icon-open{width:12px;height:13px}.accordion .ac-icon .ac-icon-close{width:12px;height:3px}.accordion .accordion-collapse{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(0,1,0,1)}.accordion .accordion-collapse.show{max-height:1000px;transition:max-height .5s ease-in-out}.accordion .accordion-body{padding:0 0 1rem 0;border-top:1px solid #fff;gap:20px}.accordion .principal__contact{margin-top:1rem}.accordion .principal__contact .single__ct{display:flex;align-items:center;margin-bottom:.5rem}.accordion .principal__contact .single__ct span{min-width:30px;font-weight:700;color:#495057}.accordion .principal__contact .single__ct a{color:#0d6efd;text-decoration:none}.accordion .principal__contact .single__ct a:hover{text-decoration:underline}.m-nav-accordion h3{color:#fff;position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0!important;text-align:left;background-color:#141414;border:0;border-radius:0;overflow-anchor:none;transition:all .3s ease-in-out;cursor:pointer;width:100%;position:relative;font-style:normal;font-size:19px;font-weight:600;font-family:"Source Sans 3",sans-serif;padding-bottom:20px;min-height:50px;gap:15px}.m-nav-accordion h3 .accordion-button{align-items:center;padding:0;text-align:left;background-color:#141414;color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:all .3s ease-in-out;cursor:pointer;gap:15px}.m-nav-accordion h3 .accordion-button:focus{z-index:3;outline:0}.m-nav-accordion h3 .accordion-button::after{display:none}.m-nav-accordion .accordion-collapse{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(0,1,0,1)}.m-nav-accordion .accordion-collapse.show{max-height:1000px;transition:max-height .5s ease-in-out}.m-nav-accordion .accordion-body{padding:0 0 .5rem 0;gap:20px}.m-nav-accordion .accordion-body li{padding:.25rem 0}.m-nav-accordion a{color:#fff}.list-group-item{position:relative;display:block;padding:.5rem 1rem}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-horizontal{flex-direction:row}@media screen and (max-width:768px){.accordion-item .accordion-button{align-items:baseline}}.accordion-content-inner{opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease}.accordion-collapse.show .accordion-content-inner{opacity:1;transform:translateY(0)}@media (max-width:768px){.accordion .accordion-body{padding:0}.wrap__lf,.wrap__ri{width:100%!important}}.ms-auto{margin-left:auto!important}.me-auto{margin-right:auto!important}.text-center{text-align:center!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.border-0{border:0!important}@media screen and (min-width:768px){.text-md-end{text-align:right!important}}.impact .impact__title{margin-bottom:30px}.impact .impact__title h3{color:#000;font-size:28px;font-weight:600;line-height:34px}.impact .impact__flex{padding-bottom:50px;margin-bottom:50px;display:flex;flex-wrap:wrap;gap:50px}.impact .impact__flex:last-child{margin:0;border:0}.impact .impact__flex .impact__img{width:46%}.impact .impact__flex .impact__text{width:37.1%}.impact .impact__flex .impact__text span{margin-bottom:5px;display:block}.impact .impact__flex .impact__text .impact__text--heading{color:#000;font-size:20px;font-weight:600;line-height:normal;margin-bottom:10px;cursor:pointer;display:block;transition:.3s;text-decoration:unset}.impact .impact__flex .impact__text .impact__text--heading:hover{text-decoration:underline;transition:.3s}.impact .impact__flex .impact__text .impact__text--heading span{display:block;font-weight:400}.impact .impact__flex .impact__text .impact__text--text b,.impact .impact__flex .impact__text .impact__text--text strong{font-weight:inherit}.impact .impact__flex .impact__text h3{color:#000;font-size:20px;font-weight:600;line-height:normal;margin-bottom:10px;cursor:pointer;transition:.3s;text-decoration:unset}.impact .impact__flex .impact__text h3:hover{text-decoration:underline;transition:.3s}.impact .impact__flex .impact__text h3 span{display:block;font-weight:400}.impact .impact__flex .impact__text p{color:#000;font-size:17px;font-weight:400;line-height:25px;margin-bottom:10px}.impact .impact__flex .impact__text .news-decor-tag{color:#0f5568;font-size:17px;font-weight:400;line-height:25px}.impact .impact__flex.border-bottom{border-bottom:1px solid #c7d5d9}.down .down__btn.black-color a{background:#000!important;color:#fff;gap:15px;display:inline-flex}.down .down__btn.black-color a img{filter:brightness(9999)}@media (min-width:992px) and (max-width:1200px){.impact .impact__flex .impact__text{width:48.1%}}@media (min-width:768px) and (max-width:991px){.impact .impact__flex{gap:20px}.impact .impact__flex .impact__text{width:51%}}@media only screen and (min-width:320px) and (max-width:767px){.impact .impact__flex{gap:20px;padding-bottom:30px;margin-bottom:30px}.impact .impact__flex .impact__img{width:100%}.impact .impact__flex .impact__text{width:100%}}.job__area .job__wrap::after{background:linear-gradient(109.6deg,rgb(0 174 204 / .3) 0,rgb(222 245 252 / .3) 117.46%)}.job__area .job__wrap{border-radius:20px;position:relative}.job__area .job__wrap::after{position:absolute;left:0;right:0;top:0;bottom:0;content:"";border-radius:20px}.job__area .job__wrap .job__wrapper{position:relative;z-index:99;padding:50px;overflow:hidden}.job__area .job__wrap .job__wrapper h2{color:#001a1f;font-size:42px;font-weight:600;line-height:53px}.job__area .job__wrap .job__wrapper h2 span{font-weight:400}.job__area .job__wrap .job__wrapper h4{color:#001a1f;font-size:42px;font-weight:400}.job__area .job__wrap .job__wrapper p{color:#001a1f;font-size:17px;font-weight:400;line-height:25px;margin-bottom:40px}.job__area .job__wrap .job__wrapper .job__btn{gap:10px;display:flex}.job__area .job__wrap .job__wrapper .job__btn a{padding:14px 30px 15px 30px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:600;line-height:20px;background-color:#001a1f!important;border-radius:50px}.job__area .job__wrap .job__wrapper .job__btn a svg{display:none}.job__area .job__wrap .job__wrapper .job__btn a svg line,.job__area .job__wrap .job__wrapper .job__btn a svg path{transition:.3s}.job__area .job__wrap .job__wrapper .job__btn a[target=_blank]:hover{background:#fff url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/external-arrow.svg') right 20px center no-repeat!important}.job__area .job__wrap .job__wrapper .job__btn a:hover{background-color:#fff!important;color:#000;border-color:#000}.job__area .job__wrap .job__wrapper .job__btn a:hover:after{background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/arrow-right-dark.svg') center right no-repeat!important}.job__area .job__wrap .job__wrapper .job__btn a:hover svg line,.job__area .job__wrap .job__wrapper .job__btn a:hover svg path{stroke:#000}.job__area .job__wrap .job__wrapper .job__clay-bg{position:absolute;bottom:-8px;right:0}.job__area.job__area__Sec{padding-bottom:70px}@media (min-width:992px) and (max-width:1200px){.job__area .job__wrap .job__wrapper{padding-right:134px}.job__area .job__wrap .job__wrapper .job__clay-bg{width:311px}}@media (min-width:768px) and (max-width:991px){.job__area .job__wrap .job__wrapper{padding-right:134px}.job__area .job__wrap .job__wrapper .job__clay-bg{width:311px}.job__area .job__wrap .job__wrapper .job__btn{display:block}.job__area .job__wrap .job__wrapper .job__btn a{margin-bottom:10px}.job__area .job__wrap .job__wrapper .job__btn a:last-child{margin:0}}@media only screen and (min-width:320px) and (max-width:767px){.job__area .job__wrap .job__wrapper{padding:30px 20px}.job__area .job__wrap .job__wrapper h2{font-size:28px;margin-bottom:12px}.job__area .job__wrap .job__wrapper h4{font-size:28px}.job__area .job__wrap .job__wrapper p{padding:0;margin-bottom:10px}.job__area .job__wrap .job__wrapper .job__clay-bg{max-width:182px}.job__area .job__wrap .job__wrapper .job__btn{display:block;position:relative;z-index:9}.job__area .job__wrap .job__wrapper .job__btn a{margin-bottom:10px}.job__area .job__wrap .job__wrapper .job__btn a:last-child{margin:0}}.jobs .item-text{overflow-wrap:break-word;word-wrap:break-word}.jobs .item-text h1,.jobs .item-text h2,.jobs .item-text h3,.jobs .item-text h4,.jobs .item-text h5,.jobs .item-text h6{font-size:21px;margin:1rem 0!important}.join .join__wrap{max-width:1166px;margin:auto}.join .join__wrap .tab-teaser{display:flex;flex-wrap:wrap;justify-content:space-between}.join .join__wrap .tab-teaser .tab-main-box{width:68%}.join .join__wrap .tab-teaser .tab-main-box .tab-box{display:none}.join .join__wrap .tab-teaser .tab-main-box .join__flex{display:flex;flex-wrap:wrap;justify-content:space-between}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__content{width:50%}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__content p{color:#000;font-size:17px;font-weight:400;line-height:25px;margin-bottom:10px;margin-top:0}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__content p:last-child{margin:0}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__content p:nth-child(2){margin-bottom:30px}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__content a{color:#000;font-size:16px;font-weight:600;line-height:20px;display:inline-flex;align-items:center;gap:10px;border-bottom:1px solid #000;margin-bottom:19px}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__content a:hover{gap:14px}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__content a:last-child{margin:0}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__content a:after{background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/arrow-right-dark.svg') center center no-repeat;width:10px;height:10px;content:""}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__user{width:43.3%}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__user .join__user--text h3{color:#000;font-size:18px;font-weight:500;line-height:normal;margin:0}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__user .join__user--text h4{color:#000;font-size:18px;font-weight:400;line-height:normal;margin:0}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__user--img{margin-bottom:20px;display:flex}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__user--img img{width:100%}.join .join__wrap .tab-teaser .tab-menu{width:32%;position:relative}.join .join__wrap .tab-teaser .tab-menu ul li a{padding:30px 0;display:flex;align-items:center;color:#000;font-size:22px;font-weight:500;line-height:28px;gap:15px;opacity:.5;transition:.3s}.join .join__wrap .tab-teaser .tab-menu ul li a svg{transition:.3s}.join .join__wrap .tab-teaser .tab-menu ul li a:hover{opacity:1}.join .join__wrap .tab-teaser .tab-menu ul li a:hover svg{margin-left:15px!important}.join .join__wrap .tab-teaser .tab-menu ul li a.active{border-right:0;opacity:1}.join .join__wrap .tab-teaser .tab__mob.tab-main-box{display:none;padding-left:0;margin-top:5px;width:100%}.join .join__wrap .tab-teaser .tab__mob.tab-main-box .accordion{border-bottom:1px solid #e7eef0}.join .join__wrap .tab-teaser .tab__mob.tab-main-box .accordion input:checked~h2 label{color:#000!important}.join .join__wrap .tab-teaser .tab__mob.tab-main-box .accordion label{padding:15px 0;color:grey;font-size:20px;font-weight:600;line-height:25px;display:flex;align-items:center;gap:12px;transition:.3s}.join .join__wrap .tab-teaser .tab__mob.tab-main-box .accordion label svg line,.join .join__wrap .tab-teaser .tab__mob.tab-main-box .accordion label svg path{stroke:grey}.join .join__wrap .tab-teaser .tab__mob.tab-main-box .accordion .content .join__flex{padding:30px 0}.join .join__wrap .section__title h3{margin:0;color:#000;font-size:42px;font-weight:600;line-height:53px}.accordion>input[type=checkbox]{position:absolute;left:-100vw}.accordion>input[type=checkbox]:checked~.content{height:auto;overflow:visible;padding-right:18px}.accordion>input[type=checkbox]:checked~.handle label svg{transform:rotate(90deg)}.accordion .content{overflow-y:hidden;height:0;transition:height .3s ease}.accordion label{display:block}@media (min-width:992px) and (max-width:1200px){.join .join__wrap .tab-teaser .tab-main-box{padding-left:25px;width:71%}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__content{width:54%}.join .join__wrap .tab-teaser .tab-menu{width:26%}}@media (min-width:768px) and (max-width:991px){.join .join__wrap .tab-teaser .tab__mob.tab-main-box{display:block}.join .join__wrap .tab-teaser .tab-main-box{display:none}.join .join__wrap .tab-teaser .tab-menu{display:none}}@media only screen and (min-width:320px) and (max-width:767px){.join{padding-top:40px}.join .join__wrap .tab-teaser .tab-main-box{display:none}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__content{width:100%;margin-bottom:45px}.join .join__wrap .tab-teaser .tab-main-box .join__flex .join__user{width:100%}.join .join__wrap .tab-teaser .tab__mob.tab-main-box{display:block;border-right:1px solid #e7eef0}.join .join__wrap .tab-teaser .tab-menu{display:none}}.content-area{display:flex;justify-content:space-between;gap:20px;max-width:1296px;padding:0 1rem;margin:auto}.content-area .content{flex:1;min-width:0}.sidebar__wrap .sidebar .collapse:not(.show){display:none}.sidebar__wrap .sidebar .collapse.show{display:block;width:100%}.sidebar__wrap .sidebar .accordion-collapse,.sidebar__wrap .sidebar .collapse{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.sidebar__wrap .sidebar .accordion-collapse.show,.sidebar__wrap .sidebar .collapse.show{max-height:1000px}.sidebar__wrap .sidebar .arrow-icon{margin:3px 0;transition:transform .3s ease;height:16px}.sidebar__wrap .sidebar ul li{color:#000;font-size:16px;font-style:normal;font-weight:600;transition:.1s;display:inline-block;margin-bottom:1rem;display:flex;justify-content:space-between;align-content:center;align-items:center}.sidebar__wrap .sidebar ul li .arrow-icon{height:16px;width:16px}.sidebar__wrap .sidebar ul li .arrow-icon svg line,.sidebar__wrap .sidebar ul li .arrow-icon svg path{transition:stroke .1s ease}.sidebar__wrap .sidebar ul li a.subnav-link,.sidebar__wrap .sidebar ul li button.subnav-link{border-radius:40px;border:1px solid #bee3ef;padding:10px 30px;display:flex;font-family:"Source Sans 3",sans-serif;font-size:16px;font-weight:600;justify-content:space-between;align-content:center;align-items:center;transition:.1s;width:100%}.sidebar__wrap .sidebar ul li a.active,.sidebar__wrap .sidebar ul li button.active{background-color:#bee3ef;border:1px solid #bee3ef}.sidebar__wrap .sidebar ul li svg{position:relative;width:16px}@media only screen and (max-width:767px){.sidebar__wrap .sidebar ul li svg{top:0}}.sidebar__wrap .sidebar ul li.has-subpages>a:hover,.sidebar__wrap .sidebar ul li.has-subpages>button:hover{cursor:row-resize}.sidebar__wrap .sidebar ul li.subnav-items{display:flex;flex-wrap:wrap}.sidebar__wrap .sidebar ul li.subnav-items ul li.subnav-item{margin-right:0;margin-left:1rem}.sidebar__wrap .sidebar ul li.subnav-items ul li.subnav-item a{margin-bottom:0}.sidebar__wrap .sidebar ul li.subnav-items ul li.subnav-item:first-child{margin-top:1rem}.sidebar__wrap .sidebar ul li.subnav-items ul li.subnav-item:last-child{margin-bottom:0}.sidebar__wrap .sidebar ul li a span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.sidebar__wrap .sidebar ul li.active a{background:#bee3ef;color:#000}.item_wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;padding-top:20px;padding-bottom:25px}.item_wrap>:nth-child(1){flex:0 0 165px}.item_wrap>:nth-child(2){flex:0 0 50%}.item_wrap>:nth-child(2) a{color:#000;font-size:21px;font-weight:600;line-height:26px;margin:3px 0;display:flex;flex-wrap:wrap;gap:14px;align-items:center;text-decoration:none;border:0;font-family:"Space Grotesk",sans-serif;transition:.3s}.item_wrap>:nth-child(2) .tag{color:#0f5568}.wrap{color:#000;line-height:25px;margin:auto;border-top:1px solid rgb(15 85 104 / .2);display:flex;flex-wrap:wrap;justify-content:space-between}.wrap .wrap__lf{width:64.4%;padding:50px 50px 50px 0;position:relative;overflow-wrap:break-word}.wrap .wrap__lf::before{position:absolute;width:1px;height:100%;background:rgb(15 85 104 / .2);content:"";right:0;top:0}.wrap .wrap__lf .ce-text_images__header{margin-bottom:25px}.wrap .wrap__lf .ce-text_images__header .subheader{font-size:36px;font-weight:300;line-height:1.3}.wrap .wrap__lf picture{display:block;margin-bottom:25px}.wrap .wrap__ri{height:fit-content;width:35.6%;padding:50px 0 50px 50px;position:sticky;top:0;overflow-wrap:break-word}.wrap.border-0 .wrap__lf{padding-top:0}.news .single__news{background:rgb(255 255 255 / .7);backdrop-filter:blur(2px);border:1px solid #e1eaec;border-top:0;border-bottom:0;transition:.3s;height:100%}.news .news__bg--img{position:absolute;max-width:554px;bottom:-4%;right:30%}.news .news__bg--img.news-bg2{bottom:-119px;max-width:756px;right:8%}.news.button-none{padding-bottom:98px}.news__img{border-radius:10px!important}@media (min-width:1200px) and (max-width:1450px){.news .news__flex .news__left .single__news{padding:30px}}@media (min-width:992px) and (max-width:1200px){.news .news__bg--img{bottom:8%;right:30%}.news .news__flex .news__left .single__news{padding:30px}.news .news__flex .news__left .owl-nav{bottom:-75px}.news .news__flex .news__left::before{bottom:-89px}}@media (min-width:768px) and (max-width:991px){.news .news__bg--img{bottom:8%;right:30%}.news .news__left .owl-item.active.firstActiveItem .single__news{border-right:1px solid #e1eaec;margin-right:1px}.news .news__left .owl-nav{bottom:-75px}.news .news__left::before{bottom:-89px}}@media only screen and (min-width:320px) and (max-width:767px){.news{padding-bottom:90px}.news .news__bg--img{bottom:-4%;right:0}.news .news__left{width:100%;order:2;margin-top:26px}.news .news__left .owl-nav{bottom:-65px;right:0}.news .news__left .owl-nav button{height:45px;width:45px}.news .news__left .single__news{padding:22px;height:auto;min-height:509px}.news .news__left .single__news .news__img span{font-size:16px;height:40px;width:136px;top:-20px}.news .news__left .owl-item.active.firstActiveItem .single__news{border-right:1px solid #e1eaec;margin-right:1px}.news .news__left::before{bottom:-89px;display:none}.news .news__right{padding-top:0}.news .news__right .section__title{width:100%;padding:0 22px}.news .news__right .section__title h3{font-size:28px;text-align:left}.news .news__right .section__title span{font-size:28px;text-align:left;line-height:30px}.news .news__right .section__title .theme-btn--tr{font-size:15px;justify-content:start;display:inline-flex;gap:10px;width:auto}.member{padding-bottom:120px}}.publications .publications__wrap .recent-slider-wrap.search-pages,.publications .recent__wrap .recent-slider-wrap.search-pages,.recent .publications__wrap .recent-slider-wrap.search-pages,.recent .recent__wrap .recent-slider-wrap.search-pages{flex-direction:column;align-items:flex-start}.publications .publications__wrap .recent-slider-wrap.search-pages a.text-uderline,.publications .recent__wrap .recent-slider-wrap.search-pages a.text-uderline,.recent .publications__wrap .recent-slider-wrap.search-pages a.text-uderline,.recent .recent__wrap .recent-slider-wrap.search-pages a.text-uderline{color:#000;line-height:20px;border-bottom:1px solid #000;margin-top:20px;font-family:"Source Sans 3";font-weight:600}.publications .publications__wrap .recent-slider-wrap.search-pages a.text-uderline svg,.publications .recent__wrap .recent-slider-wrap.search-pages a.text-uderline svg,.recent .publications__wrap .recent-slider-wrap.search-pages a.text-uderline svg,.recent .recent__wrap .recent-slider-wrap.search-pages a.text-uderline svg{margin-left:10px;transition:all .3s linear 0s}.publications .publications__wrap .recent-slider-wrap.search-pages a.text-uderline:hover svg,.publications .recent__wrap .recent-slider-wrap.search-pages a.text-uderline:hover svg,.recent .publications__wrap .recent-slider-wrap.search-pages a.text-uderline:hover svg,.recent .recent__wrap .recent-slider-wrap.search-pages a.text-uderline:hover svg{margin-left:14px}.publications .publications__wrap .section__title h3,.publications .recent__wrap .section__title h3,.recent .publications__wrap .section__title h3,.recent .recent__wrap .section__title h3{color:#000;font-size:42px;font-weight:600;line-height:53px}.publications .publications__wrap .publications__item,.publications .recent__wrap .publications__item,.recent .publications__wrap .publications__item,.recent .recent__wrap .publications__item{padding-top:20px;padding-bottom:25px;display:flex;gap:15px;padding-right:25px}.publications .publications__wrap .publications__item .publication__content,.publications .publications__wrap .publications__item .recent__content,.publications .recent__wrap .publications__item .publication__content,.publications .recent__wrap .publications__item .recent__content,.recent .publications__wrap .publications__item .publication__content,.recent .publications__wrap .publications__item .recent__content,.recent .recent__wrap .publications__item .publication__content,.recent .recent__wrap .publications__item .recent__content{width:69.4%}.publications .publications__wrap .publications__item .publication__content h3,.publications .publications__wrap .publications__item .recent__content h3,.publications .recent__wrap .publications__item .publication__content h3,.publications .recent__wrap .publications__item .recent__content h3,.recent .publications__wrap .publications__item .publication__content h3,.recent .publications__wrap .publications__item .recent__content h3,.recent .recent__wrap .publications__item .publication__content h3,.recent .recent__wrap .publications__item .recent__content h3{font-size:22px;display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin-bottom:15px}.publications .publications__wrap .publications__item .publication__content .publication__title a,.publications .publications__wrap .publications__item .publication__content .recent__title a,.publications .publications__wrap .publications__item .recent__content .publication__title a,.publications .publications__wrap .publications__item .recent__content .recent__title a,.publications .recent__wrap .publications__item .publication__content .publication__title a,.publications .recent__wrap .publications__item .publication__content .recent__title a,.publications .recent__wrap .publications__item .recent__content .publication__title a,.publications .recent__wrap .publications__item .recent__content .recent__title a,.recent .publications__wrap .publications__item .publication__content .publication__title a,.recent .publications__wrap .publications__item .publication__content .recent__title a,.recent .publications__wrap .publications__item .recent__content .publication__title a,.recent .publications__wrap .publications__item .recent__content .recent__title a,.recent .recent__wrap .publications__item .publication__content .publication__title a,.recent .recent__wrap .publications__item .publication__content .recent__title a,.recent .recent__wrap .publications__item .recent__content .publication__title a,.recent .recent__wrap .publications__item .recent__content .recent__title a{color:#000;font-size:21px;font-weight:600;line-height:26px;display:flex;flex-wrap:wrap;gap:14px;align-items:center;text-decoration:none;border:0;font-family:"Space Grotesk",sans-serif;transition:.3s}.publications .publications__wrap .publications__item .publication__content .publication__title[target=_blank],.publications .publications__wrap .publications__item .publication__content .recent__title[target=_blank],.publications .publications__wrap .publications__item .recent__content .publication__title[target=_blank],.publications .publications__wrap .publications__item .recent__content .recent__title[target=_blank],.publications .recent__wrap .publications__item .publication__content .publication__title[target=_blank],.publications .recent__wrap .publications__item .publication__content .recent__title[target=_blank],.publications .recent__wrap .publications__item .recent__content .publication__title[target=_blank],.publications .recent__wrap .publications__item .recent__content .recent__title[target=_blank],.recent .publications__wrap .publications__item .publication__content .publication__title[target=_blank],.recent .publications__wrap .publications__item .publication__content .recent__title[target=_blank],.recent .publications__wrap .publications__item .recent__content .publication__title[target=_blank],.recent .publications__wrap .publications__item .recent__content .recent__title[target=_blank],.recent .recent__wrap .publications__item .publication__content .publication__title[target=_blank],.recent .recent__wrap .publications__item .publication__content .recent__title[target=_blank],.recent .recent__wrap .publications__item .recent__content .publication__title[target=_blank],.recent .recent__wrap .publications__item .recent__content .recent__title[target=_blank]{background:0 0;padding-right:0!important}.publications .publications__wrap .publications__item .publication__content .publication__title[target=_blank]:hover,.publications .publications__wrap .publications__item .publication__content .recent__title[target=_blank]:hover,.publications .publications__wrap .publications__item .recent__content .publication__title[target=_blank]:hover,.publications .publications__wrap .publications__item .recent__content .recent__title[target=_blank]:hover,.publications .recent__wrap .publications__item .publication__content .publication__title[target=_blank]:hover,.publications .recent__wrap .publications__item .publication__content .recent__title[target=_blank]:hover,.publications .recent__wrap .publications__item .recent__content .publication__title[target=_blank]:hover,.publications .recent__wrap .publications__item .recent__content .recent__title[target=_blank]:hover,.recent .publications__wrap .publications__item .publication__content .publication__title[target=_blank]:hover,.recent .publications__wrap .publications__item .publication__content .recent__title[target=_blank]:hover,.recent .publications__wrap .publications__item .recent__content .publication__title[target=_blank]:hover,.recent .publications__wrap .publications__item .recent__content .recent__title[target=_blank]:hover,.recent .recent__wrap .publications__item .publication__content .publication__title[target=_blank]:hover,.recent .recent__wrap .publications__item .publication__content .recent__title[target=_blank]:hover,.recent .recent__wrap .publications__item .recent__content .publication__title[target=_blank]:hover,.recent .recent__wrap .publications__item .recent__content .recent__title[target=_blank]:hover{padding-right:0!important}.publications .publications__wrap .publications__item .publication__content span,.publications .publications__wrap .publications__item .recent__content span,.publications .recent__wrap .publications__item .publication__content span,.publications .recent__wrap .publications__item .recent__content span,.recent .publications__wrap .publications__item .publication__content span,.recent .publications__wrap .publications__item .recent__content span,.recent .recent__wrap .publications__item .publication__content span,.recent .recent__wrap .publications__item .recent__content span{color:#000;font-size:17px;font-weight:400;line-height:25px;display:block;margin-bottom:15px}.publications .publications__wrap .publications__item .publication__content a,.publications .publications__wrap .publications__item .recent__content a,.publications .recent__wrap .publications__item .publication__content a,.publications .recent__wrap .publications__item .recent__content a,.recent .publications__wrap .publications__item .publication__content a,.recent .publications__wrap .publications__item .recent__content a,.recent .recent__wrap .publications__item .publication__content a,.recent .recent__wrap .publications__item .recent__content a{color:#001a1f;font-size:17px;font-weight:600;line-height:20px;display:flex;align-items:center;gap:10px;color:#000;font-size:16px;font-weight:600;display:inline-flex;border-bottom:1px solid #000;text-decoration:underline;text-underline-offset:6px;border:none!important}.publications .publications__wrap .publications__item .publication__content a:hover,.publications .publications__wrap .publications__item .recent__content a:hover,.publications .recent__wrap .publications__item .publication__content a:hover,.publications .recent__wrap .publications__item .recent__content a:hover,.recent .publications__wrap .publications__item .publication__content a:hover,.recent .publications__wrap .publications__item .recent__content a:hover,.recent .recent__wrap .publications__item .publication__content a:hover,.recent .recent__wrap .publications__item .recent__content a:hover{text-decoration:none}.publications .publications__wrap .publications__item .publication__content a[target=_blank],.publications .publications__wrap .publications__item .recent__content a[target=_blank],.publications .recent__wrap .publications__item .publication__content a[target=_blank],.publications .recent__wrap .publications__item .recent__content a[target=_blank],.recent .publications__wrap .publications__item .publication__content a[target=_blank],.recent .publications__wrap .publications__item .recent__content a[target=_blank],.recent .recent__wrap .publications__item .publication__content a[target=_blank],.recent .recent__wrap .publications__item .recent__content a[target=_blank]{background:0 0!important}.publications .publications__wrap .publications__item .publication__abstract,.publications .publications__wrap .publications__item .recent__year,.publications .recent__wrap .publications__item .publication__abstract,.publications .recent__wrap .publications__item .recent__year,.recent .publications__wrap .publications__item .publication__abstract,.recent .publications__wrap .publications__item .recent__year,.recent .recent__wrap .publications__item .publication__abstract,.recent .recent__wrap .publications__item .recent__year{width:30.6%;text-align:left}.publications.publications__area__sec,.recent.recent__area__sec{padding-top:0}.publications.publications__area__sec .section__title a,.recent.recent__area__sec .section__title a{color:#001a1f;font-size:17px;font-weight:600;line-height:20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #000;display:inline-flex;margin-top:10px}@media (min-width:768px) and (max-width:991px){.publications .publications__wrap .recent__content,.publications .publications__wrap .spublication__content,.publications .recent__wrap .recent__content,.publications .recent__wrap .spublication__content,.recent .publications__wrap .recent__content,.recent .publications__wrap .spublication__content,.recent .recent__wrap .recent__content,.recent .recent__wrap .spublication__content{width:61.4%}}@media only screen and (max-width:767px){.publications .publications__wrap .publications__item,.publications .publications__wrap .recent__content,.publications .recent__wrap .publications__item,.publications .recent__wrap .recent__content,.recent .publications__wrap .publications__item,.recent .publications__wrap .recent__content,.recent .recent__wrap .publications__item,.recent .recent__wrap .recent__content{width:100%;margin-bottom:15px}.publications .publications__wrap .publications__item a,.publications .publications__wrap .recent__content a,.publications .recent__wrap .publications__item a,.publications .recent__wrap .recent__content a,.recent .publications__wrap .publications__item a,.recent .publications__wrap .recent__content a,.recent .recent__wrap .publications__item a,.recent .recent__wrap .recent__content a{width:100%}.publications .publications__wrap .publications__item a span,.publications .publications__wrap .recent__content a span,.publications .recent__wrap .publications__item a span,.publications .recent__wrap .recent__content a span,.recent .publications__wrap .publications__item a span,.recent .publications__wrap .recent__content a span,.recent .recent__wrap .publications__item a span,.recent .recent__wrap .recent__content a span{width:15%}.publications .publications__wrap .publications__item .publications__title a,.publications .publications__wrap .publications__item .recent__title a,.publications .publications__wrap .recent__content .publications__title a,.publications .publications__wrap .recent__content .recent__title a,.publications .recent__wrap .publications__item .publications__title a,.publications .recent__wrap .publications__item .recent__title a,.publications .recent__wrap .recent__content .publications__title a,.publications .recent__wrap .recent__content .recent__title a,.recent .publications__wrap .publications__item .publications__title a,.recent .publications__wrap .publications__item .recent__title a,.recent .publications__wrap .recent__content .publications__title a,.recent .publications__wrap .recent__content .recent__title a,.recent .recent__wrap .publications__item .publications__title a,.recent .recent__wrap .publications__item .recent__title a,.recent .recent__wrap .recent__content .publications__title a,.recent .recent__wrap .recent__content .recent__title a{font-size:20px;flex-wrap:nowrap}.publications .publications__wrap .publications__item h3,.publications .publications__wrap .recent__content h3,.publications .recent__wrap .publications__item h3,.publications .recent__wrap .recent__content h3,.recent .publications__wrap .publications__item h3,.recent .publications__wrap .recent__content h3,.recent .recent__wrap .publications__item h3,.recent .recent__wrap .recent__content h3{font-size:20px;margin-bottom:8px}.publications .publications__wrap .publications__abstract a,.publications .publications__wrap .recent__abstract a,.publications .recent__wrap .publications__abstract a,.publications .recent__wrap .recent__abstract a,.recent .publications__wrap .publications__abstract a,.recent .publications__wrap .recent__abstract a,.recent .recent__wrap .publications__abstract a,.recent .recent__wrap .recent__abstract a{padding:10px 22px 11px 22px}.mobile_pb0{padding-bottom:0!important}.publications.publications__area__sec,.recent.recent__area__sec{padding-bottom:0}}.research_team .research_team__wrap{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;align-content:center;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));justify-content:space-evenly;gap:30px}.research_team .research_team__wrap a{flex:0 0 auto;width:30%}.research_team .research_team__wrap a .item_wrap{display:inline-block;height:100%;gap:0}.research_team .research_team__wrap a .item_wrap>:nth-child(1),.research_team .research_team__wrap a .item_wrap>:nth-child(2){flex:auto}.research_team .research_team__wrap a .item_wrap .item_wrap_2 h3{font-size:21px;margin-bottom:0}.research_team .research_team__wrap a .item_wrap .item_wrap_2 p{font-size:21px;font-weight:300;line-height:25px;margin:0;color:#000;font-family:"Source Sans 3"}@media screen and (max-width:768px){.research_team .research_team__wrap{gap:10px}.research_team .research_team__wrap a{width:40%}}.research_report .research_report__wrap{border-radius:20px;background:linear-gradient(110deg,rgb(0 174 204 / .25) 0,rgb(148 194 62 / .25) 117.46%);padding:50px;display:flex;flex-wrap:wrap;justify-content:space-between}.research_report .research_report__wrap .wrap__lf{padding:0;width:58.1%}.research_report .research_report__wrap .wrap__lf::before{background:0 0;width:initial}.research_report .research_report__wrap .wrap__lf .header{margin-bottom:20px;padding-right:150px}.research_report .research_report__wrap .wrap__lf .header h2{color:#001a1f;font-size:42px;font-weight:600;line-height:53px;margin-bottom:0}.research_report .research_report__wrap .wrap__lf .header .subheader{color:#001a1f;font-size:42px;font-weight:600;line-height:53px;font-weight:300;display:block;margin-top:-8px}.research_report .research_report__wrap .wrap__lf .research_report__text{margin-bottom:40px}.research_report .research_report__wrap .wrap__lf .research_report__text p{margin:0;color:#001a1f;font-size:17px;font-weight:400;line-height:25px}.research_report .research_report__wrap .wrap__lf .research_report__btn{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.research_report .research_report__wrap .wrap__lf .research_report__btn .theme__btn{padding:14px 30px 15px 30px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:600;line-height:20px;background-color:#001a1f!important;border-radius:50px;gap:15px}.research_report .research_report__wrap .wrap__lf .research_report__btn .theme__btn--tr{color:#001a1f;font-size:17px;font-weight:600;line-height:20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #000;font-size:16px;display:inline-flex}.research_report .research_report__wrap .wrap__lf .research_report__btn .theme__btn--tr:hover{gap:15px}.research_report .research_report__wrap .wrap__ri{display:flex;width:27%;justify-content:end;padding:0 0 0 50px}.header{z-index:999;position:relative}.header .search-icon .open{display:block}.header .search-icon .closes{display:none}.header .mobile-menu-icons{display:flex;gap:10px}.header .mobile-menu-icons .search-icon{display:none}@media screen and (min-width:320px) and (max-width:992px){.header .mobile-menu-icons .search-icon{display:block}}body.hamburger-activee .mobile.search-icon{display:none}body.search-active{overflow:hidden}body.search-active .header{z-index:999;position:relative}@media screen and (min-width:320px) and (max-width:992px){body.search-active .header{border-bottom:1px solid rgb(255 255 255 / .5)}}body.search-active .header .header__menu--icon{visibility:hidden}body.search-active .header .search-icon .open{display:none}body.search-active .header .search-icon .closes{display:block}.content-header__box.search-wrapper-outer{margin-bottom:20px;border-radius:20px}.content-header__box .search-wrapper{background:0 0;height:unset;transition:none;position:static;align-items:flex-start}.content-header__box .search-wrapper .search-inner{padding:0;flex-direction:row;max-height:unset;max-width:unset;align-items:center;width:100%}@media screen and (max-width:768px){.content-header__box .search-wrapper .search-inner{flex-direction:column;align-items:flex-start}}.content-header__box .search-wrapper .search-inner>div{width:100%}@media screen and (max-width:768px){.content-header__box .search-wrapper .search-inner>div{width:100%}}.content-header__box .search-wrapper .search-inner .input-wrapper input{width:100%}.content-header__box .search-wrapper .search-inner .recent-search{display:none;gap:20px;align-items:center;font-size:16px}@media screen and (max-width:768px){.content-header__box .search-wrapper .search-inner .recent-search{flex-direction:column;align-items:flex-start}}.content-header__box .search-wrapper .search-inner .recent-search p{font-weight:400;margin-bottom:0}.content-header__box .search-wrapper .search-inner .recent-search ul li a{text-decoration:underline;font-weight:700}.content-header__box .search-wrapper .search-inner .recent-search ul li a svg{display:none}.search-wrapper{background:linear-gradient(90deg,#b9e9f1 10%,#fff 100%);height:100vh;display:flex;flex-direction:column;gap:30px;align-content:center;align-items:center;justify-content:center;position:fixed;top:-4000px;left:0;width:100%;z-index:998;transition:all .4s linear 0s}.search-wrapper.active{top:0}.search-wrapper .search-inner{padding:0 20px;display:flex;flex-direction:column;gap:30px;max-height:70vh;overflow-y:auto;max-width:700px}.search-wrapper .search-inner .form-search-box .input-wrapper{background:#000;color:#fff;border-radius:50px;padding:10px 20px;display:flex;align-items:center;position:relative}.search-wrapper .search-inner .form-search-box .input-wrapper input{background:#000;color:#fff;border:unset;min-width:250px;width:100vw;outline:0}.search-wrapper .search-inner .form-search-box .input-wrapper input::placeholder{color:rgb(255 255 255 / .7)}.search-wrapper .search-inner .form-search-box .input-wrapper input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.search-wrapper .search-inner .form-search-box .input-wrapper input::-moz-search-cancel-button{display:none}.search-wrapper .search-inner .form-search-box .input-wrapper button.submit-btn{background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/icon_search_white.svg');background-repeat:no-repeat;background-position:center;height:26px;width:30px;border:none;cursor:pointer;flex-shrink:0;margin-right:10px}.search-wrapper .search-inner .form-search-box .input-wrapper .clearButton{position:absolute;right:20px;top:50%;transform:translateY(-50%);background:0 0;border:none;font-size:20px;line-height:1;color:#fff;cursor:pointer;z-index:2;padding:0 5px;display:none;transition:opacity .2s}.search-wrapper .search-inner .form-search-box .input-wrapper .clearButton:hover{opacity:.8}.search-wrapper .search-inner .form-search-box .input-wrapper .clearButton:focus{outline:0}@media screen and (max-width:992px){.search-wrapper .search-inner .form-search-box .input-wrapper{width:100%}.search-wrapper .search-inner .form-search-box .input-wrapper input{min-width:unset}.search-wrapper .search-inner .form-search-box .input-wrapper .clearButton{right:15px}}@media screen and (max-width:460px){.search-wrapper .search-inner .form-search-box{width:100%}}.search-wrapper .search-inner .recent-search{display:none}@media screen and (max-width:992px){.search-wrapper .search-inner .recent-search{width:100%}}.search-wrapper .search-inner .recent-search p{color:#000;font-weight:700}.search-wrapper .search-inner .recent-search ul{display:flex;flex-wrap:wrap;gap:20px}@media screen and (max-width:460px){.search-wrapper .search-inner .recent-search ul{flex-direction:column}}.search-wrapper .search-inner .recent-search ul li a{color:#000;gap:10px;display:flex;align-items:center}@media screen and (max-width:460px){.search-wrapper .search-inner{width:100%}}.search-wrapper-mobile .input-wrapper{background:#000;color:#fff;border-radius:50px;padding:10px 20px;display:flex;align-items:center;position:relative}.search-wrapper-mobile .input-wrapper input{background:#000;color:#fff;border:unset;min-width:250px;width:100vw;outline:0}.search-wrapper-mobile .input-wrapper input::placeholder{color:rgb(255 255 255 / .7)}.search-wrapper-mobile .input-wrapper input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.search-wrapper-mobile .input-wrapper input::-moz-search-cancel-button{display:none}.search-wrapper-mobile .input-wrapper button.submit-btn{background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/icon_search_white.svg');background-repeat:no-repeat;background-position:center;height:26px;width:30px;border:none;cursor:pointer;flex-shrink:0;margin-right:10px}.search-wrapper-mobile .input-wrapper .clearButton{position:absolute;right:20px;top:50%;transform:translateY(-50%);background:0 0;border:none;font-size:20px;line-height:1;color:#fff;cursor:pointer;z-index:2;padding:0 5px;display:none;transition:opacity .2s}.search-wrapper-mobile .input-wrapper .clearButton:hover{opacity:.8}.search-wrapper-mobile .input-wrapper .clearButton:focus{outline:0}@media screen and (max-width:992px){.search-wrapper-mobile .input-wrapper{width:100%}.search-wrapper-mobile .input-wrapper input{min-width:unset}.search-wrapper-mobile .input-wrapper .clearButton{right:15px}}@media screen and (max-width:460px){.search-wrapper-mobile{width:100%}}#accordion_search .accordion-item{max-width:100%}#accordion_search .accordion-item .gutter>div{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;align-content:center;gap:30px}#accordion_search .accordion-item .gutter>div>*{flex-shrink:0;width:100%;max-width:100%}@media (min-width:992px){#accordion_search .accordion-item .gutter .row-cols-lg-2>*{flex:0 0 auto;width:50%}}#accordion_search .accordion-item .gutter.people-count-1>div>*{width:inherit}#accordion_search .accordion-item .gutter.people-count-1 .row-cols-lg-2>*{flex:0 0 auto;width:inherit}#accordion_search .accordion-item .gutter .accordion-item{border:none}#accordion_search .accordion-item .accordion-button{font-size:22px;min-height:fit-content}#accordion_search .accordion-item .accordion-button.active .badge,#accordion_search .accordion-item .accordion-button.active .fw-mid,#accordion_search .accordion-item .accordion-button.active .fw-regular{display:inline-block}#people #sub-accordion .accordion-item{max-width:806px}.search-form-wrapper .search-button{border:none;background:0 0;position:absolute;display:block;top:17px;left:20px}@media screen and (max-width:767px){.search-form-wrapper .search-button{top:15px;left:17px}.search-form-wrapper .search-button svg{width:20px;height:auto}}.search-nav{height:fit-content;padding-top:15px;padding-bottom:15px;position:sticky;top:0;background:#fff;z-index:9}.search-nav .foundd .founding__btn{display:flex;gap:30px}@media only screen and (max-width:767px){.search-nav .foundd .founding__btn{gap:20px}}.search-nav .foundd .founding__btn a{font-weight:700;color:#000;font-family:"Space Grotesk";padding-bottom:5px;display:inline-block;margin-bottom:15px}.search-nav .foundd .founding__btn a.active{border-bottom:4px solid #00aecc}@media only screen and (min-width:320px) and (max-width:767px){.search-nav .foundd{overflow-x:hidden;scroll-behavior:smooth;align-content:flex-start;padding:0 60px 0 0;display:flex;white-space:nowrap;width:100%;box-sizing:border-box}}.search-nav .foundd__scroll a{display:none;align-items:center;font-size:15px;font-weight:600;color:#001a1f;gap:10px;justify-content:flex-end;margin-top:20px;flex-shrink:0;flex:0 0 auto;padding:10px;box-sizing:border-box}@media only screen and (min-width:320px) and (max-width:767px){.search-nav .foundd__scroll a{display:flex}}#people .board-search-wrap.slider{display:block}#people .board-search-wrap.slider .single__board{width:auto;margin:0}@media only screen and (max-width:767px){#people .board-search-wrap.slider .owl-nav{border-left:0;border-right:1px solid #d5e1e5;padding-right:20px;padding-top:20px}}#pages .research__area .research__wrap .research__top ul li{background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/research--page/mainus.png') right center no-repeat;padding-right:25px}#pages .research__area .research__wrap .research__top ul li:last-child{background:0 0;padding-right:0}#pages .recent__item .single__recent{margin-bottom:20px}#pages .recent__item .single__recent h5{margin-bottom:0}form .input-wrapper{background:#f5f5f5;color:#000;border-radius:50px;padding:10px 20px;display:flex;align-items:center;position:relative}form .input-wrapper .submit-btn{background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/icon_search_black.svg');background-repeat:no-repeat;background-position:center;height:26px;width:30px;border:none;cursor:pointer;flex-shrink:0;margin-right:10px}form .input-wrapper .clearButton{display:block;font-size:20px;border:none;background:0 0}form .input-wrapper .clearButton:hover{cursor:pointer}.hero-slider{width:80%}@media only screen and (min-width:320px) and (max-width:767px){.hero-slider{width:100%}}.hero .hero__wrap{border-radius:20px;background-image:url(/_assets/23c048c4e278024490c6ac1b855e5de4/img/bg/CeMM-gradient.png);background-repeat:no-repeat;background-position:center center;background-size:cover;padding:50px 50px 100px 50px;position:relative}.hero .hero__wrap .hero__content h1{color:#fff;font-size:55px;font-weight:600;line-height:62px;margin-bottom:20px;margin-top:0;border-bottom:5px solid #fff;width:fit-content;padding-bottom:20px}.hero .hero__wrap .hero__content p{color:#fff;font-weight:300;line-height:62px;font-size:55px;margin-top:0;margin-bottom:150px}.hero .hero__wrap .hero__content a{padding:14px 30px 15px 30px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:600;line-height:20px;background-color:#001a1f!important;border-radius:50px}.hero .hero__wrap .hero__content a svg{display:none}.hero .hero__wrap .hero__content a:hover{border-color:#001a1f;gap:15px;color:#fff!important}.hero .hero__wrap .hero__content a:hover svg{filter:unset!important}.hero .hero__wrap .hero__img{border-radius:20px;position:absolute;right:0;bottom:0;height:100%}.hero .hero__wrap .hero__social{position:absolute;right:50px;bottom:30px;display:flex;align-items:center;justify-content:center;gap:10px}.hero .hero__wrap .hero__social a{width:49px;height:49px;background:#fff;padding-right:0!important;border-radius:50%;border:1px solid #001a1f;display:flex;align-items:center;justify-content:center;transition:.3s}.hero .hero__wrap .hero__social a svg path{fill:#001a1f}.hero .hero__wrap .hero__social a:hover{background:#001a1f}.hero .hero__wrap .hero__social a:hover svg path{fill:#fff}.hero .hero__wrap .hero__social a:hover svg .youtube-bg{fill:#fff}.hero .hero__wrap .hero__social a:hover svg .youtube-play{fill:#000}.hero .hero__wrap .hero__social a .youtube-icon .youtube-bg{fill:#000}.hero .hero__wrap .hero__social a .youtube-icon .youtube-play{fill:#fff}.hero .hero__bottom--flex{padding:20px 0;display:flex;align-items:center;justify-content:space-between;max-width:1166px;margin:auto;border-bottom:1px solid #e1eaec;position:relative;gap:10px}.hero .hero__bottom--flex span{margin:0;color:#001a1f;font-size:17px;font-weight:400;line-height:25px}.hero .hero__bottom--flex p{color:#001a1f;font-size:17px;font-weight:400;line-height:25px;margin:0}.hero .hero__bottom--flex a{color:#001a1f;font-size:16px;font-weight:600;line-height:20px;display:flex;align-items:center;gap:10px;right:0;z-index:9;background-color:#fff!important}.hero .hero__bottom--flex a:hover{gap:14px}.let{padding-bottom:50px}.let .let__wrap{border-radius:20px;background:linear-gradient(110deg,rgb(0 174 204 / .25) 0,rgb(148 194 62 / .25) 117.46%);padding:50px;display:flex;flex-wrap:wrap;justify-content:space-between}.let .let__wrap .let__content{width:58.1%}.let .let__wrap .let__content .section__title{margin-bottom:20px;padding-right:150px}.let .let__wrap .let__content .section__title h3{color:#001a1f;font-size:42px;font-weight:600;line-height:53px}.let .let__wrap .let__content .section__title span{color:#001a1f;font-size:42px;font-weight:600;line-height:53px;font-weight:400;display:block;margin-top:-8px}.let .let__wrap .let__content .let__text{margin-bottom:40px}.let .let__wrap .let__content .let__text p{margin:0;color:#001a1f;font-size:17px;font-weight:400;line-height:25px}.let .let__wrap .let__content .let__btn{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.let .let__wrap .let__content .let__btn .theme__btn{padding:14px 30px 15px 30px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:600;line-height:20px;background-color:#001a1f!important;border-radius:50px;gap:15px}.let .let__wrap .let__content .let__btn .theme__btn--tr{color:#001a1f;font-size:17px;font-weight:600;line-height:20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #000;font-size:16px;display:inline-flex}.let .let__wrap .let__content .let__btn .theme__btn--tr:hover{gap:15px}.let .let__wrap .let__img{display:flex;width:27%;justify-content:end;padding-left:50px;border-left:1px solid rgb(255 255 255 / .5)}.let .let__wrap .let__img img{width:100%}.net{padding-top:70px}.net .net__flex{border-top:1px solid #e7eef0;display:flex;flex-wrap:wrap;justify-content:space-between}.net .net__flex .net__img{width:61.68%;padding-right:50px;padding-top:50px}.net .net__flex .net__img a{margin-bottom:20px;display:block}.net .net__flex .net__img a img{width:100%}.net .net__flex .net__text{width:38.2%;padding-left:50px;padding-top:50px;border-left:1px solid #e7eef0}.net .net__flex .net__text p{color:#000;font-size:17px;font-weight:400;line-height:25px;margin-bottom:15px}.net .net__flex .net__text a{color:#001a1f;font-size:17px;font-weight:600;line-height:20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #000;display:inline-flex}.net .net__flex .net__text a:hover{gap:14px}.net .net__img h3{color:#000;font-size:15px;font-weight:400;line-height:20px;margin-bottom:10px;font-family:"Source Sans 3",sans-serif}.net .net__img span{color:#000;font-size:15px;font-weight:400;line-height:20px;display:block}.banefit{padding-top:70px}.banefit .banefit__content h3{color:#000;font-size:28px;font-weight:600;line-height:34px;margin-bottom:15px}.banefit .banefit__content ul{list-style:disc;padding-left:15px;margin-bottom:50px}.banefit .banefit__content ul li{color:#000;font-size:17px;font-weight:400;line-height:25px;margin-bottom:10px}.banefit .banefit__content ul li:last-child{margin:0}.banefit .banefit__content a{padding:14px 30px 15px 30px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:600;line-height:20px;background-color:#001a1f!important;border-radius:50px;background-color:transparent!important}.banefit .banefit__content p{color:#000;font-size:17px;font-weight:400;line-height:25px;margin-top:50px}.banefit .banefit__content p a{color:#000;font-size:17px;font-weight:600;line-height:25px;padding:0;gap:8px;border-bottom:1px solid #000;border-radius:0}.board .board__wrap .board__title{margin-bottom:37px}.board .board__wrap .board__title h3{color:#000;font-size:28px;font-weight:600;line-height:34px}.board .board__wrap .board__title a.text-uderline{color:#000;line-height:20px;border-bottom:1px solid #000;margin-top:20px;display:inline-block;font-family:"Source Sans 3";font-weight:600}.board .board__wrap .board__title a.text-uderline svg{margin-left:10px;transition:all .3s linear 0s}.board .board__wrap .board__title a.text-uderline:hover svg{margin-left:14px}.board .board__wrap .board-search-wrap{display:flex}@media screen and (max-width:992px){.board .board__wrap .board-search-wrap{flex-direction:column}}.board .board__wrap .board-search-wrap .single__board{width:32%;margin:0 1%}@media screen and (max-width:992px){.board .board__wrap .board-search-wrap .single__board{width:100%;margin:0}}.board .board__wrap .board-search-wrap .single__board .board__img img{width:100%;height:auto;display:block}.board .board__wrap .single__board{padding-right:50px;border-right:1px solid #d5e1e5;border-top:0;padding-bottom:60px!important;position:relative}.board .board__wrap .single__board .board__img{position:relative;margin-bottom:20px}.board .board__wrap .single__board .board__img:hover:before{opacity:0;visibility:hidden}.board .board__wrap .single__board .board__img.active_img_color:before{opacity:0;visibility:hidden}.board .board__wrap .single__board .board__content h3{color:#000;font-size:18px;font-weight:600;line-height:normal;display:flex;align-items:center;gap:10px}.board .board__wrap .single__board .board__content h3 .ac-icon{font-size:14px;width:auto;margin:0}.board .board__wrap .single__board .board__content span{color:#000;font-size:18px;font-weight:400;line-height:normal;display:block;margin-bottom:20px}.board .board__wrap .single__board .board__content p{color:#000;font-size:17px;line-height:25px;margin-bottom:10px}.board .board__wrap .single__board .board__content a{color:#000;font-size:16px;line-height:normal;display:block;margin-bottom:5px}.board .board__wrap .single__board .board__content .ac-content-inner{padding:0}.board .board__wrap .single__board .board__content .ac-content-inner .principal__contact .single__ct{display:flex;gap:13px;align-items:center;margin-bottom:10px}.board .board__wrap .single__board .board__content .ac-content-inner .principal__contact .single__ct a,.board .board__wrap .single__board .board__content .ac-content-inner .principal__contact .single__ct span{margin-bottom:0}.board .board__wrap .owl-item.active.lastActiveItem .single__board{border-left:0}.board.mini .board__wrap .single__board{min-height:auto}.board.mini .board__wrap .single__board .board__content{min-height:auto}.team{padding-top:50px;padding-bottom:100px}.team .container-sm{overflow:visible}.team .team__title{margin-bottom:39px}.team .team__title h3{color:#000;font-size:28px;font-weight:600;line-height:34px}.team .team__flex{display:flex;justify-content:space-between;margin-left:-50px}.team .team__flex .team__felx__active.owl-carousel .owl-nav{padding-top:50px;padding-left:46px;border-left:1px solid #dbe6e9}@media screen and (max-width:768px){.team .team__flex .team__felx__active.owl-carousel .owl-nav{border-right:1px solid #dbe6e9;padding-right:50px;right:0;padding-left:0;border-left:unset}}.team .team__flex .team__felx__active:not(.owl-carousel){display:flex;width:100%}@media screen and (max-width:768px){.team .team__flex .team__felx__active:not(.owl-carousel){flex-direction:column}}.team .team__flex .team__felx__active:not(.owl-carousel) .single__team{width:31%}@media screen and (max-width:1000px){.team .team__flex .team__felx__active:not(.owl-carousel) .single__team{width:47%}}@media screen and (max-width:768px){.team .team__flex .team__felx__active:not(.owl-carousel) .single__team{width:100%}}.team .team__flex .team__felx__active.not-slider{display:flex;flex-wrap:wrap}.team .team__flex .team__felx__active.not-slider .single__team{width:33%}@media screen and (max-width:768px){.team .team__flex .team__felx__active.not-slider .single__team{width:100%}}.team .team__flex .team__felx__active.not-slider .single__team:nth-child(3){border-color:#dbe6e9}.team .team__flex .team__felx__active.not-slider .single__team:nth-child(3):before{display:none}.team .team__flex .team__felx__active.not-slider .single__team:nth-child(n+4){padding-top:50px}.team .team__flex .single__team{border-bottom:1px solid #dbe6e9;width:auto;padding-bottom:50px;border-right:1px solid #dbe6e9;padding-left:50px;padding-right:50px}.team .team__flex .single__team .team__img{margin-bottom:22px;position:relative;cursor:pointer}.team .team__flex .single__team .team__img:hover::before{opacity:0;visibility:hidden}.team .team__flex .single__team .team__img img{width:100%;height:auto}.team .team__flex .single__team .team__content a{color:#001a1f;font-size:17px;font-weight:600;line-height:20px;display:flex;align-items:center;gap:10px;transition:.3s;font-family:"Space Grotesk",sans-serif;text-align:center;display:block}.team .team__flex .single__team .team__content a:hover{gap:20px}.team .team__flex .single__team .team__content span{color:#000;font-size:24px;font-weight:400;line-height:normal;display:block}.team .team__flex .single__team:nth-child(3){border-color:#fff0;position:relative}.team .team__flex .single__team:nth-child(3):before{position:absolute;content:"";background:#dbe6e9;height:100px;width:1px;left:-1px;bottom:-100px}.team .owl-nav{position:absolute;right:21%;bottom:-100px;display:flex;align-items:center;gap:10px}.team .owl-nav button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:1366px;background:#001a1f!important}.team .owl-nav button:hover{background-color:#fff!important}.team.p-t-0{padding-top:0}.owl-nav button{transition:.3s}.owl-nav button:hover{background:#fff!important;border:1px solid #001a1f!important}.owl-nav button:hover img{filter:brightness(0)}.team .owl-nav button:hover{background:#fff!important;border:1px solid #001a1f!important}.team__details{padding-top:50px}.team__details .team__details--flex{display:flex;justify-content:space-between;border-top:1px solid #e7eef0}.team__details .team__details--flex .team__details--text{width:68.8%;padding-top:50px;padding-right:50px;border-right:1px solid #e7eef0}.team__details .team__details--flex .team__details--text h3{color:#000;font-size:28px;font-weight:600;line-height:34px;margin-bottom:17px}.team__details .team__details--flex .team__details--text p{color:#000;font-size:17px;font-weight:400;line-height:25px;margin-top:0;margin-bottom:15px}.team__details .team__details--flex .team__details--text a{padding:0 0 4px 2px;border-bottom:1px solid #000;color:#001a1f;font-size:17px;font-weight:600;line-height:20px;display:flex;align-items:center;gap:10px;display:inline-flex}.team__details .team__details--flex .team__details--img{width:31%;display:flex;padding-left:50px;padding-top:50px}.team__details .team__details--flex .team__details--img img{width:100%;height:fit-content}.ac-state{display:none}.ac-state:not(:checked)~.ac-trigger .ac-icon-close{display:none}.ac-state:checked~.ac-trigger .ac-icon-open{display:none}.ac-state:checked~.ac-content{grid-template-rows:1fr}.ac-icon{width:40px;display:flex;align-items:center;justify-content:center}.ac-icon img{width:16px}.ac-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.ac-content img{display:block;margin:0 auto}.ac-content-inner{overflow:hidden;padding:0 1rem}.gallary__flex{display:flex;flex-wrap:wrap;justify-content:space-between}.gallary__flex .gallary__item{width:32%;margin-bottom:21px}@media screen and (max-width:768px){.gallary__flex .gallary__item{width:47%}}.get{padding-top:70px}.get .get__title{margin-bottom:10px}.get .get__title h3{color:#000;font-size:28px;font-weight:600;line-height:34px}.get .get__wrap{max-width:750px}.get .get__wrap .accordion{border-bottom:1px solid #e1eaec}.get .get__wrap label{color:#000;font-size:22px;font-weight:600;line-height:28px;display:flex;flex-wrap:nowrap;justify-content:space-between;padding:20px 0;font-family:"Space Grotesk",sans-serif}.get .get__wrap .ac-content-inner{padding:0}.get .get__wrap .ac-content-inner p{color:#000;font-size:16px;margin:0;padding-bottom:10px}.get .get__wrap .ac-content-inner p:last-child{padding-bottom:20px}.get .get__wrap .ac-content-inner .gallary__flex{display:flex;flex-wrap:wrap;justify-content:space-between}.get .get__wrap .ac-content-inner .gallary__flex .gallary__item{margin-bottom:21px}.get .owl-nav{display:flex;align-items:center;gap:10px;justify-content:end}.get .owl-nav button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:1366px;background:#001a1f!important}.contact .contact__form{max-width:750px}.contact .contact__form .contact__title{margin-bottom:30px}.contact .contact__form .contact__title h3{color:#000;font-size:28px;font-weight:600;line-height:34px}.contact .contact__form .submit__btn{background:#000;padding:15px 30px;border-radius:50px;display:inline-block}.contact .contact__form .submit__btn input{background:#000 url(/assets/img/icon/arrow-right.svg) right center no-repeat;color:#fff;font-size:16px;line-height:20px;cursor:pointer;display:inline;border:none;transition:.3s all ease-in}.contact .contact__form .single__input{margin-bottom:20px}.contact .contact__form .single__input label{color:#000;font-size:16px;font-weight:600;line-height:20px;display:block;margin-bottom:8px;padding-left:20px}.contact .contact__form .single__input input{border-radius:25px;background:#f5f5f5;padding:14px 20px 15px 20px;color:#000;font-family:"Source Sans 3",sans-serif;font-size:16px;font-weight:400;line-height:20px;width:100%;border:0}.contact .contact__form .single__input textarea{height:328px;border-radius:20px;background:#f5f5f5;width:100%;border:0;padding:14px 20px 15px 20px;color:#000;font-family:"Source Sans 3",sans-serif;font-size:16px;font-weight:400;line-height:20px}.contact .contact__form .powermail_fieldwrap{margin-bottom:20px}.arrow-link{display:inline-flex;align-items:center;gap:10px;color:#000}.arrow-link:after{background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/arrow-right-dark.svg') center center no-repeat;width:10px;height:10px;content:""}.arrow-link:hover{gap:14px!important}.content-header__area.no-background{padding-bottom:0}.content-header__area .content-header__wrap .content-header__top ul li{display:inline-block;margin-right:10px}.content-header__area .content-header__wrap .content-header__top ul li img{margin-bottom:3px}.content-header__area .content-header__wrap .content-header__top ul li a{font-size:16px;font-weight:600;line-height:16.34px;text-align:left;color:#000}.content-header__area .content-header__wrap .content-header__top ul li a:hover{color:#00aecc}.content-header__area .content-header__wrap .content-header__top ul li:last-child a{font-weight:400}.content-header__area .content-header__wrap .content-header__box{border-radius:20px;display:flex;justify-content:space-between}.content-header__area .content-header__wrap .content-header__box.no-background{background:0 0;padding:0 22px}.content-header__area .content-header__wrap .content-header__box h1{font-size:42px;font-weight:600;line-height:53px;text-align:left;color:#fff;margin-bottom:0}@media screen and (max-width:992px){.content-header__area .content-header__wrap .content-header__box h1{font-size:32px;line-height:32px}}@media screen and (max-width:767px){.content-header__area .content-header__wrap .content-header__box h1{font-size:22px;line-height:22px}}.content-header__area .content-header__wrap .content-header__box h6,.content-header__area .content-header__wrap .content-header__box p{font-size:42px;font-weight:300;line-height:40px;text-align:left;margin:0;color:#fff;font-family:"Source Sans 3"}@media screen and (max-width:992px){.content-header__area .content-header__wrap .content-header__box h6,.content-header__area .content-header__wrap .content-header__box p{font-size:32px;line-height:32px}}@media screen and (max-width:767px){.content-header__area .content-header__wrap .content-header__box h6,.content-header__area .content-header__wrap .content-header__box p{font-size:22px;line-height:22px}}.content-header__area .content-header__wrap .content-header__box .box__links.collapsed{white-space:nowrap}.content-header__area .content-header__wrap .content-header__box .box__links.expanded{white-space:normal}.content-header__area .content-header__wrap .content-header__box .box__links a{border-radius:40px;border:1px solid #bee3ef;padding:10px 20px;margin-right:15px;color:#fff;text-align:right;font-size:16px;font-style:normal;font-weight:600;line-height:30px;transition:.3s;display:inline-flex}.content-header__area .content-header__wrap .content-header__box .box__links a:hover{color:#000;background:#e3f6fa}.content-header__area .content-header__wrap .content-header__box .box__links a:hover svg line,.content-header__area .content-header__wrap .content-header__box .box__links a:hover svg path{stroke:#000}.content-header__area .content-header__wrap .content-header__box .box__links a svg line,.content-header__area .content-header__wrap .content-header__box .box__links a svg path{stroke:#fff}.content-header__area .content-header__wrap .content-header__box .box__links a svg{padding-left:10px;position:relative;top:3px;width:24px}@media only screen and (max-width:992px){.content-header__area .content-header__wrap .content-header__box .box__links a{margin:0 15px 5px 0}}@media only screen and (max-width:767px){.content-header__area .content-header__wrap .content-header__box .box__links a{padding:5px 20px;margin:0 0 5px 0}}.content-header__area .content-header__wrap .content-header__box .box__links a.active{background:rgb(255 255 255 / .5);border:1px solid #fff0}.content-header__area .content-header__wrap .hospital__tx{max-width:750px;margin-left:50px;padding-top:70px}.content-header__area .content-header__wrap .hospital__tx p{color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:25px;margin:0}.content-header__area .content-header__wrap .content-header__box.detail__box{position:relative;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;gap:20px}.content-header__area .content-header__wrap .content-header__box.detail__box .box__img{position:absolute;flex-shrink:0;margin-left:auto;max-width:280px}@media screen and (max-width:992px){.content-header__area .content-header__wrap .content-header__box.detail__box .box__img{max-width:200px}}@media screen and (max-width:767px){.content-header__area .content-header__wrap .content-header__box.detail__box .box__img{max-width:150px;right:0}}.content-header__area .content-header__wrap .content-header__box.detail__box .box__text{text-align:left;flex-grow:1;padding-left:0;padding-right:35%;min-height:133px}@media screen and (max-width:992px){.content-header__area .content-header__wrap .content-header__box.detail__box .box__text{min-height:100px}}@media screen and (max-width:767px){.content-header__area .content-header__wrap .content-header__box.detail__box .box__text{min-height:90px}}.content-header__area .content-header__wrap .more__wrap{margin:auto;margin-top:50px;border-top:1px solid rgb(15 85 104 / .2);display:flex;flex-wrap:wrap;justify-content:space-between}.content-header__area .content-header__wrap .more__wrap .more__lf{width:64.4%;padding-top:50px;padding-right:50px;position:relative}.content-header__area .content-header__wrap .more__wrap .more__lf::before{position:absolute;width:1px;height:85%;background:rgb(15 85 104 / .2);content:"";right:0;top:0}.content-header__area .content-header__wrap .more__wrap .more__lf .more__video .more__video__play{width:100%}.content-header__area .content-header__wrap .more__wrap .more__lf .more__video .more__video__play img{width:100%}.content-header__area .content-header__wrap .more__wrap .more__lf .more__video .more__video__play.c,.content-header__area .content-header__wrap .more__wrap .more__lf .more__video .more__video__play.vimeo{position:relative}.content-header__area .content-header__wrap .more__wrap .more__lf .more__video .more__video__play.c:before,.content-header__area .content-header__wrap .more__wrap .more__lf .more__video .more__video__play.vimeo:before{content:"";background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/video_play_btn.png') center center no-repeat;position:absolute;top:0;left:0;width:100%;height:100%;background-size:150px}.content-header__area .content-header__wrap .more__wrap .more__lf .more__video .more__video__text{margin-top:20px}.content-header__area .content-header__wrap .more__wrap .more__lf .more__video .more__video__text p{font-size:15px;font-weight:400;line-height:20px;text-align:left;color:#000;margin-bottom:10px;margin-top:0}.content-header__area .content-header__wrap .more__wrap .more__lf .more__video .more__video__text span{font-size:15px;font-weight:400;line-height:20px;text-align:left;color:#000}.content-header__area .content-header__wrap .more__wrap .more__ri{width:35.6%;padding-left:50px;padding-top:50px}.content-header__area .content-header__wrap .more__wrap .more__ri h3{margin-bottom:15px;font-size:24px;line-height:30px}.content-header__area .content-header__wrap .more__wrap .more__ri p{font-size:17px;font-weight:400;line-height:25px;text-align:left;margin-bottom:15px;color:#000;margin-top:0}.content-header__area .content-header__wrap .more__wrap .more__ri a{font-size:15px;font-weight:600;line-height:20px;color:#001a1f;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #000;max-width:fit-content;gap:10px}.content-header__area .content-header__wrap .more__wrap .more__ri a:hover{gap:14px;justify-content:flex-start}.video-container{position:relative}.video-container video{width:100%;border-radius:20px}.video-container .controls{position:absolute;bottom:20px;left:20px;display:flex;gap:10px}.video-container .controls .mute{background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/unmuted.png');padding:15px;cursor:pointer;border:none;width:50px;height:50px;border-radius:30px}.video-container .controls .mute.muted{background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/muted.png')}.video-container .controls .playPauseBtn{background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/play.png');background-size:contain;padding:15px;cursor:pointer;border:none;width:50px;height:50px;border-radius:30px}.video-container .controls .playPauseBtn.paused{background-image:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/pause.png')}.research__area.p-b-0{padding-bottom:0}.super__area .super__wrap{margin:auto;margin-left:-33px}.super__area .super__wrap .super__title h2{font-size:42px;font-weight:600;line-height:53px;margin-bottom:30px;padding-left:33px}.super__area .super__wrap .super__title h3{color:#000;font-size:22px;font-weight:600;line-height:28px;padding-left:30px;margin-bottom:30px}.super__area .super__wrap .super__slider .super__active{margin-bottom:60px}.super__area .super__wrap .super__slider .super__active.slider .super__single__box{width:100%!important}.super__area .super__wrap .super__slider .super__active .super__single__box{width:32%;display:inline-block;box-sizing:border-box}.super__area .super__wrap .super__slider .super__active .super__single__box .super__item__max{padding:0 22px 50px 32px;border-right:1px solid #edf2f4;border-bottom:1px solid #edf2f4}.super__area .super__wrap .super__slider .super__active .super__single__box .super__item__max .super__img{width:100%;margin-bottom:20px}.super__area .super__wrap .super__slider .super__active .super__single__box .super__item__max .super__img img{width:100%;cursor:pointer}.super__area .super__wrap .super__slider .super__active .super__single__box .super__item__max .super__content{display:flex;align-items:center;justify-content:space-between}.super__area .super__wrap .super__slider .super__active .super__single__box .super__item__max .super__content .super__tx a{color:#000;font-size:15px;font-style:normal;line-height:20px;margin:0;display:block}.super__area .super__wrap .super__slider .super__active .super__single__box .super__item__max .super__content .super__tx p{margin-bottom:4px;color:#000}.super__area .super__wrap .super__slider .super__active .super__single__box .super__item__max .super__content .super__tx p:last-child{margin-bottom:0}.super__area .super__wrap .super__slider .super__active .super__single__box .super__item__max .super__content .super__icon a{width:50px;height:50px;background:#bee3ef;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;gap:3px}.super__area .super__wrap .super__slider .super__active .super__single__box .super__item__max .super__content .super__icon a img{width:auto}.super__area .super__wrap .super__slider .super__active .super__single__box .super__item__max .super__content .super__icon a:hover{gap:5px}.super__area .super__wrap .super__slider .owl-nav{display:flex;align-items:center;gap:10px;justify-content:end;margin-top:40px;padding-right:50px}.super__area .super__wrap .super__slider .owl-nav button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:1366px;background:#001a1f!important}.nav-pad .owl-nav{padding-right:282px!important}.publications .publications__wrap .topic__single__select .nice-select .list,.publications .topic__wrap .topic__single__select .nice-select .list,.topic .publications__wrap .topic__single__select .nice-select .list,.topic .topic__wrap .topic__single__select .nice-select .list{margin:0;border-top-left-radius:0!important;border-top-right-radius:0!important;border:0;box-shadow:unset;background:#f5f5f5;height:248px;overflow-y:scroll;border-radius:20px}.publications .publications__wrap .topic__single__select .nice-select .list::-webkit-scrollbar,.publications .topic__wrap .topic__single__select .nice-select .list::-webkit-scrollbar,.topic .publications__wrap .topic__single__select .nice-select .list::-webkit-scrollbar,.topic .topic__wrap .topic__single__select .nice-select .list::-webkit-scrollbar{width:10px}.publications .publications__wrap .topic__single__select .nice-select .list::-webkit-scrollbar-thumb,.publications .topic__wrap .topic__single__select .nice-select .list::-webkit-scrollbar-thumb,.topic .publications__wrap .topic__single__select .nice-select .list::-webkit-scrollbar-thumb,.topic .topic__wrap .topic__single__select .nice-select .list::-webkit-scrollbar-thumb{background:#fff;border-radius:15px;box-shadow:inset 0 0 5px #9797a4}.publications .publications__wrap .topic__single__select .nice-select .list::-webkit-scrollbar-track,.publications .topic__wrap .topic__single__select .nice-select .list::-webkit-scrollbar-track,.topic .publications__wrap .topic__single__select .nice-select .list::-webkit-scrollbar-track,.topic .topic__wrap .topic__single__select .nice-select .list::-webkit-scrollbar-track{background:#000;border-radius:15px}.publications .publications__wrap .topic__single__select .nice-select.open,.publications .topic__wrap .topic__single__select .nice-select.open,.topic .publications__wrap .topic__single__select .nice-select.open,.topic .topic__wrap .topic__single__select .nice-select.open{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.nice-select{border-radius:25px!important;background-color:#f5f5f5;border:none}.nice-select ul{padding:0 15px!important;border-radius:0!important;border:none!important}.nice-select .option{padding:0 15px 0 0}.nice-select .option:hover{background:#ededed}.nice-select .option.focus{background:#ededed}.nice-select .option.selected.focus{background:#ededed}.topic__search{position:relative;max-width:870px;margin-bottom:40px}.topic__search input{width:100%;padding:19.6px 28px 21px 68px;font-size:16px;line-height:28px;background:#f5f5f5;border-radius:35px;border:0;font-family:"Source Sans 3"}.topic__search input::placeholder{color:#000;font-size:16px}.topic__search input a{position:absolute;top:50%;transform:translateY(-50%)}.topic__search a{position:absolute;top:50%;transform:translateY(-50%);right:28px;display:flex}.video-pic-slider{padding-top:40px}.video-pic-slider .video-pic-slider__wrap{max-width:750px}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__title h3{color:#000;font-family:"Space Grotesk";font-size:28px;font-style:normal;font-weight:600;line-height:34px;margin-bottom:30px}@media screen and (max-width:768px){.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__holder{padding-right:20px}}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__holder img{border-radius:20px}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__holder .controls{top:20px;right:20px;position:absolute;flex-direction:column;left:auto}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__holder .cover{position:relative;width:100%;height:100%}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__holder .cover .video{width:100%;border-radius:20px;object-fit:cover;height:422px}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__holder .cover video{width:100%;object-fit:cover;border-radius:20px}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__holder .cover .on-top{position:absolute;bottom:30px;left:30px;display:flex;gap:20px}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__holder .cover .on-top button{border:0;background:0 0;padding:0}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__holder .video-container.vimeo,.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__holder .video-container.youtube{position:relative}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__holder .video-container.vimeo:before,.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__holder .video-container.youtube:before{content:"";background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/video_play_btn.png') center center no-repeat;position:absolute;top:0;left:0;width:100%;height:100%;background-size:150px;z-index:999}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__video__tx{padding-top:20px;position:relative;max-width:540px;font-family:"Source Sans 3"}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__video__tx p{color:#000;font-size:15px;font-style:normal;line-height:20px;max-width:470px;margin-top:0}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__video__tx span{color:#000;font-size:15px;font-style:normal;line-height:20px}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__video__tx:before{position:absolute;width:1px;height:218px;background:rgb(15 85 104 / .2);content:"";right:0;top:-10px}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .owl-nav{display:flex;align-items:center;gap:10px;display:flex;justify-content:end;margin-top:-52px;padding-right:0;position:relative;z-index:9999}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .owl-nav button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:1366px;background:#000}@media only screen and (min-width:320px) and (max-width:767px){.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider{border-right:1px solid rgb(15 85 104 / .2)}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .owl-nav{margin-top:20px;padding-right:20px}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__single__item .video-pic-slider__video{padding-right:20px}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__video__tx{border-bottom:1px solid rgb(15 85 104 / .2);padding-right:20px;padding-bottom:20px}.video-pic-slider .video-pic-slider__wrap .video-pic-slider__slider .video-pic-slider__video__tx:before{visibility:hidden}}.video-pic-slider .video-pic-slider__wrap .biology__tx{padding-top:70px;margin-bottom:40px}.video-pic-slider .video-pic-slider__wrap .biology__tx p{color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:25px}.video-pic-slider .video-pic-slider__wrap .biology__tx p span{font-weight:600;text-decoration:underline}.video-pic-slider .video-pic-slider__wrap .biology__single__item{margin-bottom:40px}.video-pic-slider .video-pic-slider__wrap .biology__single__item h4{color:#000;font-size:22px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:15px}.video-pic-slider .video-pic-slider__wrap .biology__single__item p{color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:25px;margin:0}.video-pic-slider .video-pic-slider__wrap .biology__single__item.bio2{margin:0}.video-pic-slider .video-pic-slider__wrap .bock__wrap{padding-top:70px;padding-bottom:70px}.video-pic-slider .video-pic-slider__wrap .bock__wrap .bock__title h3{color:#000;font-size:28px;font-style:normal;font-weight:600;line-height:34px;margin-bottom:30px}.video-pic-slider .owl-dots{display:none}.principal{padding-bottom:70px}.principal .principal__wrap .principal__title h4{color:#000;font-size:28px;font-style:normal;font-weight:600;line-height:34px;margin-bottom:30px}.principal .principal__wrap .principal__fx{display:flex;align-items:center;border-bottom:1px solid #dbe5e9;max-width:750px}.principal .principal__wrap .principal__fx .principal__ri{padding-left:50px;padding-bottom:50px}.principal .principal__wrap .principal__fx .principal__ri .principal__info h6{color:#000;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:10px}.principal .principal__wrap .principal__fx .principal__ri .principal__info p{color:#000;font-size:17px;font-style:normal;line-height:25px;margin-bottom:10px}.principal .principal__wrap .principal__fx .principal__ri .principal__info .principal__contact .single__ct span{color:#000;font-size:16px;font-style:normal;line-height:normal}.principal .principal__wrap .principal__fx .principal__ri .principal__info .principal__contact .single__ct a{color:#000;font-size:16px;font-style:normal;line-height:normal;margin-left:13px}.principal .principal__wrap .principal__fx .principal__ri .principal__info .principal__contact .single__ct a:hover{text-decoration:underline}.principal .principal__wrap .principal__fx .principal__lf{max-width:322px;padding-right:50px;border-right:1px solid #dbe5e9;padding-bottom:50px}.principal .principal__wrap .principal__fx .principal__lf img{width:100%;height:100%}.principal .principal__wrap .principal__fx .principal__lf .principal__img img{width:100%;height:100%}.down{padding-top:20px;padding-bottom:70px}.down .down__title{margin-bottom:30px}.down .down__title h3{color:#000;font-size:28px;font-weight:600;line-height:34px;margin:0}.down .down__btn{margin-bottom:20px}.down .down__btn a{padding:14px 30px 15px 30px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:600;line-height:20px;background-color:#001a1f!important;border-radius:50px;gap:15px;background:#bee3ef!important;color:#0f5568}.press{padding-bottom:70px}.press .press__content h3{color:#000;font-size:28px;font-weight:600;line-height:34px;margin-bottom:17px}.press .press__content p{color:#000;font-size:17px;font-weight:400;line-height:25px;max-width:750px}.press .press__content a{color:#000;font-size:17px;font-weight:600;line-height:25px;text-decoration:underline}.bsf{padding-bottom:70px}.bsf .bsf__content{margin-bottom:30px;max-width:750px}.bsf .bsf__content p{color:#000;font-size:17px;font-weight:400;line-height:25px;margin-bottom:40px}.bsf .bsf__content p a{font-weight:600;color:#000;text-decoration:underline;background:0 0!important;padding:0}.bsf .bsf__content a{padding:14px 30px 15px 30px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:600;line-height:20px;background-color:#001a1f!important;border-radius:50px;gap:15;display:inline-flex}.bsf .bsf__down{gap:20px;display:flex;flex-wrap:wrap}.bsf .bsf__down a{padding:14px 30px 15px 30px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:600;line-height:20px;background-color:#001a1f!important;border-radius:50px;background:#bee3ef!important;color:#0f5568;gap:15px;display:inline-flex}.read__more--content{max-width:750px;margin-top:50px}.read__more--content>div{margin-bottom:17px}.read__more--content h3{color:#000;font-size:28px;font-weight:600;line-height:34px;margin-bottom:15px}.read__more--content p{color:#000;font-size:17px;line-height:25px}.read__more--content .more{color:#000;font-size:16px;font-weight:600;line-height:normal;display:flex;align-items:center;gap:10px;padding-top:20px;border-top:1px solid rgb(15 85 104 / .2)}.read-more-wrap .more{cursor:pointer}.read-more-wrap .full{display:none}.read-more-wrap.opened .full{display:block}.read-more-wrap.opened .short{display:none}.read-more-wrap.opened .more{display:none!important}.mm-nn{display:none!important}.tech{padding:50px 0}.tech .tech__top--text{max-width:750px;margin-bottom:70px}.tech .tech__top--text p{color:#000;font-size:17px;font-weight:400;line-height:25px}.tech .tech__top--text p a{font-weight:600;text-decoration:underline;color:#000}.tech .tech__wraper{overflow:hidden}.tech .tech__wraper .tech__wrap--top-btn{margin-bottom:30px}.tech .tech__wraper .tech__wrap--top-btn a{color:#001a1f;font-size:17px;font-weight:600;line-height:20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #000;display:inline-flex;align-items:center}.tech .tech__wraper .tech__flex{margin-left:-50px;width:100%;display:flex}@media screen and (max-width:993px){.tech .tech__wraper .tech__flex{display:block!important;border-right:1px solid #e1eaec!important}.tech .tech__wraper .tech__flex .owl-nav{padding-right:20px;margin-top:20px}}.tech .tech__wraper .tech__flex .single__tech{padding:50px;padding-top:0;border-right:1px solid #e1eaec;border-bottom:1px solid #e1eaec!important;border-right:1px solid #e1eaec!important;width:33%}@media screen and (max-width:992px){.tech .tech__wraper .tech__flex .single__tech{width:100%}}.tech .tech__wraper .tech__flex .single__tech:last-child{border-right:0!important}.tech .tech__wraper .tech__flex .single__tech .tech__img{margin-bottom:20px}.tech .tech__wraper .tech__flex .single__tech .tech__img img{width:100%}.tech .tech__wraper .tech__flex .single__tech .tech__text h3{color:#000;font-size:22px;font-weight:600;line-height:28px;margin-bottom:20px}.tech .tech__wraper .tech__flex .single__tech .tech__text ul{list-style:disc;padding-left:15px}.tech .tech__wraper .tech__flex .single__tech .tech__text ul li{color:#000;font-size:17px;line-height:25px;margin-bottom:10px}.tech .owl-nav{display:flex;align-items:center;gap:10px;max-width:322px;margin-top:25px;margin-left:auto;justify-content:end}.tech .owl-nav button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:1366px;background:#001a1f!important}.tech .owl-nav button:hover{background:0 0!important}.award .award__wrap{border-radius:20px;position:relative;padding:50px}.award .award__wrap .single__award{display:flex;flex-wrap:wrap;justify-content:space-between;border-bottom:1px solid rgb(0 0 0 / .1);position:relative}@media only screen and (min-width:320px) and (max-width:767px){.award .award__wrap .single__award{border-bottom:unset}}.award .award__wrap .single__award img{width:auto}.award .award__wrap .single__award .award__content{width:60%;display:flex;flex-direction:column;justify-content:flex-start;gap:90px;padding-right:50px;padding-bottom:50px}.award .award__wrap .single__award .award__content .award__title h2{color:#000;font-size:42px;font-weight:600;line-height:53px}.award .award__wrap .single__award .award__content .award__title h2 span{color:#000;font-size:55px;line-height:62px}.award .award__wrap .single__award .award__content .award__text h3{color:#000;font-size:22px;font-weight:600;line-height:28px;margin-bottom:15px}.award .award__wrap .single__award .award__content .award__text p{color:#000;font-size:17px;line-height:25px;margin:0}.award .award__wrap .single__award .award__img{width:40%;display:flex;align-items:center;justify-content:center;border-left:1px solid #cedcd4;padding-left:50px;padding-bottom:50px}.award .award__wrap .single__award .award__img img{border-radius:10px}@media only screen and (min-width:320px) and (max-width:767px){.award .award__wrap .single__award .award__img{width:auto;height:auto;padding:0;border-left:unset;order:2;padding-left:0;border-left:unset;padding-bottom:0;width:100%;justify-content:left;margin-bottom:30px}}.award .award__wrap:before{position:absolute;content:"";border-radius:20px;opacity:.15;background:linear-gradient(110deg,#00aecc 0,#94c23e 117.46%);height:100%;width:100%;left:0;top:0}.award .award__wrap .owl-nav{display:flex;align-items:center;gap:10px;margin-top:0;margin-left:auto;width:40%;border-left:1px solid #cedcd4;padding-left:50px;padding-top:50px}.award .award__wrap .owl-nav button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:1366px;background:#001a1f!important}.award .award__wrap .owl-nav button:hover{background:0 0!important}.member{padding-bottom:170px}.member .member__title{margin-bottom:35px;color:#000;font-size:28px;font-weight:600;line-height:34px}.member .member__wrap{border-bottom:1px solid #e1eaec}.member .member__wrap .single__member{padding-right:50px;padding-bottom:25px;border-right:1px solid #e1eaec}.member .member__wrap .single__member h3{color:#000;font-size:18px;font-weight:600;line-height:normal;margin-bottom:20px}.member .member__wrap .single__member h3 span{display:block}.member .member__wrap .single__member p{color:#000;font-size:17px;font-weight:400;line-height:25px}.member .member__wrap .owl-dots{display:none}.member .member__wrap .owl-nav{position:absolute;bottom:-100px;right:21.5%;display:flex;align-items:center;gap:10px}.member .member__wrap .owl-nav button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:1366px;background:#001a1f!important}.news .news__wrap{max-width:750px}.news .news__wrap .news__top--title{margin-bottom:50px}.news .news__wrap .news__top--title h3{color:#000;font-size:28px;font-weight:600;line-height:34px;margin-bottom:10px}.news .news__wrap .news__img{margin-bottom:50px}.news .news__wrap .news__img a{display:flex;margin-bottom:20px;border-radius:20px;background:linear-gradient(0deg,#f5f5f5 0,#f5f5f5 100%)}.news .news__wrap .news__img a img{width:100%}.news .news__wrap .news__img p{color:#000;font-size:15px;font-weight:400;line-height:20px;margin-bottom:10px}.news .news__wrap .news__img span{display:block;color:#000;font-size:15px;font-weight:400;line-height:20px}.news .news__wrap .news__text{margin-bottom:50px}.news .news__wrap .news__text:last-child{margin:0}.news .news__wrap .news__text h3{color:#000;font-size:28px;font-weight:600;line-height:34px;margin-bottom:15px}.news .news__wrap .news__text p{color:#000;font-size:17px;font-weight:400;line-height:25px;margin-bottom:10px}.news .news__wrap .news__text p:last-child{margin:0}.news .news__wrap .news__text h4{color:#000;font-size:22px;font-weight:600;line-height:28px;margin-bottom:20px}.news .news__wrap .news__text .news__download{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.news .news__wrap .news__text .news__download a{border-radius:50px;background-color:#bee3ef!important;display:inline-flex;padding:14px 30px 15px 30px;color:#0f5568;font-size:16px;font-weight:600;line-height:20px;gap:15px;transition:.3s;align-items:center}.news .news__wrap .news__text .news__download a:hover{background:#000;color:#fff}.news .news__wrap .news__text .news__download a:hover img{filter:brightness(99999)}.news .news__wrap .news__text .news__download a[target=_blank]{padding-right:40px!important;background-position:right 15px center!important}.news .news__wrap .news__text .news__download a[target=_blank]:hover{color:#000}.news .news__wrap .news__text .news__download a[target=_blank] img{display:none}.news .news__wrap .news__text .news__link{display:flex;flex-direction:column;align-items:flex-start}.news .news__wrap .news__text .news__link a{display:block;color:#000;font-size:16px;font-weight:600;line-height:20px;text-decoration:underline;margin-bottom:20px;text-underline-offset:6px}.news .news__wrap .news__text .news__link a:hover{text-decoration:none}.news .news__wrap .news__text .news__link a:last-child{margin:0}.press__content{margin-bottom:70px}.press__content h3{font-family:"Space Grotesk";font-weight:600;font-size:28px;line-height:34px;color:#000;margin-bottom:17px}.press__content p{font-size:17px;line-height:25px;color:#000;max-width:750px;margin-bottom:10px}.press__content a{font-weight:600;font-size:17px;line-height:25px;color:#000;display:block}.press__content a:hover{text-decoration:underline!important}.smart{padding-top:50px}.smart .smart__flex{border-top:1px solid rgb(15 85 104 / .2);display:flex;flex-wrap:wrap;justify-content:space-between}.smart .smart__flex .smart__content{width:65.4%;border-right:1px solid #cfdde1;padding:50px;padding-left:0}.smart .smart__flex .smart__content h3{color:#000;font-size:28px;font-weight:600;line-height:34px;margin-bottom:17px}.smart .smart__flex .smart__content p{color:#000;font-size:17px;font-weight:400;line-height:25px;margin-bottom:10px}.smart .smart__flex .smart__content a{color:#001a1f;font-size:17px;font-weight:600;line-height:20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #000;display:inline-flex;align-items:center;margin-top:10px}.smart .smart__flex .smart__img{width:34.6%;padding:50px;padding-right:0}.event__details--titles{padding-top:50px}.event__details--titles h3{color:#000;font-size:28px;font-weight:600;line-height:normal;margin-bottom:10px}.event__details--titles h3 span{display:block}.event__details--titles a,.event__details--titles span{color:#0f5568;font-size:17px;line-height:25px;display:block}.event__details--contents{padding-top:50px;max-width:750px}.event__details--contents h4{color:#000;font-size:22px;font-weight:600;line-height:28px;margin-bottom:20px}.event__details--contents p{color:#000;font-size:17px;line-height:25px;margin-bottom:6px}.net__heading.d-none{display:none}.research__area .research__wrap .more__wrap .more__ri h4{color:#000;font-size:22px;font-weight:600;line-height:28px;margin-bottom:15px}.research__area .research__wrap .more__wrap .more__ri p span{display:block;font-weight:600}.research__area .research__wrap .more__wrap .more__ri p a{text-decoration:none;border:0;font-weight:600}.phd__area{padding-bottom:70px}.phd__area .phd__wp{margin:auto}.phd__area .phd__wp .phd__content{max-width:750px}.phd__area .phd__wp .phd__content h3{color:#000;font-size:28px;font-weight:600;line-height:34px;line-height:34px;text-align:left;margin-bottom:15px}.phd__area .phd__wp .phd__content p{font-size:17px;font-weight:400;line-height:25px;text-align:left;color:#000;margin-bottom:15px}.phd__area .phd__wp .phd__content a{font-size:17px;font-weight:600;line-height:25px;text-align:left;color:#000;border-bottom:1px solid #000}.call{padding-bottom:70px}.call .cell__wrap{background:linear-gradient(109.6deg,rgb(0 174 204 / .3) 0,rgb(222 245 252 / .3) 117.46%);border-radius:20px;padding:50px}.call .cell__wrap .cell__tx{max-width:800px}.call .cell__wrap .cell__tx h3{font-size:42px;font-weight:600;line-height:53px;text-align:left;color:#001a1f}.call .cell__wrap .cell__tx h2{font-size:42px;font-weight:400;line-height:59.81px;text-align:left;color:#001a1f;margin-bottom:10px}.call .cell__wrap .cell__tx p{font-size:18px;font-weight:400;line-height:25px;text-align:left;color:#001a1f;margin-bottom:40px}.call .cell__wrap .cell__tx a{width:360px;height:49px;border-radius:50px;background:#001a1f;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-style:normal;font-weight:600;line-height:20px;gap:15px}.super__area .super__wrap .super__slider .super__active .super__single__box .super__item__max .super__content .super__icon{width:50px;height:50px}.super__area .super__wrap .super__title.super__title__sec h2{font-size:28px}.mit__title h5{color:#000;font-size:28px;font-style:normal;font-weight:600;line-height:34px;margin-bottom:10px}.job__wrapper.join_wp2{padding-bottom:160px!important}.read__area.read__sc.read__join{padding-top:50px;padding-bottom:70px}.frame{max-width:1245px;padding:0 15px;margin:auto;margin-bottom:50px}.frame figure.image{margin:0}.contenttable{border-collapse:collapse}.contenttable th{background:#bee3ef;color:#0f5568}.contenttable td{border:1px solid #cfdde1;padding:10px}figcaption.image-caption{color:#000!important;font-size:14px!important;font-weight:400!important}.read__area p,.read__area ul{color:#000;font-size:17px;font-style:normal;line-height:25px}.read__area .role_wrap ul{list-style:disc;padding-left:40px}.read__area .role_wrap h3{color:#000;font-size:28px;font-weight:600;line-height:34px;margin-bottom:10px}.read__area .role_wrap h2{margin-bottom:10px}.read__area .role_wrap h4{margin-bottom:10px}.read__area .role_wrap h5{margin-bottom:10px}.read__area .role_wrap .tag{display:block;color:#0f5568;font-size:17px;font-weight:400;line-height:25px;margin-bottom:50px}.read__area .role_wrap img{width:100%;height:auto;margin-bottom:20px}.read__area .role_wrap p.image-caption{color:#000!important;font-size:15px!important;font-weight:400!important;line-height:20px!important;margin-bottom:10px!important}.read__area .role_wrap .image-author{display:block;color:#000;font-size:15px;font-weight:400;line-height:20px}.read__area .read__area--flex{display:flex;justify-content:space-between;border-top:1px solid #e7eef0}.read__area .read__area--flex .read__area--text{width:68.8%;padding-top:50px;padding-right:50px;border-right:1px solid #e7eef0}.read__area .read__area--flex .read__area--img{width:31%;padding-left:50px;padding-top:50px}.read__area .read__wrap{max-width:750px}.read__area .read__wrap .read__accordion .accordion .acrdion__body.ac__body__Sec h3{font-size:17px;line-height:25px}.read__area .read__wrap .read__accordion .accordion .acrdion__body.ac__body__Sec .rol__video .video-pic-slider__video{width:100%}.read__area .read__wrap .read__accordion .accordion .acrdion__body.ac__body__Sec .rol__video .video-pic-slider__video .cover{width:100%}.read__area .read__wrap .read__accordion .accordion .acrdion__body.ac__body__Sec .rol__video .video-pic-slider__video .cover .video{width:100%;border-radius:20px;margin-top:40px}.read__area .read__wrap .read__accordion .accordion .acrdion__body{margin-top:0!important;margin-top:20px;padding-bottom:40px;border-bottom:1px solid #e1eaec}.read__area .read__wrap .read__accordion .accordion .acrdion__body .ac__body__title h3{color:#000;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:20px}.read__area .read__wrap .read__accordion .accordion .acrdion__body .acrdion__fx{display:flex;align-items:start;align-items:center!important}.read__area .read__wrap .read__accordion .accordion .acrdion__body .acrdion__fx .acrdion__img{width:225px;height:225px;border-radius:20px;object-fit:cover}.read__area .read__wrap .read__accordion .accordion .acrdion__body .acrdion__fx .acrdion__img img{width:100%;height:100%;object-fit:cover}.read__area .read__wrap .read__accordion .accordion .acrdion__body .acrdion__fx .acrdion__info{margin-left:30px}.read__area .read__wrap .read__accordion .accordion .acrdion__body .acrdion__fx .acrdion__info p{color:#000;font-size:17px;font-style:normal;line-height:25px;margin-bottom:22px}.read__area .read__wrap .read__accordion .accordion .acrdion__body .acrdion__fx .acrdion__info .principal__contact a{color:#000;font-size:16px;font-style:normal;line-height:normal}.read__area .read__wrap .read__accordion .accordion .acrdion__body .acrdion__fx .acrdion__info .principal__contact .single__ct span{color:#000;font-size:16px;font-style:normal;line-height:normal;margin-right:10px}.read__area .read__wrap .read__accordion .accordion .acrdion__body .role__wrap p{color:#000;font-size:17px;font-style:normal;line-height:25px;margin-bottom:20px}.read__area .read__wrap .read__accordion .accordion .acrdion__body .role__wrap .role__btn{padding:14px 30px 15px 30px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:600;line-height:20px;background-color:#001a1f!important;border-radius:50px;margin-top:30px}.read__area .read__wrap .read__accordion .accordion .acrdion__body .role__wrap .role__btn:hover{gap:14px}.read__area .read__wrap .read__accordion .accordion .acrdion__body .role__wrap .role__btn.download:after{content:"";width:12px;height:12px;background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/f/download.svg') right center no-repeat}.read__area .read__wrap .read__accordion .accordion .acrdion__body .role__wrap .role__btn a{color:#fff}.read__area .read__wrap .read__accordion .accordion .acrdion__body .role__wrap ul li{color:#000;font-size:17px;font-style:normal;line-height:25px;position:relative;padding-left:20px;margin-bottom:15px}.read__area .read__wrap .read__accordion .accordion .acrdion__body .role__wrap ul li a{border-bottom:1px solid #000;font-weight:600;color:#000}.read__area .read__wrap .read__accordion .accordion .acrdion__body .role__wrap ul li:before{position:absolute;width:4px;height:4px;background:#000;content:"";left:0;top:10px;border-radius:14px}.read__area .read__wrap .read__accordion .accordion .acrdion__body .role__wrap ul li:last-child{margin:0}.read__area .read__wrap .read__accordion .accordion .acrdion__body .owl-nav{display:flex;align-items:center;gap:10px;justify-content:end}.read__area .read__wrap .read__accordion .accordion .acrdion__body .owl-nav button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:1366px;background:#001a1f!important}.read__area .read__wrap .read__accordion .accordion .acrdion__body .owl-nav button img{width:18px;height:18px;margin-bottom:0}.read__area .read__wrap .read__accordion .accordion .acrdion__body .owl-nav button:hover{background-color:#fff!important}.read__area .read__wrap .read__accordion .accordion li .submenu{display:none}.read__area .read__wrap .read__accordion .accordion li .link{width:100%;position:relative;color:#000;font-size:18px;font-style:normal;font-weight:600;line-height:24px;font-family:"Space Grotesk"!important;padding-bottom:20px;border-bottom:1px solid #e1eaec;position:relative;padding-top:20px;cursor:pointer;padding-right:20px}.read__area .read__wrap .read__accordion .accordion li .link span{position:absolute;top:50%;right:0;transform:translateY(-50%);display:grid;place-items:center;height:20px;width:20px;font-size:30px;font-weight:300}.read__area .read__wrap .read__accordion .accordion li .link span.minus{display:none}.read__area .read__wrap .read__accordion .accordion li .link span.pls{display:block}.read__area .read__wrap .read__accordion .accordion li.open .link{border-bottom:none!important}.read__area .read__wrap .read__accordion .accordion li.open .link span.minus{display:block}.read__area .read__wrap .read__accordion .accordion li.open .link span.pls{display:none}.read__area .read__wrap .read__accordion .read__ac__title h3{color:#000;font-size:28px;font-style:normal;font-weight:600;line-height:34px;margin-bottom:10px}.read__area .read__wrap .read__top{margin-bottom:50px}.read__area .read__wrap .read__top h2{color:#000;font-size:28px;font-style:normal;font-weight:600;line-height:34px;margin-bottom:15px}.read__area .read__wrap .read__top p{color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:25px;padding-bottom:20px;margin-bottom:20px}.read__area .read__wrap .read__top .more{display:flex;align-items:center;gap:10px;padding-top:20px;border-top:1px solid rgb(15 85 104 / .2);color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.read__area .read__wrap .read__img{margin-bottom:50px}.read__area .read__wrap .read__top.read__top_Sec p{padding:0;margin:0;border:0}.read__area .read__text{padding-bottom:2rem}.research__area .research__wrap .content-header__box .foundd__scroll a{display:none}.research__area .research__wrap .research__top ul li.ar{position:relative;top:-2px}.publications .publications__wrap,.publications .topic__wrap,.topic .publications__wrap,.topic .topic__wrap{position:relative}.publications .publications__wrap .topic__flex,.publications .topic__wrap .topic__flex,.topic .publications__wrap .topic__flex,.topic .topic__wrap .topic__flex{display:flex;align-content:center;justify-content:flex-start;gap:40px;margin-bottom:40px}@media screen and (max-width:768px){.publications .publications__wrap .topic__flex,.publications .topic__wrap .topic__flex,.topic .publications__wrap .topic__flex,.topic .topic__wrap .topic__flex{flex-direction:column;gap:20px}}.publications .publications__wrap .topic__flex .topic__single__select,.publications .topic__wrap .topic__flex .topic__single__select,.topic .publications__wrap .topic__flex .topic__single__select,.topic .topic__wrap .topic__flex .topic__single__select{width:31.1%;display:block}@media screen and (max-width:768px){.publications .publications__wrap .topic__flex .topic__single__select,.publications .topic__wrap .topic__flex .topic__single__select,.topic .publications__wrap .topic__flex .topic__single__select,.topic .topic__wrap .topic__flex .topic__single__select{width:100%}}.publications .publications__wrap .topic__flex .topic__single__select p,.publications .topic__wrap .topic__flex .topic__single__select p,.topic .publications__wrap .topic__flex .topic__single__select p,.topic .topic__wrap .topic__flex .topic__single__select p{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin-bottom:10px;padding-left:18px}.publications .publications__wrap .topic__flex .topic__single__select .nice-select,.publications .topic__wrap .topic__flex .topic__single__select .nice-select,.topic .publications__wrap .topic__flex .topic__single__select .nice-select,.topic .topic__wrap .topic__flex .topic__single__select .nice-select{width:100%;border:0;border-radius:25px;background:#f5f5f5;color:#000;font-size:16px;font-style:normal;line-height:20px;display:flex;align-items:center;padding:19px 28px 21px 20px;height:auto}.publications .publications__wrap .topic__flex .topic__single__select .nice-select::after,.publications .topic__wrap .topic__flex .topic__single__select .nice-select::after,.topic .publications__wrap .topic__flex .topic__single__select .nice-select::after,.topic .topic__wrap .topic__flex .topic__single__select .nice-select::after{border-color:#000;width:8px;height:8px;right:28px;top:28px}.publications .publications__wrap .topic__flex .topic__single__select .nice-select .list,.publications .topic__wrap .topic__flex .topic__single__select .nice-select .list,.topic .publications__wrap .topic__flex .topic__single__select .nice-select .list,.topic .topic__wrap .topic__flex .topic__single__select .nice-select .list{width:100%}.research__area.public__research{padding-bottom:0}.recent .recent__wrap .single__recent .recent__content a.text-uderline{display:inline-flex!important;width:fit-content!important;border-bottom:1px solid #000!important;text-decoration:none}.recent.search-pages .recent__wrap .research__top{padding-left:0}.recent.search-pages .recent__wrap .section__title a.text-uderline{color:#000;line-height:20px;border-bottom:1px solid #000;margin-top:20px;font-family:"Source Sans 3";font-weight:600}.recent.search-pages .recent__wrap .section__title a.text-uderline svg{margin-left:10px;transition:all .3s linear 0s}.recent.search-pages .recent__wrap .section__title a.text-uderline:hover svg{margin-left:14px}.recent.search-pages .recent__wrap .single__recent .research__area{padding-top:15px}.recent.recent__thrd{padding-bottom:0}.recent.recent__thrd .recent__wrap .single__recent .recent__content span{margin-bottom:0}.recent.recent__thrd .recent__wrap .single__recent .recent__abstract a{margin-left:10px}.recent__wrap.recent__wp__Sec{padding-top:25px}.pagination{display:flex;align-items:center;justify-content:center;gap:10px}.pagination .page-item a{border-radius:30px;background:#000;width:30px;height:30px;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center;font-family:"Space Grotesk";font-size:15px;font-weight:600;line-height:normal}.pagination .page-item a:hover{background:0 0;border:1px solid #000;color:#000}.pagination .page-item.current a{background:0 0;border:1px solid #000;color:#000}.pagination .page-item.first a,.pagination .page-item.first:hover,.pagination .page-item.last a,.pagination .page-item.last:hover,.pagination .page-item.next a,.pagination .page-item.next:hover,.pagination .page-item.previous a,.pagination .page-item.previous:hover{background:0 0;border:none}.pagination button{margin-left:30px;background:0 0;border:0}.read__wrap.read__wps__Sec{margin-left:50px}.read__area.read__sc{padding-bottom:70px}.rod{padding-top:70px}.rod .rod__title{margin-bottom:35px}.rod .rod__title h3{color:#000;font-size:28px;font-weight:600;line-height:34px;margin:0}.rod .rod__app{display:flex;flex-wrap:wrap;margin-left:60px}.rod .rod__app .rod__ap--title{width:232px}.rod .rod__app .rod__ap--title h3{color:#000;font-size:22px;font-weight:600;line-height:28px}.rod .single__rod{position:relative;display:flex;flex-wrap:wrap;padding-bottom:70px;position:relative}.rod .single__rod .rod__text{width:372px;margin-left:60px}.rod .single__rod .rod__text.opened .full{display:block}.rod .single__rod .rod__text.opened .short{display:none}.rod .single__rod .rod__text.opened span.more{display:none}.rod .single__rod .rod__text .full{display:none}.rod .single__rod .rod__text p{color:#000;font-size:17px;font-weight:400;line-height:25px;border-bottom:1px solid #dbe6e9}.rod .single__rod .rod__text p span.less{display:block;cursor:pointer;width:15px}.rod .single__rod .rod__text a{color:#000;text-decoration:none;border-color:rgb(3 174 204 / .3490196078);border-style:solid;border-width:0 0 1px;box-shadow:inset 0 -4px 0 rgb(3 174 204 / .3490196078)}.rod .single__rod .rod__text a:hover{color:#00aecc}.rod .single__rod .rod__text span.more{color:#000;font-size:16px;font-weight:600;line-height:normal;display:flex;align-items:center;gap:10px;cursor:pointer}.rod .single__rod .rod__diteils{margin-left:60px;width:621px;display:flex;align-items:center;gap:65px}.rod .single__rod .rod__diteils h3{width:232px;color:#000;font-size:22px;font-weight:600;line-height:28px;margin:0}.rod .single__rod .rod__diteils p{color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:25px}.rod .single__rod .rod__diteils p a{color:#000;font-weight:strong;font-weight-font-weight:600}.rod .single__rod .rod__sim{position:relative}.rod .single__rod::before{position:absolute;content:"";background:#000;height:100%;width:1px;left:8px}.rod .single__rod:last-child{padding-bottom:0}.rod .single__rod:last-child:before{display:none}.rod .rod__btn{display:flex;flex-wrap:wrap;gap:10px;padding-top:70px;padding-bottom:50px}.rod .rod__btn a{padding:14px 30px 15px 30px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:600;line-height:20px;background-color:#001a1f!important;border-radius:50px;gap:10px;display:inline-flex;align-items:center}.rod .rod__btn a img{filter:brightness(99999)}.rod .rod__last--text{max-width:750px}.rod .rod__last--text h3{color:#000;font-size:28px;font-weight:600;line-height:34px;margin-bottom:15px}.rod .rod__last--text p{color:#000;font-size:17px;font-weight:400;line-height:25px;margin-bottom:10px}.get .get__wrap .ac-content-inner .rod__btns a{padding:14px 30px 15px 30px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:600;line-height:20px;background-color:#001a1f!important;border-radius:50px;margin-top:20px;display:inline-flex;margin-bottom:40px;gap:10px;align-items:center}.get .get__wrap .ac-content-inner .rod__btns a img{filter:brightness(999)}.article__area .article__content{max-width:750px;margin-top:47px}.article__area .article__content .single__article{margin-bottom:50px}.article__area .article__content .single__article h3{color:#000;font-size:28px;font-weight:600;line-height:34px;margin-bottom:15px}.article__area .article__content .single__article p{color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:25px}.about__area .about__content{max-width:750px}.about__area .about__content h3{color:#000;font-size:28px;font-weight:600;line-height:34px;margin-bottom:15px}.about__area .about__content p{color:#000;font-size:17px;font-weight:400;line-height:25px;padding-bottom:20px;border-bottom:1px solid #cfdde1}.about__area .about__content p span.less{display:block;cursor:pointer;width:15px}.about__area .about__content .more{color:#000;font-size:16px;font-weight:600;line-height:normal;padding-top:20px;display:flex;align-items:center;gap:10px}.offer__area .offer__content{max-width:750px}.offer__area .offer__content .offer__listing ul{list-style:disc;padding-left:15px}.offer__area .offer__content .offer__listing ul li{color:#000;font-size:17px;line-height:25px;margin-bottom:15px}.offer__area .offer__content .offer__listing h3{color:#000;font-size:28px;font-weight:600;line-height:34px;margin-bottom:15px}.offer__area .offer__content .offer__btn{display:inline-flex;justify-content:center;align-items:center;background-color:#001a1f!important;border-radius:700px;gap:5px;color:#fff;font-size:16px;font-weight:600;line-height:20px;margin-top:35px;padding:15px}.offer__area .offer__content p{color:#000;font-size:17px;font-weight:400;line-height:25px;margin-top:50px}@media (min-width:1200px) and (max-width:1450px){.hero .hero__wrap .hero__img{height:100%}.board .board__wrap .board__slider{width:100%}.board .board__wrap .owl-item.active.firstActiveItem .single__board{border-right:1px solid #d5e1e5}.net .net__flex{padding-bottom:50px}.net .net__flex .net__img{width:51.1%;padding-right:50px;padding-top:50px}}@media (min-width:992px) and (max-width:1200px){.hero .hero__wrap{padding:64px 30px}.hero .hero__wrap .hero__content h1{font-size:40px;line-height:48px}.hero .hero__wrap .hero__content p{font-size:40px;line-height:47px}.research__area .research__wrap .content-header__box h6{font-size:30px;line-height:35px}.research__area .research__wrap .more__wrap .more__lf{width:55%}.research__area .research__wrap .content-header__box.detail__box{padding-bottom:50px}.research__area .research__wrap .more__wrap .more__ri{width:44.6%;padding-left:50px;padding-top:50px}.super__slider .owl-nav{padding-right:50px!important}.board .board__wrap .board__slider{width:100%}.board .board__wrap .owl-item.active.firstActiveItem .single__board{border-right:1px solid #d5e1e5}.net .net__flex{padding-bottom:50px}.net .net__flex .net__img{width:51.1%;padding-right:50px;padding-top:50px}.team__details .team__details--flex .team__details--img{width:35%;display:flex;padding-left:50px;padding-top:50px}.team__details .team__details--flex .team__details--text{width:64.8%;padding-top:50px;padding-right:50px;border-right:1px solid #e7eef0}.let .let__wrap .let__img{width:34%}.award .award__wrap .single__award .award__content .award__title h2{font-size:28px;line-height:41px}.award .award__wrap .single__award .award__content .award__title h2 span{font-size:30px;line-height:30px}.tech .tech__wraper .tech__flex .single__tech{padding:40px;padding-top:0}}@media (min-width:768px) and (max-width:991px){.hero .hero__wrap{padding:64px 30px}.hero .hero__wrap .hero__content h1{font-size:40px;line-height:48px}.hero .hero__wrap .hero__content p{font-size:40px;line-height:47px}.let .let__wrap .let__content{width:100%;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid rgb(255 255 255 / .5)}.let .let__wrap .let__img{width:100%;padding:0;border:0}.research__area .research__wrap .content-header__box{padding:30px}.research__area .research__wrap .content-header__box h6{font-size:30px;line-height:35px}.research__area .research__wrap .more__wrap .more__ri{width:48%;padding-left:29px;padding-top:30px}.research__area .research__wrap .more__wrap .more__lf{width:52%;padding-top:30px;padding-right:30px;position:relative}.research__area .research__wrap .content-header__box.detail__box{padding-bottom:50px}.super__slider .owl-nav{padding-right:50px!important}.net .net__flex .net__text{width:100%;padding-left:0;padding-top:0;border-left:0;padding-bottom:30px}.net .net__flex .net__img{width:100%;padding-right:0;padding-top:50px;margin-bottom:25px}.team__details .team__details--flex{flex-wrap:wrap}.team__details .team__details--flex .team__details--text{width:100%;border:0;order:2;padding-right:0}.team__details .team__details--flex .team__details--img{width:auto;padding-left:0}.team .team__flex{flex-wrap:wrap;border:0}.team .team__flex .single__team{width:100%;border-bottom:1px solid #dbe6e9;margin-bottom:50px}.team .team__flex .single__team:nth-child(3){border-right:1px solid #dbe6e9;border-bottom:1px solid #dbe6e9}.smart .smart__flex .smart__content{width:100%;border:0;padding-right:0;order:2}.smart .smart__flex .smart__img{width:100%;padding-left:0;padding-bottom:0}.tech .tech__wraper .tech__flex{margin:0;gap:30px}.tech .tech__wraper .tech__flex .single__tech{padding:0}.award .award__wrap .single__award{border-bottom:unset}.award .award__wrap .single__award .award__content{width:100%;order:1;gap:0}.award .award__wrap .single__award .award__content .award__title{margin-bottom:30px}.award .award__wrap .single__award .award__content .award__title h2{font-size:28px;line-height:30px}.award .award__wrap .single__award .award__content .award__title h2 span{font-size:30px;line-height:30px}.award .award__wrap .single__award .award__content .award__text h3{font-size:18px}.award .award__wrap .single__award .award__img{margin-bottom:30px;order:2;padding-left:0;border-left:unset;padding-bottom:0;width:100%;justify-content:left;margin-bottom:30px}.award .award__wrap .single__award .award__img img{width:50%}.award .award__wrap .owl-nav{max-width:unset;border-left:0;padding:0;padding-right:50px;justify-content:right;border-right:1px solid #fff;padding-top:50px;border-top:1px solid #fff;width:100%}.topic .topic__wrap{padding-left:30px}}.services .services__wrap .services__slider{padding-top:80px}.services .services__wrap .services__slider .owl-nav{position:absolute;top:0;bottom:auto;right:0;display:flex;gap:10px}@media only screen and (min-width:320px) and (max-width:480px){.services .services__wrap .services__slider .owl-nav{top:220px!important;bottom:auto!important}}@media only screen and (min-width:480px) and (max-width:767px){.services .services__wrap .services__slider .owl-nav{top:250px!important;bottom:auto!important}}.services .services__wrap .services__slider .owl-nav button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:1366px;background:#001a1f!important}.services .services__wrap .services__slider .owl-nav button:hover{background-color:transparent!important}@media only screen and (min-width:320px) and (max-width:767px){.services .services__wrap .services__slider{padding-top:0}}@media only screen and (min-width:420px) and (max-width:767px){.services .services__wrap .services__box .services__text img.mm-nn{bottom:330px!important}}@media only screen and (min-width:768px) and (max-width:890px){.hero .hero__wrap .hero__img{width:256px;height:auto}}@media only screen and (min-width:320px) and (max-width:767px){.hero .hero__wrap{padding:35px 20px;padding-bottom:221px}.hero .hero__wrap .hero__img{width:256px;height:auto}.hero .hero__wrap .hero__content a{padding:10px 22px 11px 22px}.hero .hero__wrap .hero__content h1{font-size:30px;line-height:35px}.hero .hero__wrap .hero__content p{font-size:30px;line-height:35px;margin-bottom:30px}.hero .hero__wrap .hero__social{right:20px;bottom:18px;gap:7px}.hero .hero__wrap .hero__social a{width:34px;height:34px}.hero .hero__wrap .hero__social a svg{width:11px}.hero .hero__bottom--flex span{font-size:15px}.hero .hero__bottom--flex p{font-size:15px;order:3}.hero .hero__bottom--flex a{order:2;top:25px}.let{padding-bottom:0}.let .let__wrap{padding:30px 20px}.let .let__wrap .let__content{width:100%;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid rgb(255 255 255 / .5)}.let .let__wrap .let__content .section__title{margin-bottom:10px}.let .let__wrap .let__content .let__text{margin-bottom:20px}.let .let__wrap .let__img{width:100%;padding:0;border:0}.net__heading.d-none h3{font-size:24px}.net .net__flex{padding-top:30px}.board .owl-nav{margin-right:0}.research__area .research__wrap .more__wrap{border-top:0}.research__area .research__wrap .more__wrap .more__lf{border-right:1px solid #cfdde1;padding-right:31px!important;padding-top:0!important}.job__wrapper.join_wp2{padding-bottom:68px!important}.board__content{min-height:auto}.explore .explore__mob .explore__mob--content ul li span{font-weight:600;font-family:Space Grotesk}.explore .explore__mob .explore__mob--content ul li a{font-family:Space Grotesk}.research__area{padding-bottom:30px}.research__area .research__wrap .research__top{padding-left:0}.research__area .research__wrap .content-header__box h2{font-size:28px;line-height:32px;margin-bottom:8px}.research__area .research__wrap .content-header__box h6{font-size:20px;line-height:28px}.research__area .research__wrap .content-header__box .foundd{overflow-x:hidden;scroll-behavior:smooth;align-content:flex-start;padding:0 60px 0 0}.research__area .research__wrap .content-header__box .foundd .founding__btn{display:flex;width:600px;gap:10px}.research__area .research__wrap .content-header__box .foundd .founding__btn a{display:inline-flex;margin:0;font-size:14px;align-items:center;padding:5px 20px;gap:10px}.research__area .research__wrap .content-header__box .foundd .founding__btn a svg{padding:0;margin:0}.research__area .research__wrap .content-header__box .foundd__scroll a{display:flex;align-items:center;font-size:15px;font-weight:600;color:#001a1f;gap:10px;justify-content:flex-end;margin-top:20px}.research__area .research__wrap .content-header__box .foundd__scroll a img{max-width:14px}.research__area .research__wrap .more__wrap{margin-top:30px}.research__area .research__wrap .more__wrap .more__ri{width:100%;padding-left:0;padding-top:20px}.research__area .research__wrap .more__wrap .more__lf{width:100%;padding-top:30px;padding-right:0;position:relative;border-bottom:1px solid #cfdde1;padding-bottom:20px}.research__area .research__wrap .more__wrap .more__lf:before{display:none}.research__area .research__wrap .hospital__tx{padding-left:0;margin-left:0;padding-top:50px}.super__area{padding-top:50px}.super__area .super__wrap .super__title h2{font-size:28px;line-height:30px}.super__area .super__wrap .super__slider .owl-nav{padding-right:15px!important;margin-top:0;padding-top:25px;border-right:1px solid #edf2f4}.banefit .banefit__content ul{padding-left:35px;margin-bottom:30px}.banefit .banefit__content p{margin-top:15px}.banefit .banefit__content a{font-size:13px;padding:10px 22px}.principal{padding-bottom:50px}.principal .principal__wrap .principal__fx{flex-wrap:wrap;border:0}.principal .principal__wrap .principal__fx .principal__lf{padding:0;padding-bottom:30px;border:0;height:auto}.principal .principal__wrap .principal__fx .principal__ri{width:100%;padding:0;border:0}.net{padding-top:40px}.net .net__flex{padding-top:20px;border-right:1px solid #e9eff1;padding-right:20px}.net .net__flex .net__text{width:100%;padding-left:0;padding-top:0;border-left:0;padding-bottom:30px}.net .net__flex .net__img{width:100%;padding-right:0;padding-top:20px;margin-bottom:25px}.net__heading.d-none{display:block}.board{padding-top:50px}.board .board__wrap .single__board{padding:0!important;padding-bottom:40px!important;min-height:auto;padding-right:22px!important}.board .board__wrap .board__slider{margin-left:0}.team__details .team__details--flex{flex-wrap:wrap}.team__details .team__details--flex .team__details--text{width:100%;border:0;order:2;padding-right:0}.team__details .team__details--flex .team__details--img{width:auto;padding-left:0}.team .team__flex{margin:0;flex-wrap:wrap;border:0}.team .team__flex .single__team{width:100%;border:1px solid #dbe6e9!important;padding-top:50px;margin-bottom:50px;border-bottom:1px solid #dbe6e9;padding:25px!important}.team .team__flex .single__team:nth-child(3){border-right:1px solid #dbe6e9;border-bottom:1px solid #dbe6e9}.team .team__flex .single__team:nth-child(3)::before{display:none}.team .owl-nav{right:10%;bottom:-50px}.smart{padding-top:30px}.smart .smart__flex .smart__content{width:100%;border:0;padding-right:0;padding-top:30px;padding-bottom:0;order:2}.smart .smart__flex .smart__img{width:70%;padding-top:30px;padding-left:0;padding-bottom:0}.call .cell__wrap{padding:30px}.call .cell__wrap .cell__tx h3{font-size:28px;line-height:30px}.call .cell__wrap .cell__tx h2{font-size:28px;line-height:30px}.call .cell__wrap .cell__tx a{width:auto}.read__wrap.read__wps__Sec{margin-left:0}.news{padding-bottom:50px}.tech .tech__wraper .tech__flex{width:100%;margin:0;gap:30px}.tech .tech__wraper .tech__flex .single__tech{width:100%;border:1px solid #e1eaec!important;border-top:0!important;border-left:0!important;padding:20px}.award .award__wrap{padding:20px}.award .award__wrap .single__award .award__content{width:100%;margin-bottom:30px;padding-bottom:0;gap:0}.award .award__wrap .single__award .award__content .award__title{margin-bottom:30px}.award .award__wrap .single__award .award__content .award__title h2{font-size:28px;line-height:30px}.award .award__wrap .single__award .award__content .award__title h2 span{font-size:30px;line-height:30px}.award .award__wrap .single__award .award__content .award__text h3{font-size:18px}.award .award__wrap .single__award .award__img{margin-bottom:0;margin-top:30px}.award .award__wrap .single__award .award__img img{width:50%}.award .award__wrap .owl-nav{max-width:unset;border-left:0;padding:0;justify-content:right;border-right:1px solid #fff;border-top:1px solid #fff;width:100%;padding-right:10px;padding-top:30px;position:absolute;bottom:185px}.read__area .read__wrap .read__accordion .accordion li .submenu .acrdion__body .acrdion__fx{flex-wrap:wrap}.read__area .read__wrap .read__accordion .accordion li .submenu .acrdion__body .acrdion__fx .acrdion__img{margin-bottom:30px}.read__area .read__wrap .read__accordion .accordion li .submenu .acrdion__body .acrdion__fx .acrdion__info{margin:0;width:100%}.topic .topic__wrap{padding-left:30px;flex-wrap:wrap}.topic .topic__wrap .topic__single__select{width:100%;margin-bottom:19px}.rod{margin-top:0}.rod .rod__btn{padding-top:50px}.rod .rod__app{margin-left:0;width:95%;margin-top:-27px}.rod .rod__app .rod__ap--title{width:100%;margin-bottom:20px}.rod .single__rod .rod__app .rod__text{width:100%;margin-left:0}.rod .single__rod .rod__text{margin-left:0;width:95%;padding-right:14px}.rod .single__rod .rod__diteils{margin-left:0;flex-wrap:wrap;gap:20px;width:95%}.rod .single__rod .rod__diteils h3{width:100%}.rod .single__rod{justify-content:space-between}.rod .single__rod .rod__sim{order:2;width:4.5%;text-align:center}.rod .single__rod::before{right:9px;left:auto;top:10px}.team{padding-bottom:50px}.team .team__title{margin-bottom:20px}.ac-trigger{width:100%;display:flex;align-items:center;justify-content:space-between}.ac-trigger .ac-title{width:84%;font-size:18px;line-height:24px}.ac-trigger .ac-icon{width:15%}.read__area.read__sc.read__join{padding-top:0;padding-bottom:50px}.video-pic-slider{padding-top:0}.down{padding-bottom:50px}.super__area .super__wrap{padding-left:14px}.topic .topic__wrap .topic__flex{flex-wrap:wrap;gap:0}.topic .topic__wrap .topic__flex .topic__single__select{width:100%}.topic .topic__wrap .topic__flex .topic__single__select .nice-select::after{top:25px}.board.mini .board__wrap .single__board{padding-bottom:0!important}.board.mini .board__wrap .single__board .board__content span{padding-bottom:20px;margin-bottom:0}.super__slider .super__active .super__single__box .super__item__max{padding-bottom:20px!important}.board .board__wrap .board__slider .single__board{padding-bottom:0!important}.board .board__wrap .board__slider .owl-nav{padding-top:25px;margin-top:0;border-right:1px solid #d5e1e5;border-left:unset;padding-right:15px;max-width:none}.topic__search{margin-bottom:20px}.topic__search input{height:54px;padding-left:54px}.topic__search a{max-width:25px;left:20px}.topic__search a svg{width:22px;height:22px}.topic .topic__wrap{padding-left:0;padding-right:55px}.topic .topic__wrap:before{left:auto;right:25px;top:0;z-index:-1}.dd-nn{display:none!important}.services .services__wrap .services__box .services__text{height:399px}.services .services__wrap .services__box .services__text img.mm-nn{transform:unset;width:auto;left:15px;display:block!important;position:absolute;top:auto;bottom:370px}.services .services__wrap .services__box .services__img{height:182px}.services .services__wrap .services__box .services__img img{object-fit:cover;border-radius:10px}}.services{padding-top:50px}.services .services__wrap{border-radius:20px;background:linear-gradient(110deg,rgb(0 174 204 / .3) 0,rgb(222 245 252 / .3) 117.46%);padding:50px}.services .services__wrap .section__title h3{color:#001a1f;font-size:42px;font-weight:600;line-height:53px;margin:0}.services .services__wrap .section__title span{color:#001a1f;font-size:42px;font-weight:400;margin-top:-8px;display:block;font-family:"Source Sans 3",sans-serif}.services .services__wrap .services__box{position:relative;display:flex;align-items:center;justify-content:end}.services .services__wrap .services__box .services__text{position:absolute;left:0;bottom:70px;width:50%;z-index:9}.services .services__wrap .services__box .services__text a{color:#001a1f;font-size:22px;font-weight:500;line-height:28px;display:flex;align-items:center;gap:15px;max-width:330px;margin-bottom:20px;font-family:"Space Grotesk",sans-serif}.services .services__wrap .services__box .services__text a:hover{gap:25px;max-width:350px}.services .services__wrap .services__box .services__text p.services__mob--text{max-width:80%;transition:5s ease;height:0;overflow:hidden}@media screen and (min-width:320px) and (max-width:767px){.services .services__wrap .services__box .services__text p.services__mob--text{max-width:unset}}.services .services__wrap .services__box.hovered p.services__mob--text{height:auto}.services .services__wrap .services__box.hovered .video-container .controls{visibility:visible}.services .services__wrap .services__box .services__img{display:flex}.services .services__wrap .services__box .video-container{position:relative;border-radius:30px}.services .services__wrap .services__box .video-container video{border-radius:15px;width:100%}.services .services__wrap .services__box .video-container .controls{display:flex;align-items:center;padding:15px;position:absolute;bottom:35px;left:10px;visibility:hidden;z-index:10}@media only screen and (max-width:460px){.services .services__wrap .services__box .video-container .controls{bottom:0}}.services .services__wrap .services__box .video-container .controls button.playPauseBtn{background:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/play.png');padding:15px;cursor:pointer;border:none;width:50px;height:50px;border-radius:30px}.services .services__wrap .services__box .video-container .controls button.playPauseBtn.paused{background-image:url('../../../_assets/23c048c4e278024490c6ac1b855e5de4/img/icon/pause.png')}.services .services__wrap .services__btn{display:flex;align-items:center;flex-wrap:wrap;gap:10px;border-top:1px solid #c4e0e6;padding-top:50px;margin-top:50px}.services .services__wrap .services__btn a{padding:14px 30px 15px 30px;display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:600;line-height:20px;background-color:#001a1f!important;border-radius:50px;gap:15px}.services .service__scorl{margin-top:17px;display:none;align-items:center;justify-content:end}.services .service__scorl a{display:flex;align-items:center;font-size:15px;font-weight:600;color:#001a1f;gap:10px}.services .service__scorl a img{max-width:14px}@media (min-width:992px) and (max-width:1200px){.services .services__wrap .services__box .services__img{width:58%}.services .services__wrap .services__box .services__text{width:50%}}@media (min-width:768px) and (max-width:991px){.services .services__wrap .services__box .services__img{width:53%}.services .services__wrap .services__box .services__text{width:57%}}@media only screen and (min-width:320px) and (max-width:767px){.services{padding-top:0}.services .services__wrap{padding:30px 20px}.services .services__wrap .section__title{margin-bottom:20px}.services .services__wrap .services__btn{overflow-x:hidden;scroll-behavior:smooth;width:100%;align-content:flex-start;padding:20px 60px 0 0;flex-wrap:inherit;margin-top:20px}.services .services__wrap .services__btn .services_btn_inner{display:flex;width:100vw;gap:10px}.services .services__wrap .services__btn a{padding:10px 22px 11px 22px;width:max-content;flex-shrink:0}.services .services__wrap .services__box{flex-direction:column}.services .services__wrap .services__box .services__img{width:100%}.services .services__wrap .services__box .services__text{position:static;order:2;padding-top:50px;top:auto;bottom:auto;width:100%;height:auto}.services .services__wrap .services__box .services__text a{font-size:20px;margin:0;text-decoration:underline}.services .services__wrap .services__box .services__text img{position:absolute;top:31px;transform:rotate(90deg);width:100px;object-fit:cover;left:-37px}.services .services__wrap .services__box .services__text p.services__mob--text{margin-top:13px;display:block;height:auto}.services .services__wrap .services__box .video-container{margin-bottom:40px}.services .services__wrap .services__box .video-container .controls{top:0;bottom:auto;right:0;left:auto}.services .service__scorl{display:flex!important}}.events .events__wrap{color:#000;line-height:25px;margin:auto;border-top:1px solid rgb(15 85 104 / .2);display:flex;flex-wrap:wrap;justify-content:space-between}.events .events__wrap.border-0{border-top:0;margin-top:0}.events .events__wrap.border-0 .wrap__lf{padding-top:0;padding-right:0;max-width:750px;width:100%}.events .events__wrap.border-0 .wrap__lf::before{width:0}.events .events__wrap a{color:#000;text-decoration:none;border-bottom:1px solid #000}.events .events__wrap a:hover{color:#00aecc}.events .events__wrap .wrap__lf{width:64.4%;padding-top:50px;padding-right:50px;position:relative}.events .events__wrap .wrap__lf::before{position:absolute;width:1px;height:100%;background:rgb(15 85 104 / .2);content:"";right:0;top:0}.events .events__wrap .wrap__lf .events__header{margin-bottom:25px}.events .events__wrap .wrap__lf .events__header h2{margin-bottom:5px}.events .events__wrap .wrap__lf .events__header .subheader{font-size:36px;font-weight:300;line-height:1.3}.events .events__wrap .wrap__lf picture{display:block;margin-bottom:25px}.events .events__wrap .wrap__ri{height:fit-content;width:35.6%;padding:50px 0 50px 50px;position:sticky;top:0}.events form .event-registration-row{margin-bottom:20px}.tab-menu button{background:0 0;border:none;padding:30px 0;display:flex;align-items:center;line-height:28px;gap:15px;transition:.3s;color:#001a1f;line-height:20px;display:inline-flex;align-items:center;gap:10px;font-family:"Source Sans 3",sans-serif;font-weight:500;font-size:21px;color:#001a1f;opacity:.65}.tab-menu button:hover{gap:14px;opacity:1;cursor:pointer}.tab-menu button.active{color:#000;opacity:1}.tab-menu button:last-child{margin:0}.tab-content>.tab-pane{display:none}@media only screen and (max-width:992px){.tab-content>.tab-pane{display:block}}.tab-content>.active{display:block}.tab-content h3{background:0 0;border:none;padding:30px 0;display:flex;align-items:center;line-height:28px;gap:15px;transition:.3s;color:#001a1f;line-height:20px;display:inline-flex;align-items:center;gap:10px;font-family:"Source Sans 3",sans-serif;font-weight:500;font-size:21px;color:#001a1f;opacity:.65;color:#001a1f;margin:0;opacity:1;font-size:28px}.fade{opacity:0;transition:opacity .15s linear}@media only screen and (max-width:992px){.fade{opacity:1}}.fade.show{opacity:1}.teaser{padding:2rem 0}.teaser .row{border-radius:20px;background:linear-gradient(110deg,rgb(0 174 204 / .25) 0,rgb(148 194 62 / .25) 117.46%);display:flex;flex-wrap:wrap;justify-content:space-between}.to-top{position:fixed;bottom:20px;right:20px;z-index:99;display:none;width:40px;height:40px;border-radius:50%;background-color:#001a1f;border:none;box-shadow:0 2px 10px rgb(0 0 0 / .2);align-items:center;justify-content:center;padding:0;transition:all .3s ease}.to-top img{width:20px;height:20px;transform:rotate(-90deg)}.to-top:hover{background-color:#fff;border:1px solid #001a1f}.to-top:hover img{filter:brightness(0)}.to-top:active img{filter:brightness(0)}.to-top.show{display:flex;animation:fadeIn .5s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}:root{--cc-bg:#fff;--cc-text:#2d4156;--cc-border-radius:.35em;--cc-btn-primary-bg:#eaeff2;--cc-btn-primary-text:var(--cc-text);--cc-btn-primary-hover-bg:#d8e0e6;--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#d8e0e6;--cc-btn-border-radius:4px;--cc-toggle-bg-off:#919ea6;--cc-toggle-bg-on:#2d4156;--cc-toggle-bg-readonly:#d5dee2;--cc-toggle-knob-bg:#fff;--cc-toggle-knob-icon-color:#ecf2fa;--cc-block-text:var(--cc-text);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-bg-hover:#e9eff4;--cc-section-border:#f1f3f5;--cc-cookie-table-border:#e9edf2;--cc-overlay-bg:rgba(4, 6, 8, .85);--cc-webkit-scrollbar-bg:#cfd5db;--cc-webkit-scrollbar-bg-hover:#9199a0;--cc-font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol}.cc_div *,.cc_div :after,.cc_div :before,.cc_div{animation:none;background:none;border:none;border-radius:unset;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;float:none;font-family:inherit;font-size:1em;font-style:inherit;font-variant:normal;font-weight:inherit;height:auto;letter-spacing:unset;line-height:1.2;margin:0;padding:0;text-align:left;text-decoration:none;text-transform:none;transition:none;vertical-align:baseline;visibility:unset}#c-inr{margin-bottom:10px}#c-footer{background:var(--cc-bg);border-top:1px solid var(--cc-text);color:var(--cc-text);padding:.4em 0 .5em;margin:0 auto;font-size:14px}#c-footer .c-link-group>*+*{margin-left:1.3em}.cc_div{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2d4156;color:var(--cc-text);font-family:var(--cc-font-family);font-size:16px;font-weight:400;text-rendering:optimizeLegibility}#c-ttl,#s-bl td:before,#s-ttl,.cc_div .b-tl,.cc_div .c-bn{font-weight:600}#cm,#s-bl .act .b-acc,#s-inr,.cc_div .b-tl,.cc_div .c-bl{border-radius:.35em;border-radius:var(--cc-border-radius)}#s-bl .act .b-acc{border-top-left-radius:0;border-top-right-radius:0}.cc_div a,.cc_div button,.cc_div input{-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden}.cc_div a{border-bottom:1px solid}.cc_div a:hover{border-color:#fff0;text-decoration:none}#cm-ov,#cs-ov,.c--anim #cm,.c--anim #s-cnt,.c--anim #s-inr{transition:visibility 0.25s linear,opacity 0.25s ease,transform 0.25s ease!important}.c--anim .c-bn{transition:background-color 0.25s ease!important}.c--anim #cm.bar.slide,.c--anim #cm.bar.slide+#cm-ov,.c--anim .bar.slide #s-inr,.c--anim .bar.slide+#cs-ov{transition:visibility 0.4s ease,opacity 0.4s ease,transform 0.4s ease!important}#cm.bar.slide,.cc_div .bar.slide #s-inr{opacity:1;transform:translateX(100%)}#cm.bar.top.slide,.cc_div .bar.left.slide #s-inr{opacity:1;transform:translateX(-100%)}#cm.slide,.cc_div .slide #s-inr{transform:translateY(1.6em)}#cm.top.slide{transform:translateY(-1.6em)}#cm.bar.slide{transform:translateY(100%)}#cm.bar.top.slide{transform:translateY(-100%)}.show--consent .c--anim #cm,.show--consent .c--anim #cm.bar,.show--settings .c--anim #s-inr,.show--settings .c--anim .bar.slide #s-inr{opacity:1;transform:scale(1);visibility:visible!important}.show--consent .c--anim #cm.box.middle,.show--consent .c--anim #cm.cloud.middle{transform:scale(1) translateY(-50%)}.show--settings .c--anim #s-cnt{visibility:visible!important}.force--consent.show--consent .c--anim #cm-ov,.show--settings .c--anim #cs-ov{opacity:1!important;visibility:visible!important}#cm{background:#fff;background:var(--cc-bg);bottom:1.25em;box-shadow:0 .625em 1.875em #000;box-shadow:0 .625em 1.875em rgb(2 2 3 / .28);font-family:inherit;line-height:normal;max-width:24.2em;opacity:0;padding:1.1em 1.5em 1.4em;position:fixed;right:1.25em;transform:scale(.95);visibility:hidden;width:100%;z-index:1}#cc_div #cm{display:block!important}#c-ttl{font-size:1.05em;margin-bottom:.7em}.cloud #c-ttl{margin-top:-.15em}#c-txt{font-size:.9em;line-height:1.5em}.cc_div #c-bns{display:flex;justify-content:space-between;margin-top:1.4em}.cc_div .c-bn{background:#eaeff2;background:var(--cc-btn-secondary-bg);border-radius:4px;border-radius:var(--cc-btn-border-radius);color:#2d4156;color:var(--cc-btn-secondary-text);cursor:pointer;display:inline-block;flex:1;font-size:.82em;padding:1em 1.7em;text-align:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}#c-bns button+button,#s-c-bn,#s-cnt button+button{float:right;margin-left:1em}#s-cnt #s-rall-bn{float:none}#cm .c_link:active,#cm .c_link:hover,#s-c-bn:active,#s-c-bn:hover,#s-cnt button+button:active,#s-cnt button+button:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg)}#s-cnt{display:table;height:100%;left:0;position:fixed;top:0;visibility:hidden;width:100%;z-index:101}#s-bl{outline:none}#s-bl .title{margin-top:1.4em}#s-bl .b-bn,#s-bl .title:first-child{margin-top:0}#s-bl .b-acc .p{margin-top:0;padding:1em}#s-cnt .b-bn .b-tl{background:none;display:block;font-family:inherit;font-size:.95em;padding:1.3em 6.4em 1.3em 2.7em;position:relative;transition:background-color 0.25s ease;width:100%}#s-cnt .b-bn .b-tl.exp{cursor:pointer}#s-cnt .act .b-bn .b-tl{border-bottom-left-radius:0;border-bottom-right-radius:0}#s-cnt .b-bn .b-tl:active,#s-cnt .b-bn .b-tl:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl .b-bn{position:relative}#s-bl .c-bl{border:1px solid #f1f3f5;border:1px solid var(--cc-section-border);margin-bottom:.5em;padding:1em;transition:background-color 0.25s ease}#s-bl .c-bl:hover{background:#f0f4f7;background:var(--cc-cookie-category-block-bg)}#s-bl .c-bl:last-child{margin-bottom:.5em}#s-bl .c-bl:first-child{border:none;margin-bottom:2em;margin-top:0;padding:0;transition:none}#s-bl .c-bl:not(.b-ex):first-child:hover{background:#fff0;background:unset}#s-bl .c-bl.b-ex{background:#f0f4f7;background:var(--cc-cookie-category-block-bg);border:none;padding:0;transition:none}#s-bl .c-bl.b-ex+.c-bl{margin-top:2em}#s-bl .c-bl.b-ex+.c-bl.b-ex{margin-top:0}#s-bl .c-bl.b-ex:first-child{margin-bottom:1em;margin-bottom:.5em}#s-bl .b-acc{display:none;margin-bottom:0;max-height:0;overflow:hidden;padding-top:0}#s-bl .act .b-acc{display:block;max-height:100%;overflow:hidden}#s-cnt .p{color:#2d4156;color:var(--cc-block-text);font-size:.9em;line-height:1.5em;margin-top:.85em}.cc_div .b-tg .c-tgl:disabled{cursor:not-allowed}.cc_div .b-tg .expand-button:disabled{cursor:not-allowed}#c-vln{display:table-cell;position:relative;vertical-align:middle}#cs{bottom:0;left:0;padding:0 1.7em;position:fixed;right:0;top:0;width:100%}#cs,#s-inr{height:100%}#s-inr{box-shadow:0 13px 27px -5px rgb(3 6 9 / .26);margin:0 auto;max-width:45em;opacity:0;overflow:hidden;padding-bottom:4.75em;padding-top:4.75em;position:relative;transform:scale(.96);visibility:hidden}#s-bns,#s-hdr,#s-inr{background:#fff;background:var(--cc-bg)}#s-bl{display:block;height:100%;overflow-x:hidden;overflow-y:auto;overflow-y:overlay;padding:1.3em 1.8em;width:100%}#s-bns{border-top:1px solid #f1f3f5;border-top:1px solid var(--cc-section-border);bottom:0;height:4.75em;left:0;padding:1em 1.8em;position:absolute;right:0}.cc_div .cc-link{border-bottom:1px solid #2d4156;border-bottom:1px solid var(--cc-btn-primary-text);color:#2d4156;color:var(--cc-btn-primary-text);cursor:pointer;display:inline;font-weight:600;padding-bottom:0;text-decoration:none}.cc_div .cc-link:active,.cc_div .cc-link:hover{border-color:#fff0}#c-bns button:first-child,#s-bns button:first-child{background:#2d4156;background:var(--cc-btn-primary-bg);color:#fff;color:var(--cc-btn-primary-text)}#c-bns.swap button:first-child{background:#eaeff2;background:var(--cc-btn-secondary-bg);color:#2d4156;color:var(--cc-btn-secondary-text)}#c-bns.swap button:last-child{background:#2d4156;background:var(--cc-btn-primary-bg);color:#fff;color:var(--cc-btn-primary-text)}.cc_div .b-tg .c-tgl:checked~.c-tg{background:#2d4156;background:var(--cc-toggle-bg-on)}.cc_div .b-tg .expand-button:checked~.c-tg{background:#2d4156;background:var(--cc-toggle-bg-on)}#c-bns button:first-child:active,#c-bns button:first-child:hover,#c-bns.swap button:last-child:active,#c-bns.swap button:last-child:hover,#s-bns button:first-child:active,#s-bns button:first-child:hover{background:#1d2e38;background:var(--cc-btn-primary-hover-bg)}#c-bns.swap button:first-child:active,#c-bns.swap button:first-child:hover{background:#d8e0e6;background:var(--cc-btn-secondary-hover-bg)}#s-hdr{border-bottom:1px solid #f1f3f5;border-bottom:1px solid var(--cc-section-border);display:table;height:4.75em;padding:0 1.8em;position:absolute;top:0;width:100%;z-index:2}#s-hdr,#s-ttl{vertical-align:middle}#s-ttl{display:table-cell;font-size:1em}#s-c-bn{font-size:1.45em;font-weight:400;height:1.7em;margin:0;overflow:hidden;padding:0;position:relative;width:1.7em}#s-c-bnc{display:table-cell;vertical-align:middle}.cc_div span.t-lb{opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;z-index:-1}#c_policy__text{height:31.25em;margin-top:1.25em;overflow-y:auto}#c-s-in{height:100%;height:calc(100% - 2.5em);max-height:37.5em;position:relative;top:50%;transform:translateY(-50%)}@media screen and (min-width:688px){#s-bl::-webkit-scrollbar{background:#fff0;border-radius:0 .25em .25em 0;height:100%;width:.9em}#s-bl::-webkit-scrollbar-thumb{background:#cfd5db;background:var(--cc-webkit-scrollbar-bg);border:.25em solid #fff;border:.25em solid var(--cc-bg);border-radius:100em}#s-bl::-webkit-scrollbar-thumb:hover{background:#9199a0;background:var(--cc-webkit-scrollbar-bg-hover)}#s-bl::-webkit-scrollbar-button{height:5px;width:10px}}.cc_div .b-tg{bottom:0;display:inline-block;margin:auto;right:0;right:1.2em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.cc_div .b-tg,.cc_div .b-tg .c-tgl{cursor:pointer;position:absolute;top:0}.cc_div .b-tg,.cc_div .b-tg .expand-button{cursor:pointer;position:absolute;top:0}.cc_div .b-tg .c-tgl{border:0;display:block;left:0;margin:0}.cc_div .b-tg .expand-button{border:0;display:block;left:0;margin:0}.cc_div .b-tg .c-tg{background:#919ea6;background:var(--cc-toggle-bg-off);pointer-events:none;position:absolute;transition:background-color 0.25s ease,box-shadow 0.25s ease}.cc_div .b-tg,.cc_div .b-tg .c-tg,.cc_div .b-tg .c-tgl,.cc_div span.t-lb{border-radius:4em;height:1.5em;width:3.4em}.cc_div .b-tg,.cc_div .b-tg .c-tg,.cc_div .b-tg .expand-button,.cc_div span.t-lb{border-radius:4em;height:1.5em;width:3.4em}.cc_div .b-tg .c-tg.c-ro{cursor:not-allowed}.cc_div .b-tg .c-tgl~.c-tg.c-ro{background:#d5dee2;background:var(--cc-toggle-bg-readonly)}.cc_div .b-tg .expand-button~.c-tg.c-ro{background:#d5dee2;background:var(--cc-toggle-bg-readonly)}.cc_div .b-tg .c-tgl~.c-tg.c-ro:after{box-shadow:none}.cc_div .b-tg .expand-button~.c-tg.c-ro:after{box-shadow:none}.cc_div .b-tg .c-tg:after{background:#fff;background:var(--cc-toggle-knob-bg);border:none;border-radius:100%;box-shadow:0 1px 2px rgb(24 32 35 / .36);box-sizing:content-box;content:"";display:block;height:1.25em;left:.125em;position:relative;top:.125em;transition:transform 0.25s ease;width:1.25em}.cc_div .b-tg .c-tgl:checked~.c-tg:after{transform:translateX(1.9em)}.cc_div .b-tg .expand-button:checked~.c-tg:after{transform:translateX(1.9em)}#s-bl table,#s-bl td,#s-bl th{border:none}#s-bl tbody tr{transition:background-color 0.25s ease}#s-bl tbody tr:hover{background:#e9eff4;background:var(--cc-cookie-category-block-bg-hover)}#s-bl table{border-collapse:collapse;margin:0;overflow:hidden;padding:0;text-align:left;width:100%}#s-bl td,#s-bl th{font-size:.8em;padding:.8em .625em .8em 1.2em;text-align:left;vertical-align:top}#s-bl th{font-family:inherit;padding:1.2em}#s-bl thead tr:first-child{border-bottom:1px solid #e9edf2;border-bottom:1px solid var(--cc-cookie-table-border)}.force--consent #cs,.force--consent #s-cnt{width:100vw}#cm-ov,#cs-ov{background:#070707;background:rgb(4 6 8 / .85);background:var(--cc-overlay-bg);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:none;visibility:hidden}.c--anim #cs-ov,.force--consent .c--anim #cm-ov,.force--consent.show--consent #cm-ov,.show--settings #cs-ov{display:block}#cs-ov{z-index:2}.force--consent .cc_div{bottom:0;left:0;position:fixed;top:0;transition:visibility 0.25s linear;visibility:hidden;width:100%;width:100vw}.force--consent.show--consent .c--anim .cc_div,.force--consent.show--settings .c--anim .cc_div{visibility:visible}.force--consent #cm{position:absolute}.force--consent #cm.bar{max-width:100vw;width:100vw}html.force--consent.show--consent{overflow-y:hidden!important}html.force--consent.show--consent,html.force--consent.show--consent body{height:auto!important;overflow-x:hidden!important}.cc_div .act .b-bn .exp:before,.cc_div .b-bn .exp:before{border:solid #2d4156;border:solid var(--cc-btn-secondary-text);border-width:0 2px 2px 0;content:"";display:inline-block;left:1.2em;margin-right:15px;padding:.2em;position:absolute;top:50%;transform:translateY(-50%) rotate(45deg)}.cc_div .act .b-bn .b-tl:before{transform:translateY(-20%) rotate(225deg)}.cc_div .on-i:before{border:solid #ecf2fa;border:solid var(--cc-toggle-knob-icon-color);border-width:0 2px 2px 0;display:inline-block;left:.75em;padding:.1em .1em .45em;top:.37em}#s-c-bn:after,#s-c-bn:before,.cc_div .on-i:before{content:"";margin:0 auto;position:absolute;transform:rotate(45deg)}#s-c-bn:after,#s-c-bn:before{background:#2d4156;background:var(--cc-btn-secondary-text);border-radius:1em;height:.6em;left:.82em;top:.58em;width:1.5px}#s-c-bn:after{transform:rotate(-45deg)}.cc_div .off-i,.cc_div .on-i{display:block;height:100%;position:absolute;right:0;text-align:center;transition:opacity 0.15s ease;width:50%}.cc_div .on-i{left:0;opacity:0}.cc_div .off-i:after,.cc_div .off-i:before{background:#ecf2fa;background:var(--cc-toggle-knob-icon-color);content:" ";display:block;height:.7em;margin:0 auto;position:absolute;right:.8em;top:.42em;transform-origin:center;width:.09375em}.cc_div .off-i:before{transform:rotate(45deg)}.cc_div .off-i:after{transform:rotate(-45deg)}.cc_div .b-tg .c-tgl:checked~.c-tg .on-i{opacity:1}.cc_div .b-tg .expand-button:checked~.c-tg .on-i{opacity:1}.cc_div .b-tg .c-tgl:checked~.c-tg .off-i{opacity:0}.cc_div .b-tg .expand-button:checked~.c-tg .off-i{opacity:0}#cm.box.middle,#cm.cloud.middle{bottom:auto;top:50%;transform:translateY(-37%)}#cm.box.middle.zoom,#cm.cloud.middle.zoom{transform:scale(.95) translateY(-50%)}#cm.box.center,#cm.cloud{left:1em;margin:0 auto;right:1em}#cm.cloud{max-width:50em;overflow:hidden;padding:1.3em 2em;text-align:center;width:unset}.cc_div .cloud #c-inr{display:table;width:100%}.cc_div .cloud #c-inr-i{display:table-cell;padding-right:2.4em;vertical-align:top;width:70%}.cc_div .cloud #c-txt{font-size:.85em}.cc_div .cloud #c-bns{display:table-cell;min-width:170px;vertical-align:middle}#cm.cloud .c-bn{margin:.625em 0 0;width:100%}#cm.cloud .c-bn:first-child{margin:0}#cm.cloud.left{margin-right:1.25em}#cm.cloud.right{margin-left:1.25em}#cm.bar{border-radius:0;bottom:0;left:0;max-width:100%;padding:2em;position:fixed;right:0;width:100%}#cm.bar #c-inr{margin:0 auto;max-width:32em}#cm.bar #c-bns{max-width:33.75em}#cm.bar #cs{padding:0}.cc_div .bar #c-s-in{height:100%;max-height:100%;top:0;transform:none}.cc_div .bar #s-bl,.cc_div .bar #s-bns,.cc_div .bar #s-hdr{padding-left:1.6em;padding-right:1.6em}.cc_div .bar #cs{padding:0}.cc_div .bar #s-inr{border-radius:0;margin:0 0 0 auto;max-width:32em}.cc_div .bar.left #s-inr{margin-left:0;margin-right:auto}.cc_div .bar #s-bl table,.cc_div .bar #s-bl tbody,.cc_div .bar #s-bl td,.cc_div .bar #s-bl th,.cc_div .bar #s-bl thead,.cc_div .bar #s-bl tr,.cc_div .bar #s-cnt{display:block}.cc_div .bar #s-bl thead tr{left:-9999px;position:absolute;top:-9999px}.cc_div .bar #s-bl tr{border-top:1px solid #e9edf2;border-top:1px solid var(--cc-cookie-table-border)}.cc_div .bar #s-bl td{border:none;padding-left:35%;position:relative}.cc_div .bar #s-bl td:before{color:#2d4156;color:var(--cc-text);content:attr(data-column);left:1em;overflow:hidden;padding-right:.625em;position:absolute;text-overflow:ellipsis;white-space:nowrap}#cm.top{bottom:auto;top:1.25em}#cm.left{left:1.25em;right:auto}#cm.right{left:auto;right:1.25em}#cm.bar.left,#cm.bar.right{left:0;right:0}#cm.bar.top{top:0}@media screen and (max-width:688px){#cm,#cm.cloud,#cm.left,#cm.right{bottom:1em;display:block;left:1em;margin:0;max-width:100%;padding:1.4em!important;right:1em;width:auto}.force--consent #cm,.force--consent #cm.cloud{max-width:100vw;width:auto}#cm.top{bottom:auto;top:1em}#cm.bottom{bottom:1em;top:auto}#cm.bar.bottom{bottom:0}#cm.cloud .c-bn{font-size:.85em}#s-bns,.cc_div .bar #s-bns{padding:1em 1.3em}.cc_div .bar #s-inr{max-width:100%;width:100%}.cc_div .cloud #c-inr-i{padding-right:0}#cs{border-radius:0;padding:0}#c-s-in{height:100%;max-height:100%;top:0;transform:none}.cc_div .b-tg{right:1.1em;transform:scale(1.1)}#s-inr{border-radius:0;margin:0;padding-bottom:7.9em}#s-bns{height:7.9em}#s-bl,.cc_div .bar #s-bl{padding:1.3em}#s-hdr,.cc_div .bar #s-hdr{padding:0 1.3em}#s-bl table{width:100%}#s-inr.bns-t{padding-bottom:10.5em}.bns-t #s-bns{height:10.5em}.cc_div .bns-t .c-bn{font-size:.83em;padding:.9em 1.6em}#s-cnt .b-bn .b-tl{padding-bottom:1.2em;padding-top:1.2em}#s-bl table,#s-bl tbody,#s-bl td,#s-bl th,#s-bl thead,#s-bl tr,#s-cnt{display:block}#s-bl thead tr{left:-9999px;position:absolute;top:-9999px}#s-bl tr{border-top:1px solid #e9edf2;border-top:1px solid var(--cc-cookie-table-border)}#s-bl td{border:none;padding-left:35%;position:relative}#s-bl td:before{color:#2d4156;color:var(--cc-text);content:attr(data-column);left:1em;overflow:hidden;padding-right:.625em;position:absolute;text-overflow:ellipsis;white-space:nowrap}#cm .c-bn,.cc_div .c-bn{margin-right:0;width:100%}#s-cnt #s-rall-bn{margin-left:0}.cc_div #c-bns{flex-direction:column}#c-bns button+button,#s-cnt button+button{float:unset;margin-left:0;margin-top:.625em}#cm.box,#cm.cloud{left:1em;right:1em;width:auto}#cm.cloud.left,#cm.cloud.right{margin:0}.cc_div .cloud #c-bns,.cc_div .cloud #c-inr,.cc_div .cloud #c-inr-i{display:block;min-width:unset;width:auto}.cc_div .cloud #c-txt{font-size:.9em}.cc_div .cloud #c-bns{margin-top:1.625em}}.cc_div.ie #c-vln{height:100%;padding-top:5.62em}.cc_div.ie .bar #c-vln{padding-top:0}.cc_div.ie #cs{margin-top:-5.625em;max-height:37.5em;position:relative;top:0}.cc_div.ie .bar #cs{margin-top:0;max-height:100%}.cc_div.ie #cm{border:1px solid #dee6e9}.cc_div.ie #c-s-in{top:0}.cc_div.ie .b-tg{margin-bottom:.7em;padding-left:1em}.cc_div.ie .b-tg .c-tgl:checked~.c-tg:after{left:1.95em}.cc_div.ie .b-tg .expand-button:checked~.c-tg:after{left:1.95em}.cc_div.ie #s-bl table{overflow:auto}.cc_div.ie .b-tg .c-tg{display:none}.cc_div.ie .b-tg .c-tgl{display:inline-block;height:auto;margin-bottom:.2em;position:relative;vertical-align:middle}.cc_div.ie .b-tg .expand-button{display:inline-block;height:auto;margin-bottom:.2em;position:relative;vertical-align:middle}.cc_div.ie #s-cnt .b-bn .b-tl{padding:1.3em 6.4em 1.3em 1.4em}.cc_div.ie .bar #s-bl td:before{display:none}.cc_div.ie .bar #s-bl td{padding:.8em .625em .8em 1.2em}.cc_div.ie .bar #s-bl thead tr{position:relative}.cc_div.ie .b-tg .t-lb{filter:alpha(opacity=0)}.cc_div.ie #cm-ov,.cc_div.ie #cs-ov{filter:alpha(opacity=80)}div[data-service],div[data-service]:after,div[data-service]:before{-webkit-box-sizing:border-box;box-sizing:border-box;float:none;font-style:inherit;font-variant:normal;font-weight:inherit;font-family:inherit;line-height:inherit;font-size:inherit;margin:0;padding:0;text-transform:none;letter-spacing:unset;color:inherit;background:inherit;border:none;box-shadow:none;text-decoration:none;text-align:left}div[data-service] .c-ld{bottom:2em;right:2.5em;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity 0.3s ease,visibility 0.3s ease,transform 0.3s ease}div[data-service] .c-ld,div[data-service] .c-ld:after{position:absolute;z-index:1;border-radius:100%;width:20px;height:20px}div[data-service] .c-ld::after{content:"";border:4px solid #fff;border-top:4px solid #fff0;animation:spin 1s linear infinite}div[data-service].c-h-n .c-ld{opacity:1;visibility:visible;transform:translateY(0)}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}div[data-service]{display:inline-block;max-width:100%;min-height:150px;min-width:300px;font-family:inherit;position:relative;background-color:#0b1016}div[data-service] button,div[data-service] h1,div[data-service] h2,div[data-service] h3,div[data-service] input,div[data-service] label{transition:none;animation:none}div[data-autoscale]{height:auto;width:100%}div[data-service] .c-nt{color:#fff;max-width:100%;height:100%;width:100%;transition:opacity 0.3s ease,visibility 0.3s ease;position:absolute;top:0;left:0;bottom:0;right:0;z-index:2}div[data-service] .c-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;z-index:1;transition:opacity 0.3s ease,visibility 0.3s ease,transform 0.3s ease}div[data-service] .c-bg::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;transition:opacity 0.3s ease,visibility 0.3s ease;background:#1e3861;background:linear-gradient(14deg,rgb(12 15 23 / .95) 10%,rgb(0 0 0 / .51) 100%,rgb(68 77 125 / .1082983535) 0);background:-moz-linear-gradient(14deg,#1e3861 0,rgb(206 220 233 / .1181022751) 100%);background:-webkit-linear-gradient(14deg,#1e3861 0,rgb(206 220 233 / .1181022751) 100%);background:linear-gradient(14deg,#1e3861 0,rgb(206 220 233 / .1181022751) 100%)}div[data-service] .c-bg-i{background-size:cover;background-position:center;background-repeat:no-repeat;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity 0.5s ease,transform 0.5s ease}div[data-service] .c-bg-i.loaded{opacity:1}div[data-service] .c-tl{display:block;margin-bottom:10px;font-size:1.2em;font-weight:700;text-align:center}div[data-service].c-h-n .c-bg{opacity:1;transform:scale(1)}div[data-service].c-h-n .c-nt{opacity:0;visibility:hidden}div[data-service] .c-n-c{display:table;height:100%;width:100%;position:relative;z-index:1;margin:0;font-size:.9em;transition:background-color 0.3s ease,opacity 0.3s ease}div[data-service] .c-n-t{display:block;font-size:.95em;position:relative;z-index:1;line-height:1.4em;color:#fff;max-width:420px;margin:0 auto;margin-bottom:20px}div[data-service] .c-n-a,div[data-service] .c-n-t{text-align:center}div[data-service] .c-t-cn{display:table-cell;vertical-align:middle;padding:0 12px;transition:opacity 0.3s ease,transform 0.3s ease,visibility 0.3s ease}div[data-service] .c-n-c .c-l-b,div[data-service] .c-n-c .c-la-b{display:inline-block;position:relative;padding:1em;vertical-align:middle;background:rgb(0 102 219 / .84);border:none;border-radius:.25em;font-size:.85em;padding-left:2.8em;color:#fff;margin:0 auto;font-weight:700;cursor:pointer;transition:opacity 0.3s ease,transform 0.3s cubic-bezier(.25,1,.5,1),visibility 0.3s ease,box-shadow 0.3s ease,background-color 0.3s ease;box-shadow:rgb(0 0 0 / .19) 0 4px 12px}div[data-service] .c-n-c .c-l-b::before{content:"";display:block;position:absolute;top:12px;left:1.1em;z-index:2;height:0;border-left:12px solid #fff;border-top:7.5px solid #fff0;border-bottom:7.5px solid #fff0}div[data-service] .c-n-c .c-la-b{margin-left:1em;padding:1em;background:rgb(225 239 255 / .8);color:#0d1f34}div[data-service] .c-n-c .c-la-b:hover{background:rgb(225 239 255 / .95)}div[data-service] .c-n-c .c-l-b:hover{background:rgb(9 80 161 / .89)}div[data-service] .c-n-c .c-la-b:active{transition:none;background:rgb(225 239 255 / .6)}div[data-service] .c-n-c .c-l-b:active{transition:none;box-shadow:0 0 0 4px rgb(24 104 250 / .24)}div[data-service].c-h-n .c-t-cn{opacity:0;visibility:hidden;transform:translateY(-10px)}div[data-service] iframe{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;border:none;max-width:100%;width:100%;background:#000;display:block;visibility:hidden;opacity:0;z-index:1;transition:opacity 0.5s ease}div[data-service].c-h-b iframe{opacity:1;visibility:visible;transform:scale(1);transition-delay:0.1s}div[data-service] .c-n-t a{color:#5fb3fb;text-decoration:none;border-bottom:1px solid #5fb3fb}div[data-service] .c-n-t a:hover{border-color:#fff0}#cm{max-width:36.2em}.c-bn{word-break:break-word}#s-cnt .cfwrapper{background:var(--cc-cookie-category-block-bg);margin-bottom:20px}#s-cnt .block-section{display:none}#s-cnt .block-section.opencategory{display:block}#s-cnt .block-section .b-bn .b-tl{padding:.4em 6em .4em 3.7em}#s-cnt .block-section .b-bn .b-tl:before{left:2.2em}#s-cnt .block-section .b-ex .desc{margin-left:20px;margin-right:20px}#s-cnt .cfwrapper .cf-category-description{font-size:.8em;padding:.8em .625em .8em 1.2em;text-align:left;vertical-align:top}.cc_div #cf-category-wrapper .act.exp:before{transform:translateY(-20%) rotate(225deg)}.cf-cookie-openconsent{position:fixed;bottom:15px;left:15px;border-radius:50%;background:#202020;z-index:10000000;padding:10px;color:#fff}.cookie-additional-description,.cookie-additional-header{background:var(--cc-cookie-category-block-bg-hover)}.cookie-informations p{display:flex;font-weight:400;margin-bottom:5px}.cookie-informations p span{padding-right:5px;font-weight:700}.cookie-informations p a{display:block}.cookie-informations p[data-key=description]{flex-direction:column}.cookie-informations p[data-key=description] .cookie-title{padding:0 0 5px 0}#s-bl table .cookie-additional-description,#s-bl tbody .cookie-additional-description,#s-bl td .cookie-additional-description,#s-bl th .cookie-additional-description,#s-bl thead .cookie-additional-description,#s-bl tr .cookie-additional-description,#s-cnt .cookie-additional-description{display:none}.cookie-item{border-bottom:solid 1px var(--cc-cookie-category-block-bg-hover)}#cf-category-wrapper .desc.b-acc{font-weight:700}.cookie-info-icon{width:25px;fill:var(--cc-block-text)}.cookie-description-active{display:table-row!important}.bar .cookie-description-active{display:block!important}.cookie-list{margin:0;padding:0;list-style:none}.cookie-category{margin:20px 0;padding:10px;border:1px solid #ddd;border-radius:5px}.cookie-category-title{margin-bottom:10px;font-size:1.5em;font-weight:700}.cookie-services{margin:10px 0;padding:10px;border-top:1px solid #ddd}.cookie-service{margin:10px 0;padding:10px;border:1px solid #ddd;border-radius:5px}.cookie-service-name{font-size:1.2em;font-weight:700}.cookie-service-link{color:#007bff;text-decoration:none}.cookie-details{margin-top:10px}.cookie-label{font-weight:700}.cookie-list{margin:10px 0;padding-left:20px}.cookie-item{margin-bottom:5px}.cookie-name{font-weight:700}.cookie-description{font-style:italic}@media screen and (max-width:688px){.cookie-description-active{display:block!important}}
