@charset "UTF-8";.animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;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}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.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}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity: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;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;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;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)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity: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;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;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;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)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity: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;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;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;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)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity: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;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;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;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)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;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;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;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;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;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;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;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;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}to{transform:translateY(0)}}@keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}to{transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translateX(-100%);visibility:visible}to{transform:translateX(0)}}@keyframes slideInLeft{0%{transform:translateX(-100%);visibility:visible}to{transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translateX(100%);visibility:visible}to{transform:translateX(0)}}@keyframes slideInRight{0%{transform:translateX(100%);visibility:visible}to{transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}to{transform:translateY(0)}}@keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}to{transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(100%)}}@keyframes slideOutDown{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(-100%)}}@keyframes slideOutLeft{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(100%)}}@keyframes slideOutRight{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(-100%)}}@keyframes slideOutUp{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes blurFadeInOut{0%{opacity:0;text-shadow:0 0 40px #fff;-webkit-transform:scale(1.3)}20%,75%{opacity:1;text-shadow:0 0 1px #fff;-webkit-transform:scale(1)}to{opacity:0;text-shadow:0 0 50px #fff;-webkit-transform:scale(0)}}@-webkit-keyframes blurFadeIn{0%{opacity:0;text-shadow:0 0 40px #fff;-webkit-transform:scale(1.3)}50%{opacity:.5;text-shadow:0 0 10px #fff;-webkit-transform:scale(1.1)}to{opacity:1;text-shadow:0 0 1px #fff;-webkit-transform:scale(1)}}@-webkit-keyframes fadeInBack{0%{opacity:0;-webkit-transform:scale(0)}50%{opacity:.4;-webkit-transform:scale(2)}to{opacity:.2;-webkit-transform:scale(5)}}@-webkit-keyframes fadeInRotate{0%{opacity:0;-webkit-transform:scale(0) rotate(1turn)}to{opacity:1;-webkit-transform:scale(1) rotate(0deg)}}@keyframes blurFadeInOut{0%{opacity:0;text-shadow:0 0 40px #fff;transform:scale(1.3)}20%,75%{opacity:1;text-shadow:0 0 1px #fff;transform:scale(1)}to{opacity:0;text-shadow:0 0 50px #fff;transform:scale(0)}}@keyframes blurFadeIn{0%{opacity:0;text-shadow:0 0 40px #fff;transform:scale(1.3)}50%{opacity:.5;text-shadow:0 0 10px #fff;transform:scale(1.1)}to{opacity:1;text-shadow:0 0 1px #fff;transform:scale(1)}}@keyframes fadeInBack{0%{opacity:0;transform:scale(0)}50%{opacity:.4;transform:scale(2)}to{opacity:.2;transform:scale(5)}}@keyframes fadeInRotate{0%{opacity:0;transform:scale(0) rotate(1turn)}to{opacity:1;transform:scale(1) rotate(0deg)}}*,:after,:before{margin:0;padding:0;box-sizing:border-box}header{margin:0 auto;position:absolute;z-index:100;padding:1em 2.5em;background-color:rgba(153,113,39,.8);width:100%;height:80px;display:flex;align-items:center;justify-content:space-between}footer{top:100px;padding:20px 30px;background-color:#2d2e2e;text-align:center;font-size:.8rem;font-weight:400;color:#fff;line-height:20px}.topup{background:url(../img/icon_top_up.0fb0b891.svg)no-repeat top;background-size:100%;height:50px;width:50px;position:fixed;bottom:4%;right:1%;cursor:pointer;z-index:9;clear:both}header .logo{background:url(../img/logo2.c11d65fe.svg)no-repeat top;text-indent:-9999px;height:60px;width:200px;padding:30px 0;margin:0;cursor:pointer;z-index:5}header .menu{display:flex;justify-content:space-between;align-items:center;color:#fff;gap:20px;margin:0}header .menu a{color:#fff}header .menu img{width:34px;height:34px}header.casestudies{margin:0 auto;padding:1em 0;background-color:#b99857;width:100%;top:0}header.casestudies .logo{background:url(../img/logo2.c11d65fe.svg)no-repeat top;text-indent:-9999px;height:60px;padding:0;cursor:pointer;width:300px;position:static}@media (max-width:1024px){.title{padding:1.5em .5em}}@media (max-width:768px){header .logo{display:none}}@media (max-width:320px){header{padding:1em 1em}.logo{display:none}}*{box-sizing:border-box}.kv.kv-home{position:relative;margin:0 auto;text-align:center;background:url(../img/kv3.b8c8163f.png) no-repeat top;background-size:cover;height:550px;display:flex;justify-content:center;align-items:center}.kv.kv-home .title{background:url(../img/title3.43e90895.png) no-repeat 50%;background-size:contain;width:560px;height:350px;text-indent:-9999px}.kv.kv-sdg{position:relative;margin:0 auto;text-align:center;background:url(../img/kv3.b8c8163f.png) no-repeat top;background-size:cover;height:550px;display:flex;justify-content:center;align-items:center}.kv.kv-sdg .title{background:url(../img/title-svg.1b0776dd.png) no-repeat 50%;background-size:contain;width:750px;height:375px;text-indent:-9999px}.cases-main,.cw-main{width:1024px;margin:0 auto 5em auto;display:block;position:relative}.Search_Bar{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;width:1024px;top:-40px;position:relative;z-index:5!important}.Search_Bar .Search_Bar_item{border-radius:10px;background-color:#fff;position:absolute;margin:0 auto;box-shadow:3px 3px 12px rgba(0,0,0,.16470588235294117);width:100%}.Search_Bar .search-container{width:41%;float:left}.Search_Bar .search-container input{background-color:#f4f4f4;color:#757575;border-radius:5px 0 0 5px;padding:.8em 1em;border:none;width:68%;margin:1em -.5em 1em 1em;outline:none}.Search_Bar .search-container button{background-color:#5c6745;color:#fff;padding:1.4em 1.5em;border-radius:0 10px 10px 0;margin:0 0;float:right;z-index:2;outline:none;border:none;cursor:pointer;font-size:1.2em}ul.search-navtabs{display:flex;align-items:flex-start;flex-wrap:nowrap;width:59%;float:left;padding-left:20px}ul.search-navtabs li{display:flex;align-items:center;justify-content:center;list-style-type:none;border-right:1px solid rgba(0,0,0,.10196078431372549);width:25%;height:80px;color:#364e72}ul.search-navtabs li:last-child{border-right:none}ul.search-navtabs li:focus,ul.search-navtabs li:hover{background-color:hsla(0,0%,93.3%,.22745098039215686);cursor:pointer}ul.search-navtabs li span{margin:30px 5px;display:inline-block;font-size:1.2em;white-space:nowrap}ul.search-navtabs li i.icon-search-01,ul.search-navtabs li i.icon-search-02,ul.search-navtabs li i.icon-search-03{width:60px;height:35px;display:inline-block;float:left;margin:25px 5px}ul.search-navtabs li i.icon-search-04{width:45px;height:35px;display:inline-block;float:left;margin:25px 5px}ul.search-navtabs li i.icon-search-01{background:url(../img/icon_search_01.6add245b.svg)no-repeat top;background-size:100% 100%}ul.search-navtabs li i.icon-search-02{background:url(../img/icon_search_02.2bc51a47.svg)no-repeat top;background-size:100% 100%}ul.search-navtabs li i.icon-search-03{background:url(../img/icon_search_03.09158a4c.svg)no-repeat top;background-size:100% 100%}ul.search-navtabs li i.icon-search-04{background:url(../img/icon_search_05.00ae333a.svg)no-repeat top;background-size:100% 100%}.Search_Bar .search_info{border-top:1px solid rgba(0,0,0,.10196078431372549);padding:0 .1em 1.5em 1em;display:-webkit-box}.Search_Bar .search_info p{display:block}.Search_Bar .search_info button{padding:10px 15px;background-color:#e6e6e6;margin:5px 5px;outline:none;display:inline-block;border:none;font-weight:300}.Search_Bar .search_info button:focus{background-color:rgba(255,170,124,.22745098039215686);cursor:pointer}.ytdwrap{width:1024px;margin:5em auto 2em auto;clear:both;display:flex;align-items:center;flex-wrap:wrap}.info_item{margin:1.5em .8em;position:relative;width:30%;display:inline-block;height:450px}.video-shadow{width:100%}.cases-main .video-shadow iframe,.video-shadow iframe{width:100%;z-index:5}.video-shadow .iframe-img{background:url(../img/img_default.4ed76cad.png)no-repeat top;background-size:100% 100%;z-index:9;position:absolute;width:1280px;height:712px}.medal{width:85px;height:95px;display:inline-block;float:right;z-index:2;position:absolute;top:125px;right:0}.medal.icon_01{background:url(../img/icon_medal_01.8bbaa75e.svg)no-repeat top;background-size:100% 100%}.medal.icon_02{background:url(../img/icon_medal_02.a5f08a72.svg)no-repeat top;background-size:100% 100%}.medal.icon_03{background:url(../img/icon_medal_03.a62eca98.svg)no-repeat top;background-size:100% 100%}.medal.icon_04{background:url(../img/icon_medal_04.a27a5726.svg)no-repeat top;background-size:100% 100%}.medal.icon_05,.medal.iconA{background:url(../img/icon_medal_05.9d8ddaa8.svg)no-repeat top;background-size:100% 100%}.medal.iconB{background:url(../img/icon_medal_01.8bbaa75e.svg)no-repeat top;background-size:100% 100%}.medal.iconC{background:url(../img/icon_medal_02.a5f08a72.svg)no-repeat top;background-size:100% 100%}.medal.iconD{background:url(../img/icon_medal_03.a62eca98.svg)no-repeat top;background-size:100% 100%}.medal.iconE{background:url(../img/icon_medal_04.a27a5726.svg)no-repeat top;background-size:100% 100%}.textContent{width:95%;background-color:#fff;z-index:1;position:absolute;top:195px;left:1em;padding:1em 1.5em;box-shadow:0 1px 6px 0 rgba(0,0,0,.10196078431372549)}.textContent:focus{background-color:rgba(108,110,112,.22745098039215686);cursor:pointer;display:inline-block;position:absolute}.textContent h3{font:300 1.8em/130% sans-serif;color:#000;margin:.5em 0;overflow:hidden;text-overflow:ellipsis;display:block;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:left;height:85px;width:100%}.textContent.sdg-plans h3{-webkit-line-clamp:3;height:120px}.textContent h4{color:#949697;margin:5px 0;font-weight:200;font-size:.8em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-height:120%;-webkit-line-clamp:1;-webkit-box-orient:vertical}.textContent p:nth-child(3){margin-bottom:8px}.textContent p:nth-child(3):before{content:"";background:#b89a6a;width:40px;height:3px;display:block;margin:15px 0 12px;transition:background-color .15s ease-in 0s}.textContent p{font-size:.8em;overflow:hidden;line-height:120%;-webkit-box-orient:vertical;word-break:break-all;line-height:1.5em;width:100%}.textContent.sdg-plans p{-webkit-line-clamp:2;height:40px}.Pagination{display:flex;justify-content:center;align-items:center;text-align:center;padding:8px 0;margin:1.5em auto;height:100px}.Pagination button{cursor:pointer;background:#362c2d;border-radius:50%;width:50px;height:50px;outline:none;text-align:center;margin:0 1em;border:none}.Pagination span{margin:0 .5em;font-family:Noto Sans CJK TC,Microsoft JhengHei,Pingfang TC,sans-serif;font-feature-settings:normal}.Pagination button.Previous{background-color:#000;border:none}.Pagination button.Previous:after{content:url(../img/icon_pagination.0d1df6c2.svg);height:15px;width:15px;margin:20px 14px;transform:rotate(180deg);display:inline-block}.Pagination button.Next{background-color:#b8975b;border:none}.Pagination button.Next:after{content:url(../img/icon_pagination.0d1df6c2.svg);height:15px;width:15px;margin:4px 18px;transform:rotate(0deg);display:inline-block}.Pagination button.Next:focus,.Pagination button.Previous:focus{background-color:#f3ba1b}.share-box{margin:5em auto 2em auto;display:block;height:50px}.share-itme li{list-style-type:none;float:left;text-align:center}.share-itme li.bk{background-color:hsla(0,0%,43.9%,.16470588235294117);border-radius:50px;width:130px;height:60px}.share-itme li span{display:inline-block}.share-itme li span.share-01{background:url(../img/icon_download.ee2fee60.svg)no-repeat 0 0;background-size:100% 100%;width:100px;height:50px;display:inline-block;margin:5px 10px}.share-itme li span.share-02{background:url(../img/icon_fb.636e3279.svg)no-repeat 0 0;background-size:100% 100%;margin:5px 10px}.share-itme li span.share-02,.share-itme li span.share-03{width:50px;height:50px;display:inline-block;text-indent:-9999px;cursor:pointer}.share-itme li span.share-03{background:url(../img/icon_line.2ebca37e.svg)no-repeat 0 0;background-size:100% 100%;margin:5px 5px}.share-itme li span.share-04{background:url(../img/han_logo.f2ee6254.svg)no-repeat right 0 center;background-size:100% 100%;width:80px}.share-itme li span.share-04,.share-itme li span.share-05{height:50px;display:inline-block;margin:5px 5px;text-indent:-9999px}.share-itme li span.share-05{background:url(../img/logo.f2d20ad9.svg)no-repeat 0 0;background-size:100% 100%;width:100px}.share-itme li span.share-01,.share-itme li span.share-02{cursor:pointer}h3{font:3em/150% Roboto,sans-serif;margin:.5em 0 .5em 0;display:inline-block}.intro_box{margin:1.5em auto;padding:2em 1em;display:flex;background:linear-gradient(to left bottom,transparent 50%,#eaeaea 0) no-repeat 100% 0/2em 2em,linear-gradient(-135deg,transparent 1.5em,hsla(0,0%,94.5%,.47843137254901963) 0)}.intro_box ul{list-style-type:none;border-left:1px dashed hsla(0,0%,43.9%,.41568627450980394);margin:0 10px;display:block;padding:0 0 0 20px}.intro_box ul.w_40{width:40%;border-left:none;margin:0 0}.intro_box ul.w_60{width:60%;margin:0 0}.intro_box ul li{margin:5px auto}.intro_box ul li span{font-weight:400}.intro_text{margin:2em auto;text-align:justify;font-size:1.2em}.intro_text p{margin:15px 0;line-height:180%}.video-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:9999}.video-modal,.video-modal-content{display:flex;justify-content:center;align-items:center}.video-modal-content{position:relative;padding:80px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:min(90%,1050px);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.video-modal video{width:100%;height:100%;border-radius:20px}.video-modal button{position:absolute;top:20px;right:20px;cursor:pointer;border:none;width:50px;height:50px;border-radius:50%;background-color:#b8975b}.video-modal button:hover{background-color:rgba(184,151,91,.6)}.video-modal button:before{transform:translate(-50%,-50%) rotate(45deg)}.video-modal button:after,.video-modal button:before{content:"";position:absolute;top:50%;left:50%;width:20px;height:2px;background-color:#fff}.video-modal button:after{transform:translate(-50%,-50%) rotate(-45deg)}@media screen and (min-width:768px) and (max-width:1024px){.cw-main{width:100%}.cases-main{width:90%}img{width:50%}.kv{background-size:cover;height:350px}.kv .title{left:20%;top:18%;width:45%}.Search_Bar{width:100%;top:-10px;margin:0 auto}.Search_Bar .Search_Bar_item{width:92%;top:-80px}ul.search-navtabs li span{margin:30px 10px 30px 0;display:inline-block;font-size:1.2em;white-space:normal}ul.search-navtabs{width:100%;padding-left:20px}ul.search-navtabs li i.icon-search-01,ul.search-navtabs li i.icon-search-02,ul.search-navtabs li i.icon-search-03 ul.search-navtabs li i.icon-search-04{margin:25px 5px}.Search_Bar .search-container{width:100%;border-top:1px solid rgba(196,138,138,.10196078431372549)}.Search_Bar .search-container input{width:82%;margin:1em -.5em 1em 1.5em;padding:1.5em 1em 1.3em 1em}.Search_Bar .search-container button{padding:1.1em 1em;margin:.8em 0;float:none;border:none}.ytdwrap{margin:140px auto 50px auto;width:94%}.video-shadow iframe{width:100%;height:400px}.info_item{width:45%;margin:1.5em .9em;height:480px}.textContent{top:45%;width:95%;left:5%}.medal{top:35%;left:77%;width:75px}.intro_box{display:block}.intro_box ul{border:none;display:contents}.intro_box ul.w_40,.video-shadow,.video-shadow .iframe-img{width:100%}.Search_Bar .search_info{border-top:none;position:inherit}}@media (max-width:767px){.kv{background:url(../img/kv2.f6ba60f1.jpg)no-repeat 50%;background-size:cover;height:300px}.kv .title{margin-bottom:100px;width:280px}.cw-main{width:100%;margin:140px auto 50px auto}.Search_Bar{width:100%;text-align:center;top:-75px;margin:0 auto}.Search_Bar .Search_Bar_item{width:92%}ul.search-navtabs{padding:30px 15px 0 15px;width:100%}ul.search-navtabs li i.icon-search-01,ul.search-navtabs li i.icon-search-02,ul.search-navtabs li i.icon-search-03{margin:0 15px;width:75px}ul.search-navtabs li i.icon-search-04{margin:0 15px;width:45px}ul.search-navtabs li{margin:0 auto;height:100%;width:25%;flex-direction:column}ul.search-navtabs li span{margin:10px 5px;font-size:1em}.Search_Bar .search-container{width:100%;padding:0}.Search_Bar .search-container input{width:70%;margin:0 -.5em 0 0;padding:1.2em 1em}.Search_Bar .search-container button{margin:0 auto 1em auto;padding:1.2em 1em 1.2em 1em;float:none;font-size:1em}.Search_Bar .search_info{padding:0 1em 2em 1em;margin:0 auto 0 auto;border-top:none;float:left;text-align:left;position:inherit}.Search_Bar .search_info button{padding:10px 19px}.ytdwrap{width:100%}.info_item{width:90%;margin:1em 1em;height:400px}.textContent{top:49%;padding:1em 1em}.textContent h3{font:300 1.5em/130% sans-serif;height:75px}.medal{top:33%;width:70px}.cases-main{width:90%}.cases-main.m_10em{margin-top:6em}.cases-main h3{font:2em/150% sans-serif;margin:.8em 0 .5em 0;display:inline-block}.share-box{width:100%}.share-itme{display:block}.share-itme li.bk{width:88px;height:36px;padding:3px 2px;margin:0 auto}.share-itme li span.share-01{width:80px;height:30px;margin:0 auto}.share-itme li span.share-02,.share-itme li span.share-03{width:30px;height:30px;margin:5px 2px}.share-itme li span.share-04{width:50px;margin:0;height:40px}.share-itme li span.share-05{width:55px;margin:0;height:40px}.intro_box{display:block;padding:1em 1em;font-size:.9em}.intro_box ul{border:none;padding:0;margin:0}.intro_box ul li span{font-weight:400}.intro_box ul.w_40{width:100%}.intro_text{font-size:.9em;width:95%}.cases-main .video-shadow iframe{height:30.5vh}}@media screen and (min-width:410px) and (max-width:767px){.Search_Bar{width:98%}ul.search-navtabs{padding:30px 25px 0 25px;width:98%}.Search_Bar .search-container input{width:76%}ul.search-navtabs li i.icon-search-01,ul.search-navtabs li i.icon-search-02,ul.search-navtabs li i.icon-search-03 ul.search-navtabs li i.icon-search-04{width:55px}ul.search-navtabs li span{margin:3px 5px 20px 5px;white-space:normal}}@media (max-width:320px){.kv .title{left:5%}ul.search-navtabs{padding:30px 15px 0 15px}ul.search-navtabs li span{margin:10px 2px;font-size:.9em;white-space:normal}ul.search-navtabs li i.icon-search-01,ul.search-navtabs li i.icon-search-02,ul.search-navtabs li i.icon-search-03 ul.search-navtabs li i.icon-search-04{width:60px}.Search_Bar .search-container button{padding:1.2em 1em}.Search_Bar .search_info{padding:0 .5em 2em .5em;position:inherit}.Search_Bar .search_info button{padding:10px 11px}.ytdwrap{margin:100px auto 0 auto}.info_item{width:89%;margin:1.5em 0 1.5em 1em}.textContent{top:49%}.share-itme li span.share-04{width:80px}.share-itme li span.share-05{width:50px}}.l_float{float:left}.r_float{float:right}.m_10em{margin-top:10em}.wrapper{width:100%;margin:0 auto;font:300 18px/160% 微軟正黑體,STHeiti,Arial,Helvetica,sans-serif;display:block}blockquote,body,button,code,dd,div,dl,dt,fieldset,figcaption,figure,form,h1,h2,h3,h4,h5,h6,html,input,legend,li,ol,p,pre,select,textarea,ul{-webkit-text-size-adjust:100%;padding:0;box-sizing:border-box;margin:0 auto}table{margin:0;padding:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;width:95%;color:#000}pre{font-size:1em}a,a:link,button{background-color:transparent;text-decoration:none;color:#000}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;width:100%}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}legend{color:inherit;display:table;max-width:100%;white-space:normal}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}template{display:none}.clearfix{content:"";clear:both}.pushdown[data-v-4f5ca66a]{margin-bottom:10%}@media screen and (max-width:410px){.pushdown[data-v-4f5ca66a]{margin-bottom:15%}}.findNothing[data-v-3712d149]{margin-top:20%;font-size:25px}@media screen and (max-width:1024px){.findNothing[data-v-3712d149]{margin-top:35%}}@media screen and (max-width:767px){.pushdown[data-v-3712d149]{padding-top:35px}}@media screen and (max-width:430px){.findNothing[data-v-3712d149]{margin-top:20%;font-size:20px}.pushdown[data-v-3712d149]{padding-top:70px}}.findNothing[data-v-af814068]{margin-top:20%;font-size:25px}@media screen and (max-width:1024px){.findNothing[data-v-af814068]{margin-top:35%}}@media screen and (max-width:767px){.pushdown[data-v-af814068]{padding-top:35px}}@media screen and (max-width:430px){.findNothing[data-v-af814068]{margin-top:20%;font-size:20px}.pushdown[data-v-af814068]{padding-top:70px}}