@charset "UTF-8";*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/: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) * .8);animation-duration:calc(var(--animate-duration) * .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 print,(prefers-reduced-motion: reduce){.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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(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:scale3d(1,1,1);transform:scaleZ(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:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(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:scale3d(1,1,1);transform:scaleZ(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(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:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.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(0px) 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(0px) 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:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(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:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(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:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(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:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(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(0px) 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(0px) 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(0px) 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(0px) 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(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-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(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(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(0px) 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(0px) 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:scale3d(1,1,1);transform:scaleZ(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:scale3d(1,1,1);transform:scaleZ(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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) * .75);animation-duration:calc(var(--animate-duration) * .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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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:translate3d(0,0,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) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(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) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(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) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-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) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-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) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-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) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .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) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .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) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,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) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,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) skew(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(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) skew(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-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:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,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:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,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:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,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:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,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:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-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:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-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:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,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:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-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:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-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) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,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) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,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:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,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:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,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}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.i-app-jt-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg fill='currentColor' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='49.5px' height='12.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(66, 93, 199)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.500,10.497 L45.500,10.497 L36.500,1.498'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-jt-right2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg fill='currentColor' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26.5px' height='10.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(66, 93, 199)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M1.312,8.317 L22.268,8.285 L15.948,1.562'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-custom-menu{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 429.43 429.43'%3E%3Cpath d='m101.04,0h0C156.81,0,202.09,45.28,202.09,101.04v101.04h-101.04C45.28,202.09,0,156.81,0,101.04H0C0,45.28,45.28,0,101.04,0Z' style='fill: currentColor;'/%3E%3Cpath d='m101.04,227.34h0c55.77,0,101.04,45.28,101.04,101.04v101.04h-101.04C45.28,429.43,0,384.15,0,328.38H0C0,272.61,45.28,227.34,101.04,227.34Z' transform='translate(-227.34 429.43) rotate(-90)' style='fill: currentColor;'/%3E%3Cpath d='m328.38,0h101.04v101.04c0,55.77-45.28,101.04-101.04,101.04h0c-55.77,0-101.04-45.28-101.04-101.04h0C227.34,45.28,272.61,0,328.38,0Z' transform='translate(656.76 202.09) rotate(-180)' style='fill: currentColor;'/%3E%3Cpath d='m328.38,227.34h101.04v101.04c0,55.77-45.28,101.04-101.04,101.04h0c-55.77,0-101.04-45.28-101.04-101.04h0c0-55.77,45.28-101.04,101.04-101.04Z' transform='translate(0 656.76) rotate(-90)' style='fill: currentColor;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1560px){.container{max-width:1560px}}.hidden{display:none}.table{display:table}body{-webkit-font-smoothing:antialiased;font-family:HarmonyOS Sans SC,Microsoft YaHei,PingFang SC,Arial,Helvetica,sans-serif!important;width:100%;overflow-x:hidden}.i-app-search{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M232.49 215.51L185 168a92.12 92.12 0 1 0-17 17l47.53 47.54a12 12 0 0 0 17-17ZM44 112a68 68 0 1 1 68 68a68.07 68.07 0 0 1-68-68'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-lang{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2m6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8M12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96M4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16m2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8M12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96M14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2m.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56M16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M165.66 202.34a8 8 0 0 1-11.32 11.32l-80-80a8 8 0 0 1 0-11.32l80-80a8 8 0 0 1 11.32 11.32L91.31 128Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m181.66 133.66l-80 80a8 8 0 0 1-11.32-11.32L164.69 128L90.34 53.66a8 8 0 0 1 11.32-11.32l80 80a8 8 0 0 1 0 11.32'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-right2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m13.692 17.308l-.707-.72l4.088-4.088H5v-1h12.073l-4.088-4.088l.707-.72L19 12z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-plus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M213.66 165.66a8 8 0 0 1-11.32 0L128 91.31l-74.34 74.35a8 8 0 0 1-11.32-11.32l80-80a8 8 0 0 1 11.32 0l80 80a8 8 0 0 1 0 11.32'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m213.66 101.66l-80 80a8 8 0 0 1-11.32 0l-80-80a8 8 0 0 1 11.32-11.32L128 164.69l74.34-74.35a8 8 0 0 1 11.32 11.32'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-jt-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg fill='currentColor' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='49.5px' height='12.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(66, 93, 199)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.500,10.497 L45.500,10.497 L36.500,1.498'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-clients-more{--un-icon:url("data:image/svg+xml;utf8,%3Csvg fill='currentColor' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='66px' height='5px'%3E%3Cpath fill-rule='evenodd' fill='rgb(66, 93, 199)' d='M63.539,4.998 C62.180,4.998 61.079,3.879 61.079,2.498 C61.079,1.117 62.180,-0.002 63.539,-0.002 C64.898,-0.002 65.1000,1.117 65.1000,2.498 C65.1000,3.879 64.898,4.998 63.539,4.998 ZM51.234,4.1000 C49.879,4.1000 48.781,3.881 48.781,2.500 C48.781,1.119 49.879,-0.000 51.234,-0.000 C52.589,-0.000 53.687,1.119 53.687,2.500 C53.687,3.881 52.589,4.1000 51.234,4.1000 ZM38.937,4.1000 C37.574,4.1000 36.469,3.881 36.469,2.500 C36.469,1.119 37.574,-0.000 38.937,-0.000 C40.301,-0.000 41.406,1.119 41.406,2.500 C41.406,3.881 40.301,4.1000 38.937,4.1000 ZM27.062,4.1000 C25.699,4.1000 24.594,3.881 24.594,2.500 C24.594,1.119 25.699,-0.000 27.062,-0.000 C28.426,-0.000 29.531,1.119 29.531,2.500 C29.531,3.881 28.426,4.1000 27.062,4.1000 ZM14.766,4.1000 C13.411,4.1000 12.312,3.881 12.312,2.500 C12.312,1.119 13.411,-0.000 14.766,-0.000 C16.120,-0.000 17.219,1.119 17.219,2.500 C17.219,3.881 16.120,4.1000 14.766,4.1000 ZM2.453,4.1000 C1.098,4.1000 -0.000,3.881 -0.000,2.500 C-0.000,1.119 1.098,-0.000 2.453,-0.000 C3.808,-0.000 4.906,1.119 4.906,2.500 C4.906,3.881 3.808,4.1000 2.453,4.1000 Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-time{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8s8 3.58 8 8s-3.58 8-8 8'/%3E%3Cpath fill='currentColor' d='M12.5 7H11v6l5.25 3.15l.75-1.23l-4.5-2.67z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-address2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 48 48' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linejoin='round' stroke-width='4'%3E%3Cpath d='M24 44s15-12 15-25c0-8.284-6.716-15-15-15c-8.284 0-15 6.716-15 15c0 13 15 25 15 25Z'/%3E%3Cpath d='M24 25a6 6 0 1 0 0-12a6 6 0 0 0 0 12Z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-phone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m15.1 15.027l.545.517zm.456-.48l-.544-.516zm2.417-.335l-.374.65zm1.91 1.1l-.374.65zm.539 3.446l.543.517zm-1.42 1.496l-.545-.517zm-1.326.71l.074.745zm-9.86-4.489l.543-.516zm-4.064-9.55a.75.75 0 1 0-1.498.081zm5.439 1.88l.544.517zm.287-.302l.543.517zm.156-2.81l.613-.433zM8.374 3.91l-.613.433zm-3.656-.818a.75.75 0 0 0 1.087 1.033zm6.345 9.964l.544-.517zm-.399 6.756a.75.75 0 1 0 .798-1.27zm4.449.246a.75.75 0 0 0-.307 1.469zm.532-4.514l.455-.48l-1.088-1.033l-.455.48zm1.954-.682l1.91 1.1l.749-1.3l-1.911-1.1zm2.279 3.38l-1.42 1.495l1.087 1.034l1.42-1.496zM8.359 15.959c-3.876-4.081-4.526-7.523-4.607-9.033l-1.498.08c.1 1.85.884 5.634 5.018 9.986zm1.376-6.637l.286-.302l-1.087-1.033l-.287.302zm.512-4.062L8.986 3.477l-1.225.866l1.26 1.783zM9.19 8.805a38.223 38.223 0 0 0-.545-.515l-.002.002l-.003.003a.674.674 0 0 0-.05.058a1.592 1.592 0 0 0-.23.427c-.098.275-.15.639-.084 1.093c.13.892.715 2.091 2.242 3.7l1.088-1.034c-1.428-1.503-1.78-2.428-1.846-2.884c-.032-.22 0-.335.013-.372l.008-.019a.253.253 0 0 1-.028.037a.647.647 0 0 1-.018.02zm1.328 4.767c1.523 1.604 2.673 2.234 3.55 2.377c.451.073.816.014 1.092-.095a1.52 1.52 0 0 0 .422-.25l.035-.034l.014-.014a.383.383 0 0 0 .007-.006l.003-.003l.001-.002s.002-.001-.542-.518c-.544-.516-.543-.517-.543-.518l.002-.001l.002-.003l.006-.005a.811.811 0 0 1 .047-.042c.009-.006.008-.004-.005.001c-.02.008-.11.04-.3.009c-.402-.066-1.27-.42-2.703-1.929zM8.986 3.477C7.972 2.043 5.944 1.8 4.718 3.092l1.087 1.033c.523-.55 1.444-.507 1.956.218zm9.471 16.26c-.279.294-.57.452-.854.48l.147 1.492c.747-.073 1.352-.472 1.795-.939zM10.021 9.02c.968-1.019 1.036-2.613.226-3.76l-1.225.866c.422.597.357 1.392-.088 1.86zm9.488 6.942c.821.473.982 1.635.369 2.28l1.087 1.033c1.305-1.374.925-3.673-.707-4.613zm-3.409-.898c.385-.406.986-.497 1.499-.202l.748-1.3c-1.099-.632-2.46-.45-3.335.47zm-4.638 3.478c-.983-.618-2.03-1.454-3.103-2.583l-1.087 1.033c1.154 1.215 2.297 2.132 3.392 2.82zm6.14 1.675a8.269 8.269 0 0 1-2.489-.159l-.307 1.469a9.768 9.768 0 0 0 2.944.182z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-address{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 48 48' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linejoin='round' stroke-width='4'%3E%3Cpath stroke-linecap='round' d='M9.858 32.757C6.238 33.843 4 35.343 4 37c0 3.314 8.954 6 20 6s20-2.686 20-6c0-1.657-2.239-3.157-5.858-4.243'/%3E%3Cpath d='M24 35s13-8.496 13-18.318C37 9.678 31.18 4 24 4S11 9.678 11 16.682C11 26.504 24 35 24 35Z'/%3E%3Cpath d='M24 22a5 5 0 1 0 0-10a5 5 0 0 0 0 10Z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-email{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zM20 8l-7.475 4.675q-.125.075-.262.113t-.263.037t-.262-.037t-.263-.113L4 8v10h16zm-8 3l8-5H4zM4 8v.25v-1.475v.025V6v.8v-.012V8.25zv10z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-facebook{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 512 512' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M288 192v-38.1c0-17.2 3.8-25.9 30.5-25.9H352V64h-55.9c-68.5 0-91.1 31.4-91.1 85.3V192h-45v64h45v192h83V256h56.4l7.6-64h-64z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-instagram{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.823 12.234c-.016.35-.13.688-.331.975a1.697 1.697 0 0 1-.829.643a1.765 1.765 0 0 1-1.053.088a1.803 1.803 0 0 1-.926-.516a1.892 1.892 0 0 1-.468-.976a1.755 1.755 0 0 1 .127-1.043c.144-.327.38-.606.682-.8c.307-.19.662-.291 1.024-.292c.477.026.926.232 1.258.575a1.853 1.853 0 0 1 .516 1.346'/%3E%3Cpath fill='currentColor' d='M17.265 8.002a2.263 2.263 0 0 0-1.248-1.248a2.564 2.564 0 0 0-.887-.175H8.968A2.31 2.31 0 0 0 6.667 8.88v6.279a2.292 2.292 0 0 0 .682 1.628a2.32 2.32 0 0 0 1.619.673h6.162a2.32 2.32 0 0 0 2.123-1.419a2.3 2.3 0 0 0 .178-.882v-6.27a2.553 2.553 0 0 0-.166-.887m-2.437 5.441a2.926 2.926 0 0 1-.644.975c-.28.283-.611.51-.975.673a3.129 3.129 0 0 1-2.486-.028a3.08 3.08 0 0 1-1.765-3.365a3.22 3.22 0 0 1 .829-1.59a3.11 3.11 0 0 1 3.354-.692c.567.23 1.05.628 1.384 1.141a3.03 3.03 0 0 1 .527 1.677c.014.415-.063.827-.224 1.209M15.9 8.626a.555.555 0 1 1-1.102 0a.557.557 0 1 1 1.102 0'/%3E%3Cpath fill='currentColor' d='M16.875 2.25h-9.75A4.875 4.875 0 0 0 2.25 7.125v9.75a4.875 4.875 0 0 0 4.875 4.875h9.75a4.875 4.875 0 0 0 4.875-4.875v-9.75a4.875 4.875 0 0 0-4.875-4.875m2.067 12.812c.01.51-.087 1.019-.283 1.491a3.9 3.9 0 0 1-2.096 2.096c-.473.196-.98.292-1.492.283H9.075a3.754 3.754 0 0 1-1.492-.282a4.007 4.007 0 0 1-1.258-.839a3.9 3.9 0 0 1-.838-1.258a3.725 3.725 0 0 1-.312-1.492V9.018a3.754 3.754 0 0 1 .283-1.492A3.9 3.9 0 0 1 7.535 5.41a3.9 3.9 0 0 1 1.54-.263h6.045a3.802 3.802 0 0 1 2.73 1.121c.357.362.641.79.838 1.258c.195.473.292.98.283 1.492z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-tiktok{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16.6 5.82s.51.5 0 0A4.278 4.278 0 0 1 15.54 3h-3.09v12.4a2.592 2.592 0 0 1-2.59 2.5c-1.42 0-2.6-1.16-2.6-2.6c0-1.72 1.66-3.01 3.37-2.48V9.66c-3.45-.46-6.47 2.22-6.47 5.64c0 3.33 2.76 5.7 5.69 5.7c3.14 0 5.69-2.55 5.69-5.7V9.01a7.35 7.35 0 0 0 4.3 1.38V7.3s-1.88.09-3.24-1.48'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-youtube{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 256 256' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M234.33 69.52a24 24 0 0 0-14.49-16.4C185.56 39.88 131 40 128 40s-57.56-.12-91.84 13.12a24 24 0 0 0-14.49 16.4C19.08 79.5 16 97.74 16 128s3.08 48.5 5.67 58.48a24 24 0 0 0 14.49 16.41C69 215.56 120.4 216 127.34 216h1.32c6.94 0 58.37-.44 91.18-13.11a24 24 0 0 0 14.49-16.41c2.59-10 5.67-28.22 5.67-58.48s-3.08-48.5-5.67-58.48m-73.74 65l-40 28A8 8 0 0 1 108 156v-56a8 8 0 0 1 12.59-6.55l40 28a8 8 0 0 1 0 13.1Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-linkedin{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93zM6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-website{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2m-5.15 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56M14.34 14H9.66c-.1-.66-.16-1.32-.16-2s.06-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2M12 19.96c-.83-1.2-1.5-2.53-1.91-3.96h3.82c-.41 1.43-1.08 2.76-1.91 3.96M8 8H5.08A7.92 7.92 0 0 1 9.4 4.44C8.8 5.55 8.35 6.75 8 8m-2.92 8H8c.35 1.25.8 2.45 1.4 3.56A8 8 0 0 1 5.08 16m-.82-2C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2M12 4.03c.83 1.2 1.5 2.54 1.91 3.97h-3.82c.41-1.43 1.08-2.77 1.91-3.97M18.92 8h-2.95a15.7 15.7 0 0 0-1.38-3.56c1.84.63 3.37 1.9 4.33 3.56M12 2C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-twitter{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18.205 2.25h3.308l-7.227 8.26l8.502 11.24H16.13l-5.214-6.817L4.95 21.75H1.64l7.73-8.835L1.215 2.25H8.04l4.713 6.231zm-1.161 17.52h1.833L7.045 4.126H5.078z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-gongzhong{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15.85 8.14c.39 0 .77.03 1.14.08C16.31 5.25 13.19 3 9.44 3c-4.25 0-7.7 2.88-7.7 6.43c0 2.05 1.15 3.86 2.94 5.04L3.67 16.5l2.76-1.19c.59.21 1.21.38 1.87.47c-.09-.39-.14-.79-.14-1.21c-.01-3.54 3.44-6.43 7.69-6.43M12 5.89a.96.96 0 1 1 0 1.92a.96.96 0 0 1 0-1.92M6.87 7.82a.96.96 0 1 1 0-1.92a.96.96 0 0 1 0 1.92'/%3E%3Cpath fill='currentColor' d='M22.26 14.57c0-2.84-2.87-5.14-6.41-5.14s-6.41 2.3-6.41 5.14s2.87 5.14 6.41 5.14c.58 0 1.14-.08 1.67-.2L20.98 21l-1.2-2.4c1.5-.94 2.48-2.38 2.48-4.03m-8.34-.32a.96.96 0 1 1 .96-.96c.01.53-.43.96-.96.96m3.85 0a.96.96 0 1 1 0-1.92a.96.96 0 0 1 0 1.92'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-douyin{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16.6 5.82s.51.5 0 0A4.278 4.278 0 0 1 15.54 3h-3.09v12.4a2.592 2.592 0 0 1-2.59 2.5c-1.42 0-2.6-1.16-2.6-2.6c0-1.72 1.66-3.01 3.37-2.48V9.66c-3.45-.46-6.47 2.22-6.47 5.64c0 3.33 2.76 5.7 5.69 5.7c3.14 0 5.69-2.55 5.69-5.7V9.01a7.35 7.35 0 0 0 4.3 1.38V7.3s-1.88.09-3.24-1.48'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-bilibili{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17.813 4.653h.854q2.266.08 3.773 1.574Q23.946 7.72 24 9.987v7.36q-.054 2.266-1.56 3.773c-1.506 1.507-2.262 1.524-3.773 1.56H5.333q-2.266-.054-3.773-1.56C.053 19.614.036 18.858 0 17.347v-7.36q.054-2.267 1.56-3.76t3.773-1.574h.774l-1.174-1.12a1.23 1.23 0 0 1-.373-.906q0-.534.373-.907l.027-.027q.4-.373.92-.373t.92.373L9.653 4.44q.107.106.187.213h4.267a.8.8 0 0 1 .16-.213l2.853-2.747q.4-.373.92-.373c.347 0 .662.151.929.4s.391.551.391.907q0 .532-.373.906zM5.333 7.24q-1.12.027-1.88.773q-.76.748-.786 1.894v7.52q.026 1.146.786 1.893t1.88.773h13.334q1.12-.026 1.88-.773t.786-1.893v-7.52q-.026-1.147-.786-1.894t-1.88-.773zM8 11.107q.56 0 .933.373q.375.374.4.96v1.173q-.025.586-.4.96q-.373.375-.933.374c-.56-.001-.684-.125-.933-.374q-.375-.373-.4-.96V12.44q0-.56.386-.947q.387-.386.947-.386m8 0q.56 0 .933.373q.375.374.4.96v1.173q-.025.586-.4.96q-.373.375-.933.374c-.56-.001-.684-.125-.933-.374q-.375-.373-.4-.96V12.44q.025-.586.4-.96q.373-.373.933-.373'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-xiaohongshu{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22.405 9.879c.002.016.01.02.07.019h.725a.797.797 0 0 0 .78-.972a.794.794 0 0 0-.884-.618a.795.795 0 0 0-.692.794c0 .101-.002.666.001.777m-11.509 4.808c-.203.001-1.353.004-1.685.003a2.5 2.5 0 0 1-.766-.126a.025.025 0 0 0-.03.014L7.7 16.127a.025.025 0 0 0 .01.032c.111.06.336.124.495.124c.66.01 1.32.002 1.981 0q.017 0 .023-.015l.712-1.545a.025.025 0 0 0-.024-.036zM.477 9.91c-.071 0-.076.002-.076.01l-.01.08c-.027.397-.038.495-.234 3.06c-.012.24-.034.389-.135.607c-.026.057-.033.042.003.112c.046.092.681 1.523.787 1.74c.008.015.011.02.017.02c.008 0 .033-.026.047-.044q.219-.282.371-.606c.306-.635.44-1.325.486-1.706c.014-.11.021-.22.03-.33l.204-2.616l.022-.293c.003-.029 0-.033-.03-.034zm7.203 3.757a1.4 1.4 0 0 1-.135-.607c-.004-.084-.031-.39-.235-3.06a.4.4 0 0 0-.01-.082c-.004-.011-.052-.008-.076-.008h-1.48c-.03.001-.034.005-.03.034l.021.293q.114 1.473.233 2.946c.05.4.186 1.085.487 1.706c.103.215.223.419.37.606c.015.018.037.051.048.049c.02-.003.742-1.642.804-1.765c.036-.07.03-.055.003-.112m3.861-.913h-.872a.126.126 0 0 1-.116-.178l1.178-2.625a.025.025 0 0 0-.023-.035l-1.318-.003a.148.148 0 0 1-.135-.21l.876-1.954a.025.025 0 0 0-.023-.035h-1.56q-.017 0-.024.015l-.926 2.068c-.085.169-.314.634-.399.938a.5.5 0 0 0-.02.191a.46.46 0 0 0 .23.378a1 1 0 0 0 .46.119h.59c.041 0-.688 1.482-.834 1.972a.5.5 0 0 0-.023.172a.47.47 0 0 0 .23.398c.15.092.342.12.475.12l1.66-.001q.017 0 .023-.015l.575-1.28a.025.025 0 0 0-.024-.035m-6.93-4.937H3.1a.032.032 0 0 0-.034.033c0 1.048-.01 2.795-.01 6.829c0 .288-.269.262-.28.262h-.74c-.04.001-.044.004-.04.047c.001.037.465 1.064.555 1.263c.01.02.03.033.051.033c.157.003.767.009.938-.014c.153-.02.3-.06.438-.132c.3-.156.49-.419.595-.765c.052-.172.075-.353.075-.533q.003-3.495-.007-6.991a.03.03 0 0 0-.032-.032zm11.784 6.896q-.002-.02-.024-.022h-1.465c-.048-.001-.049-.002-.05-.049v-4.66c0-.072-.005-.07.07-.07h.863c.08 0 .075.004.075-.074V8.393c0-.082.006-.076-.08-.076h-3.5c-.064 0-.075-.006-.075.073v1.445c0 .083-.006.077.08.077h.854c.075 0 .07-.004.07.07v4.624c0 .095.008.084-.085.084c-.37 0-1.11-.002-1.304 0c-.048.001-.06.03-.06.03l-.697 1.519s-.014.025-.008.036s.013.008.058.008q2.622.003 5.243.002c.03-.001.034-.006.035-.033zm4.177-3.43q0 .021-.02.024c-.346.006-.692.004-1.037.004q-.021-.003-.022-.024q-.006-.651-.01-1.303c0-.072-.006-.071.07-.07l.733-.003c.041 0 .081.002.12.015c.093.025.16.107.165.204c.006.431.002 1.153.001 1.153m2.67.244a1.95 1.95 0 0 0-.883-.222h-.18c-.04-.001-.04-.003-.042-.04V10.21q.001-.198-.025-.394a1.8 1.8 0 0 0-.153-.53a1.53 1.53 0 0 0-.677-.71a2.2 2.2 0 0 0-1-.258c-.153-.003-.567 0-.72 0c-.07 0-.068.004-.068-.065V7.76c0-.031-.01-.041-.046-.039H17.93s-.016 0-.023.007q-.008.008-.008.023v.546c-.008.036-.057.015-.082.022h-.95c-.022.002-.028.008-.03.032v1.481c0 .09-.004.082.082.082h.913c.082 0 .072.128.072.128v1.148s.003.117-.06.117h-1.482c-.068 0-.06.082-.06.082v1.445s-.01.068.064.068h1.457c.082 0 .076-.006.076.079v3.225c0 .088-.007.081.082.081h1.43c.09 0 .082.007.082-.08v-3.27c0-.029.006-.035.033-.035l2.323-.003a.7.7 0 0 1 .28.061a.46.46 0 0 1 .274.407c.008.395.003.79.003 1.185c0 .259-.107.367-.33.367h-1.218c-.023.002-.029.008-.028.033q.276.655.57 1.303a.05.05 0 0 0 .04.026c.17.005.34.002.51.003c.15-.002.517.004.666-.01a2 2 0 0 0 .408-.075c.59-.18.975-.698.976-1.313v-1.981q.001-.191-.034-.38c0 .078-.029-.641-.724-.998'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-weibo{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9.82 13.87c1.07 0 1.95.87 1.95 1.95a1.95 1.95 0 0 1-1.95 1.95c-1.08 0-1.95-.88-1.95-1.95c0-1.08.87-1.95 1.95-1.95M14.5 3.34l.68-.03c3.76 0 6.82 3.06 6.82 6.82l-.05.82l-1.19-.37l.02-.45c0-3.09-2.51-5.6-5.6-5.6l-.35.01zm.82 2.89c2.06.07 3.73 1.77 3.76 3.83l-1.24-.38c-.19-1.12-1.06-2-2.17-2.18zM2 15.41c-.03-.61.07-2.77 2.95-5.44c3.4-3.16 4.87-2.92 4.87-2.92s3.18-.3 1.24 3.41h.07c.47-.5 1.49-1.25 3.56-1.46c2.08-.21 2.08 1.5 1.81 2.7c1.88.94 3.06 2.33 3.06 3.88c0 2.82-3.93 5.11-8.78 5.11h-.28c-3.5 0-6.5-1.27-7.79-3.1c-.46-.62-.71-1.3-.71-2.01zm7.82-3.49c-3.23 0-5.85 1.75-5.85 3.9s2.62 3.9 5.85 3.9s5.85-1.75 5.85-3.9s-2.62-3.9-5.85-3.9'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-dot{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 48 48' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' stroke='currentColor' stroke-width='4' d='M24 33a9 9 0 1 0 0-18a9 9 0 0 0 0 18Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-ecosystem{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 16 16' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 8a2.64 2.64 0 0 0-.53-1.59l1.33-1.32a2.22 2.22 0 0 0 .82.17a1.94 1.94 0 0 0 2-1.88a2 2 0 0 0-4 0a1.76 1.76 0 0 0 .24.88L9.53 5.59A3.14 3.14 0 0 0 8 5.19a3 3 0 0 0-2.93 2.19h-.69A2 2 0 0 0 2.5 6.13A1.94 1.94 0 0 0 .5 8a1.94 1.94 0 0 0 2 1.88a2 2 0 0 0 1.88-1.25h.69A3 3 0 0 0 8 10.82A2.91 2.91 0 0 0 11 8m1.62-5.24a.69.69 0 0 1 .75.62a.76.76 0 0 1-1.5 0a.7.7 0 0 1 .75-.62M2.5 8.63A.7.7 0 0 1 1.75 8a.7.7 0 0 1 .75-.62a.7.7 0 0 1 .75.62a.7.7 0 0 1-.75.63m5.5.94A1.67 1.67 0 0 1 6.25 8A1.66 1.66 0 0 1 8 6.44A1.67 1.67 0 0 1 9.75 8A1.68 1.68 0 0 1 8 9.57'/%3E%3Cpath fill='currentColor' d='M2.5 4.38a2 2 0 0 0 .82-.17L5.08 6A3.73 3.73 0 0 1 6 5.13L4.26 3.38a1.76 1.76 0 0 0 .24-.88a1.94 1.94 0 0 0-2-1.87a1.94 1.94 0 0 0-2 1.87a1.94 1.94 0 0 0 2 1.88m0-2.5a.7.7 0 0 1 .75.62a.7.7 0 0 1-.75.63a.7.7 0 0 1-.75-.63a.7.7 0 0 1 .75-.62m11 9.75a2 2 0 0 0-.82.17L10.92 10a3.73 3.73 0 0 1-.93.84l1.74 1.74a1.75 1.75 0 0 0-.23.88a2 2 0 0 0 4 0a1.94 1.94 0 0 0-2-1.83m0 2.5a.7.7 0 0 1-.75-.63a.76.76 0 0 1 1.5 0a.7.7 0 0 1-.75.63'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-left2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9.904 17.308L4.596 12l5.308-5.308l.708.72L6.523 11.5h12.88v1H6.524l4.089 4.088z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-up2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg transform='rotate(-90 12 12) translate(24 0) scale(-1 1)'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='20' stroke-dashoffset='20' d='M21 12H3.5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.3s' values='20;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='12' stroke-dashoffset='12' d='M3 12L10 19M3 12L10 5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.3s' dur='0.2s' values='12;0'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-down2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg transform='rotate(-90 12 12)'%3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='20' stroke-dashoffset='20' d='M21 12H3.5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.3s' values='20;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='12' stroke-dashoffset='12' d='M3 12L10 19M3 12L10 5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.3s' dur='0.2s' values='12;0'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-empathize{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 118.66 100.1'%3E%3Cpath d='m76.7,72.24l-12.33-12.33c-1.6-1.68-1.56-4.33.08-5.97,1.64-1.64,4.29-1.67,5.97-.08l12.33,12.33,6.61-6.61L45.43,15.66c-8.4-8.15-21.78-8.04-30.05.23-8.27,8.27-8.38,21.65-.23,30.05l43.93,43.93,6.95-6.95-12.33-12.33c-1.6-1.68-1.56-4.33.08-5.97,1.64-1.64,4.29-1.67,5.97-.08l12.33,12.33,4.64-4.64Zm-14.87,26.77c-1.69,1.52-4.27,1.45-5.88-.16L9.1,51.99C1.34,44.46-1.76,33.33.98,22.87,3.73,12.42,11.9,4.25,22.36,1.5c10.46-2.75,21.59.36,29.12,8.12l7.6,7.59,8.12-8.11C74.72,1.34,85.84-1.76,96.3.98c10.46,2.75,18.63,10.91,21.37,21.37,2.75,10.46-.36,21.59-8.12,29.12l-46.85,46.85c-.26.26-.56.5-.87.69h0Zm3.28-75.75l30.28,30.28,8.12-8.11c8.36-8.36,8.36-21.92,0-30.29-8.36-8.36-21.93-8.36-30.29,0l-8.11,8.11h0Zm0,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-define{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84.47 81.52'%3E%3Cpath d='m33.9,24.8H3.36c-1.85,0-3.36-1.41-3.36-3.15s1.51-3.15,3.36-3.15h30.55c1.86,0,3.36,1.41,3.36,3.15s-1.51,3.15-3.37,3.15h0Zm16.31,18.91H3.36c-1.85,0-3.36-1.41-3.36-3.15s1.51-3.15,3.36-3.15h46.86c1.85,0,3.36,1.41,3.36,3.15s-1.51,3.15-3.36,3.15h0Zm0-36.38H3.36c-1.85,0-3.36-1.41-3.36-3.15S1.51,1.02,3.36,1.02h46.86c1.85,0,3.36,1.41,3.36,3.15s-1.51,3.15-3.36,3.15h0Zm23.96,44.24h-7.57c-3.99,0-7.23-3.24-7.23-7.23v-7.57c0-3.99,3.25-7.24,7.23-7.24h7.57c3.99,0,7.24,3.25,7.24,7.24v7.57c0,3.98-3.25,7.23-7.24,7.23h0Zm-7.57-16.53c-.46,0-.9.18-1.22.51-.32.32-.5.76-.5,1.22v7.57c0,.96.78,1.72,1.72,1.72h7.57c.96,0,1.72-.78,1.72-1.72v-7.57c0-.46-.18-.9-.51-1.22-.32-.32-.76-.51-1.22-.51h-7.57Zm-32.7,27.58H3.36c-1.85,0-3.36-1.41-3.36-3.15s1.51-3.15,3.36-3.15h30.55c1.86,0,3.36,1.41,3.36,3.15s-1.51,3.15-3.37,3.15h0Zm16.31,17.83H3.36c-1.85,0-3.36-1.41-3.36-3.15s1.51-3.15,3.36-3.15h46.86c1.85,0,3.36,1.41,3.36,3.15s-1.51,3.15-3.36,3.15h0Zm23.88,1.08h-7.57c-4,0-7.23-3.24-7.24-7.24v-7.57c0-3.98,3.25-7.23,7.24-7.23h7.57c3.98,0,7.23,3.25,7.23,7.23v7.57c0,4-3.25,7.24-7.23,7.24h0Zm-7.57-16.54c-.46,0-.9.18-1.22.51-.32.32-.51.76-.51,1.22v7.57c0,.96.78,1.72,1.72,1.72h7.57c.96,0,1.72-.78,1.72-1.72v-7.57c0-.95-.77-1.72-1.72-1.72h-7.57Zm3.9-45.6c-.81,0-1.6-.31-2.19-.87l-8.04-7.74c-1.1-1.23-1.06-3.1.08-4.29,1.14-1.19,3.01-1.3,4.28-.25l5.6,5.39,8.83-10.61c1.14-1.24,3.05-1.36,4.34-.29,1.29,1.08,1.51,2.98.51,4.32l-10.99,13.2c-.56.67-1.37,1.08-2.24,1.13h-.18Zm0,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-ideate{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 132.16 130.62'%3E%3Cpath d='m66.05,30.41c-20.05.03-36.29,16.28-36.31,36.33-.09,12.89,6.75,24.84,17.92,31.29v21.94c-.07,2.78.97,5.47,2.91,7.48,1.93,2,4.58,3.14,7.37,3.17h16.24c5.76-.06,10.4-4.75,10.4-10.51v-22.07c14.09-8.35,20.86-25.09,16.53-40.88-4.33-15.8-18.69-26.75-35.06-26.75h0Zm10.75,89.58c-.01,1.45-1.17,2.62-2.61,2.66h-16.22c-.69,0-1.35-.28-1.82-.79-.47-.51-.7-1.19-.65-1.87v-6.3h21.29v6.3Zm2.07-27.8c-1.31.67-2.13,2.03-2.12,3.5v10.27h-6.59v-25.1h9.46c1.4,0,2.69-.74,3.38-1.95.7-1.21.7-2.7,0-3.91-.7-1.21-1.99-1.95-3.38-1.95h-26.96c-1.4,0-2.69.74-3.38,1.95-.7,1.21-.7,2.7,0,3.91.7,1.21,1.99,1.95,3.38,1.95h9.61v25.12h-6.78v-10.25c-.02-1.49-.88-2.85-2.22-3.5-11.83-5.92-18.05-19.19-15.01-32.07,3.03-12.88,14.52-21.98,27.75-22,13.23-.01,24.74,9.07,27.8,21.94,3.06,12.87-3.13,26.16-14.95,32.1h0ZM4.86,60.11h10.35c3.24,0,4.85,1.62,4.85,4.86v.57c0,3.24-1.62,4.85-4.85,4.85H4.86C1.62,70.39,0,68.77,0,65.54v-.57C0,61.73,1.62,60.11,4.86,60.11h0ZM13.73,21.72l.4-.4c2.29-2.29,4.58-2.29,6.87,0l7.32,7.32c2.29,2.29,2.29,4.58,0,6.87l-.4.4c-2.29,2.29-4.58,2.29-6.87,0l-7.32-7.33c-2.29-2.29-2.29-4.58,0-6.87h0ZM65.93,0h.57C69.74,0,71.35,1.62,71.35,4.85v10.35c0,3.24-1.62,4.85-4.85,4.85h-.57c-3.24,0-4.85-1.62-4.85-4.85V4.85C61.08,1.62,62.69,0,65.93,0h0Zm51.02,60.11h10.35c3.24,0,4.86,1.62,4.86,4.86v.57c0,3.24-1.62,4.85-4.86,4.85h-10.35c-3.24,0-4.85-1.62-4.85-4.85v-.57c0-3.24,1.62-4.86,4.85-4.86h0Zm-14.92-31.48l7.32-7.32c2.29-2.29,4.58-2.29,6.87,0l.41.41c2.29,2.29,2.29,4.58,0,6.87l-7.32,7.32c-2.29,2.29-4.58,2.29-6.87,0l-.4-.4c-2.29-2.29-2.29-4.58,0-6.87h-.01Zm0,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-prototype{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120.04 113.35'%3E%3Cpath d='m78.01,113.35h0c-2.18,0-4.3-.9-5.68-2.42-1.87-2.05-7.79-7.37-12.63-7.37s-10.82,5.36-12.54,7.23c-1.37,1.49-3.48,2.37-5.64,2.37-1.03,0-2-.2-2.89-.59l-.15-.07-14.72-8.23-.15-.1c-2.68-1.88-3.7-5.55-2.37-8.54.01-.02,1.36-3.13,1.36-5.97,0-8.61-7-15.61-15.61-15.61h-.62c-2.46,0-4.47-2.19-5.11-5.58-.05-.27-1.26-6.7-1.26-11.76s1.21-11.49,1.26-11.76c.65-3.43,2.7-5.64,5.21-5.58h.52c8.61,0,15.61-7,15.61-15.61,0-2.83-1.35-5.94-1.36-5.97-1.33-2.99-.3-6.66,2.39-8.53l.15-.11L39.31.63l.16-.07c.87-.37,1.83-.56,2.85-.56,2.16,0,4.27.87,5.65,2.32,1.84,1.92,7.65,6.93,12.36,6.93s10.44-4.91,12.27-6.8c1.37-1.42,3.47-2.28,5.61-2.28,1.04,0,2.01.2,2.9.58l.16.07,15.01,8.34.15.1c2.69,1.87,3.71,5.54,2.38,8.54-.01.02-1.36,3.13-1.36,5.97,0,8.61,7,15.61,15.61,15.61h.52c2.5-.06,4.56,2.14,5.21,5.58.05.27,1.26,6.7,1.26,11.76s-1.21,11.49-1.26,11.76c-.65,3.43-2.7,5.63-5.21,5.58h-.52c-8.61,0-15.61,7-15.61,15.61,0,2.84,1.35,5.94,1.36,5.98,1.32,2.98.3,6.65-2.39,8.53l-.15.1-15.26,8.44-.16.07c-.87.38-1.83.57-2.84.57h0Zm-.46-7.19c.07.05.26.12.46.12h.02s14.26-7.88,14.26-7.88c-.34-.8-1.92-4.68-1.92-8.73,0-12.1,9.53-22.03,21.49-22.65.17-.95,1.1-6.29,1.1-10.3s-.93-9.35-1.1-10.3c-11.95-.62-21.49-10.54-21.49-22.65,0-4.05,1.58-7.94,1.92-8.73l-14.03-7.79s-.04,0-.06,0c-.24,0-.46.09-.54.14-.24.24-2.27,2.3-5.19,4.36-4.32,3.04-8.41,4.58-12.15,4.58s-7.9-1.57-12.25-4.68c-2.94-2.09-4.98-4.19-5.22-4.44-.08-.05-.3-.14-.54-.14h-.05s-14.53,7.98-14.53,7.98c.35.81,1.92,4.68,1.92,8.72,0,12.1-9.53,22.03-21.49,22.65-.17.95-1.11,6.29-1.11,10.3s.93,9.35,1.11,10.3c11.95.62,21.49,10.54,21.49,22.64,0,4.06-1.58,7.95-1.92,8.74l13.75,7.69c.17,0,.34-.04.49-.12.26-.28,2.31-2.45,5.27-4.62,4.41-3.23,8.6-4.87,12.45-4.87s8.11,1.67,12.55,4.96c2.98,2.21,5.04,4.42,5.29,4.7h0Zm0,0' style='fill: %23425dc7;'/%3E%3Cpath d='m59.75,77.43c-11.46,0-20.78-9.32-20.78-20.78s9.32-20.78,20.78-20.78,20.78,9.32,20.78,20.78-9.32,20.78-20.78,20.78h0Zm0-34.5c-7.56,0-13.71,6.15-13.71,13.71s6.15,13.71,13.71,13.71,13.72-6.15,13.72-13.71-6.15-13.71-13.72-13.71h0Zm0,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-test{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.5 107.76'%3E%3Cpath d='m55.46,15.43V4.25c0-1.52-.81-2.92-2.12-3.68-1.31-.76-2.93-.76-4.25,0-1.31.76-2.12,2.16-2.12,3.68v11.18c-7.25,1.96-12.29,8.54-12.29,16.06s5.04,14.1,12.29,16.06v55.73c0,1.52.81,2.92,2.12,3.68,1.31.76,2.93.76,4.25,0,1.31-.76,2.12-2.16,2.12-3.68v-55.73c7.25-1.96,12.29-8.54,12.29-16.06s-5.04-14.1-12.29-16.06h0Zm-4.25,24.23c-4.49,0-8.12-3.64-8.12-8.12s3.64-8.12,8.12-8.12,8.12,3.64,8.12,8.12c0,4.48-3.64,8.12-8.12,8.12h0Zm-30.41,20.33V4.25c-.12-2.26-1.99-4.03-4.25-4.03s-4.13,1.77-4.25,4.03v55.74c-7.25,1.96-12.29,8.54-12.29,16.06s5.04,14.1,12.29,16.06v11.17c-.09,1.57.7,3.07,2.06,3.88,1.35.81,3.04.81,4.39,0,1.35-.81,2.14-2.31,2.06-3.88v-11.16c7.25-1.96,12.29-8.54,12.29-16.06s-5.04-14.1-12.29-16.06h0Zm-4.25,24.18c-4.49,0-8.12-3.64-8.12-8.12s3.64-8.12,8.12-8.12,8.12,3.64,8.12,8.12c0,4.48-3.64,8.12-8.12,8.12h0Zm85.95-8.12c-.01-7.54-5.09-14.13-12.38-16.06V4.25c0-1.52-.81-2.92-2.12-3.68-1.31-.76-2.93-.76-4.25,0-1.31.76-2.12,2.16-2.12,3.68v55.74c-7.25,1.96-12.29,8.54-12.29,16.06s5.04,14.1,12.29,16.06v11.17c0,1.52.81,2.92,2.12,3.68,1.31.76,2.93.76,4.25,0,1.31-.76,2.12-2.16,2.12-3.68v-11.16c7.3-1.93,12.38-8.52,12.38-16.07h0Zm-16.63,8.12c-3.29,0-6.25-1.98-7.51-5.02-1.26-3.04-.56-6.53,1.76-8.85,2.32-2.32,5.82-3.02,8.85-1.76,3.04,1.26,5.02,4.22,5.02,7.51,0,4.48-3.64,8.12-8.12,8.12h0Zm0,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-rolling-tnrollment{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.12 74.79'%3E%3Cpath d='m19.57,74.79c-4.95,0-9.89-1.87-13.65-5.62l-.29-.29c-3.62-3.6-5.63-8.43-5.63-13.58s2-9.98,5.64-13.6l6.84-6.37c1.19-1.11,3.05-1.05,4.17.14,1.11,1.18,1.05,3.04-.14,4.15l-6.77,6.31c-2.45,2.44-3.84,5.8-3.84,9.38s1.39,6.93,3.91,9.44l.29.29c5.22,5.19,13.73,5.19,18.96-.01l14.74-14.68c5.36-5.34,5.6-13.47.54-18.5l-.27-.27c-.38-.37-1.58-1.3-2.71-1.62-1.57-.44-2.48-2.07-2.03-3.63.45-1.56,2.08-2.46,3.65-2.02,2.35.67,4.42,2.27,5.26,3.12l.27.27c7.39,7.36,7.16,19.14-.54,26.81l-14.74,14.68c-3.76,3.75-8.71,5.62-13.66,5.62h0Zm9.32-27.66c-.75,0-1.51-.29-2.09-.86-7.46-7.43-7.31-18.35.35-25.97l14.74-14.68c7.53-7.49,19.78-7.5,27.31,0l.28.28c3.63,3.61,5.63,8.44,5.63,13.59,0,5.15-2.01,9.97-5.64,13.59l-6.93,6.37c-1.19,1.1-3.06,1.03-4.17-.17-1.1-1.19-1.03-3.05.17-4.15l6.84-6.29c2.43-2.43,3.83-5.78,3.83-9.36s-1.39-6.93-3.91-9.44l-.28-.28c-5.22-5.2-13.73-5.2-18.96,0l-14.74,14.68c-5.33,5.3-5.47,12.57-.35,17.67,1.15,1.15,1.15,3.01,0,4.15-.58.57-1.33.86-2.09.86h0Zm0,0' style='fill: %23040000;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-swift-evaluation{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84.47 81.52'%3E%3Cpath d='m33.9,24.8H3.36c-1.85,0-3.36-1.41-3.36-3.15s1.51-3.15,3.36-3.15h30.55c1.86,0,3.36,1.41,3.36,3.15s-1.51,3.15-3.37,3.15h0Zm16.31,18.91H3.36c-1.85,0-3.36-1.41-3.36-3.15s1.51-3.15,3.36-3.15h46.86c1.85,0,3.36,1.41,3.36,3.15s-1.51,3.15-3.36,3.15h0Zm0-36.38H3.36c-1.85,0-3.36-1.41-3.36-3.15S1.51,1.02,3.36,1.02h46.86c1.85,0,3.36,1.41,3.36,3.15s-1.51,3.15-3.36,3.15h0Zm23.96,44.24h-7.57c-3.99,0-7.23-3.24-7.23-7.23v-7.57c0-3.99,3.25-7.24,7.23-7.24h7.57c3.99,0,7.24,3.25,7.24,7.24v7.57c0,3.98-3.25,7.23-7.24,7.23h0Zm-7.57-16.53c-.46,0-.9.18-1.22.51-.32.32-.5.76-.5,1.22v7.57c0,.96.78,1.72,1.72,1.72h7.57c.96,0,1.72-.78,1.72-1.72v-7.57c0-.46-.18-.9-.51-1.22-.32-.32-.76-.51-1.22-.51h-7.57Zm-32.7,27.58H3.36c-1.85,0-3.36-1.41-3.36-3.15s1.51-3.15,3.36-3.15h30.55c1.86,0,3.36,1.41,3.36,3.15s-1.51,3.15-3.37,3.15h0Zm16.31,17.83H3.36c-1.85,0-3.36-1.41-3.36-3.15s1.51-3.15,3.36-3.15h46.86c1.85,0,3.36,1.41,3.36,3.15s-1.51,3.15-3.36,3.15h0Zm23.88,1.08h-7.57c-4,0-7.23-3.24-7.24-7.24v-7.57c0-3.98,3.25-7.23,7.24-7.23h7.57c3.98,0,7.23,3.25,7.23,7.23v7.57c0,4-3.25,7.24-7.23,7.24h0Zm-7.57-16.54c-.46,0-.9.18-1.22.51-.32.32-.51.76-.51,1.22v7.57c0,.96.78,1.72,1.72,1.72h7.57c.96,0,1.72-.78,1.72-1.72v-7.57c0-.95-.77-1.72-1.72-1.72h-7.57Zm3.9-45.6c-.81,0-1.6-.31-2.19-.87l-8.04-7.74c-1.1-1.23-1.06-3.1.08-4.29,1.14-1.19,3.01-1.3,4.28-.25l5.6,5.39,8.83-10.61c1.14-1.24,3.05-1.36,4.34-.29,1.29,1.08,1.51,2.98.51,4.32l-10.99,13.2c-.56.67-1.37,1.08-2.24,1.13h-.18Zm0,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-tailored-support{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 79.21 80.73'%3E%3Cpath d='m64.99,50.77c-7.62,0-14.22,6.1-14.22,13.71s6.6,13.71,14.22,13.71,14.22-6.1,14.22-13.71c0-7.11-6.6-13.71-14.22-13.71h0Zm0,22.34c-5.08,0-9.14-3.56-9.14-8.63s4.06-8.63,9.14-8.63,9.14,4.06,9.14,8.63c0,5.07-4.06,8.63-9.14,8.63h0Zm-24.87-43.67c8.63,0,15.23-6.6,15.23-14.72S48.75,0,40.12,0s-15.23,6.6-15.23,14.72,6.59,14.72,15.23,14.72h0Zm0-24.37c5.58,0,10.16,4.57,10.16,9.65s-4.57,9.65-10.16,9.65-10.16-4.57-10.16-9.65,4.57-9.65,10.16-9.65h0ZM13.72,49.76c-7.62,0-13.72,6.1-13.72,13.71s6.1,13.72,13.72,13.72,13.71-6.1,13.71-13.71-6.1-13.72-13.71-13.72h0Zm0,22.34c-4.57,0-8.63-4.06-8.63-8.63s4.06-8.63,8.63-8.63,8.63,4.06,8.63,8.63-4.06,8.63-8.63,8.63h0Zm53.82-25.9l5.08-.5c-.5-9.65-5.58-18.79-13.2-24.37l-3.04,4.06c6.6,5.08,10.66,12.69,11.17,20.81h0ZM24.38,24.87l-3.04-4.06c-8.64,5.59-13.72,14.22-14.73,23.87l5.08.5c1.02-8.11,5.58-15.23,12.7-20.31h0Zm3.04,47.73l-2.04,4.57c4.57,2.04,9.14,3.56,14.22,3.56,4.06,0,7.62-.5,11.17-1.52l-1.52-4.57c-6.6,1.01-15.23,1.01-21.83-2.04h0Zm0,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-generous-funding-support{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 105.58 105.58'%3E%3Cpath d='m52.79,0c29.16,0,52.79,23.63,52.79,52.79s-23.63,52.79-52.79,52.79S0,81.95,0,52.79,23.63,0,52.79,0h0Zm0,8.12c-24.67,0-44.67,20-44.67,44.67s20,44.67,44.67,44.67,44.67-20,44.67-44.67S77.46,8.12,52.79,8.12h0Zm4.06,12.34v9.58c9.36,1.16,16,6.2,16.33,13.4v.55s-8.11,0-8.11,0c0-3.13-4.6-6.09-12.45-6.09s-12.45,2.5-12.45,6.09c0,3.22,3.9,5.91,11.67,6.08h.79c12.24.01,20.57,5.54,20.57,14.22,0,8.19-6.69,12.94-16.34,13.99v9.71h-8.12v-9.71c-9.53-1.08-16.35-6.16-16.67-13.45v-.55s8.11,0,8.11,0c0,3.13,4.61,6.09,12.45,6.09s12.45-2.5,12.45-6.09c0-3.22-3.9-5.91-11.66-6.08l-1.58-.02c-11.81-.24-19.78-5.71-19.78-14.2s6.85-13.06,16.69-14.03v-9.5s8.12,0,8.12,0h0Zm0,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-all-in-one-verification-platform{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 78.8 78.8'%3E%3Cpath d='m0,10.08c0-2.67,1.06-5.24,2.95-7.13C4.84,1.06,7.41,0,10.08,0h58.65c2.67,0,5.24,1.06,7.13,2.95,1.89,1.89,2.95,4.45,2.95,7.13v58.65c0,2.67-1.06,5.24-2.95,7.13-1.89,1.89-4.45,2.95-7.13,2.95H10.08c-2.67,0-5.24-1.06-7.13-2.95-1.89-1.89-2.95-4.45-2.95-7.13V10.08Zm10.08-4.58c-2.53,0-4.58,2.05-4.58,4.58v58.65c0,2.53,2.05,4.58,4.58,4.58h58.65c2.53,0,4.58-2.05,4.58-4.58V10.08c0-2.53-2.05-4.58-4.58-4.58H10.08Zm4.58,15.58c0-1.52,1.23-2.75,2.75-2.75h43.98c1.52,0,2.75,1.23,2.75,2.75s-1.23,2.75-2.75,2.75H17.42c-.73,0-1.43-.29-1.94-.81-.52-.52-.81-1.22-.81-1.94h0Zm48.49,16.21c1.17.97,1.33,2.71.35,3.87l-18.33,21.99c-.9,1.08-2.47,1.31-3.64.53l-10.99-7.33c-1.26-.84-1.61-2.55-.76-3.81.84-1.26,2.55-1.61,3.81-.76l8.94,5.96,16.75-20.09c.97-1.16,2.7-1.32,3.87-.35h0Zm-48.49,2.11c0-1.52,1.23-2.75,2.75-2.75h18.32c1.52,0,2.75,1.23,2.75,2.75s-1.23,2.75-2.75,2.75h-18.32c-.73,0-1.43-.29-1.95-.8-.52-.52-.81-1.22-.81-1.95h0Zm0,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-half-hour-innovation-network{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73.74 73.74'%3E%3Cpath d='m9.93.21c2.57-.4,5.2-.19,7.75.32,3.42.7,6.72,1.93,9.87,3.42,3.24,1.53,6.35,3.34,9.33,5.33,3.14-2.1,6.43-4,9.87-5.58,2.85-1.31,5.82-2.4,8.89-3.07,2.22-.48,4.5-.73,6.77-.57,1.77.13,3.54.53,5.13,1.32,2.38,1.15,4.27,3.24,5.22,5.7,1.19,2.99,1.17,6.32.67,9.45-.54,3.33-1.64,6.55-2.99,9.63-1.65,3.75-3.69,7.32-5.97,10.72,2.72,4.08,5.12,8.39,6.9,12.97,1.42,3.72,2.46,7.67,2.38,11.68-.05,2.86-.83,5.81-2.68,8.05-.93,1.14-2.1,2.08-3.41,2.74-1.65.84-3.5,1.26-5.34,1.39-3.86.24-7.69-.64-11.3-1.91-5.01-1.79-9.71-4.38-14.13-7.33-4.49,2.99-9.26,5.61-14.36,7.41-3.44,1.19-7.07,2.01-10.74,1.85-1.65-.08-3.3-.39-4.83-1.02-1.45-.59-2.79-1.5-3.85-2.66-1.92-2.07-2.86-4.88-3.04-7.65-.26-3.93.64-7.83,1.95-11.51,1.79-4.97,4.36-9.62,7.28-14.01-2.41-3.63-4.58-7.43-6.28-11.45C1.62,22.15.54,18.73.14,15.19c-.17-1.59-.2-3.2,0-4.78.32-2.58,1.35-5.13,3.21-6.98C5.09,1.64,7.48.6,9.93.21m-.61,4.33c-1.47.42-2.83,1.29-3.72,2.56-1.05,1.48-1.45,3.33-1.5,5.12-.09,2.96.62,5.88,1.55,8.66,1.5,4.38,3.68,8.49,6.17,12.38,1.81-2.44,3.74-4.79,5.76-7.06,4.74-5.29,9.98-10.15,15.68-14.39-2.67-1.71-5.44-3.26-8.33-4.56-3.06-1.37-6.27-2.49-9.6-2.98-2-.27-4.07-.31-6.02.26m49.41-.3c-3.12.4-6.13,1.4-9.01,2.62-3.22,1.37-6.29,3.08-9.24,4.96,3.03,2.25,5.92,4.67,8.68,7.24,4.66,4.35,8.97,9.09,12.77,14.21,2.39-3.75,4.51-7.7,6-11.9,1.04-2.99,1.83-6.13,1.71-9.32-.09-1.82-.52-3.69-1.65-5.15-.91-1.2-2.26-1.99-3.7-2.39-1.81-.5-3.71-.48-5.56-.26m-30.58,17.12c-5.13,4.69-9.82,9.87-13.88,15.51,2.22,3.08,4.62,6.02,7.18,8.82,4.67,5.09,9.82,9.75,15.42,13.79,3.04-2.19,5.95-4.57,8.72-7.09,5.13-4.69,9.82-9.87,13.88-15.51-2.19-3.05-4.57-5.96-7.1-8.73-4.69-5.13-9.87-9.82-15.51-13.88-3.05,2.19-5.95,4.57-8.73,7.1m-16.33,19.12c-2.55,4.01-4.8,8.25-6.3,12.77-.92,2.83-1.58,5.81-1.39,8.8.12,1.71.58,3.47,1.66,4.84.9,1.16,2.21,1.94,3.6,2.33,1.89.54,3.9.51,5.83.26,2.85-.4,5.62-1.28,8.28-2.37,3.41-1.41,6.66-3.2,9.76-5.18-2.94-2.19-5.76-4.54-8.45-7.03-4.75-4.41-9.13-9.22-13-14.42m50.11,0c-3.15,4.24-6.64,8.22-10.4,11.92-3.46,3.42-7.14,6.62-11.05,9.52,3.83,2.44,7.87,4.6,12.17,6.1,2.19.75,4.45,1.34,6.75,1.56,2.04.17,4.17.08,6.06-.76,1.36-.6,2.52-1.67,3.18-3,.9-1.75,1.07-3.76.99-5.7-.13-2.39-.71-4.73-1.45-7-1.5-4.47-3.73-8.67-6.26-12.64h0Zm-26.5-13.75c1.72-.23,3.5-.05,5.11.57,2.7,1.02,4.91,3.24,5.92,5.95,1.19,3.12.74,6.81-1.21,9.52-1.87,2.69-5.09,4.38-8.37,4.33-3.06.04-6.09-1.43-7.99-3.82-1.95-2.38-2.69-5.67-2-8.67.61-2.81,2.49-5.3,5-6.69,1.1-.61,2.3-1.01,3.55-1.19m1.02,4.01c-1.42.1-2.81.71-3.83,1.71-.98.94-1.63,2.21-1.83,3.55-.21,1.45.12,2.96.91,4.19.75,1.17,1.9,2.07,3.21,2.51,1.31.45,2.77.43,4.06-.05,1.46-.52,2.69-1.63,3.39-3.01.7-1.38.85-3.04.4-4.52-.38-1.27-1.18-2.41-2.26-3.19-1.16-.86-2.62-1.28-4.05-1.18h0Zm0,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-abundant-resources-connection{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 79.27 79.02'%3E%3Cpath d='m61.06,65.9c.41-3.33.27-6.72-.06-9.92,1.65-.71,2.7-1.86,3.07-3.49,2.47.04,4.85-.12,7.38-.92-2.12,5.86-5.62,10.26-10.1,14.09l-.29.24Zm-28.23,6.88c6.7-7.93,15.36-14.12,21.05-17.64.8.69,1.95,1.33,3.03,1.55.4,3.89.11,7.85-.31,12.27-5.52,3.12-10.67,4.56-16.97,4.56-2.54,0-4.15-.11-6.53-.65m-21.33-13.83c.59-3.94,2.07-10.54,6.29-17.81.46.1,1.29.24,1.78.24,1.02,0,2.01-.13,2.85-.71,7,5.17,16.32,9.32,28.41,10.81-7.4,3.57-16.58,10.37-23.21,19.81-6.7-2.48-11.63-6.17-15.79-11.96m-3.5-33.79c1.02,2.08,2.46,4.49,5.02,6.64-.32.97-.48,1.82-.48,2.6,0,1.47.37,3.05,1.37,4.08-3.36,4.84-5.12,10.28-5.89,14.56-2.04-4.2-2.99-9.15-2.99-14.02s1.05-9.5,2.91-13.69c-.01.01-.13.19.07-.17h0ZM25.13,8.76c2.16,1.16,5.21,3,8.61,5.65-.36.78-.55,1.66-.55,2.57,0,.51.07,1,.2,1.49-4.58,3.19-8.24,6.53-11.38,10.14-.65-.23-1.69-.47-2.42-.47-1.16,0-2.36.31-3.29.86-2.15-2.09-4.3-5.57-5.35-7.7,3.44-5.52,8.28-9.74,14.19-12.54m28.85-.07c-3.59,1.1-6.93,2.35-9.99,3.76-1.15-1.12-2.71-1.82-4.44-1.82-1.04,0-1.77.17-2.63.61-2.34-1.85-4.42-3.34-6.32-4.52,2.99-.86,5.78-1.24,9.04-1.24,5.14,0,9.99,1.17,14.35,3.21m-28.32,22.56c2.9-3.28,6.12-6.13,10.3-9.05,1.07.8,2.16,1.15,3.61,1.15,1.04,0,1.8-.18,2.67-.62,4.85,5.56,9.77,12.63,12.49,21.85-1.24.53-2.13,1.54-2.54,2.75-11.28-1.3-19.74-5.39-26.32-10.13.41-.76.52-1.42.52-2.34,0-1.22-.29-2.32-.89-3.29m48.18,7.92c0,2.47-.05,4.82-.72,7.01-2.62.84-5.7,1.57-8.81,1.57-.68-2.32-2.83-4.22-5.07-4.26-1.96-10.03-7.97-18.66-13.64-24.42.34-.78.48-1.49.48-2.4,0-.25-.04-.48-.07-.72,3.95-1.83,8.35-3.41,13.25-4.65,8.8,6.16,14.58,16.35,14.58,27.88M39.63,0C17.78,0,0,17.73,0,39.51s17.78,39.51,39.63,39.51,39.63-17.73,39.63-39.51S61.49,0,39.63,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m10.6 16.2l7.05-7.05l-1.4-1.4l-5.65 5.65l-2.85-2.85l-1.4 1.4zM5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h14V5H5zM5 5v14z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-innovation-ecosystem-hall{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 132.16 130.62'%3E%3Cpath d='m66.05,30.41c-20.05.03-36.29,16.28-36.31,36.33-.09,12.89,6.75,24.84,17.92,31.29v21.94c-.07,2.78.97,5.47,2.91,7.48,1.93,2,4.58,3.14,7.37,3.17h16.24c5.76-.06,10.4-4.75,10.4-10.51v-22.07c14.09-8.35,20.86-25.09,16.53-40.88-4.33-15.8-18.69-26.75-35.06-26.75h0Zm10.75,89.58c-.01,1.45-1.17,2.62-2.61,2.66h-16.22c-.69,0-1.35-.28-1.82-.79-.47-.51-.7-1.19-.65-1.87v-6.3h21.29v6.3Zm2.07-27.8c-1.31.67-2.13,2.03-2.12,3.5v10.27h-6.59v-25.1h9.46c1.4,0,2.69-.74,3.38-1.95.7-1.21.7-2.7,0-3.91-.7-1.21-1.99-1.95-3.38-1.95h-26.96c-1.4,0-2.69.74-3.38,1.95-.7,1.21-.7,2.7,0,3.91.7,1.21,1.99,1.95,3.38,1.95h9.61v25.12h-6.78v-10.25c-.02-1.49-.88-2.85-2.22-3.5-11.83-5.92-18.05-19.19-15.01-32.07,3.03-12.88,14.52-21.98,27.75-22,13.23-.01,24.74,9.07,27.8,21.94,3.06,12.87-3.13,26.16-14.95,32.1h0ZM4.86,60.11h10.35c3.24,0,4.85,1.62,4.85,4.86v.57c0,3.24-1.62,4.85-4.85,4.85H4.86C1.62,70.39,0,68.77,0,65.54v-.57C0,61.73,1.62,60.11,4.86,60.11h0ZM13.73,21.72l.4-.4c2.29-2.29,4.58-2.29,6.87,0l7.32,7.32c2.29,2.29,2.29,4.58,0,6.87l-.4.4c-2.29,2.29-4.58,2.29-6.87,0l-7.32-7.33c-2.29-2.29-2.29-4.58,0-6.87h0ZM65.93,0h.57C69.74,0,71.35,1.62,71.35,4.85v10.35c0,3.24-1.62,4.85-4.85,4.85h-.57c-3.24,0-4.85-1.62-4.85-4.85V4.85C61.08,1.62,62.69,0,65.93,0h0Zm51.02,60.11h10.35c3.24,0,4.86,1.62,4.86,4.86v.57c0,3.24-1.62,4.85-4.86,4.85h-10.35c-3.24,0-4.85-1.62-4.85-4.85v-.57c0-3.24,1.62-4.86,4.85-4.86h0Zm-14.92-31.48l7.32-7.32c2.29-2.29,4.58-2.29,6.87,0l.41.41c2.29,2.29,2.29,4.58,0,6.87l-7.32,7.32c-2.29,2.29-4.58,2.29-6.87,0l-.4-.4c-2.29-2.29-2.29-4.58,0-6.87h-.01Zm0,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-innox-club{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 149.69 140.38'%3E%3Cpath d='m53.33,18.15c3.51,10.31,10.25,16.6,21.08,16.75,11.32.18,18.31-6.29,21.88-16.66,7.02,1.37,12.75,7.08,13.27,14.04.49,6.99.43,14,.21,21.02-.15,4.55-3.87,7.84-8.3,8.03-4.33.18-8.3-2.87-8.88-7.38-.4-3.14-.09-6.41-.09-9.89h-35.18c0,2.44.06,4.94,0,7.48-.12,5.8-3.69,9.76-8.73,9.82-5.25.06-8.85-3.9-8.88-9.92,0-6.13-.15-12.27.24-18.37.55-7.44,5.77-13.06,13.36-14.92h0Zm47.57,100.23c5.89-10.19,11.59-20.11,17.48-30.3-2.47-1.47-4.85-2.84-7.17-4.27-4.61-2.87-6.04-8.02-3.45-12.36,2.47-4.18,7.57-5.4,12.27-2.75,5.43,3.05,10.89,6.07,16.11,9.46,6.38,4.18,8.82,11.84,6.47,19.25-11.32-2.23-20.6,1.01-25.93,11.66-4.67,9.31-2.35,17.94,4.48,25.48-4.15,5.71-13.73,7.57-20.32,4.03-5.58-2.99-11.08-6.16-16.48-9.49-4.3-2.65-5.43-7.75-2.96-11.93,2.41-4.12,7.44-5.43,11.93-3.05,2.44,1.28,4.82,2.72,7.57,4.27h0Zm-72.4,16.29c7.57-9.18,8.82-18.09,3.94-26.88-4.76-8.57-13.24-12.05-25.23-10.37-2.65-6.47-.18-14.92,6.07-19.07,5.55-3.66,11.38-6.96,17.24-10.1,4.24-2.29,9.28-.55,11.53,3.51,2.29,4.15,1.13,9-2.99,11.69-2.41,1.59-4.97,2.93-7.81,4.61,2.9,5.03,5.77,10.01,8.63,14.95,2.9,5,5.77,10.01,8.85,15.38,2.44-1.4,4.79-2.78,7.17-4.09,4.79-2.62,10.04-1.34,12.42,3.02,2.5,4.52,1.04,9.4-3.75,12.23-4.88,2.9-9.76,5.77-14.71,8.51-7.32,4.06-15.74,2.72-21.36-3.39h0Zm0,0' style='fill: %23425dc7;'/%3E%3Cpath d='m13.36,131.71C5.98,131.75-.03,125.92,0,118.81c.03-7.32,6.13-13.36,13.42-13.33,7.23.03,13.18,5.95,13.21,13.18,0,7.14-6.01,13.06-13.27,13.06h0Zm122.9,0c-7.29-.03-13.21-5.95-13.21-13.15s6.01-13.12,13.24-13.12,13.36,6.07,13.39,13.39c0,7.14-6.04,12.94-13.43,12.88h0ZM74.93,26.15c-7.47.03-13.39-5.92-13.3-13.36C61.69,5.86,67.83-.03,74.9,0c7.05.03,13.15,6.01,13.15,12.91-.03,7.35-5.83,13.21-13.12,13.24h0Zm0,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-seven-laboratories{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 127.31 138.7'%3E%3Cpath d='m103.53,130.11h-36.07c-19.75,0-36.07-16.33-36.07-36.07,0-9.87,4.18-19.37,11.39-26.2,1.9.76,3.8,1.52,5.7,1.52,1.52,0,3.04-.38,4.56-.76l21.27,21.26c1.52,1.52,3.42,2.28,5.32,2.28s3.8-.76,5.32-2.28l20.13-20.13c1.52-1.52,2.28-3.42,2.28-5.32s-.76-3.8-2.28-5.32L53.02,7.08c-1.52-1.52-3.42-2.28-5.32-2.28s-3.8.76-5.32,2.28l-20.13,20.13c-1.52,1.52-2.28,3.42-2.28,5.32s.76,3.8,2.28,5.32l13.67,13.67c-.38,1.52-.76,3.04-.76,4.56,0,2.28.76,4.56,1.9,6.83-8.35,8.35-13.29,19.37-13.29,31.14,0,14.81,7.59,28.1,18.99,36.07H4.8c-1.9,0-3.8,1.9-3.8,3.8s1.9,3.8,3.8,3.8h98.73c1.9,0,3.8-1.9,3.8-3.8s-1.9-3.8-3.8-3.8h0ZM42.77,56.06c0-3.04,2.66-5.7,5.7-5.7s5.7,2.66,5.7,5.7-2.66,5.7-5.7,5.7-5.7-2.66-5.7-5.7h0Zm4.94-43.67l52.02,52.02-20.13,20.13-20.51-20.5c1.52-2.28,2.66-4.94,2.66-7.97,0-7.22-6.08-13.29-13.29-13.29-3.04,0-5.7,1.14-7.97,2.66l-12.91-12.91,20.13-20.13Zm0,0' style='fill: %23425dc7; stroke: %23425dc7; stroke-miterlimit: 10; stroke-width: 2px;'/%3E%3Cpath d='m125.17,62.9c-.76-.76-1.9-1.14-2.66-1.14s-1.9.38-2.66,1.14l-41.77,41.77c-1.52,1.52-1.52,3.8,0,5.32.76.76,1.9,1.14,2.66,1.14,1.14,0,1.9-.38,2.66-1.14l41.77-41.77c1.52-1.52,1.52-3.8,0-5.32h0ZM19.99,19.99c1.14,0,1.9-.38,2.66-1.14l11.39-11.39c1.52-1.52,1.52-3.8,0-5.32-.76-.76-1.9-1.14-2.66-1.14s-1.9.38-2.66,1.14l-11.39,11.39c-1.52,1.52-1.52,3.8,0,5.32.76.76,1.52,1.14,2.66,1.14h0Zm0,0' style='fill: %23425dc7; stroke: %23425dc7; stroke-miterlimit: 10; stroke-width: 2px;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-incubation-space{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 117.31 96.63'%3E%3Cpath d='m77.36,89.29h-14.81v-6.65c0-2.02-1.64-3.67-3.67-3.67s-3.67,1.64-3.67,3.67v6.65h-14.81c-2.02,0-3.67,1.64-3.67,3.67s1.64,3.67,3.67,3.67h36.96c2.02,0,3.67-1.64,3.67-3.67s-1.64-3.67-3.67-3.67h0ZM109.98,0H7.32C3.27,0,0,3.29,0,7.32v59.51c0,4.05,3.27,7.32,7.32,7.32h102.66c4.05,0,7.32-3.27,7.32-7.32V7.32c.01-4.05-3.27-7.32-7.32-7.32h0ZM7.34,66.83v-5.28h70.48c1.35,0,2.44-1.09,2.44-2.44s-1.09-2.44-2.44-2.44H7.34V7.32h102.66v49.35h-17.31c-1.35,0-2.44,1.09-2.44,2.45s1.09,2.44,2.44,2.44h17.31v5.28H7.34Zm0,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-supply-chain-hall{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' fill='currentColor' id='a' data-name='图层 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120.04 113.35'%3E%3Cpath d='m78.01,113.35h0c-2.18,0-4.3-.9-5.68-2.42-1.87-2.05-7.79-7.37-12.63-7.37s-10.82,5.36-12.54,7.23c-1.37,1.49-3.48,2.37-5.64,2.37-1.03,0-2-.2-2.89-.59l-.15-.07-14.72-8.23-.15-.1c-2.68-1.88-3.7-5.55-2.37-8.54.01-.02,1.36-3.13,1.36-5.97,0-8.61-7-15.61-15.61-15.61h-.62c-2.46,0-4.47-2.19-5.11-5.58-.05-.27-1.26-6.7-1.26-11.76s1.21-11.49,1.26-11.76c.65-3.43,2.7-5.64,5.21-5.58h.52c8.61,0,15.61-7,15.61-15.61,0-2.83-1.35-5.94-1.36-5.97-1.33-2.99-.3-6.66,2.39-8.53l.15-.11L39.31.63l.16-.07c.87-.37,1.83-.56,2.85-.56,2.16,0,4.27.87,5.65,2.32,1.84,1.92,7.65,6.93,12.36,6.93s10.44-4.91,12.27-6.8c1.37-1.42,3.47-2.28,5.61-2.28,1.04,0,2.01.2,2.9.58l.16.07,15.01,8.34.15.1c2.69,1.87,3.71,5.54,2.38,8.54-.01.02-1.36,3.13-1.36,5.97,0,8.61,7,15.61,15.61,15.61h.52c2.5-.06,4.56,2.14,5.21,5.58.05.27,1.26,6.7,1.26,11.76s-1.21,11.49-1.26,11.76c-.65,3.43-2.7,5.63-5.21,5.58h-.52c-8.61,0-15.61,7-15.61,15.61,0,2.84,1.35,5.94,1.36,5.98,1.32,2.98.3,6.65-2.39,8.53l-.15.1-15.26,8.44-.16.07c-.87.38-1.83.57-2.84.57h0Zm-.46-7.19c.07.05.26.12.46.12h.02s14.26-7.88,14.26-7.88c-.34-.8-1.92-4.68-1.92-8.73,0-12.1,9.53-22.03,21.49-22.65.17-.95,1.1-6.29,1.1-10.3s-.93-9.35-1.1-10.3c-11.95-.62-21.49-10.54-21.49-22.65,0-4.05,1.58-7.94,1.92-8.73l-14.03-7.79s-.04,0-.06,0c-.24,0-.46.09-.54.14-.24.24-2.27,2.3-5.19,4.36-4.32,3.04-8.41,4.58-12.15,4.58s-7.9-1.57-12.25-4.68c-2.94-2.09-4.98-4.19-5.22-4.44-.08-.05-.3-.14-.54-.14h-.05s-14.53,7.98-14.53,7.98c.35.81,1.92,4.68,1.92,8.72,0,12.1-9.53,22.03-21.49,22.65-.17.95-1.11,6.29-1.11,10.3s.93,9.35,1.11,10.3c11.95.62,21.49,10.54,21.49,22.64,0,4.06-1.58,7.95-1.92,8.74l13.75,7.69c.17,0,.34-.04.49-.12.26-.28,2.31-2.45,5.27-4.62,4.41-3.23,8.6-4.87,12.45-4.87s8.11,1.67,12.55,4.96c2.98,2.21,5.04,4.42,5.29,4.7h0Zm0,0' style='fill: %23425dc7;'/%3E%3Cpath d='m59.75,77.43c-11.46,0-20.78-9.32-20.78-20.78s9.32-20.78,20.78-20.78,20.78,9.32,20.78,20.78-9.32,20.78-20.78,20.78h0Zm0-34.5c-7.56,0-13.71,6.15-13.71,13.71s6.15,13.71,13.71,13.71,13.72-6.15,13.72-13.71-6.15-13.71-13.72-13.71h0Zm0,0' style='fill: %23425dc7;'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-gongzhonghao{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M16.5 10c3.038 0 5.5 2.015 5.5 4.5c0 1.397-.778 2.645-2 3.47V20l-1.964-1.178A6.649 6.649 0 0 1 16.5 19c-3.038 0-5.5-2.015-5.5-4.5s2.462-4.5 5.5-4.5'/%3E%3Cpath d='M11.197 15.698c-.69.196-1.43.302-2.197.302a8.008 8.008 0 0 1-2.612-.432L4 17v-2.801C2.763 13.117 2 11.635 2 10c0-3.314 3.134-6 7-6c3.782 0 6.863 2.57 7 5.785v.233M10 8h.01M7 8h.01M15 14h.01M18 14h.01'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-taobao{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m3.576 8.277l-1.193 1.842l2.201 1.37s1.464.755.762 2.17c-.649 1.338-3.846 4.27-3.846 4.27l2.862 1.797c1.984-4.325 1.85-3.749 2.347-5.305c.512-1.58.625-2.794-.242-3.677c-1.113-1.125-1.238-1.23-2.89-2.467m1.565-.694c1.04 0 1.882-.758 1.882-1.693c0-.943-.842-1.701-1.882-1.701c-1.049 0-1.887.762-1.887 1.701c.004.931.838 1.693 1.887 1.693m17.005.21s-.625-4.87-11.208-1.855c.455-.794.67-1.306.67-1.306l-2.642-.75s-1.068 3.508-2.97 5.14c0 0 1.846 1.073 1.826 1.04A17.064 17.064 0 0 0 9.23 8.466c.423-.19.83-.363 1.225-.524c-.492.887-1.278 2.217-2.068 3.056l1.113.984s.762-.738 1.588-1.62h.944v1.636H8.346v1.306h3.685v3.133l-.142-.004c-.407-.02-1.036-.09-1.286-.484c-.298-.484-.076-1.359-.064-1.903H7.995l-.093.052s-.935 4.205 2.69 4.113c3.386.092 5.329-.956 6.264-1.678l.371 1.395l2.089-.883l-1.415-3.483l-1.694.536l.315 1.19c-.428.33-.932.572-1.468.754v-2.738h3.592v-1.31h-3.592v-1.637h3.604V9.051h-6.41c.464-.569.823-1.089.92-1.415l-1.121-.307c4.797-1.733 7.47-1.435 7.45 1.403v7.475s.282 2.564-2.637 2.383l-1.58-.343l-.367 1.512s6.817 1.967 7.374-3.314c.552-5.282-.141-8.652-.141-8.652'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-jingdong{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 48 48' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linejoin='round' d='M40.5 5.5h-33a2 2 0 0 0-2 2v33a2 2 0 0 0 2 2h33a2 2 0 0 0 2-2v-33a2 2 0 0 0-2-2Z'/%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M23.622 22.185c0 .621 1.354 1.155 3.05 1.155c1.607 0 2.983-.378 2.983-1.199c0-1.312-6.033-1.358-6.033.044m-4.762-3.576c.858.257-.453 2.867-1.297 2.641c-1.069-.287.162-2.98 1.297-2.641m14.609 2.531c.319-.183-1.331-2.806-1.812-2.469c-.142.099 1.599 2.591 1.813 2.469zM18 24.25c1.125 3.094 5.469 4.563 8.344 4.563c3.281 0 6.473-1.418 7.188-4.562M17.287 35.072v1.836c4.322.467 7.909.287 10.069-.138v-1.542m-9.48 4.923c-.549.969-.665 1.592-.95 2.35m11.645-3.211c.394 1.299.619 2.259.84 3.211m2.298 0c-.508-2.04-1.061-2.968-1.436-3.454s-2.21-2.276-2.917-2.276M12.971 42.5c.365-1.742.994-2.626 1.536-3.355s1.845-1.978 2.873-2.265m13.905-20.354c1.099-.926 2.027-1.544 2.591-1.544s1.514.431 2.033 1.525s1.248 3.025 1.655 3.9s1.871 3.752 1.938 4.734c.094 1.391-1.422 2.625-2.469 2.938c-.946.282-1.603-.03-2.294-.164M5.5 27.533c.879-.536 1.82-1.446 2.725-2.83m.993-5.453c-3.155 7.689.99 16.591 14.204 16.591c7.728 0 12.036-6.436 12.036-11.893c0-5.507-4.774-9.586-12.699-9.586c-4.659 0-8.77 1.173-11.203 2.63c-1.679-.994-3.425-2.254-3.977-2.121s-1.44 1.503-2.079 2.475'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-app-baidu{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9.154 0C7.71 0 6.54 1.658 6.54 3.707c0 2.051 1.171 3.71 2.615 3.71c1.446 0 2.614-1.659 2.614-3.71C11.768 1.658 10.6 0 9.154 0m7.025.594C14.86.58 13.347 2.589 13.2 3.927c-.187 1.745.25 3.487 2.179 3.735c1.933.25 3.175-1.806 3.422-3.364c.252-1.555-.995-3.364-2.362-3.674a1.2 1.2 0 0 0-.261-.03zM3.582 5.535a3 3 0 0 0-.156.008c-2.118.19-2.428 3.24-2.428 3.24c-.287 1.41.686 4.425 3.297 3.864c2.617-.561 2.262-3.68 2.183-4.362c-.125-1.018-1.292-2.773-2.896-2.75m16.534 1.753c-2.308 0-2.617 2.119-2.617 3.616c0 1.43.121 3.425 2.988 3.362s2.553-3.238 2.553-3.988c0-.745-.62-2.99-2.924-2.99m-8.264 2.478c-1.424.014-2.708.925-3.323 1.947c-1.118 1.868-2.863 3.05-3.112 3.363c-.25.309-3.61 2.116-2.864 5.42c.746 3.301 3.365 3.237 3.365 3.237s1.93.19 4.171-.31c2.24-.495 4.17.123 4.17.123s5.233 1.748 6.665-1.616c1.43-3.364-.808-5.109-.808-5.109s-2.99-2.306-4.736-4.798c-1.072-1.665-2.348-2.268-3.528-2.257m-2.234 3.84l1.542.024v8.197H7.758c-1.47-.291-2.055-1.292-2.13-1.462c-.072-.173-.488-.976-.268-2.343c.635-2.049 2.447-2.196 2.447-2.196h1.81zm3.964 2.39v3.881c.096.413.612.488.612.488h1.614v-4.343h1.689v5.782h-3.915c-1.517-.39-1.59-1.465-1.59-1.465v-4.317zm-5.458 1.147c-.66.197-.978.708-1.05.928c-.076.22-.247.78-.1 1.269c.294 1.095 1.248 1.144 1.248 1.144h1.37v-3.34z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}:root{--sb-track-color: #eeeeee;--sb-thumb-color: #0b3775;--sb-size: 2px;scrollbar-color:var(--sb-thumb-color) var(--sb-track-color)}::-webkit-scrollbar{width:var(--sb-size)}::-webkit-scrollbar-track{background:var(--sb-track-color)}::-webkit-scrollbar-thumb{background:var(--sb-thumb-color)}*{word-wrap:break-word;word-break:normal}*:focus{outline:none!important;box-shadow:none!important}a{--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity))}a:hover{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}i{display:inline-block}@keyframes btn-bar{0%{width:.25rem}50%{width:2rem}to{width:.25rem}}@keyframes fadeIn{0%{transform:scale(1.1)}to{transform:scale(1)}}.container{padding:0 1rem;margin:0 auto}.container2{width:100%;margin-left:auto;margin-right:auto;padding:0 1rem}@media (min-width: 640px){.container2{max-width:640px}}@media (min-width: 768px){.container2{max-width:768px}}@media (min-width: 1024px){.container2{max-width:1024px}}@media (min-width: 1280px){.container2{max-width:1280px}}@media (min-width: 1560px){.container2{max-width:1560px;max-width:1380px}}.fp-watermark{display:none!important}:root{--swiper-theme-color: rgba(185, 28, 28, 1)}.swiper-button-next,.swiper-button-prev{font-size:1.5rem;line-height:2rem;--un-text-opacity:1;color:rgb(163 163 163 / var(--un-text-opacity))}@media (min-width: 1024px){.swiper-button-next,.swiper-button-prev{font-size:1.875rem;line-height:2.25rem}}@media (min-width: 1280px){.swiper-button-next,.swiper-button-prev{font-size:2.25rem;line-height:2.5rem}}.swiper-button-next:hover,.swiper-button-prev:hover{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.home-banner-swiper,.main-swiper{position:relative;overflow:hidden}.home-banner-swiper .swiper-button-next,.home-banner-swiper .swiper-button-prev,.main-swiper .swiper-button-next,.main-swiper .swiper-button-prev{opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;font-size:1.5rem;line-height:2rem}@media (min-width: 1024px){.home-banner-swiper .swiper-button-next,.home-banner-swiper .swiper-button-prev,.main-swiper .swiper-button-next,.main-swiper .swiper-button-prev{font-size:1.875rem;line-height:2.25rem}}@media (min-width: 1280px){.home-banner-swiper .swiper-button-next,.home-banner-swiper .swiper-button-prev,.main-swiper .swiper-button-next,.main-swiper .swiper-button-prev{font-size:2.25rem;line-height:2.5rem}}.home-banner-swiper:hover .swiper-button-next,.home-banner-swiper:hover .swiper-button-prev,.main-swiper:hover .swiper-button-next,.main-swiper:hover .swiper-button-prev{opacity:1}.layer-nav{position:fixed;top:3.5rem;left:0;z-index:999;width:100%;max-height:0;height:0;overflow:hidden;--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.layer-nav.active{max-height:100%;height:auto}@media (min-width: 1024px){.layer-nav.active{height:100%}}.layer-nav .bgopacity{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity));--un-bg-opacity:.7;padding-top:2.5rem;padding-bottom:2.5rem}@media (min-width: 1024px){.layer-nav .bgopacity{height:100%;padding-top:5rem;padding-bottom:5rem}}.layer-nav .navlist{border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(153 153 153 / var(--un-border-opacity))}.layer-nav .navlist dl{border-top-width:1px;--un-border-opacity:1;border-color:rgb(153 153 153 / var(--un-border-opacity));padding:.75rem 2.5rem;text-align:center;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.layer-nav .navlist dl dt{margin-bottom:1rem;font-size:1.25rem;line-height:1.75rem}@media (min-width: 1024px){.layer-nav .navlist dl dt{font-size:1.5rem;line-height:2rem}}.layer-nav .navlist dl dd{height:0;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;font-size:.875rem;line-height:1.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}@media (min-width: 1024px){.layer-nav .navlist dl dd{font-size:1rem;line-height:1.5rem}}.layer-nav .navlist dl dd span{margin-left:.75rem;margin-right:.75rem;display:inline-block}.layer-nav .navlist dl dd a{position:relative;display:inline-block}.layer-nav .navlist dl dd a:after{position:absolute;left:0;right:0;bottom:-.5rem;margin-left:auto;margin-right:auto;display:inline-block;height:1px;width:0%;overflow:hidden;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s;content:""}.layer-nav .navlist dl dd a:hover:after{width:100%}.layer-nav .navlist dl:hover dd{height:2.5rem}.layer-nav .navlist dl:nth-child(2) dd{flex-wrap:wrap}.layer-nav .navlist dl:nth-child(2):hover dd{height:5rem}.layer-nav .navlist a{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.navbar{position:relative;position:fixed;top:0;left:0;z-index:999;width:100%;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-bg-opacity:0;padding-top:.75rem;padding-bottom:.75rem;--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / .1));--un-shadow:0 0 var(--un-shadow-color, rgb(0 0 0 / 0));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}@media (min-width: 1024px){.navbar{padding-top:0;padding-bottom:0}}.navbar.on{background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-bg-opacity:1;--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.navbar.on .logo img:nth-child(1){display:none}.navbar.on .logo img:nth-child(2){display:inline-block}.navbar.on .nav li .item{--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}.navbar.on .nav li:hover .item,.navbar.on .nav li.active .item{--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.navbar.on .btns .btn-nav{--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}.navbar.on .btns .btn-nav span{--un-bg-opacity:1;background-color:rgb(102 102 102 / var(--un-bg-opacity))}.navbar.on .btns .btn-nav span:before{--un-bg-opacity:1;background-color:rgb(102 102 102 / var(--un-bg-opacity))}.navbar.on .btns .btn-nav span:after{--un-bg-opacity:1;background-color:rgb(102 102 102 / var(--un-bg-opacity))}.navbar.on .btns .language,.navbar.on .btns .search .search-btn{--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}.navbar-warpper{display:flex;align-items:center;justify-content:space-between}.navbar .logo{flex-shrink:0}.navbar .logo img{width:auto;height:2rem}@media (min-width: 1024px){.navbar .logo img{height:3.5rem}}.navbar .logo img:first-child{display:inline-block}.navbar .logo img:last-child{display:none}.navbar .nav{display:none;height:2rem}@media (min-width: 1024px){.navbar .nav{height:5rem;display:flex}}.navbar .nav li{position:relative;display:flex;align-items:center;justify-content:center;padding-left:.25rem;padding-right:.25rem}@media (min-width: 1024px){.navbar .nav li{padding-left:.5rem;padding-right:.5rem}}@media (min-width: 1280px){.navbar .nav li{padding-left:1rem;padding-right:1rem}}@media (min-width: 1560px){.navbar .nav li{padding-left:1.5rem;padding-right:1.5rem}}.navbar .nav li a.item{height:2rem;display:flex;align-items:center;justify-content:center;border-bottom-width:2px;border-color:transparent;border-radius:.125rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));text-transform:uppercase}@media (min-width: 1024px){.navbar .nav li a.item{height:5rem}}@media (min-width: 1280px){.navbar .nav li a.item{font-size:1.125rem;line-height:1.75rem}}.navbar .nav li dl{position:absolute;left:0;top:5rem;display:none;width:100%;min-width:12.5rem;overflow:hidden;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding-top:1.5rem;padding-bottom:1.5rem}.navbar .nav li dl dd{margin-top:1rem;margin-bottom:1rem;display:block;min-height:1.5rem}@media (min-width: 1024px){.navbar .nav li dl dd{padding-left:.5rem;padding-right:.5rem}}@media (min-width: 1280px){.navbar .nav li dl dd{padding-left:1rem;padding-right:1rem}}@media (min-width: 1560px){.navbar .nav li dl dd{padding-left:1.5rem;padding-right:1.5rem}}.navbar .nav li dl dd a{border-bottom-width:1px;border-color:transparent;font-size:.875rem;line-height:1.25rem}@media (min-width: 1280px){.navbar .nav li dl dd a{font-size:1.125rem;line-height:1.75rem}}.navbar .nav li dl dd a:hover{border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));font-weight:700}.navbar .nav li:hover a.item,.navbar .nav li.active a.item{--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}.navbar .nav li:hover dl{display:block}.navbar .btns{display:flex;flex-shrink:0;align-items:center}.navbar .btns .btn-nav{order:2;margin-left:1.25rem;width:1.5rem;height:auto;display:flex;cursor:pointer;overflow:hidden;padding-top:1rem;padding-bottom:1rem;font-size:1.125rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}@media (min-width: 1024px){.navbar .btns .btn-nav{display:none}}.navbar .btns .btn-nav span{position:relative;display:block;width:1.5rem;height:2px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s;animation:btn-bar 3s infinite}.navbar .btns .btn-nav span:before{position:absolute;top:-.5rem;left:0;z-index:10;display:block;width:1.5rem;height:2px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));content:""}.navbar .btns .btn-nav span:after{position:absolute;top:.5rem;left:0;z-index:10;display:block;width:1.25rem;height:2px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));content:"";animation:btn-bar 2s infinite}.navbar .btns .btn-nav.active span{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:135deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));animation:none}.navbar .btns .btn-nav.active span:before{opacity:0}.navbar .btns .btn-nav.active span:after{top:0;width:1.5rem;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:90deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));animation:none}.navbar .btns .language{position:relative;height:2rem;display:flex;flex-shrink:0;cursor:pointer;align-items:center;justify-content:center;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.navbar .btns .language i{margin-right:.25rem;font-size:1.25rem;line-height:1.75rem}.navbar .btns .language i.i-app-down{margin-top:1px;font-size:1.125rem;line-height:1.75rem}.navbar .btns .language span{font-size:.875rem;line-height:1.25rem}.navbar .btns .language .langs{position:absolute;top:2rem;left:0;height:0;width:7.5rem;overflow:hidden;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));font-size:.875rem;line-height:1.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.navbar .btns .language .langs li{margin-top:1.25rem;display:flex;align-items:center;justify-content:center;text-align:center}.navbar .btns .language:hover .langs{height:7.5rem}.navbar .btns .search{position:relative;margin-left:1rem}.navbar .btns .search .search-btn{display:flex;cursor:pointer;align-items:center;justify-content:center;font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.navbar .btns .search .search-btn i{margin-top:3px}.navbar .btns .search .searchbox{position:absolute;right:0;top:-.5rem;width:0;height:2.5rem;overflow:hidden;background-color:transparent;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.navbar .btns .search .searchbox input{width:10rem;height:2.5rem;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));padding-left:1.25rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.navbar .btns .search .searchbox input::placeholder{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.navbar .btns .search .searchbox button{position:absolute;right:0;top:0;width:3.75rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.navbar .btns .search .searchbox.on{width:10rem}.home-banner-swiper{position:relative;width:100%;height:100vh;overflow:hidden}.home-banner-swiper .swiper-slide{position:relative}.home-banner-swiper .swiper-slide .text{position:absolute;top:0;left:0;z-index:20;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity));--un-bg-opacity:.6;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.home-banner-swiper .swiper-slide .text h2{margin-bottom:.75rem;width:100%;font-size:1.875rem;line-height:2.25rem;text-transform:uppercase}@media (min-width: 1024px){.home-banner-swiper .swiper-slide .text h2{margin-bottom:2.5rem;width:60%}}@media (min-width: 1280px){.home-banner-swiper .swiper-slide .text h2{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 1560px){.home-banner-swiper .swiper-slide .text h2{font-size:6rem;line-height:1}}.home-banner-swiper .swiper-slide .text h3{width:100%;font-size:1.875rem;line-height:2.25rem;font-weight:700;text-transform:uppercase}@media (min-width: 1024px){.home-banner-swiper .swiper-slide .text h3{width:60%}}@media (min-width: 1280px){.home-banner-swiper .swiper-slide .text h3{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 1560px){.home-banner-swiper .swiper-slide .text h3{font-size:6rem;line-height:1}}.home-banner-swiper .swiper-slide .text .line{position:relative;margin-top:2.5rem;margin-bottom:1.25rem;width:100%;height:2px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-bg-opacity:.5}@media (min-width: 1024px){.home-banner-swiper .swiper-slide .text .line{margin-top:5rem;margin-bottom:2.5rem;width:60%}}.home-banner-swiper .swiper-slide .text .line span{position:absolute;left:0;top:0;display:block;width:10%;height:2px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.home-banner-swiper .swiper-slide .text p{width:100%;font-size:1.25rem;line-height:1.75rem}@media (min-width: 1024px){.home-banner-swiper .swiper-slide .text p{width:60%}}@media (min-width: 1280px){.home-banner-swiper .swiper-slide .text p{font-size:1.5rem;line-height:2rem}}@media (min-width: 1560px){.home-banner-swiper .swiper-slide .text p{font-size:1.875rem;line-height:2.25rem}}.home-banner-swiper .swiper-slide .text a{margin-top:1.25rem;display:inline-block;width:10rem;display:flex;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));padding:.5rem 1rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}@media (min-width: 1024px){.home-banner-swiper .swiper-slide .text a{margin-top:2.5rem}}@media (min-width: 1280px){.home-banner-swiper .swiper-slide .text a{margin-top:3.75rem}}.home-banner-swiper .swiper-slide .text a i{margin-left:.5rem;font-size:1.5rem;line-height:2rem}.home-banner-swiper .swiper-slide .text a:hover{--un-bg-opacity:1;background-color:rgb(242 75 90 / var(--un-bg-opacity))}.home-banner-swiper .swiper-slide img,.home-banner-swiper .swiper-slide video{width:100%;height:100vh;object-fit:cover}.home-banner-swiper .swiper-slide video{position:absolute;top:0;left:0;z-index:10}.home-banner-swiper .swiper-pagination{display:flex!important;flex-direction:column!important;width:50px!important;right:8px!important;left:auto!important;top:45%!important}.home-banner-swiper .swiper-pagination-bullet{width:34px;height:34px;margin:5px auto!important;text-align:center;font-size:12px;color:#fff;opacity:1;background:#0003;display:flex!important;align-items:center;justify-content:center}.home-banner-swiper .swiper-pagination-bullet-active{border-width:1px;--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity))}.home-banner-swiper .swiper-pagination-bullet-active b{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(115 115 115 / var(--un-bg-opacity))}.nbanner{position:relative}.nbanner img{width:100%;height:40vh;object-fit:cover}@media (min-width: 1024px){.nbanner img{height:auto}}.nbanner .text{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;text-align:center;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.nbanner .text h2{margin-bottom:1.25rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;text-transform:uppercase}@media (min-width: 1024px){.nbanner .text h2{margin-bottom:2.5rem}}@media (min-width: 1280px){.nbanner .text h2{font-size:3rem;line-height:1}}@media (min-width: 1560px){.nbanner .text h2{font-size:4.5rem;line-height:1}}.nbanner .text h3{margin-bottom:1.25rem;font-size:2.25rem;line-height:2.5rem}@media (min-width: 1024px){.nbanner .text h3{margin-bottom:2.5rem}}@media (min-width: 1280px){.nbanner .text h3{font-size:3rem;line-height:1}}@media (min-width: 1560px){.nbanner .text h3{font-size:3.75rem;line-height:1}}.nbanner .text p{width:auto;font-size:.875rem;line-height:1.25rem;line-height:2!important}@media (min-width: 1024px){.nbanner .text p{width:550px;font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1280px){.nbanner .text p{font-size:1.5rem;line-height:2rem}}.subnav{position:sticky;top:3.5rem;z-index:90;border-bottom-width:1px;border-top-width:1px;--un-border-opacity:1;border-color:rgb(221 221 221 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding-top:1.25rem;padding-bottom:1.25rem}@media (min-width: 1024px){.subnav{top:5rem}}.subnav .container2{display:flex;flex-wrap:wrap;justify-content:space-between}@media (min-width: 1024px){.subnav .container2{align-items:center}}.subnav ul{display:flex;flex-wrap:wrap;align-items:center}.subnav ul li{margin-top:.25rem;margin-bottom:.25rem;margin-right:1.25rem;display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center}@media (min-width: 1024px){.subnav ul li{margin-right:2.5rem}}.subnav ul li a{display:block;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}@media (min-width: 1024px){.subnav ul li a{font-size:.875rem;line-height:1.25rem}}.subnav ul li a.active,.subnav ul li a:hover{font-weight:700}.subnav .location{display:none;align-items:center;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}@media (min-width: 1024px){.subnav .location{display:flex;font-size:.875rem;line-height:1.25rem}}.subnav .location a{--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}.subnav .location a:hover{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.subnav .location span{margin-left:.5rem;margin-right:.5rem}.subnav .location span:last-child{display:none}footer{--un-bg-opacity:1;background-color:rgb(11 43 67 / var(--un-bg-opacity));padding-top:2.5rem;padding-bottom:2.5rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}@media (min-width: 1024px){footer{padding-top:5rem}}footer a{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}footer a:hover{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}footer .container{display:flex;flex-wrap:wrap;justify-content:space-between}footer .container .left{width:100%;display:flex;flex-direction:column;font-size:.875rem;line-height:1.25rem}@media (min-width: 1024px){footer .container .left{width:40%;font-size:1rem;line-height:1.5rem}}footer .container .left .footlogo{margin-bottom:2.5rem}footer .container .left .footlogo img{height:90px}footer .container .left .address{width:100%;font-size:.75rem;line-height:1rem}@media (min-width: 1024px){footer .container .left .address{width:60%;font-size:.875rem;line-height:1.25rem}}footer .container .left .fcontact{font-size:.75rem;line-height:1rem}@media (min-width: 1024px){footer .container .left .fcontact{font-size:.875rem;line-height:1.25rem}}footer .container .left .ask{margin-top:1.25rem;margin-bottom:1.25rem;width:100%;display:flex;flex-direction:column;justify-content:center}@media (min-width: 1024px){footer .container .left .ask{width:30%}}footer .container .left .ask .pic{width:6.25rem;height:6.25rem;object-fit:cover}footer .container .left .ask h2{margin-top:.5rem;font-size:.75rem;line-height:1rem}footer .container .right{width:100%}@media (min-width: 1024px){footer .container .right{flex:1 1 0%}}footer .container .right .footnav{margin-bottom:1.25rem;display:none;flex-wrap:wrap;justify-content:space-between}@media (min-width: 1024px){footer .container .right .footnav{margin-bottom:2.5rem;display:flex}}footer .container .right .footnav dl dt{margin-bottom:1.25rem;font-size:1rem;line-height:1.5rem}@media (min-width: 1024px){footer .container .right .footnav dl dt{margin-bottom:2.5rem;font-size:1.25rem;line-height:1.75rem}}footer .container .right .footnav dl dd{margin-bottom:.5rem;font-size:.75rem;line-height:1rem}@media (min-width: 1024px){footer .container .right .footnav dl dd{margin-bottom:1rem;font-size:.875rem;line-height:1.25rem}}footer .container .right .copy{display:flex;flex-direction:column;flex-wrap:wrap}@media (min-width: 1024px){footer .container .right .copy{flex-direction:row;align-items:flex-end;justify-content:space-between}}footer .container .right .copy .share{margin-bottom:1.25rem}@media (min-width: 1024px){footer .container .right .copy .share{margin-bottom:0}}footer .container .right .copy .share h2{font-size:1rem;line-height:1.5rem}@media (min-width: 1024px){footer .container .right .copy .share h2{font-size:1.25rem;line-height:1.75rem}}footer .container .right .copy .share ul{margin-top:1.25rem;display:flex;align-items:center;justify-content:space-between}footer .container .right .copy .share ul li{margin-right:1rem;position:relative;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(9 32 50 / var(--un-bg-opacity));font-size:1.5rem;line-height:2rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}footer .container .right .copy .share ul li .icon{cursor:pointer;border-radius:9999px}footer .container .right .copy .share ul li:hover{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(51 51 51 / var(--un-text-opacity))}footer .container .right .copy .share ul li:hover .bigpic{width:140px;height:140px;display:flex;opacity:1}footer .container .right .copy .share ul li .bigpic{position:absolute;bottom:2.5rem;left:0;z-index:10;width:0;height:0;align-items:center;justify-content:center;overflow:hidden;border-radius:.25rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}footer .container .right .copy .share ul li .bigpic img{width:120px;height:120px}footer .container .right .copy .copyright{font-size:.75rem;line-height:1rem}@media (min-width: 1024px){footer .container .right .copy .copyright{text-align:right}}footer .container .right .copy .copyright p{margin-top:.5rem;margin-bottom:.5rem}.pagelist{display:flex;align-items:center;justify-content:center}.pagelist a,.pagelist span{margin:1.25rem .25rem;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border-width:1px;--un-border-opacity:1;border-color:rgb(156 163 175 / var(--un-border-opacity));border-radius:9999px;--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}@media (min-width: 1024px){.pagelist a,.pagelist span{margin-top:2.5rem;margin-bottom:2.5rem}}@media (min-width: 1280px){.pagelist a,.pagelist span{margin-top:5rem;margin-bottom:5rem}}.pagelist a.active,.pagelist a:hover,.pagelist span.active,.pagelist span:hover{--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.pagelist a.np,.pagelist span.np{display:flex;align-items:center;justify-content:center;padding-left:2px;padding-right:2px}.pagelist a.np i,.pagelist span.np i{width:1.5rem;height:1.5rem}.previousnext{margin-top:1.25rem;margin-bottom:1.25rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;border-width:1px;--un-border-opacity:1;border-color:rgb(238 238 238 / var(--un-border-opacity));padding:.5rem 1.25rem}@media (min-width: 1024px){.previousnext{margin-top:2.5rem;margin-bottom:2.5rem;flex-direction:row}}@media (min-width: 1280px){.previousnext{margin-top:5rem;margin-bottom:5rem}}.previousnext div{margin:.25rem;width:100%;font-size:.875rem;line-height:1.25rem}@media (min-width: 1024px){.previousnext div{flex:1 1 0%;font-size:.875rem;line-height:1.25rem}}.previousnext div a{--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}.previousnext div a:hover{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.laypage{margin-top:2.5rem;margin-bottom:2.5rem;display:flex;align-items:center;justify-content:center}@media (min-width: 1024px){.laypage{margin-top:5rem;margin-bottom:5rem}}.laypage a,.laypage span{margin-top:0;margin-bottom:0;margin-left:.25rem;margin-right:.25rem;width:2.25rem;height:2.25rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-width:1px;--un-border-opacity:1;border-color:rgb(156 163 175 / var(--un-border-opacity));border-radius:9999px;padding:0;--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.laypage a.laypage-curr,.laypage a:hover,.laypage span.laypage-curr,.laypage span:hover{--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.laypage a i,.laypage span i{font-size:1.25rem;line-height:1.75rem}.laypage a em,.laypage span em{font-style:normal}.laypage a{border-radius:100%!important}.laypage .laypage-disabled{cursor:not-allowed}.laypage .laypage-disabled:hover{--un-bg-opacity:1;background-color:rgb(153 153 153 / var(--un-bg-opacity))}.title h1,.title h2{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:1.875rem;line-height:2.25rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700;text-transform:uppercase}@media (min-width: 1280px){.title h1,.title h2{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 1560px){.title h1,.title h2{font-size:3rem;line-height:1}}.title h3{margin-top:2.5rem;text-align:center;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700}@media (min-width: 1280px){.title h3{font-size:1.5rem;line-height:2rem}}@media (min-width: 1560px){.title h3{font-size:1.875rem;line-height:2.25rem}}.title p{margin-top:2.5rem;text-align:center;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}@media (min-width: 1024px){.title p{font-size:.875rem;line-height:1.25rem}}.anchor-point{height:0;line-height:0;position:relative;top:-80px}.nodate{display:flex;align-items:center;justify-content:center;border-radius:1rem;--un-bg-opacity:1;background-color:rgb(254 242 242 / var(--un-bg-opacity));padding:2.5rem;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}@media (min-width: 1024px){.nodate{padding:5rem;font-size:1.5rem;line-height:2rem}}@media (min-width: 1280px){.nodate{padding:7.5rem}}.gotop{position:fixed;bottom:.5rem;right:.5rem;z-index:99;width:3rem;height:3rem;display:flex;flex-direction:column;cursor:pointer;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));opacity:0}.gotop:hover{--un-bg-opacity:1;background-color:rgb(242 75 90 / var(--un-bg-opacity))}@media (min-width: 1024px){.gotop{bottom:1.25rem;right:1.25rem;width:3.75rem;height:3.75rem}}.gotop i{margin-top:-.25rem;font-size:2.25rem;line-height:2.5rem}.gotop span{margin-top:-.75rem}.gotop.on{opacity:1}.home-founder{position:relative;margin-top:2.5rem;padding-bottom:2.5rem}@media (min-width: 1024px){.home-founder{margin-top:5rem;padding-bottom:5rem}}@media (min-width: 1280px){.home-founder{margin-top:7.5rem}}.home-founder .container{position:relative;z-index:20;display:flex;flex-wrap:wrap;justify-content:space-between}.home-founder .left{margin-bottom:2.5rem;width:100%}@media (min-width: 1024px){.home-founder .left{margin-bottom:0;width:48%}}.home-founder .left .title{margin-bottom:2.5rem}@media (min-width: 1024px){.home-founder .left .title{margin-bottom:5rem}}@media (min-width: 1280px){.home-founder .left .title{margin-bottom:7.5rem}}.home-founder .left .title h2{align-items:flex-start}.home-founder .left .info h2,.home-founder .left .info h3{font-size:1.125rem;line-height:1.75rem;text-transform:uppercase}@media (min-width: 1280px){.home-founder .left .info h2,.home-founder .left .info h3{font-size:2.25rem;line-height:2.5rem}}.home-founder .left .info h3{font-weight:700}.home-founder .left .info .desc{margin-top:1.25rem;margin-bottom:1.25rem;font-size:1rem;line-height:1.5rem;font-weight:700}@media (min-width: 1024px){.home-founder .left .info .desc{margin-top:5rem;margin-bottom:5rem;font-size:1.25rem;line-height:1.75rem}}.home-founder .left .info .content1{font-size:.875rem;line-height:1.25rem}@media (min-width: 1024px){.home-founder .left .info .content1{font-size:1rem;line-height:1.5rem}}.home-founder .left .info .content2{font-size:.75rem;line-height:1rem}@media (min-width: 1024px){.home-founder .left .info .content2{font-size:.875rem;line-height:1.25rem}}.home-founder .left .info .line{margin-top:1.25rem;margin-bottom:1.25rem;height:3px;width:1.25rem;--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity))}.home-founder .left .info .more{margin-top:2.5rem;display:inline-block;width:10rem;display:flex;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));padding:.5rem 1rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}@media (min-width: 1024px){.home-founder .left .info .more{margin-top:5rem}}.home-founder .left .info .more i{margin-left:.5rem;font-size:1.5rem;line-height:2rem}.home-founder .left .info .more:hover{--un-bg-opacity:1;background-color:rgb(242 75 90 / var(--un-bg-opacity))}.home-founder .right{width:100%}@media (min-width: 1024px){.home-founder .right{width:48%}}.home-founder .bg{position:absolute;bottom:0;left:0;z-index:10;--un-bg-opacity:1;background-color:rgb(229 232 237 / var(--un-bg-opacity))}@media (min-width: 1024px){.home-founder .bg{width:82%;height:88%}}.clients.home-clients{position:relative;margin-top:2.5rem;padding-top:2.5rem;padding-bottom:2.5rem}@media (min-width: 1024px){.clients.home-clients{margin-top:5rem;padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1280px){.clients.home-clients{padding-top:7.5rem;padding-bottom:7.5rem}}.clients.home-clients .clients-swiper{margin-top:0}.home-innox-space{margin-top:2.5rem;margin-bottom:2.5rem}@media (min-width: 1024px){.home-innox-space{margin-top:5rem;margin-bottom:5rem}}@media (min-width: 1280px){.home-innox-space{margin-top:7.5rem;margin-bottom:7.5rem}}.home-innox-space ul{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:2.5rem;gap:1.25rem}@media (min-width: 1024px){.home-innox-space ul{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:5rem;gap:1.75rem}}.home-innox-space ul li{position:relative;border-radius:.5rem}.home-innox-space ul li .pic{height:100%;overflow:hidden}.home-innox-space ul li .pic img{width:100%;height:100%;--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-radius:.5rem;object-fit:cover;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.home-innox-space ul li h2{position:absolute;bottom:1.25rem;left:1.25rem;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}@media (min-width: 1024px){.home-innox-space ul li h2{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.home-innox-space ul li h2{font-size:1.25rem;line-height:1.75rem}}.home-innox-space ul li:first-child{grid-row:span 2/span 2}.home-innox-space ul li:hover img{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));filter:brightness(50%)}.home-innox-space .more{margin-left:auto;margin-right:auto;margin-top:1.25rem;display:inline-block;width:10rem;display:flex;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));padding:.5rem 1rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}@media (min-width: 1024px){.home-innox-space .more{margin-top:2.5rem}}.home-innox-space .more i{margin-left:.5rem;font-size:1.5rem;line-height:2rem}.home-innox-space .more:hover{--un-bg-opacity:1;background-color:rgb(242 75 90 / var(--un-bg-opacity))}.home-news{margin-bottom:2.5rem}@media (min-width: 1024px){.home-news{margin-bottom:5rem}}@media (min-width: 1280px){.home-news{margin-bottom:7.5rem}}.home-news .mtitle{margin-bottom:2.5rem;display:block}@media (min-width: 1024px){.home-news .mtitle{margin-bottom:5rem;display:none}}.home-news .mtitle h2{align-items:flex-start}.home-news .container{display:flex;flex-wrap:wrap;justify-content:space-between}.home-news .left{order:2;margin-bottom:2.5rem;width:100%}@media (min-width: 1024px){.home-news .left{order:1;margin-bottom:0;width:50%}}.home-news .left .title{margin-bottom:2.5rem;display:none}@media (min-width: 1024px){.home-news .left .title{margin-bottom:5rem;display:block}}.home-news .left .title h2{align-items:flex-start}.home-news .left ul{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.25rem}@media (min-width: 1024px){.home-news .left ul{gap:2.5rem}}.home-news .left ul li{box-shadow:0 2px 12.87px .13px #c7ebf4b0;border-radius:.5rem}.home-news .left ul li a{display:flex;flex-wrap:wrap;padding:1.25rem}.home-news .left ul li a .pic{margin-bottom:1.25rem;width:100%;overflow:hidden}@media (min-width: 1024px){.home-news .left ul li a .pic{margin-right:1.25rem;margin-bottom:0;width:240px}}.home-news .left ul li a .pic img{width:100%;height:auto;max-height:160px;--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));object-fit:cover;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.home-news .left ul li a .text{width:100%;display:flex;flex-direction:column}@media (min-width: 1024px){.home-news .left ul li a .text{flex:1 1 0%}}.home-news .left ul li a .text h2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.home-news .left ul li a .text h2{font-size:1.25rem;line-height:1.75rem}}.home-news .left ul li a .text span{margin-bottom:1.25rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}@media (min-width: 1024px){.home-news .left ul li a .text span{font-size:.875rem;line-height:1.25rem}}.home-news .left ul li a .text p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;margin-bottom:1.25rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}@media (min-width: 1024px){.home-news .left ul li a .text p{font-size:.875rem;line-height:1.25rem}}.home-news .left ul li a .text i{margin-top:auto;width:2.5rem;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity))}.home-news .left ul li a:hover .pic img{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.home-news .left ul li a:hover .text h2,.home-news .left ul li a:hover .text i{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.home-news .right{order:1;margin-bottom:1.25rem;width:100%;height:30vh;max-height:72vh}@media (min-width: 1024px){.home-news .right{order:2;margin-bottom:0;width:46%;height:auto}}.home-news .right a{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.home-news .right a .pic{margin-left:auto;height:100%;width:100%;overflow:hidden}@media (min-width: 1024px){.home-news .right a .pic{width:80%}}.home-news .right a .pic img{width:100%;height:100%;--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));object-fit:cover;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.home-news .right a .text{position:absolute;bottom:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-bg-opacity:.9;padding:1.25rem;box-shadow:0 2px 12.87px .13px #c7ebf4b0}@media (min-width: 1024px){.home-news .right a .text{bottom:2.5rem;width:45%;height:50%}}.home-news .right a .text h2{margin-bottom:1.25rem;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(0 0 0 / var(--un-border-opacity));padding-bottom:1.25rem;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.home-news .right a .text h2{font-size:1.25rem;line-height:1.75rem}}.home-news .right a .text p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;margin-bottom:2.5rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}@media (min-width: 1024px){.home-news .right a .text p{margin-bottom:5rem;font-size:.875rem;line-height:1.25rem}}.home-news .right a .text .info{margin-top:auto;display:flex;justify-content:space-between}.home-news .right a .text .info span{font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity))}.home-news .right a .text .info i{width:2.5rem;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity))}.home-news .right a:hover .pic img{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.home-news .right a:hover .text h2,.home-news .right a:hover .text .info i{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.home-teams{margin-top:2.5rem;margin-bottom:2.5rem}@media (min-width: 1024px){.home-teams{margin-top:5rem;margin-bottom:5rem}}@media (min-width: 1280px){.home-teams{margin-top:7.5rem;margin-bottom:7.5rem}}.home-teams .title h2{align-items:flex-start;text-align:left}.home-teams-wapper{margin-top:2.5rem}@media (min-width: 1024px){.home-teams-wapper{margin-top:5rem}}.home-teams-tabs{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between}.home-teams-tabs-head{margin-bottom:1.25rem;width:100%}@media (min-width: 1024px){.home-teams-tabs-head{margin-bottom:0;width:18%}}.home-teams-tabs-head ul{width:80%;height:100%;display:flex;flex-direction:column;justify-content:space-between;--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding:1.25rem}@media (min-width: 1024px){.home-teams-tabs-head ul{padding-top:5rem;padding-bottom:5rem}}.home-teams-tabs-head ul li{position:relative;cursor:pointer;font-size:1rem;line-height:1.5rem}@media (min-width: 1024px){.home-teams-tabs-head ul li{font-size:1.125rem;line-height:1.75rem}}.home-teams-tabs-head ul li:after{position:absolute;top:1rem;right:-4.5rem;width:0;overflow:hidden;border-bottom-width:2px;--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s;content:""}.home-teams-tabs-head ul li.on,.home-teams-tabs-head ul li:hover{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.home-teams-tabs-head ul li.on:after,.home-teams-tabs-head ul li:hover:after{width:4rem}.home-teams-tabs-body{width:100%}@media (min-width: 1024px){.home-teams-tabs-body{width:79%}}.home-teams-tabs-body-item{display:none;flex-wrap:wrap;justify-content:space-between}.home-teams-tabs-body-item .pic{margin-bottom:1.25rem;width:100%}@media (min-width: 1024px){.home-teams-tabs-body-item .pic{margin-bottom:0;width:68%}}.home-teams-tabs-body-item .pic a{position:relative;display:flex}.home-teams-tabs-body-item .pic a img{width:100%;height:300px;object-fit:cover}@media (min-width: 1024px){.home-teams-tabs-body-item .pic a img{height:560px}}.home-teams-tabs-body-item .pic a .text{position:absolute;right:0;bottom:0;width:100%;display:flex;align-items:center;justify-content:space-between;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));padding:1.25rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.home-teams-tabs-body-item .pic a .text{width:50%;font-size:1rem;line-height:1.5rem}}.home-teams-tabs-body-item .pic a .text .icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.home-teams-tabs-body-item .pic a .text .icon i{font-size:1rem;line-height:1.5rem}.home-teams-tabs-body-item .pic a:hover .text{--un-bg-opacity:1;background-color:rgb(242 75 90 / var(--un-bg-opacity))}.home-teams-tabs-body-item .tags{width:100%;display:flex;flex-direction:row;gap:.75rem}@media (min-width: 1024px){.home-teams-tabs-body-item .tags{width:25%;flex-direction:column;gap:0}}.home-teams-tabs-body-item .tags .tag{margin-bottom:1.25rem;flex:1 1 0%}@media (min-width: 1024px){.home-teams-tabs-body-item .tags .tag{margin-bottom:2rem}}.home-teams-tabs-body-item .tags .tag h2{margin-bottom:.5rem;font-size:2.25rem;line-height:2.5rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700}@media (min-width: 1280px){.home-teams-tabs-body-item .tags .tag h2{font-size:3.75rem;line-height:1}}@media (min-width: 1560px){.home-teams-tabs-body-item .tags .tag h2{font-size:4.5rem;line-height:1}}.home-teams-tabs-body-item .tags .tag h3{font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity))}@media (min-width: 1024px){.home-teams-tabs-body-item .tags .tag h3{font-size:1.5rem;line-height:2rem}}@media (min-width: 1280px){.home-teams-tabs-body-item .tags .tag h3{font-size:1.875rem;line-height:2.25rem}}.home-teams-tabs-body-item.on{display:flex}.home-teams-tabs-list{margin-top:1.25rem}@media (min-width: 1024px){.home-teams-tabs-list{margin-top:5rem}}.home-teams-tabs-list-swiper{position:relative;display:none;cursor:pointer;overflow:hidden}.home-teams-tabs-list-swiper .swiper-slide .pic{overflow:hidden}.home-teams-tabs-list-swiper .swiper-slide .pic img{width:100%;height:180px;--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));object-fit:cover;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.home-teams-tabs-list-swiper .swiper-slide .text{margin-top:1.25rem}.home-teams-tabs-list-swiper .swiper-slide .text h2{margin-bottom:1rem;font-size:.875rem;line-height:1.25rem}@media (min-width: 1024px){.home-teams-tabs-list-swiper .swiper-slide .text h2{font-size:1rem;line-height:1.5rem}}.home-teams-tabs-list-swiper .swiper-slide .text span{margin-top:.5rem;display:block}.home-teams-tabs-list-swiper .swiper-slide .text .icon{margin-top:.5rem}.home-teams-tabs-list-swiper .swiper-slide .text .icon i{width:26px;height:10px}.home-teams-tabs-list-swiper .swiper-slide:hover .pic img{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.home-teams-tabs-list-swiper .swiper-slide:hover .text .icon{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.home-teams-tabs-list-swiper.on{display:block}.home-startup-teams{margin-top:2.5rem;margin-bottom:2.5rem}@media (min-width: 1024px){.home-startup-teams{margin-top:5rem;margin-bottom:5rem}}@media (min-width: 1280px){.home-startup-teams{margin-top:7.5rem;margin-bottom:7.5rem}}.home-startup-teams .title{margin-bottom:2.5rem}@media (min-width: 1024px){.home-startup-teams .title{margin-bottom:2.5rem}}@media (min-width: 1280px){.home-startup-teams .title{margin-bottom:5rem}}.home-startup-teams .title h2{align-items:flex-start;text-align:left}.home-startup-teams .home-startup-teams-wapper{position:relative;width:100%;overflow:hidden}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-textswiper{position:absolute;top:.5rem;right:0;z-index:20;width:60%;overflow:hidden}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-textswiper .swiper-slide{display:flex;cursor:pointer;align-items:center;justify-content:flex-end;font-size:.75rem;line-height:1rem}@media (min-width: 1024px){.home-startup-teams .home-startup-teams-wapper .home-startup-teams-textswiper .swiper-slide{font-size:.875rem;line-height:1.25rem}}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-textswiper .swiper-slide i{margin-right:.25rem;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-textswiper .swiper-slide:hover i,.home-startup-teams .home-startup-teams-wapper .home-startup-teams-textswiper .swiper-slide-thumb-active i{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper{position:relative;width:100%;overflow:hidden}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide{position:relative;z-index:10}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box{position:relative;z-index:10;display:flex;flex-wrap:wrap;justify-content:space-between}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .texts{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}@media (min-width: 1024px){.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .texts{width:45%}}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .texts h2{font-size:1.5rem;line-height:2rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .texts h2{font-size:1.875rem;line-height:2.25rem}}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .texts h2:after{margin-top:1.25rem;margin-bottom:1.25rem;display:block;width:1.5rem;height:3px;--un-bg-opacity:1;background-color:rgb(12 43 67 / var(--un-bg-opacity));content:""}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .texts h3{margin-bottom:1.25rem;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}@media (min-width: 1024px){.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .texts h3{margin-bottom:2.5rem;font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .texts h3{font-size:1.25rem;line-height:1.75rem}}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .texts p{width:100%;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));line-height:2!important}@media (min-width: 1024px){.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .texts p{width:80%;font-size:.875rem;line-height:1.25rem}}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .texts a{margin-top:2.5rem;display:flex;align-items:center;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));padding:.5rem 1.25rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .texts a:hover{--un-bg-opacity:1;background-color:rgb(242 75 90 / var(--un-bg-opacity))}@media (min-width: 1024px){.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .texts a{margin-top:auto}}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .texts a i{margin-left:.5rem;font-size:1.5rem;line-height:2rem}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .pic{width:100%;display:flex;align-items:center;justify-content:center;padding:2.5rem}@media (min-width: 1024px){.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .pic{margin-right:1%;width:50%}}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box .pic img{width:100%;--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));object-fit:contain;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .box:hover .pic img{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .bgtext{position:absolute;bottom:5rem;left:0;width:100%}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-slide .bgtext img{width:100%;height:auto;font-size:0}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .prevnext{position:absolute;top:40%;right:0;z-index:30;display:flex;flex-direction:column}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .prevnext a{cursor:pointer;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity))}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .prevnext a:hover{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .prevnext a i{font-size:1.5rem;line-height:2rem}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .prevnext .home-startup-teams-swiper-list{margin-top:1.25rem;margin-bottom:1.25rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .prevnext .home-startup-teams-swiper-list:hover{--un-text-opacity:1;color:rgb(242 75 90 / var(--un-text-opacity))}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-pagination{left:auto;right:0;width:auto;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity))}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-pagination .swiper-pagination-current{font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}@media (min-width: 1024px){.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-pagination .swiper-pagination-current{font-size:1.5rem;line-height:2rem}}.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-pagination .swiper-pagination-total{font-size:.75rem;line-height:1rem}@media (min-width: 1024px){.home-startup-teams .home-startup-teams-wapper .home-startup-teams-swiper .swiper-pagination .swiper-pagination-total{font-size:.875rem;line-height:1.25rem}}.contact{margin-top:2rem;margin-bottom:2rem}@media (min-width: 1024px){.contact{margin-top:5rem;margin-bottom:5rem}}@media (min-width: 1280px){.contact{margin-top:7.5rem;margin-bottom:7.5rem}}.contact .title{margin-bottom:2.5rem}@media (min-width: 1024px){.contact .title{margin-bottom:5rem}}.contact ul{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 1024px){.contact ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}}@media (min-width: 1280px){.contact ul{gap:3.75rem}}.contact ul li{height:20rem;display:flex;flex-direction:column;cursor:pointer;align-items:center;border-radius:.75rem;--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));text-align:center}@media (min-width: 1024px){.contact ul li{height:25rem}}.contact ul li .icon{margin-top:2.5rem;width:3.75rem;height:3.75rem;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-width:2px;--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));border-radius:9999px;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}@media (min-width: 1024px){.contact ul li .icon{margin-top:5rem}}.contact ul li .icon i{font-size:1.875rem;line-height:2.25rem}.contact ul li h2{margin-top:1.25rem;margin-bottom:2rem;display:block;font-size:1.125rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}@media (min-width: 1280px){.contact ul li h2{font-size:1.5rem;line-height:2rem}}.contact ul li h3{margin-left:.5rem;margin-right:.5rem;display:block;font-size:1.125rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}@media (min-width: 1024px){.contact ul li h3{max-width:90%}}@media (min-width: 1280px){.contact ul li h3{font-size:1.5rem;line-height:2rem}}.contact ul li p{margin-left:.5rem;margin-right:.5rem;display:block;max-width:90%;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity));line-height:2}@media (min-width: 1024px){.contact ul li p{font-size:1rem;line-height:1.5rem}}.contact ul li p a{display:block;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}.contact ul li:hover{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));box-shadow:2px 1px 13px 1px #989898}.contact ul li:hover .icon{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.contact ul li:hover h2,.contact ul li:hover h3,.contact ul li:hover p,.contact ul li:hover h2 a,.contact ul li:hover h3 a,.contact ul li:hover p a{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.followus{--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding-top:2.5rem;padding-bottom:2.5rem}@media (min-width: 1024px){.followus{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1560px){.followus{padding-top:7.5rem;padding-bottom:7.5rem}}.followus .title{margin-bottom:2.5rem}@media (min-width: 1024px){.followus .title{margin-bottom:5rem}}.followus ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media (min-width: 1024px){.followus ul{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem}}@media (min-width: 1280px){.followus ul{gap:2.5rem}}.followus ul li a{height:12.5rem;display:flex;flex-direction:column;cursor:pointer;align-items:center;justify-content:center;border-radius:.75rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));text-align:center}@media (min-width: 1280px){.followus ul li a{height:17.5rem}}.followus ul li a .icon{width:3.75rem;height:3.75rem;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-width:2px;--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));border-radius:9999px;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.followus ul li a .icon i{font-size:1.875rem;line-height:2.25rem}.followus ul li a .pic{width:60%}.followus ul li a h2{margin-top:1.25rem;display:block;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.followus ul li a h2{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.followus ul li a h2{font-size:1.5rem;line-height:2rem}}.followus ul li a:hover{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));box-shadow:2px 1px 13px 1px #989898}.followus ul li a:hover .icon{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.followus ul li a:hover h2{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.message{padding-top:2rem;padding-bottom:2rem}@media (min-width: 1024px){.message{padding-top:5rem;padding-bottom:5rem}}.message .title{margin-bottom:2.5rem}@media (min-width: 1024px){.message .title{margin-bottom:5rem}}.message .form-submit{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));width:100%;gap:.75rem}@media (min-width: 1024px){.message .form-submit{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}.message .form-submit .item label{margin-bottom:.5rem;display:block;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}.message .form-submit .item label span{--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity))}.message .form-submit .item input,.message .form-submit .item select{width:100%;height:2.5rem;border-width:1px;--un-border-opacity:1;border-color:rgb(204 204 204 / var(--un-border-opacity));border-radius:.25rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:.5rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}.message .form-submit .item textarea{width:100%;height:5.5rem;border-width:1px;--un-border-opacity:1;border-color:rgb(204 204 204 / var(--un-border-opacity));border-radius:.25rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:.5rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}@media (min-width: 1024px){.message .form-submit .item.full{grid-column:span 2/span 2}}.message .form-submit .item .yzm{display:flex;align-items:center}.message .form-submit .item .yzm label{margin-right:.75rem;flex-shrink:0}.message .form-submit .item .yzm img{height:2.5rem}.message .form-submit .item .btns{display:flex}.message .form-submit .item .btns button{margin-right:1.25rem;display:inline-block;width:200px;display:flex;align-items:center;justify-content:center;border-width:1px;border-color:transparent;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));padding-top:.5rem;padding-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.message .form-submit .item .btns button i{font-size:1.25rem;line-height:1.75rem}.message .form-submit .item .btns button:hover{--un-bg-opacity:1;background-color:rgb(242 75 90 / var(--un-bg-opacity))}.message .form-submit .item .btns button.cancel{--un-border-opacity:1;border-color:rgb(248 113 113 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity))}.message .form-submit .item .btns button.cancel:hover{--un-border-opacity:1;border-color:rgb(248 113 113 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(248 113 113 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.vision-list{margin-top:2.5rem;margin-bottom:2.5rem}@media (min-width: 1024px){.vision-list{margin-top:5rem;margin-bottom:5rem}}.vision-list .picbox{position:relative;margin-top:1.25rem;overflow:hidden;border-radius:.5rem}@media (min-width: 1024px){.vision-list .picbox{margin-top:2.5rem}}.vision-list .picbox .text{position:absolute;top:0;left:0;z-index:80;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:.5rem;text-align:center;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));font-weight:700;line-height:2!important}@media (min-width: 1024px){.vision-list .picbox .text{font-size:1.5rem;line-height:2rem}}@media (min-width: 1280px){.vision-list .picbox .text{font-size:2.25rem;line-height:2.5rem}}.vision-list .picbox .vision-list-swiper{position:relative;overflow:hidden;border-radius:.5rem}.vision-list .picbox .vision-list-swiper .pic img,.vision-list .picbox .vision-list-swiper .pic video{width:100%;height:auto;border-radius:.5rem;object-fit:cover}.mission-list{margin-top:2.5rem;display:flex;gap:.5rem}@media (min-width: 1024px){.mission-list{margin-top:5rem}}.mission-list li{position:relative;width:25%;cursor:pointer;border-radius:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.mission-list li .pic img{width:100%;height:15rem;border-radius:.5rem;object-fit:cover}@media (min-width: 1024px){.mission-list li .pic img{height:30rem}}.mission-list li .text{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:1.25rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));font-weight:700;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}@media (min-width: 1024px){.mission-list li .text{padding:2.5rem;font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1280px){.mission-list li .text{font-size:1.5rem;line-height:2rem}}.mission-list li.active{width:50%}.mission-list li.active .text{opacity:1}.explore-innox{margin-top:2.5rem;overflow:hidden}@media (min-width: 1024px){.explore-innox{margin-top:5rem}}.explore-innox .picbox{position:relative}.explore-innox .picbox .pic img{height:50vh;width:100%;object-fit:cover}@media (min-width: 1024px){.explore-innox .picbox .pic img{height:auto}}.explore-innox .picbox .icons .iconitem{position:absolute;margin-bottom:2.5rem;height:2.5rem;display:flex;cursor:pointer;align-items:center;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}@media (min-width: 1024px){.explore-innox .picbox .icons .iconitem{height:3.75rem}}.explore-innox .picbox .icons .iconitem .icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}@media (min-width: 1024px){.explore-innox .picbox .icons .iconitem .icon{width:3.75rem;height:3.75rem}}.explore-innox .picbox .icons .iconitem .icon i{width:1.25rem;height:1.25rem}@media (min-width: 1024px){.explore-innox .picbox .icons .iconitem .icon i{width:2rem;height:2rem}}.explore-innox .picbox .icons .iconitem span{width:0;height:3rem;align-items:center;justify-content:flex-start;overflow:hidden;font-size:.75rem;line-height:1rem;font-weight:700;line-height:1.25rem;opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}@media (min-width: 1024px){.explore-innox .picbox .icons .iconitem span{font-size:.875rem;line-height:1.25rem}}.explore-innox .picbox .icons .iconitem.on,.explore-innox .picbox .icons .iconitem:hover{z-index:30}.explore-innox .picbox .icons .iconitem.on .icon,.explore-innox .picbox .icons .iconitem:hover .icon{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.explore-innox .picbox .icons .iconitem.on span,.explore-innox .picbox .icons .iconitem:hover span{width:7.5rem;height:3rem;display:flex;padding-left:.5rem;padding-right:.5rem;opacity:1}@media (min-width: 1024px){.explore-innox .picbox .icons .iconitem.on span,.explore-innox .picbox .icons .iconitem:hover span{width:9.5rem}}.explore-innox .picbox .icons .iconitem-0{left:18%;bottom:25%}@media (min-width: 1024px){.explore-innox .picbox .icons .iconitem-0{left:30%;bottom:30%}}.explore-innox .picbox .icons .iconitem-1{left:50%;bottom:30%}@media (min-width: 1024px){.explore-innox .picbox .icons .iconitem-1{left:60%;bottom:30%}}.explore-innox .picbox .icons .iconitem-2{left:30%;top:40%}@media (min-width: 1024px){.explore-innox .picbox .icons .iconitem-2{left:40%;top:40%}}.explore-innox .picbox .icons .iconitem-3{left:52%;top:30%}@media (min-width: 1024px){.explore-innox .picbox .icons .iconitem-3{left:65%;top:30%}}.explore-innox .picbox .icons .iconitem-4{left:25%;top:25%}@media (min-width: 1024px){.explore-innox .picbox .icons .iconitem-4{left:35%;top:25%}}.explore-innox .picbox .tabs{position:absolute;left:0;bottom:0;width:100%;display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;gap:.25rem}@media (min-width: 1024px){.explore-innox .picbox .tabs{flex-wrap:nowrap;gap:2.5rem}}.explore-innox .picbox .tabs a{display:flex;flex:1 1 0%;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(229 232 237 / var(--un-bg-opacity));padding:.25rem .5rem;text-align:center;font-size:.75rem;line-height:1rem;font-weight:700}@media (min-width: 1024px){.explore-innox .picbox .tabs a{border-radius:9999px;padding:.5rem 3rem;font-size:1rem;line-height:1.5rem}}.explore-innox .picbox .tabs a:hover,.explore-innox .picbox .tabs a.on{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.tabs-content{margin-top:2.5rem}@media (min-width: 1024px){.tabs-content{margin-top:5rem}}@media (min-width: 1280px){.tabs-content{margin-top:6.25rem}}.tabs-content .tabs-content-item{display:none}.tabs-content .tabs-content-item.on{display:block}.tabs-content .tabs-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between}.tabs-content .tabs-head .title{margin-bottom:1.25rem;width:100%}@media (min-width: 1024px){.tabs-content .tabs-head .title{margin-bottom:0;flex:1 1 0%}}.tabs-content .tabs-head .title h3{margin-top:0;width:100%;text-align:left;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}@media (min-width: 1024px){.tabs-content .tabs-head .title h3{width:15rem}}.tabs-content .tabs-head .title p{margin-left:0;margin-right:0;margin-top:1.25rem;max-width:100%;width:100%;text-align:left}@media (min-width: 1024px){.tabs-content .tabs-head .title p{margin-top:2.5rem;width:25rem}}.tabs-content .tabs-head .tabs-swiper-pagination{width:100%}@media (min-width: 1024px){.tabs-content .tabs-head .tabs-swiper-pagination{width:auto}}.tabs-content .tabs-head .tabs-swiper-pagination .swiper-pagination-current{font-size:2.25rem;line-height:2.5rem;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity));font-weight:700}.tabs-content .tabs-head .tabs-swiper-pagination .swiper-pagination-total:after{margin-left:.5rem;display:inline-block;width:5rem;height:1px;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(204 204 204 / var(--un-border-opacity));content:""}.tabs-content .tabs-swiper-wapper{position:relative;overflow:hidden}.tabs-content .tabs-swiper{position:relative;margin-top:1.25rem}@media (min-width: 1024px){.tabs-content .tabs-swiper{margin-top:2.5rem}}.tabs-content .tabs-swiper .swiper-button-next,.tabs-content .tabs-swiper .swiper-button-prev{z-index:99;--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity));--un-bg-opacity:.2;padding:2.5rem}.tabs-content .tabs-swiper .swiper-button-next:hover,.tabs-content .tabs-swiper .swiper-button-prev:hover{--un-bg-opacity:.6}.tabs-content .tabs-swiper .swiper-button-next{right:0}@media (min-width: 1024px){.tabs-content .tabs-swiper .swiper-button-next{right:-1.25rem}}@media (min-width: 1280px){.tabs-content .tabs-swiper .swiper-button-next{right:-2.25rem}}.tabs-content .tabs-swiper .swiper-button-prev{left:0}@media (min-width: 1024px){.tabs-content .tabs-swiper .swiper-button-prev{left:-1.25rem}}@media (min-width: 1280px){.tabs-content .tabs-swiper .swiper-button-prev{left:-2.25rem}}.overview-info{margin-top:2.5rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto}@media (min-width: 1024px){.overview-info{margin-top:5rem;margin-bottom:5rem;max-width:80%}}@media (min-width: 1280px){.overview-info{margin-top:7.5rem;margin-bottom:7.5rem}}.overview-info .title{margin-bottom:2.5rem}@media (min-width: 1024px){.overview-info .title{margin-bottom:5rem}}.overview-info .title h2{align-items:flex-start;text-align:left}.overview-founder{--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding-top:2rem;padding-bottom:2rem}@media (min-width: 1024px){.overview-founder{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1280px){.overview-founder{padding-top:6.25rem;padding-bottom:6.25rem}}.overview-founder .wapper{display:flex;flex-wrap:wrap;justify-content:space-between}.overview-founder .wapper .left{margin-bottom:1.25rem;width:100%}@media (min-width: 1024px){.overview-founder .wapper .left{margin-bottom:0;width:33%}}.overview-founder .wapper .left .pic{margin-bottom:1.25rem}@media (min-width: 1024px){.overview-founder .wapper .left .pic{margin-bottom:2.5rem}}.overview-founder .wapper .left .pic img{width:100%;object-fit:cover}.overview-founder .wapper .left h2,.overview-founder .wapper .left h3{font-size:1.25rem;line-height:1.75rem;font-weight:700}@media (min-width: 1024px){.overview-founder .wapper .left h2,.overview-founder .wapper .left h3{font-size:1.5rem;line-height:2rem}}@media (min-width: 1280px){.overview-founder .wapper .left h2,.overview-founder .wapper .left h3{font-size:1.875rem;line-height:2.25rem}}.overview-founder .wapper .left .text{font-weight:700}.overview-founder .wapper .right{width:100%}@media (min-width: 1024px){.overview-founder .wapper .right{width:60%}}.overview-founder .wapper .right .title{margin-bottom:2rem}@media (min-width: 1024px){.overview-founder .wapper .right .title{margin-bottom:5rem}}.overview-founder .wapper .right .title h2{align-items:flex-start}.overview-founder .wapper .right .title p{max-width:80%;text-align:left;font-size:1rem;line-height:1.5rem;font-weight:700}@media (min-width: 1024px){.overview-founder .wapper .right .title p{font-size:1.5rem;line-height:2rem}}.overview-founder .wapper .right .content p{margin-bottom:.5rem}.overview-founder .wapper .right .more{display:flex;align-items:center}.overview-founder .wapper .right .more a{margin-top:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:.5rem 2.5rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}@media (min-width: 1024px){.overview-founder .wapper .right .more a{margin-top:5rem}}.overview-founder .wapper .right .more a i{margin-left:.5rem;margin-top:2px;font-size:1.5rem;line-height:2rem}.overview-founder .wapper .right .more a:hover{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.overview-founder .wapper .line{margin-top:1.25rem;margin-bottom:1.25rem;height:3px;width:1.25rem;--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity))}@media (min-width: 1024px){.overview-founder .wapper .line{margin-top:2.5rem;margin-bottom:2.5rem}}.overview-founder .wapper ul{margin-top:1.25rem;margin-bottom:1.25rem;list-style-type:circle;padding-left:1rem}@media (min-width: 1024px){.overview-founder .wapper ul{margin-top:2.5rem;margin-bottom:2.5rem}}.overview-founder .wapper ul li{padding-top:.25rem;padding-bottom:.25rem;font-size:.75rem;line-height:1rem}@media (min-width: 1024px){.overview-founder .wapper ul li{font-size:.875rem;line-height:1.25rem}}.about-innox-ecosystem{margin-top:2.5rem;margin-bottom:2.5rem}@media (min-width: 1024px){.about-innox-ecosystem{margin-top:5rem;margin-bottom:5rem}}.about-innox-ecosystem .title{margin-bottom:2.5rem;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(204 204 204 / var(--un-border-opacity));padding-bottom:1rem}@media (min-width: 1024px){.about-innox-ecosystem .title{margin-bottom:5rem}}.about-innox-ecosystem .title h2{margin-bottom:.5rem}.about-innox-ecosystem .title .container2,.about-innox-ecosystem .title .container{display:flex;align-items:flex-end;justify-content:space-between}.about-innox-ecosystem .title .container2 .btns,.about-innox-ecosystem .title .container .btns{display:flex}.about-innox-ecosystem .title .container2 .btns div,.about-innox-ecosystem .title .container .btns div{margin-left:.5rem;cursor:pointer;font-size:1.5rem;line-height:2rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity))}.about-innox-ecosystem .title .container2 .btns div:hover,.about-innox-ecosystem .title .container .btns div:hover{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.about-innox-ecosystem .innox-ecosystem-wrapper{position:relative;overflow:hidden}.about-innox-ecosystem .innox-ecosystem-swiper{position:relative}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .pic{position:relative;width:100%;height:200px;border-radius:.5rem;--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}@media (min-width: 1024px){.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .pic{height:420px}}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .pic .more1{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .pic img{width:100%;height:100%;border-radius:.5rem;object-fit:cover}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .pic .tit{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .pic .tit .bg{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:.5rem;padding-right:.5rem}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .pic .tit .bg span{position:relative;z-index:20;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));font-weight:700;text-transform:uppercase}@media (min-width: 1024px){.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .pic .tit .bg span{font-size:2.25rem;line-height:2.5rem}}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .pic .tit .bg .line{position:absolute;left:0;bottom:-.25rem;width:0;height:1rem;overflow:hidden;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}@media (min-width: 1024px){.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .pic .tit .bg .line{bottom:-.75rem;height:2rem}}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .text{margin-top:1.25rem;display:none;flex-direction:column}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .text h2{margin-bottom:.75rem;font-size:3.75rem;line-height:1;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .text h2{margin-bottom:1.25rem}}@media (min-width: 1560px){.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .text h2{font-size:8rem;line-height:1}}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .text h2 span:last-child{margin-top:.75rem;display:block;font-size:1rem;line-height:1.5rem;font-weight:700}@media (min-width: 1024px){.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .text h2 span:last-child{margin-top:0;display:inline-block;font-size:1.25rem;line-height:1.75rem}}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .text p{font-size:.75rem;line-height:1rem}@media (min-width: 1024px){.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .text p{font-size:.875rem;line-height:1.25rem}}@media (min-width: 1280px){.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .text p{font-size:1rem;line-height:1.5rem}}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .more{width:0;height:3.75rem;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));font-weight:700;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (min-width: 1024px){.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .more{height:5rem;font-size:1.5rem;line-height:2rem}}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide .more i{margin-left:.5rem;font-size:3rem;line-height:1}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide.swiper-slide-active .pic{height:300px;border-bottom-left-radius:0}@media (min-width: 1024px){.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide.swiper-slide-active .pic{height:600px}}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide.swiper-slide-active .pic img{border-bottom-left-radius:0}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide.swiper-slide-active .pic .tit .bg .line,.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide.swiper-slide-active .more{width:100%}@media (min-width: 1024px){.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide.swiper-slide-active .more{width:70%}}.about-innox-ecosystem .innox-ecosystem-swiper .swiper-slide.swiper-slide-next .text{display:flex}.about-innox-ecosystem .swiper-button-next,.about-innox-ecosystem .swiper-button-prev{z-index:99;--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity));--un-bg-opacity:.2;padding:2.5rem}.about-innox-ecosystem .swiper-button-next:hover,.about-innox-ecosystem .swiper-button-prev:hover{--un-bg-opacity:.6}.about-innox-ecosystem .swiper-button-next{right:0}@media (min-width: 1024px){.about-innox-ecosystem .swiper-button-next{right:-1.25rem}}@media (min-width: 1280px){.about-innox-ecosystem .swiper-button-next{right:-2.25rem}}.about-innox-ecosystem .swiper-button-prev{left:0}@media (min-width: 1024px){.about-innox-ecosystem .swiper-button-prev{left:-1.25rem}}@media (min-width: 1280px){.about-innox-ecosystem .swiper-button-prev{left:-2.25rem}}.about-innox-ecosystem .swiper-pagination{bottom:0}.about-networks{--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding-top:2.5rem;padding-bottom:2.5rem}@media (min-width: 1024px){.about-networks{padding-top:5rem;padding-bottom:5rem}}.about-networks .container{display:flex;flex-wrap:wrap;justify-content:space-between}.about-networks .left{width:100%}@media (min-width: 1024px){.about-networks .left{width:40%}}.about-networks .left .title{margin-bottom:2.5rem}@media (min-width: 1024px){.about-networks .left .title{margin-bottom:5rem}}.about-networks .left .title h2{align-items:flex-start;text-align:left}@media (min-width: 1024px){.about-networks .left .title h2{width:50%}}.about-networks .left .content{font-size:.875rem;line-height:1.25rem}@media (min-width: 1024px){.about-networks .left .content{font-size:1.125rem;line-height:1.75rem}}.about-networks .right{position:relative;width:100%}@media (min-width: 1024px){.about-networks .right{width:55%}}.about-networks .right .pic{height:auto}.about-networks .right .pic img{width:100%;height:100%}.about-networks .right .texts{position:absolute;left:0;top:0;width:100%;height:100%}.about-networks .right .texts ul{box-sizing:border-box;width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem}@media (min-width: 1024px){.about-networks .right .texts ul{padding:2.5rem}}.about-networks .right .texts ul li{width:48%;height:6rem;cursor:pointer;overflow:hidden;border-radius:.25rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-bg-opacity:.8;padding:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s;box-shadow:0 0 10px #0400004d}@media (min-width: 1024px){.about-networks .right .texts ul li{width:45%;height:10.5rem;padding:1.25rem}}.about-networks .right .texts ul li:hover{box-shadow:0 0 10px #2000c14d;--un-bg-opacity:.95}.about-networks .right .texts ul li h2{margin-bottom:.5rem;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(0 0 0 / var(--un-border-opacity));padding-bottom:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:700}@media (min-width: 1024px){.about-networks .right .texts ul li h2{font-size:1.125rem;line-height:1.75rem}}.about-networks .right .texts ul li p{font-size:.875rem;line-height:1.25rem}@media (min-width: 1024px){.about-networks .right .texts ul li p{font-size:1rem;line-height:1.5rem}}@media (min-width: 1280px){.about-networks .right .texts ul li p{font-size:1.125rem;line-height:1.75rem}}.about-networks .right .texts ul li .imgs{display:flex;align-items:center;justify-content:space-between}.about-networks .right .texts ul li .imgs a{margin:2px}.about-networks .right .texts ul li .imgs a img{width:100%;height:100%;--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));object-fit:contain;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.about-networks .right .texts ul li .imgs a:hover img{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.about-networks .right .texts ul li:nth-child(2) .imgs{flex-wrap:wrap}.about-networks .right .texts ul li:nth-child(2) .imgs a{width:45%}.about-networks .right .texts ul li:nth-child(3),.about-networks .right .texts ul li:nth-child(4){height:6rem}@media (min-width: 1024px){.about-networks .right .texts ul li:nth-child(3),.about-networks .right .texts ul li:nth-child(4){height:8.75rem}}.about-networks .right .texts ul li:after{content:" • • • • • •";margin-top:.25rem;display:block;width:100%;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(242 75 90 / var(--un-text-opacity))}.about-areas{padding-top:2.5rem;padding-bottom:2.5rem}@media (min-width: 1024px){.about-areas{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1280px){.about-areas{padding-top:7.5rem;padding-bottom:7.5rem}}.about-areas .container{display:flex;flex-wrap:wrap;justify-content:space-between}.about-areas .left{width:100%}@media (min-width: 1024px){.about-areas .left{width:45%}}.about-areas .left .title{margin-bottom:2.5rem}@media (min-width: 1024px){.about-areas .left .title{margin-bottom:5rem}}.about-areas .left .title h2{align-items:flex-start;text-align:left}@media (min-width: 1024px){.about-areas .left .title h2{width:60%}}.about-areas .left .content{font-size:.75rem;line-height:1rem}@media (min-width: 1024px){.about-areas .left .content{font-size:.875rem;line-height:1.25rem}}.about-areas .left .content p{margin-bottom:.25rem}.about-areas .right{width:100%;padding-bottom:2.5rem}@media (min-width: 1024px){.about-areas .right{width:50%;padding-bottom:0}}.about-areas .right .pic{position:relative;overflow:hidden}.about-areas .right .city{position:absolute;right:35%;bottom:36.5%}.about-areas .right .city .dot{width:.5rem;height:.5rem;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity))}.about-areas .right .city .bowen{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#415dc7;border-radius:50%;animation:bowen 3s linear infinite}.about-areas .right .city .bowen.bowen2{animation-delay:1s}.about-areas .right .city .bowen.bowen3{animation-delay:2s}@keyframes bowen{0%{opacity:.8}25%{width:60px;height:60px;opacity:.6}50%{width:120px;height:120px;opacity:.4}70%{width:180px;height:180px;opacity:.2}to{width:240px;height:240px;opacity:0}}.about-foundation-of-innox{margin-top:2.5rem;padding-bottom:2.5rem}@media (min-width: 1024px){.about-foundation-of-innox{margin-top:5rem}}@media (min-width: 1280px){.about-foundation-of-innox{margin-top:7.5rem}}.about-foundation-of-innox .title h2{align-items:flex-start;text-align:left}.about-foundation-of-innox .title .container2{display:flex;align-items:flex-end;justify-content:space-between}.about-foundation-of-innox .title .container2 .btns{display:flex}.about-foundation-of-innox .title .container2 .btns div{margin-left:.5rem;cursor:pointer;font-size:1.5rem;line-height:2rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity))}.about-foundation-of-innox .title .container2 .btns div:hover{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.about-foundation-of-innox-swipers{position:relative;margin-top:2.5rem}@media (min-width: 1024px){.about-foundation-of-innox-swipers{margin-top:5rem}}.about-foundation-of-innox-swipers .line{position:absolute;left:0;top:4rem;width:100%;border-bottom-width:2px;--un-border-opacity:1;border-color:rgb(221 221 221 / var(--un-border-opacity))}.about-foundation-of-innox-swiper1{position:relative;margin-bottom:2.5rem;height:5rem;overflow:hidden}.about-foundation-of-innox-swiper1 .swiper-wrapper{display:flex;justify-content:space-between}.about-foundation-of-innox-swiper1 .swiper-wrapper .swiper-slide{width:25%;display:flex;flex-direction:column;cursor:pointer;align-items:center;justify-content:center}.about-foundation-of-innox-swiper1 .swiper-wrapper .swiper-slide h2{margin-bottom:1.25rem;font-size:1rem;line-height:1.5rem;font-weight:700}@media (min-width: 1024px){.about-foundation-of-innox-swiper1 .swiper-wrapper .swiper-slide h2{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.about-foundation-of-innox-swiper1 .swiper-wrapper .swiper-slide h2{font-size:1.25rem;line-height:1.75rem}}.about-foundation-of-innox-swiper1 .swiper-wrapper .swiper-slide .dot{width:1rem;height:1rem;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(221 221 221 / var(--un-bg-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.about-foundation-of-innox-swiper1 .swiper-wrapper .swiper-slide:hover h2,.about-foundation-of-innox-swiper1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active h2{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.about-foundation-of-innox-swiper1 .swiper-wrapper .swiper-slide:hover .dot,.about-foundation-of-innox-swiper1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .dot{width:1.5rem;height:1.5rem;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity))}.about-foundation-of-innox-swiper2{position:relative;overflow:hidden}.about-foundation-of-innox-swiper2 .swiper-slide{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between}.about-foundation-of-innox-swiper2 .swiper-slide .left{width:100%}@media (min-width: 1024px){.about-foundation-of-innox-swiper2 .swiper-slide .left{width:40%}}.about-foundation-of-innox-swiper2 .swiper-slide .left h2{margin-bottom:.5rem;font-size:2.25rem;line-height:2.5rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.about-foundation-of-innox-swiper2 .swiper-slide .left h2{font-size:3rem;line-height:1}}@media (min-width: 1280px){.about-foundation-of-innox-swiper2 .swiper-slide .left h2{font-size:3.75rem;line-height:1}}.about-foundation-of-innox-swiper2 .swiper-slide .left h3{font-size:1.875rem;line-height:2.25rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.about-foundation-of-innox-swiper2 .swiper-slide .left h3{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 1280px){.about-foundation-of-innox-swiper2 .swiper-slide .left h3{font-size:3rem;line-height:1}}.about-foundation-of-innox-swiper2 .swiper-slide .left .pic{margin-top:2.5rem}@media (min-width: 1024px){.about-foundation-of-innox-swiper2 .swiper-slide .left .pic{margin-top:5rem}}.about-foundation-of-innox-swiper2 .swiper-slide .left .pic img,.about-foundation-of-innox-swiper2 .swiper-slide .right{width:100%}@media (min-width: 1024px){.about-foundation-of-innox-swiper2 .swiper-slide .right{width:40%}}.about-foundation-of-innox-swiper2 .swiper-slide .right .text h2{margin-bottom:.5rem;margin-top:1rem;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(0 0 0 / var(--un-border-opacity));padding-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}@media (min-width: 1024px){.about-foundation-of-innox-swiper2 .swiper-slide .right .text h2{margin-top:2.5rem;font-size:1.25rem;line-height:1.75rem}}.about-foundation-of-innox-swiper2 .swiper-slide .right .text p{font-size:.875rem;line-height:1.25rem}@media (min-width: 1024px){.about-foundation-of-innox-swiper2 .swiper-slide .right .text p{font-size:1rem;line-height:1.5rem}}.startup-teams{overflow:hidden;--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding-top:2.5rem;padding-bottom:2.5rem}@media (min-width: 1024px){.startup-teams{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1560px){.startup-teams .title{margin-bottom:5rem}}.startup-teams ul.list{margin-top:2.5rem}.startup-teams ul.list li{position:relative;margin-top:1.25rem;overflow:hidden;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}@media (min-width: 1024px){.startup-teams ul.list li{margin-top:2.5rem}}@media (min-width: 1280px){.startup-teams ul.list li{margin-top:5rem}}.startup-teams ul.list li a{position:relative;z-index:10;display:flex;flex-wrap:wrap;justify-content:space-between;padding:1.25rem}@media (min-width: 1024px){.startup-teams ul.list li a{padding:2.5rem}}.startup-teams ul.list li a .pic{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (min-width: 1024px){.startup-teams ul.list li a .pic{width:45%}}.startup-teams ul.list li a .pic img{width:100%;--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));object-fit:contain;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s}.startup-teams ul.list li a .texts{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-top:1.25rem;padding-bottom:1.25rem}@media (min-width: 1024px){.startup-teams ul.list li a .texts{width:50%;padding-top:2.5rem;padding-bottom:2.5rem}}.startup-teams ul.list li a .texts h2{font-size:1.5rem;line-height:2rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.startup-teams ul.list li a .texts h2{font-size:1.875rem;line-height:2.25rem}}.startup-teams ul.list li a .texts h2:after{margin-top:1.25rem;margin-bottom:1.25rem;display:block;width:1.5rem;height:3px;--un-bg-opacity:1;background-color:rgb(12 43 67 / var(--un-bg-opacity));content:""}.startup-teams ul.list li a .texts h3{margin-bottom:1.25rem;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}@media (min-width: 1024px){.startup-teams ul.list li a .texts h3{margin-bottom:2.5rem;font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.startup-teams ul.list li a .texts h3{font-size:1.25rem;line-height:1.75rem}}.startup-teams ul.list li a .texts p{font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));line-height:2!important}@media (min-width: 1024px){.startup-teams ul.list li a .texts p{font-size:.875rem;line-height:1.25rem}}.startup-teams ul.list li a .texts button{margin-top:1.25rem;display:flex;align-items:center;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));padding:.5rem 1.25rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.startup-teams ul.list li a .texts button:hover{--un-bg-opacity:1;background-color:rgb(242 75 90 / var(--un-bg-opacity))}@media (min-width: 1024px){.startup-teams ul.list li a .texts button{margin-top:auto}}.startup-teams ul.list li a .texts button i{margin-left:.5rem;font-size:1.5rem;line-height:2rem}.startup-teams ul.list li a:hover .pic img{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.startup-teams ul.list li .bgtext{position:absolute;bottom:0;left:0;width:100%;padding-left:1.25rem;padding-right:1.25rem}.startup-teams ul.list li .bgtext img{width:100%;height:auto;font-size:0}.startup-teams-show{margin-top:1.25rem;display:flex;flex-wrap:wrap}@media (min-width: 1024px){.startup-teams-show{margin-top:2.5rem}}.startup-teams-show .left{order:2;margin-top:2.5rem;width:100%}@media (min-width: 1024px){.startup-teams-show .left{order:1;margin-right:8%;margin-top:0;width:25%}}.startup-teams-show .left .tit{margin-bottom:2.5rem}@media (min-width: 1024px){.startup-teams-show .left .tit{margin-bottom:3.75rem}}.startup-teams-show .left .tit h2{font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.startup-teams-show .left .tit h2{font-size:1.5rem;line-height:2rem}}@media (min-width: 1280px){.startup-teams-show .left .tit h2{font-size:1.875rem;line-height:2.25rem}}.startup-teams-show .left ul li{margin-bottom:1.25rem}@media (min-width: 1024px){.startup-teams-show .left ul li{margin-bottom:2.5rem}}.startup-teams-show .left ul li .pic{margin-bottom:.75rem;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;--un-bg-opacity:1;background-color:rgb(221 221 221 / var(--un-bg-opacity))}@media (min-width: 1024px){.startup-teams-show .left ul li .pic{margin-bottom:1.25rem}}.startup-teams-show .left ul li .pic img{width:100%;--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));object-fit:contain;padding:1.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s}.startup-teams-show .left ul li h2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.startup-teams-show .left ul li h2{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.startup-teams-show .left ul li h2{font-size:1.25rem;line-height:1.75rem}}.startup-teams-show .left ul li h3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}@media (min-width: 1024px){.startup-teams-show .left ul li h3{font-size:.875rem;line-height:1.25rem}}.startup-teams-show .left ul li:hover .pic img{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.startup-teams-show .left .more{margin-top:1.25rem}@media (min-width: 1024px){.startup-teams-show .left .more{margin-top:2.5rem}}.startup-teams-show .left .more a{display:flex;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));padding:.75rem 1.25rem;text-align:center;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.startup-teams-show .left .more a:hover{--un-bg-opacity:1;background-color:rgb(242 75 90 / var(--un-bg-opacity))}.startup-teams-show .left .more a i{margin-left:.5rem;font-size:1.5rem;line-height:2rem}.startup-teams-show .right{order:1;width:100%;overflow:hidden}@media (min-width: 1024px){.startup-teams-show .right{order:2;flex:1 1 0%}}.startup-teams-show .right .tit h2{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.startup-teams-show .right .tit h2{font-size:1.5rem;line-height:2rem}}@media (min-width: 1280px){.startup-teams-show .right .tit h2{font-size:1.875rem;line-height:2.25rem}}.startup-teams-show .right .tit h3{margin-bottom:1.25rem;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}@media (min-width: 1024px){.startup-teams-show .right .tit h3{margin-bottom:2.5rem;font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.startup-teams-show .right .tit h3{font-size:1.25rem;line-height:1.75rem}}.startup-teams-show .right .line{position:relative;margin-bottom:1.25rem;width:100%;height:2px;--un-bg-opacity:1;background-color:rgb(221 221 221 / var(--un-bg-opacity));--un-bg-opacity:.5}@media (min-width: 1024px){.startup-teams-show .right .line{margin-bottom:2.5rem}}@media (min-width: 1280px){.startup-teams-show .right .line{margin-bottom:5rem}}.startup-teams-show .right .line:after{position:absolute;left:0;bottom:-1px;display:block;width:10%;height:4px;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));content:""}.startup-teams-show .right .content{margin-top:1.25rem;margin-bottom:1.25rem;border-top-width:1px;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(204 204 204 / var(--un-border-opacity))}@media (min-width: 1024px){.startup-teams-show .right .content{margin-top:2.5rem;margin-bottom:2.5rem}}@media (min-width: 1280px){.startup-teams-show .right .content{margin-top:5rem;margin-bottom:5rem}}.startup-teams-show .right .startup-teams-pics-wapper{width:100%;overflow:hidden}.startup-teams-show .right .startup-teams-pics-wapper .pics-big-swiper,.startup-teams-show .right .startup-teams-pics-wapper .pics-small-swiper{position:relative;overflow:hidden}.startup-teams-show .right .startup-teams-pics-wapper .pics-big-swiper img,.startup-teams-show .right .startup-teams-pics-wapper .pics-small-swiper img{width:100%;cursor:pointer;--un-bg-opacity:1;background-color:rgb(221 221 221 / var(--un-bg-opacity))}.startup-teams-show .right .startup-teams-pics-wapper .pics-big-swiper{margin-bottom:1.25rem}.startup-teams-show .right .startup-teams-pics-wapper .pics-small-swiper .swiper-slide{border-width:1px;--un-border-opacity:1;border-color:rgb(204 204 204 / var(--un-border-opacity));padding:2px}.startup-teams-show .right .startup-teams-pics-wapper .pics-small-swiper .swiper-slide-thumb-active{--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity))}.startup-teams-show .right .contacts h2{margin-top:.75rem;margin-bottom:.75rem;margin-bottom:1.25rem;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.startup-teams-show .right .contacts h2{margin-top:1.25rem;margin-bottom:1.25rem;margin-bottom:2.5rem;font-size:1.5rem;line-height:2rem}}.startup-teams-show .right .contacts ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}@media (min-width: 1024px){.startup-teams-show .right .contacts ul{grid-template-columns:repeat(6,minmax(0,1fr))}}.startup-teams-show .right .contacts ul li a{position:relative;height:7.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:.5rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.startup-teams-show .right .contacts ul li a .icon{margin-bottom:.5rem;display:flex;align-items:center;border-width:1px;--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));border-radius:9999px;padding:.5rem}.startup-teams-show .right .contacts ul li a .icon i{font-size:1.875rem;line-height:2.25rem}.startup-teams-show .right .contacts ul li a span{font-size:.75rem;line-height:1rem}@media (min-width: 1024px){.startup-teams-show .right .contacts ul li a span{font-size:.875rem;line-height:1.25rem}}.startup-teams-show .right .contacts ul li a:hover{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.startup-teams-show .right .contacts ul li a:hover .icon{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity))}.startup-teams-show .right .contacts ul li a:hover .qrcode{width:140px;height:140px;display:flex;opacity:1}.startup-teams-show .right .contacts ul li a .qrcode{position:absolute;top:0;left:0;z-index:10;width:0;height:0;align-items:center;justify-content:center;overflow:hidden;border-radius:.25rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.startup-teams-show .right .contacts ul li a .qrcode img{width:100%;height:auto}.startup-teams-show .right .prevnext{margin-top:1.25rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;border-width:1px;--un-border-opacity:1;border-color:rgb(204 204 204 / var(--un-border-opacity));padding:.75rem}@media (min-width: 1024px){.startup-teams-show .right .prevnext{margin-top:2.5rem;padding:1.25rem}}@media (min-width: 1280px){.startup-teams-show .right .prevnext{margin-top:5rem}}.startup-teams-show .right .prevnext .prev,.startup-teams-show .right .prevnext .next,.startup-teams-show .right .prevnext .backlist{display:flex;align-items:center;justify-content:center;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity))}@media (min-width: 1024px){.startup-teams-show .right .prevnext .prev,.startup-teams-show .right .prevnext .next,.startup-teams-show .right .prevnext .backlist{font-size:.875rem;line-height:1.25rem}}.startup-teams-show .right .prevnext .prev i,.startup-teams-show .right .prevnext .next i,.startup-teams-show .right .prevnext .backlist i{font-size:1.5rem;line-height:2rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.startup-teams-show .right .prevnext .prev a,.startup-teams-show .right .prevnext .next a,.startup-teams-show .right .prevnext .backlist a{--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}.startup-teams-show .right .prevnext .prev a:hover,.startup-teams-show .right .prevnext .next a:hover,.startup-teams-show .right .prevnext .backlist a:hover{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.startup-teams-show .right .prevnext .backlist{margin-top:.75rem;margin-bottom:.75rem}@media (min-width: 1024px){.startup-teams-show .right .prevnext .backlist{margin-top:0;margin-bottom:0}}.startup-teams-show .right .prevnext .backlist i{margin-right:.25rem}.notfound{margin-top:1.25rem;margin-bottom:1.25rem}@media (min-width: 1024px){.notfound{margin-top:2.5rem;margin-bottom:2.5rem}}@media (min-width: 1280px){.notfound{margin-top:3.75rem;margin-bottom:3.75rem}}.notfound .pic{display:flex;align-items:center;justify-content:center}.notfound .pic img{max-width:100%}.notfound .text{margin-top:1.25rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:700}@media (min-width: 1024px){.notfound .text{margin-top:2.5rem;font-size:1rem;line-height:1.5rem}}.notfound .text a{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.notfound .text a:hover{--un-text-opacity:1;color:rgb(242 75 90 / var(--un-text-opacity))}.news{padding-top:2rem;padding-bottom:2rem}@media (min-width: 1024px){.news{padding-top:5rem}}@media (min-width: 1560px){.news{padding-top:7.5rem}}.news-list .title p{margin-left:auto;margin-right:auto;font-size:.75rem;line-height:1rem}@media (min-width: 1024px){.news-list .title p{max-width:70%;font-size:.875rem;line-height:1.25rem}}@media (min-width: 1280px){.news-list .title p{font-size:1rem;line-height:1.5rem}}.news-list ul{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:2.5rem;gap:1.25rem}@media (min-width: 1024px){.news-list ul{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:5rem;gap:1.5rem}}@media (min-width: 1280px){.news-list ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}}.news-list li{margin-bottom:1.25rem;width:100%;height:100%}.news-list li a{height:100%;display:flex;flex-direction:column}.news-list li a:hover .pic img{--un-scale-x:1.05;--un-scale-y:1.05;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.news-list li a:hover .text h2,.news-list li a:hover .text button{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.news-list li a .pic{margin-bottom:1.25rem;overflow:hidden;border-radius:.5rem}.news-list li a .pic img{width:100%;height:300px;--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));object-fit:cover;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.news-list li a .text{display:flex;flex-direction:column}.news-list li a .text span{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}.news-list li a .text h2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.news-list li a .text h2{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.news-list li a .text h2{font-size:1.25rem;line-height:1.75rem}}.news-list li a .text p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;margin-top:1.25rem;margin-bottom:1.5rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}@media (min-width: 1024px){.news-list li a .text p{font-size:1rem;line-height:1.5rem}}.news-list li a .text button{margin-top:auto;display:flex;align-items:center}.news-list li a .text button i{margin-left:.5rem;height:.75rem;width:2.5rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.media-list{margin-top:2.5rem;margin-bottom:2.5rem}@media (min-width: 1024px){.media-list{margin-top:5rem;margin-bottom:5rem}}.media-list ul{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:2.5rem;gap:1.25rem}@media (min-width: 1024px){.media-list ul{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:5rem;gap:1.5rem}}@media (min-width: 1280px){.media-list ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}}.media-list li a{height:100%;display:flex;flex-direction:column;border-radius:.5rem;--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding:3.75rem 2.5rem}.media-list li a span{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity));font-weight:700}.media-list li a h2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;margin-bottom:1.25rem;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.media-list li a h2{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.media-list li a h2{font-size:1.25rem;line-height:1.75rem}}.media-list li a p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;margin-bottom:2.5rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}@media (min-width: 1024px){.media-list li a p{font-size:1rem;line-height:1.5rem}}.media-list li a button{margin-top:auto;display:flex;align-items:center}.media-list li a button i{margin-left:.5rem;height:.75rem;width:2.5rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.media-list li a:hover{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity))}.media-list li a:hover span,.media-list li a:hover h2,.media-list li a:hover p,.media-list li a:hover button i{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.gonggao-list{margin-top:2.5rem;margin-bottom:2.5rem}@media (min-width: 1024px){.gonggao-list{margin-top:5rem;margin-bottom:5rem}}.gonggao-list ul{margin-top:2.5rem}@media (min-width: 1024px){.gonggao-list ul{margin-top:5rem}}.gonggao-list ul li{margin-top:1.25rem;margin-bottom:1.25rem;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(204 204 204 / var(--un-border-opacity));padding-top:1.25rem;padding-bottom:1.25rem}.gonggao-list ul li a{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.gonggao-list ul li a h2{width:100%;display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.gonggao-list ul li a h2{width:80%;font-size:1rem;line-height:1.5rem}}.gonggao-list ul li a h2 i{margin-right:.5rem;font-size:.875rem;line-height:1.25rem}.gonggao-list ul li a span{margin-top:1.25rem;width:100%;text-align:right;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity))}@media (min-width: 1024px){.gonggao-list ul li a span{margin-top:0;width:15%;font-size:.875rem;line-height:1.25rem}}.news-show{padding-top:2rem;padding-bottom:2rem}@media (min-width: 1024px){.news-show{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1560px){.news-show{padding-top:7.5rem;padding-bottom:7.5rem}}.news-show .container2{display:flex;flex-wrap:wrap}.news-show .container2 .left{margin-bottom:2.5rem;width:100%}@media (min-width: 1024px){.news-show .container2 .left{margin-bottom:0;width:40%}}.news-show .container2 .left .float-box{position:sticky;top:7.5rem;left:0}.news-show .container2 .left .date{margin-bottom:1.25rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}@media (min-width: 1024px){.news-show .container2 .left .date{font-size:1rem;line-height:1.5rem}}.news-show .container2 .left h1{font-size:1.5rem;line-height:2rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.news-show .container2 .left h1{max-width:80%;font-size:2.25rem;line-height:2.5rem}}.news-show .container2 .left .pic{margin-top:2.5rem;width:100%;display:flex;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding:2.5rem}@media (min-width: 1024px){.news-show .container2 .left .pic{margin-top:5rem;max-width:80%}}.news-show .container2 .left .pic img{width:100%;object-fit:contain}.news-show .container2 .left .more{margin-top:2.5rem;display:flex;flex-direction:column}@media (min-width: 1024px){.news-show .container2 .left .more{max-width:80%}}.news-show .container2 .left .more span{margin-bottom:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:700}@media (min-width: 1024px){.news-show .container2 .left .more span{font-size:1rem;line-height:1.5rem}}.news-show .container2 .left .more a{font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.news-show .container2 .left .more a:hover{--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity))}@media (min-width: 1024px){.news-show .container2 .left .more a{font-size:1rem;line-height:1.5rem}}.news-show .container2 .right{width:100%}@media (min-width: 1024px){.news-show .container2 .right{flex:1 1 0%}}.news-show .container2 .right .line{position:relative;margin-bottom:1.25rem;width:100%;height:2px;--un-bg-opacity:1;background-color:rgb(221 221 221 / var(--un-bg-opacity));--un-bg-opacity:.5}@media (min-width: 1024px){.news-show .container2 .right .line{margin-bottom:2.5rem}}.news-show .container2 .right .line:after{position:absolute;left:0;bottom:-1px;display:block;width:10%;height:4px;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));content:""}.content{margin-bottom:2.5rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity));line-height:2!important}@media (min-width: 1024px){.content{font-size:.875rem;line-height:1.25rem}}.content h2{margin-top:.75rem;margin-bottom:.75rem;font-size:1rem;line-height:1.5rem;font-weight:700}@media (min-width: 1024px){.content h2{margin-top:1.25rem;margin-bottom:1.25rem;font-size:1.5rem;line-height:2rem}}.content img{margin-top:1.25rem;margin-bottom:1.25rem;display:inline-block;max-width:100%}@media (min-width: 1024px){.content img{margin-top:2.5rem;margin-bottom:2.5rem}}.content p{margin-bottom:.75rem}@media (min-width: 1024px){.content p{margin-bottom:1.25rem}}.content table{width:100%!important;margin:.75rem 0!important;border-bottom:1px solid #ccc!important;border-right:1px solid #ccc!important;border-collapse:collapse!important;border-spacing:0!important}.content table tbody{margin:0!important;padding:0!important;border-collapse:collapse!important}.content table td{border-left:1px solid #ccc!important;border-top:1px solid #ccc!important;border-bottom:none!important;border-right:none!important;padding:8px!important}.content a{--un-text-opacity:1;color:rgb(96 165 250 / var(--un-text-opacity))}.content a:hover{--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity))}.content ul{padding-left:2rem}.files h3{margin-bottom:1.25rem;display:block;font-size:1rem;line-height:1.5rem;font-weight:700}@media (min-width: 1024px){.files h3{font-size:1.125rem;line-height:1.75rem}}.files ul li{margin-bottom:.5rem}.files ul li a{display:inline-block;border-radius:.25rem;--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding:.5rem .75rem;font-size:.75rem;line-height:1rem}@media (min-width: 1024px){.files ul li a{font-size:.875rem;line-height:1.25rem}}.files ul li a:hover{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.mmt0{margin-top:0}@media (min-width: 1024px){.mmt0{margin-top:0}}@media (min-width: 1280px){.mmt0{margin-top:0}}.founder{padding-top:2rem;padding-bottom:2rem}@media (min-width: 1024px){.founder{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1280px){.founder{padding-top:7.5rem;padding-bottom:7.5rem}}.founder .title{margin-bottom:2rem}@media (min-width: 1024px){.founder .title{margin-bottom:5rem}}.founder .title h2{align-items:flex-start}.founder .wapper{display:flex;flex-wrap:wrap;justify-content:space-between}.founder .wapper .pic{margin-bottom:1.25rem;width:100%}@media (min-width: 1024px){.founder .wapper .pic{margin-bottom:0;width:33%}}.founder .wapper .pic img{width:100%;object-fit:cover}.founder .wapper .text{width:100%}@media (min-width: 1024px){.founder .wapper .text{width:60%}}.founder .wapper .text h2,.founder .wapper .text h3{font-size:1.25rem;line-height:1.75rem}@media (min-width: 1024px){.founder .wapper .text h2,.founder .wapper .text h3{font-size:1.5rem;line-height:2rem}}@media (min-width: 1280px){.founder .wapper .text h2,.founder .wapper .text h3{font-size:1.875rem;line-height:2.25rem}}.founder .wapper .text h3{font-weight:700}.founder .wapper .text ul{margin-top:1.25rem;margin-bottom:1.25rem;list-style-type:circle;padding-left:1rem}@media (min-width: 1024px){.founder .wapper .text ul{margin-top:2.5rem;margin-bottom:2.5rem}}.founder .wapper .text ul li{padding-top:.25rem;padding-bottom:.25rem;font-size:.75rem;line-height:1rem;font-weight:700}@media (min-width: 1024px){.founder .wapper .text ul li{font-size:.875rem;line-height:1.25rem}}.founder .wapper .text a{width:10rem;display:flex;align-items:center;justify-content:center;border-width:1px;--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));border-radius:9999px;padding:.5rem 1.25rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s}.founder .wapper .text a:hover{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}@media (min-width: 1024px){.founder .wapper .text a{font-size:.875rem;line-height:1.25rem}}.founder .wapper .text a i{margin-right:.5rem}.founder .wapper .line{margin-top:1.25rem;margin-bottom:1.25rem;height:3px;width:1.25rem;--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity))}@media (min-width: 1024px){.founder .wapper .line{margin-top:2.5rem;margin-bottom:2.5rem}}.coreteam{--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding-top:2rem;padding-bottom:2rem}@media (min-width: 1024px){.coreteam{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1280px){.coreteam{padding-top:7.5rem;padding-bottom:7.5rem}}.coreteam .title{margin-bottom:2.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(204 204 204 / var(--un-border-opacity));padding-bottom:2.5rem}@media (min-width: 1024px){.coreteam .title{margin-bottom:3.75rem;padding-bottom:3.75rem}}.coreteam .title h2{width:100%;align-items:flex-start}@media (min-width: 1024px){.coreteam .title h2{width:40%}}.coreteam .title p{margin-top:1.25rem;width:100%;text-align:left}@media (min-width: 1024px){.coreteam .title p{margin-top:0;flex:1 1 0%}}.coreteam ul li{margin-bottom:2rem;display:flex;flex-wrap:wrap;justify-content:space-between;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(204 204 204 / var(--un-border-opacity));padding-bottom:2rem}@media (min-width: 1024px){.coreteam ul li{margin-bottom:3.75rem;padding-bottom:3.75rem}}.coreteam ul li .text{width:100%}@media (min-width: 1024px){.coreteam ul li .text{width:60%}}.coreteam ul li .text h2{margin-bottom:0;font-size:1.5rem;line-height:2rem;font-weight:700}@media (min-width: 1024px){.coreteam ul li .text h2{margin-bottom:.75rem}}@media (min-width: 1280px){.coreteam ul li .text h2{font-size:2.25rem;line-height:2.5rem}}.coreteam ul li .text h3{margin-bottom:1.25rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}@media (min-width: 1024px){.coreteam ul li .text h3{margin-bottom:2.5rem}}@media (min-width: 1280px){.coreteam ul li .text h3{font-size:1.25rem;line-height:1.75rem}}.coreteam ul li .text p{font-size:.75rem;line-height:1rem;line-height:1.5!important}@media (min-width: 1024px){.coreteam ul li .text p{font-size:.875rem;line-height:1.25rem}}.coreteam ul li .text a{margin-top:1.25rem;width:10rem;display:flex;align-items:center;justify-content:center;border-width:1px;--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));border-radius:9999px;padding:.5rem 1.25rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.3s}.coreteam ul li .text a:hover{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}@media (min-width: 1024px){.coreteam ul li .text a{margin-top:2.5rem;font-size:.875rem;line-height:1.25rem}}.coreteam ul li .text a i{margin-right:.5rem}.coreteam ul li .pic{margin-top:1.25rem;width:100%}@media (min-width: 1024px){.coreteam ul li .pic{margin-top:0;width:20%}}.coreteam ul li .pic img{width:100%;object-fit:cover}.coreteam ul li:last-child{margin-bottom:0}.curriculum-design{padding-top:2rem}@media (min-width: 1024px){.curriculum-design{padding-top:5rem}}@media (min-width: 1280px){.curriculum-design{padding-top:7.5rem}}.curriculum-design .text{display:flex;flex-wrap:wrap;justify-content:space-between}.curriculum-design .text .title{margin-bottom:1.25rem;width:100%}@media (min-width: 1024px){.curriculum-design .text .title{width:30%}}.curriculum-design .text .title h2{align-items:flex-start;text-align:left}.curriculum-design .text .content{width:100%}@media (min-width: 1024px){.curriculum-design .text .content{width:65%}}.curriculum-design .pic{--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding-top:2rem;padding-bottom:2rem}@media (min-width: 1024px){.curriculum-design .pic{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1280px){.curriculum-design .pic{padding-top:6.25rem;padding-bottom:6.25rem}}.innox-ecosystem{padding-top:2.5rem;padding-bottom:2.5rem}@media (min-width: 1024px){.innox-ecosystem{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1280px){.innox-ecosystem{padding-top:7.5rem;padding-bottom:7.5rem}}.innox-ecosystem .title h2{align-items:flex-start}.innox-ecosystem .pic{margin-top:2rem;padding-bottom:2.5rem}@media (min-width: 1024px){.innox-ecosystem .pic{margin-top:5rem}}.clients{position:relative;--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding-top:2rem;padding-bottom:2rem}@media (min-width: 1024px){.clients{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1280px){.clients{padding-top:7.5rem;padding-bottom:7.5rem}}.clients .clients-swiper{position:relative;margin-top:2.5rem;height:240px;overflow:hidden}@media (min-width: 1024px){.clients .clients-swiper{margin-top:5rem;height:400px}}.clients .swiper-wrapper .swiper-slide{position:relative;--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.clients .swiper-wrapper .swiper-slide .pic{height:100%;display:flex;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.clients .swiper-wrapper .swiper-slide .pic img{width:100%;height:100%;object-fit:contain;padding:1.25rem}@media (min-width: 1024px){.clients .swiper-wrapper .swiper-slide .pic img{padding:2rem}}.clients .swiper-wrapper .swiper-slide .pic span{font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.clients .swiper-wrapper .swiper-slide .text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-bg-opacity:0;padding:1.25rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}@media (min-width: 1024px){.clients .swiper-wrapper .swiper-slide .text{height:100%}}.clients .swiper-wrapper .swiper-slide .text h2{flex-shrink:0;font-size:.875rem;line-height:1.25rem;font-weight:700}@media (min-width: 1024px){.clients .swiper-wrapper .swiper-slide .text h2{font-size:1rem;line-height:1.5rem}}.clients .swiper-wrapper .swiper-slide .text h2:after{margin-top:.5rem;margin-bottom:.5rem;display:block;width:1rem;border-bottom-width:2px;--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity));content:""}.clients .swiper-wrapper .swiper-slide .text h3{display:none;font-size:.75rem;line-height:1rem}@media (min-width: 1024px){.clients .swiper-wrapper .swiper-slide .text h3{display:block;font-size:.875rem;line-height:1.25rem}}.clients .swiper-wrapper .swiper-slide:hover{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.clients .swiper-wrapper .swiper-slide:hover .text{--un-bg-opacity:.9;opacity:1}.clients .swiper-wrapper .swiper-slide:last-child{height:100%!important}.clients .swiper-pagination{bottom:10px!important}@media (min-width: 960px){.clients .swiper-pagination{bottom:40px!important}}.teachers{padding-top:2rem}.teachers .tit{margin-bottom:2.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(204 204 204 / var(--un-border-opacity));padding-bottom:2.5rem}@media (min-width: 1024px){.teachers .tit{margin-bottom:5rem}}.teachers .tit .title{width:100%}@media (min-width: 1024px){.teachers .tit .title{width:80%}}.teachers .tit .title h3{width:80%;text-align:left}@media (min-width: 1024px){.teachers .tit .title h3{width:50%}}.teachers .tit .title h3:after{margin-top:1.25rem;display:block;width:1.75rem;border-bottom-width:3px;--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));content:""}@media (min-width: 1024px){.teachers .tit .title h3:after{margin-top:2.5rem}}.teachers .tit .title p{margin-top:1.25rem;text-align:left;font-size:.875rem;line-height:1.25rem}@media (min-width: 1024px){.teachers .tit .title p{margin-top:2.5rem;width:80%;font-size:1rem;line-height:1.5rem}}@media (min-width: 1280px){.teachers .tit .title p{font-size:1.5rem;line-height:2rem}}.teachers .tit dl{width:100%;display:flex;flex-shrink:0;flex-direction:row}@media (min-width: 1024px){.teachers .tit dl{width:auto;flex-direction:column}}.teachers .tit dl dd{margin-top:1.25rem;margin-bottom:1.25rem;margin-right:1.25rem}@media (min-width: 1024px){.teachers .tit dl dd{margin-top:2.5rem;margin-bottom:2.5rem;margin-right:0}}.teachers .tit dl dd h2{font-size:1.5rem;line-height:2rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.teachers .tit dl dd h2{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 1280px){.teachers .tit dl dd h2{font-size:4.5rem;line-height:1}}.teachers .tit dl dd h3{font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity))}@media (min-width: 1024px){.teachers .tit dl dd h3{font-size:1.5rem;line-height:2rem}}@media (min-width: 1280px){.teachers .tit dl dd h3{font-size:1.875rem;line-height:2.25rem}}.teachers ul{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:2.5rem;gap:1.25rem}@media (min-width: 1024px){.teachers ul{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:5rem;gap:1.5rem}}@media (min-width: 1280px){.teachers ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}}.teachers ul li a{display:block}.teachers ul li a:hover{box-shadow:0 2px 12.87px .13px #c7ebf4b0}.teachers ul li a:hover .pic img{--un-scale-x:1.05;--un-scale-y:1.05;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.teachers ul li a:hover .text h2{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}.teachers ul li a .pic{overflow:hidden;border-radius:.5rem}.teachers ul li a .pic img{width:100%;height:300px;--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));object-fit:cover;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.teachers ul li a .text{display:flex;flex-direction:column;padding:1.25rem}.teachers ul li a .text span{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}.teachers ul li a .text h2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity))}@media (min-width: 1024px){.teachers ul li a .text h2{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.teachers ul li a .text h2{font-size:1.25rem;line-height:1.75rem}}.teachers ul li a .text p{margin-bottom:.5rem;display:flex;align-items:center;font-size:.75rem;line-height:1rem}@media (min-width: 1024px){.teachers ul li a .text p{font-size:.875rem;line-height:1.25rem}}.teachers ul li a .text p i{margin-top:2px;margin-right:.5rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.haveideas{margin-top:2.5rem;margin-bottom:2.5rem;text-align:center}@media (min-width: 1024px){.haveideas{margin-top:5rem;margin-bottom:5rem}}@media (min-width: 1280px){.haveideas{margin-bottom:7.5rem}}.haveideas h2{margin-bottom:2.5rem;font-size:1.125rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.haveideas h2{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1280px){.haveideas h2{font-size:1.5rem;line-height:2rem}}.haveideas .line{position:relative;margin-bottom:1.25rem;width:100%;height:2px;--un-bg-opacity:1;background-color:rgb(221 221 221 / var(--un-bg-opacity));--un-bg-opacity:.5}@media (min-width: 1024px){.haveideas .line{margin-bottom:2.5rem}}.haveideas .line:after{position:absolute;left:0;bottom:0;display:block;width:4rem;height:4px;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));content:"";left:calc(50% - 2rem)}.haveideas p{margin-bottom:2.5rem;font-size:1.125rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}@media (min-width: 1024px){.haveideas p{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1280px){.haveideas p{font-size:1.5rem;line-height:2rem}}.haveideas .pic{margin-left:auto;margin-right:auto;margin-bottom:1.25rem;width:120px}.haveideas .btns{display:flex;align-items:center;justify-content:center}.haveideas .btns a{margin-left:.5rem;margin-right:.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));padding:.5rem 2.5rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.haveideas .btns a{margin-left:1rem;margin-right:1rem;font-size:1rem;line-height:1.5rem}}.haveideas .btns a i{margin-left:.5rem;font-size:1.5rem;line-height:2rem}.haveideas .btns a:hover{--un-bg-opacity:1;background-color:rgb(242 75 90 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.admission{padding-top:2rem;padding-bottom:2rem}@media (min-width: 1024px){.admission{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1280px){.admission{padding-top:7.5rem;padding-bottom:7.5rem}}.admission.admission-innox-bootcamp-list{padding-top:0;padding-bottom:0}@media (min-width: 1024px){.admission.admission-innox-bootcamp-list ul{grid-template-columns:repeat(3,minmax(0,1fr))}}.admission .tabs{margin-left:auto;margin-right:auto;margin-top:2.5rem;margin-bottom:2.5rem;width:100%;display:flex;align-items:center;justify-content:space-between;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding:1rem 1.5rem}@media (min-width: 1024px){.admission .tabs{width:80%}}@media (min-width: 1280px){.admission .tabs{margin-top:3.75rem;margin-bottom:3.75rem;width:70%}}.admission .tabs a{margin-left:.25rem;margin-right:.25rem;display:flex;flex:1 1 0%;flex-direction:column;align-items:center;justify-content:center;border-radius:9999px;background-color:transparent;padding-top:.25rem;padding-bottom:.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.admission .tabs a h2{text-align:center;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity));line-height:1.25rem}@media (min-width: 1024px){.admission .tabs a h2{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1280px){.admission .tabs a h2{font-size:1.5rem;line-height:2rem}}.admission .tabs a h3{display:none;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}@media (min-width: 1024px){.admission .tabs a h3{display:block;font-size:.875rem;line-height:1.25rem}}.admission .tabs a:hover,.admission .tabs a.active{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.admission .tabs a:hover h2,.admission .tabs a.active h2{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}.admission .description{margin-left:auto;margin-right:auto;width:100%;text-align:center;font-size:.875rem;line-height:1.25rem}@media (min-width: 1024px){.admission .description{width:80%;font-size:1rem;line-height:1.5rem}}@media (min-width: 1280px){.admission .description{font-size:1.125rem;line-height:1.75rem}}.admission .btns{margin-top:2.5rem;margin-bottom:2.5rem;display:flex;align-items:center;justify-content:center}@media (min-width: 1280px){.admission .btns{margin-top:3.75rem;margin-bottom:3.75rem}}.admission .btns a{margin-left:.5rem;margin-right:.5rem;width:11.25rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(229 232 237 / var(--un-bg-opacity));padding-top:.5rem;padding-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.admission .btns a{margin-left:1rem;margin-right:1rem;width:12.5rem;font-size:1rem;line-height:1.5rem}}.admission .btns a i{margin-left:.5rem;font-size:1.5rem;line-height:2rem}.admission .btns a:last-child{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.admission .btns a:hover{--un-bg-opacity:1;background-color:rgb(242 75 90 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.admission ul{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:2.5rem;gap:1.25rem}@media (min-width: 1024px){.admission ul{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:5rem;gap:1.5rem}}@media (min-width: 1280px){.admission ul{gap:1.75rem}}.admission ul.only-one{grid-template-columns:repeat(1,minmax(0,1fr));margin-left:auto;margin-right:auto}@media (min-width: 1024px){.admission ul.only-one{width:50%}}.admission ul li a:hover .pic{box-shadow:0 2px 12.87px .13px #c7ebf4b0}.admission ul li a:hover .pic img{--un-scale-x:1.05;--un-scale-y:1.05;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.admission ul li a:hover h2{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}.admission ul li a .pic{overflow:hidden;border-radius:.5rem}.admission ul li a .pic img{width:100%;height:auto;--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));object-fit:cover;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}@media (min-width: 1024px){.admission ul li a .pic img{height:400px}}.admission ul li a h2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;padding-top:1.25rem;padding-bottom:1.25rem;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity))}@media (min-width: 1024px){.admission ul li a h2{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.admission ul li a h2{font-size:1.25rem;line-height:1.75rem}}.admission-info{padding-top:2rem;padding-bottom:2rem}@media (min-width: 1024px){.admission-info{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1280px){.admission-info{padding-top:6.25rem;padding-bottom:6.25rem}}.admission-info .title p{margin-left:auto;margin-right:auto;max-width:80%;font-size:.875rem;line-height:1.25rem}@media (min-width: 1024px){.admission-info .title p{font-size:1rem;line-height:1.5rem}}.admission-info .btns{margin-top:2.5rem;margin-bottom:2.5rem;display:flex;align-items:center;justify-content:center}@media (min-width: 1280px){.admission-info .btns{margin-top:3.75rem;margin-bottom:3.75rem}}.admission-info .btns a{margin-left:.5rem;margin-right:.5rem;width:11.25rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(229 232 237 / var(--un-bg-opacity));padding-top:.5rem;padding-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.admission-info .btns a{margin-left:1rem;margin-right:1rem;width:12.5rem;font-size:1rem;line-height:1.5rem}}.admission-info .btns a i{margin-left:.5rem;font-size:1.5rem;line-height:2rem}.admission-info .btns a:last-child{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.admission-info .btns a:hover{--un-bg-opacity:1;background-color:rgb(242 75 90 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.admission-info .pics{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:1.25rem;gap:1.25rem}@media (min-width: 1024px){.admission-info .pics{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2.5rem;gap:2.5rem}}@media (min-width: 1280px){.admission-info .pics{margin-top:3.75rem}}.admission-info .pics a{@apply;}.admission-info .pics a img{width:100%;height:17.5rem;object-fit:cover}.admission-info.graybg{--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity))}.camp-focus{padding-bottom:2rem}@media (min-width: 1024px){.camp-focus{padding-bottom:5rem}}@media (min-width: 1280px){.camp-focus{padding-bottom:6.25rem}}.camp-focus .tags{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-top:2rem}@media (min-width: 1024px){.camp-focus .tags{padding-top:5rem}}@media (min-width: 1280px){.camp-focus .tags{padding-top:6.25rem}}.camp-focus .tags a{margin:.5rem 1.25rem;border-radius:9999px;--un-bg-opacity:1;background-color:rgb(238 238 238 / var(--un-bg-opacity));padding:.5rem 2.5rem;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}@media (min-width: 1024px){.camp-focus .tags a{margin-left:3.5rem;margin-right:3.5rem}}.camp-focus .tags a:hover,.camp-focus .tags a:nth-child(3),.camp-focus .tags a:nth-child(5),.camp-focus .tags a:nth-child(9){--un-bg-opacity:1;background-color:rgb(221 236 255 / var(--un-bg-opacity))}.highlights{--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding-top:2rem;padding-bottom:2rem}@media (min-width: 1024px){.highlights{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1280px){.highlights{padding-top:6.25rem;padding-bottom:6.25rem}}.highlights ul{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding-top:2rem}@media (min-width: 1024px){.highlights ul{flex-direction:row;gap:2rem;padding-top:5rem}}@media (min-width: 1280px){.highlights ul{padding-top:6.25rem}}.highlights ul li{position:relative;margin-bottom:1.25rem;width:2.5rem;width:100%;height:20rem;display:flex;flex-direction:column;cursor:pointer;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));box-shadow:0 0 10px #0000001a}@media (min-width: 1024px){.highlights ul li{width:7.5rem;height:25rem;flex:1 1 0%}}.highlights ul li .number{position:absolute;top:-1rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-width:2px;--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));border-radius:9999px;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));font-weight:700}.highlights ul li .text1{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.highlights ul li .text1 .icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-width:2px;--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));border-radius:9999px;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.highlights ul li .text1 .icon i{font-size:1.5rem;line-height:2rem}.highlights ul li .text1 h2{margin-top:1rem;font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.highlights ul li .text1 h2{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1280px){.highlights ul li .text1 h2{font-size:1.5rem;line-height:2rem}}.highlights ul li .text2{display:none;width:100%;height:100%;flex-direction:column;--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));padding:2.5rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.highlights ul li .text2 h2{margin-bottom:1.25rem;margin-top:2.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:700}@media (min-width: 1024px){.highlights ul li .text2 h2{margin-bottom:2.5rem;font-size:1.5rem;line-height:2rem}}@media (min-width: 1280px){.highlights ul li .text2 h2{font-size:1.875rem;line-height:2.25rem}}.highlights ul li .text2 h3{font-size:.875rem;line-height:1.25rem;font-weight:700}@media (min-width: 1024px){.highlights ul li .text2 h3{font-size:1rem;line-height:1.5rem}}.highlights ul li .text2 .icon{margin-top:auto;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-width:2px;--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity));border-radius:9999px;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.highlights ul li .text2 .icon i{font-size:1.5rem;line-height:2rem}.highlights ul li.active{flex:1 1 auto;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}@media (min-width: 1024px){.highlights ul li.active{width:15rem}}.highlights ul li.active .number{--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.highlights ul li.active .text1{display:none}.highlights ul li.active .text2{display:flex}.persona{padding-top:2rem;padding-bottom:2rem}@media (min-width: 1024px){.persona{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1280px){.persona{padding-top:6.25rem;padding-bottom:6.25rem}}.persona dl{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:2rem;gap:1.25rem}@media (min-width: 1024px){.persona dl{margin-top:5rem;gap:2.5rem}}@media (min-width: 1280px){.persona dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:3.75rem}}.persona dl dd{cursor:pointer;border-radius:.5rem;--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity))}.persona dl dd h2{border-top-left-radius:.5rem;border-top-right-radius:.5rem;--un-bg-opacity:1;background-color:rgb(221 221 221 / var(--un-bg-opacity));padding:1.25rem;font-size:1.125rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.persona dl dd h2{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1280px){.persona dl dd h2{font-size:1.5rem;line-height:2rem}}.persona dl dd .content{margin-bottom:0;padding:2.5rem}.persona dl dd .content ul{list-style:circle!important}.persona dl dd:hover{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));box-shadow:0 2px 12.87px .13px #989898b0}.persona dl dd:hover h2{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.recent-bootcamps ul{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:2rem;gap:1.25rem}@media (min-width: 1024px){.recent-bootcamps ul{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2.5rem;gap:2.5rem}}@media (min-width: 1280px){.recent-bootcamps ul{margin-top:5rem;gap:3.75rem}}.recent-bootcamps ul li{box-shadow:0 2px 12.87px .13px #989898b0;border-radius:.5rem;padding:2.5rem}.recent-bootcamps ul li h3{font-size:1.5rem;line-height:2rem}@media (min-width: 1024px){.recent-bootcamps ul li h3{font-size:1.875rem;line-height:2.25rem}}.recent-bootcamps ul li h2{margin-top:.5rem;font-size:3.75rem;line-height:1;--un-text-opacity:1;color:rgb(12 43 67 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.recent-bootcamps ul li h2{font-size:4.5rem;line-height:1}}.recent-bootcamps ul li p{margin-top:1.25rem;font-size:.75rem;line-height:1rem}@media (min-width: 1024px){.recent-bootcamps ul li p{font-size:.875rem;line-height:1.25rem}}.program-list{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.25rem}@media (min-width: 1024px){.program-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}.program-list li{cursor:pointer;border-radius:.5rem;--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity));padding:1.25rem}@media (min-width: 1024px){.program-list li{padding:2.5rem}}.program-list li .icon{height:3.75rem;font-size:2.25rem;line-height:2.5rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}@media (min-width: 1024px){.program-list li .icon{height:7.5rem}}.program-list li h2{margin-bottom:1.25rem;font-size:1.125rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.program-list li h2{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1280px){.program-list li h2{font-size:1.5rem;line-height:2rem}}.program-list li p{font-size:.75rem;line-height:1rem}@media (min-width: 1024px){.program-list li p{font-size:.875rem;line-height:1.25rem}}.program-list li:hover{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity))}.program-list li:hover h2,.program-list li:hover p,.program-list li:hover .icon{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.project-incubation-list{margin-top:2.5rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.25rem}@media (min-width: 1024px){.project-incubation-list{margin-top:5rem}}@media (min-width: 1024px){.project-incubation-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}.project-incubation-list li{cursor:pointer;border-radius:.5rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:1.25rem}@media (min-width: 1024px){.project-incubation-list li{padding:2.5rem}}.project-incubation-list li h2{margin-bottom:1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(221 221 221 / var(--un-border-opacity));padding-bottom:1.25rem;font-size:1.125rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.project-incubation-list li h2{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1280px){.project-incubation-list li h2{font-size:1.5rem;line-height:2rem}}.project-incubation-list li h2 i{font-size:2.25rem;line-height:2.5rem}.project-incubation-list li p{font-size:.75rem;line-height:1rem}@media (min-width: 1024px){.project-incubation-list li p{font-size:.875rem;line-height:1.25rem}}.project-incubation-list li:hover{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity))}.project-incubation-list li:hover h2{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.project-incubation-list li:hover p{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}@media (min-width: 1024px){.project-incubation-list li:first-child{grid-column:span 2/span 2}}.founder-development-list{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:2.5rem;gap:1.25rem}@media (min-width: 1024px){.founder-development-list{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:5rem}}@media (min-width: 1280px){.founder-development-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}.founder-development-list li{cursor:pointer;border-radius:.5rem;--un-bg-opacity:1;background-color:rgb(245 245 245 / var(--un-bg-opacity))}.founder-development-list li:hover{box-shadow:0 2px 12.87px .13px #c7ebf4b0;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.founder-development-list li:hover .pic img{--un-scale-x:1.05;--un-scale-y:1.05;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.founder-development-list li:hover .text h2,.founder-development-list li:hover .text button{--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}.founder-development-list li .pic{margin-bottom:1.25rem;overflow:hidden;border-radius:.5rem}.founder-development-list li .pic img{width:100%;height:300px;--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));object-fit:cover;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.5s}.founder-development-list li .text{display:flex;flex-direction:column;padding:1.25rem}.founder-development-list li .text span{margin-bottom:.5rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}.founder-development-list li .text h2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}@media (min-width: 1024px){.founder-development-list li .text h2{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 1280px){.founder-development-list li .text h2{font-size:1.25rem;line-height:1.75rem}}.founder-development-list li .text p{margin-top:1.25rem;margin-bottom:1.25rem;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}@media (min-width: 1024px){.founder-development-list li .text p{font-size:.875rem;line-height:1.25rem}}.admission-requirements-list{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:5rem;gap:1.25rem}@media (min-width: 1024px){.admission-requirements-list{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:7.5rem;gap:2rem}}.admission-requirements-list li{position:relative;margin-bottom:2.5rem;display:flex;flex:1 1 0%;cursor:pointer;justify-content:center;border-radius:.5rem;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:5rem 2.5rem;box-shadow:0 2px 12.87px .13px #c7ebf4b0}@media (min-width: 1024px){.admission-requirements-list li{margin-bottom:1.25rem}}.admission-requirements-list li .number{position:absolute;top:-2rem;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;border-width:2px;--un-border-opacity:1;border-color:rgb(65 93 199 / var(--un-border-opacity));border-radius:9999px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));font-size:1.25rem;line-height:1.75rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity));font-weight:700}.admission-requirements-list li .text{text-align:center;font-size:.875rem;line-height:1.25rem}@media (min-width: 1024px){.admission-requirements-list li .text{font-size:1rem;line-height:1.5rem}}.admission-requirements-list li:hover .number{--un-bg-opacity:1;background-color:rgb(65 93 199 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.application-material-list{margin-left:auto;margin-right:auto;margin-top:2.5rem;width:100%;display:flex;align-items:center;justify-content:center;gap:1rem;border-radius:.5rem;padding:1.25rem .75rem;box-shadow:0 2px 12.87px .13px #c7ebf4b0}@media (min-width: 1024px){.application-material-list{margin-top:5rem;width:660px;gap:2.5rem;padding:1.25rem}}.application-material-list li{display:flex;align-items:center}.application-material-list li i{margin-right:.25rem;margin-top:2px;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(65 93 199 / var(--un-text-opacity))}@media (min-width: 1024px){.application-material-list li i{font-size:1.5rem;line-height:2rem}}/*!
* baguetteBox.js
* @author  feimosi
* @version %%INJECT_VERSION%%
* @url https://github.com/feimosi/baguetteBox.js
*/#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:#000c;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;box-shadow:0 0 8px #0009}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:#0009;font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;transition:left .4s ease,transform .4s ease}#baguetteBox-slider.bounce-from-right{animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{animation:bounceFromLeft .4s ease-out}@keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}to{margin-left:0}}@keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}to{margin-left:0}}.baguetteBox-button#previous-button,.baguetteBox-button#next-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:none;padding:0;margin:0;border:0;border-radius:15%;background-color:#323232;background-color:#32323280;color:#ddd;font:1.6em sans-serif;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:#323232e6}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{animation-delay:-1s}@keyframes bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[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:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[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)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}@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}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.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)}.swiper-button-prev,.swiper-button-next{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-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(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-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{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, rgba(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>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{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-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-top,.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{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-top,.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{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}@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) format("woff");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:translateZ(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);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-slide,.swiper-3d .swiper-cube-shadow{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-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.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:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .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(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{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-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next: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:translateZ(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-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{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,.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;-moz-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-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-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:translate(-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, rgba(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-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.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,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
