: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)}}.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}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-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]){-webkit-text-decoration:underline dotted;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;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([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::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}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]:where(:not([hidden=until-found])){display:none}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.-bottom-2{bottom:-.5rem}.bottom-0{bottom:0}.left-0{left:0}.left-1\/2{left:50%}.left-\[68px\]{left:68px}.right-0{right:0}.right-\[140px\]{right:140px}.right-\[80px\]{right:80px}.top-1\/2{top:50%}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.z-\[3\]{z-index:3}.z-\[4\]{z-index:4}.mx-auto{margin-left:auto;margin-right:auto}.mb-\[\.12rem\]{margin-bottom:.12rem}.mb-\[\.16rem\]{margin-bottom:.16rem}.mb-\[\.20rem\]{margin-bottom:.2rem}.mb-\[\.24rem\]{margin-bottom:.24rem}.mb-\[\.2rem\]{margin-bottom:.2rem}.mb-\[\.32rem\]{margin-bottom:.32rem}.mb-\[\.3rem\]{margin-bottom:.3rem}.mb-\[\.42rem\]{margin-bottom:.42rem}.mb-\[\.48rem\]{margin-bottom:.48rem}.mb-\[\.4rem\]{margin-bottom:.4rem}.mb-\[\.5rem\]{margin-bottom:.5rem}.mb-\[1\.1rem\]{margin-bottom:1.1rem}.mb-\[100px\]{margin-bottom:100px}.mb-\[10px\]{margin-bottom:10px}.mb-\[21px\]{margin-bottom:21px}.mb-\[32px\]{margin-bottom:32px}.mb-\[45px\]{margin-bottom:45px}.mb-\[64px\]{margin-bottom:64px}.mb-\[80px\]{margin-bottom:80px}.ml-\[250px\]{margin-left:250px}.mr-\[\.16rem\]{margin-right:.16rem}.mr-\[\.3rem\]{margin-right:.3rem}.mr-\[0\.2rem\]{margin-right:.2rem}.mr-\[20px\]{margin-right:20px}.mt-\[60px\]{margin-top:60px}.box-border{box-sizing:border-box}.block{display:block}.flex{display:flex}.hidden{display:none}.h-\[\.02rem\]{height:.02rem}.h-\[\.5rem\]{height:.5rem}.h-\[\.6rem\]{height:.6rem}.h-\[\.88rem\]{height:.88rem}.h-\[1000px\]{height:1000px}.h-\[100vh\]{height:100vh}.h-\[114px\]{height:114px}.h-\[130px\]{height:130px}.h-\[194px\]{height:194px}.h-\[2\.3rem\]{height:2.3rem}.h-\[226px\]{height:226px}.h-\[2px\]{height:2px}.h-\[368px\]{height:368px}.h-\[4\.72rem\]{height:4.72rem}.h-\[50px\]{height:50px}.h-\[53px\]{height:53px}.h-\[58px\]{height:58px}.h-\[70px\]{height:70px}.h-\[800px\]{height:800px}.h-\[96px\]{height:96px}.h-\[97px\]{height:97px}.h-\[calc\(100vh-126px\)\]{height:calc(100vh - 126px)}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.min-h-\[2\.96rem\]{min-height:2.96rem}.min-h-\[800px\]{min-height:800px}.w-\[\.5rem\]{width:.5rem}.w-\[\.6rem\]{width:.6rem}.w-\[\.88rem\]{width:.88rem}.w-\[1\.64rem\]{width:1.64rem}.w-\[1024px\]{width:1024px}.w-\[1220px\]{width:1220px}.w-\[1226px\]{width:1226px}.w-\[1322px\]{width:1322px}.w-\[1468px\]{width:1468px}.w-\[2\.18rem\]{width:2.18rem}.w-\[226px\]{width:226px}.w-\[260px\]{width:260px}.w-\[3\.12rem\]{width:3.12rem}.w-\[302px\]{width:302px}.w-\[310px\]{width:310px}.w-\[388px\]{width:388px}.w-\[453px\]{width:453px}.w-\[5\.82rem\]{width:5.82rem}.w-\[5\.84rem\]{width:5.84rem}.w-\[5\.95rem\]{width:5.95rem}.w-\[50px\]{width:50px}.w-\[58px\]{width:58px}.w-\[6\.68rem\]{width:6.68rem}.w-\[6\.7rem\]{width:6.7rem}.w-\[70px\]{width:70px}.w-full{width:100%}.min-w-\[750px\]{min-width:750px}.max-w-\[1920px\]{max-width:1920px}.max-w-\[calc\(100\%-120px\)\]{max-width:calc(100% - 120px)}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[0\.85\]{--tw-scale-x: .85;--tw-scale-y: .85;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-\[scrollReverse_25s_linear_infinite\]{animation:scrollReverse 25s linear infinite}.animate-\[scroll_20s_linear_infinite\]{animation:scroll 20s linear infinite}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-\[\.24rem\]{gap:.24rem}.gap-\[\.48rem\]{gap:.48rem}.gap-\[\.62rem\]{gap:.62rem}.gap-\[20px\]{gap:20px}.gap-\[40px\]{gap:40px}.gap-\[50px\]{gap:50px}.gap-\[80px\]{gap:80px}.gap-\[8px\]{gap:8px}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-\[\.16rem\]{border-radius:.16rem}.rounded-\[\.32rem\]{border-radius:.32rem}.rounded-\[100px\]{border-radius:100px}.rounded-\[12px\]{border-radius:12px}.rounded-\[20px\]{border-radius:20px}.rounded-\[30px\]{border-radius:30px}.rounded-\[38px\]{border-radius:38px}.rounded-full{border-radius:9999px}.bg-\[\#333333\]{--tw-bg-opacity: 1;background-color:rgb(51 51 51 / var(--tw-bg-opacity, 1))}.bg-\[\#BDEEFF\]{--tw-bg-opacity: 1;background-color:rgb(189 238 255 / var(--tw-bg-opacity, 1))}.bg-\[\#DCFEFF\]{--tw-bg-opacity: 1;background-color:rgb(220 254 255 / var(--tw-bg-opacity, 1))}.bg-\[\#F9F9F9\]{--tw-bg-opacity: 1;background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))}.bg-\[\#FCF1CE\]{--tw-bg-opacity: 1;background-color:rgb(252 241 206 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF9E5\]{--tw-bg-opacity: 1;background-color:rgb(255 249 229 / var(--tw-bg-opacity, 1))}.bg-\[\#fff\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-\[rgba\(255\,255\,255\,0\.2\)\]{background-color:#fff3}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/20{background-color:#fff3}.bg-\[url\(\'\@\/assets\/images\/22\.png\'\)\]{background-image:url(/assets/22-DfgWq2WF.png)}.bg-\[url\(\'\@\/assets\/images\/4\.png\'\)\]{background-image:url(/assets/4-DwwfPYFs.png)}.bg-\[url\(\'\@\/assets\/images\/mobile\/1\.png\'\)\]{background-image:url(/assets/1-C0t0sIkS.png)}.bg-\[url\(\'\@\/assets\/images\/mobile\/13\.png\'\)\]{background-image:url(/assets/13-Zuc62UDb.png)}.bg-\[url\(\'\@\/assets\/images\/mobile\/14\.png\'\)\]{background-image:url(/assets/14-iGjhoGZ6.png)}.bg-\[url\(\'\@\/assets\/images\/mobile\/15\.png\'\)\]{background-image:url(/assets/15-geK4KcJs.png)}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-\[\.24rem\]{padding:.24rem}.p-\[\.36rem\]{padding:.36rem}.p-\[0\.4rem\]{padding:.4rem}.p-\[12px\]{padding:12px}.p-\[30px\]{padding:30px}.px-\[\.12rem\]{padding-left:.12rem;padding-right:.12rem}.px-\[\.18rem\]{padding-left:.18rem;padding-right:.18rem}.px-\[\.28rem\]{padding-left:.28rem;padding-right:.28rem}.px-\[\.42rem\]{padding-left:.42rem;padding-right:.42rem}.px-\[\.4rem\]{padding-left:.4rem;padding-right:.4rem}.px-\[\.76rem\]{padding-left:.76rem;padding-right:.76rem}.px-\[135px\]{padding-left:135px;padding-right:135px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[21px\]{padding-left:21px;padding-right:21px}.px-\[60px\]{padding-left:60px;padding-right:60px}.py-\[\.32rem\]{padding-top:.32rem;padding-bottom:.32rem}.py-\[119px\]{padding-top:119px;padding-bottom:119px}.py-\[25px\]{padding-top:25px;padding-bottom:25px}.py-\[27px\]{padding-top:27px;padding-bottom:27px}.py-\[40px\]{padding-top:40px;padding-bottom:40px}.pb-\[\.14rem\]{padding-bottom:.14rem}.pb-\[\.58rem\]{padding-bottom:.58rem}.pb-\[\.8rem\]{padding-bottom:.8rem}.pb-\[110px\]{padding-bottom:110px}.pb-\[30px\]{padding-bottom:30px}.pb-\[60px\]{padding-bottom:60px}.pb-\[70px\]{padding-bottom:70px}.pt-\[\.48rem\]{padding-top:.48rem}.pt-\[\.6rem\]{padding-top:.6rem}.pt-\[100px\]{padding-top:100px}.pt-\[60px\]{padding-top:60px}.pt-\[83px\]{padding-top:83px}.pt-\[90px\]{padding-top:90px}.text-center{text-align:center}.text-right{text-align:right}.text-\[\.24rem\]{font-size:.24rem}.text-\[\.26rem\]{font-size:.26rem}.text-\[\.28rem\]{font-size:.28rem}.text-\[\.32rem\]{font-size:.32rem}.text-\[\.36rem\]{font-size:.36rem}.text-\[\.3rem\]{font-size:.3rem}.text-\[\.48rem\]{font-size:.48rem}.text-\[\.64rem\]{font-size:.64rem}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[25px\]{font-size:25px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[35px\]{font-size:35px}.text-\[40px\]{font-size:40px}.text-\[60px\]{font-size:60px}.text-\[70px\]{font-size:70px}.font-bold{font-weight:700}.font-normal{font-weight:400}.leading-\[1\.2\]{line-height:1.2}.leading-\[1\.3\]{line-height:1.3}.leading-\[1\.5\]{line-height:1.5}.leading-\[70px\]{line-height:70px}.text-\[\#000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-\[\#333333\],.text-\[\#333\]{--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity, 1))}.text-\[\#737477\]{--tw-text-opacity: 1;color:rgb(115 116 119 / var(--tw-text-opacity, 1))}.text-\[\#9F9F9F\]{--tw-text-opacity: 1;color:rgb(159 159 159 / var(--tw-text-opacity, 1))}.text-\[\#fff\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-\[rgba\(255\,255\,255\,0\.6\)\]{color:#fff9}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-black\/70{color:#000000b3}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/20{color:#fff3}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-\[0px_2px_8px_0px_rgba\(0\,0\,0\,0\.05\)\]{--tw-shadow: 0px 2px 8px 0px rgba(0,0,0,.05);--tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.\[-ms-overflow-style\:none\]{-ms-overflow-style:none}.\[scrollbar-width\:none\]{scrollbar-width:none}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden}@media (max-width: 750px){html{font-size:13.33333vw}#root{font-size:.14rem}}#root{width:100%;height:100%;overflow-x:hidden;font-size:16px}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;outline:none;background:none}input,textarea{outline:none}.after\:pointer-events-none:after{content:var(--tw-content);pointer-events:none}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-0:after{content:var(--tw-content);left:0}.after\:top-0:after{content:var(--tw-content);top:0}.after\:z-\[2\]:after{content:var(--tw-content);z-index:2}.after\:h-full:after{content:var(--tw-content);height:100%}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:bg-\[url\(\'\@\/assets\/images\/23\.png\'\)\]:after{content:var(--tw-content);background-image:url(/assets/23-Bk7pIQCW.png)}.after\:bg-contain:after{content:var(--tw-content);background-size:contain}.after\:bg-center:after{content:var(--tw-content);background-position:center}.after\:bg-no-repeat:after{content:var(--tw-content);background-repeat:no-repeat}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.hover\:-translate-y-\[2px\]:hover{--tw-translate-y: -2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:opacity-80:hover,.active\:opacity-80:active{opacity:.8}@media (max-width: 749px){.mb\:h-\[2\.12rem\]{height:2.12rem}.mb\:w-\[2\.12rem\]{width:2.12rem}.mb\:w-full{width:100%}.mb\:gap-x-\[\.18rem\]{-moz-column-gap:.18rem;column-gap:.18rem}.mb\:gap-y-\[\.58rem\]{row-gap:.58rem}.mb\:rounded-\[\.3rem\]{border-radius:.3rem}.mb\:px-\[\.2rem\]{padding-left:.2rem;padding-right:.2rem}.mb\:py-\[\.28rem\]{padding-top:.28rem;padding-bottom:.28rem}.mb\:text-\[\.24rem\],.mb\:text-\[0\.24rem\]{font-size:.24rem}}@media (min-width: 750px){.sm\:right-\[55px\]{right:55px}.sm\:mb-\[11px\]{margin-bottom:11px}.sm\:mb-\[13px\]{margin-bottom:13px}.sm\:mb-\[18px\]{margin-bottom:18px}.sm\:mb-\[20px\]{margin-bottom:20px}.sm\:mb-\[25px\]{margin-bottom:25px}.sm\:mb-\[31px\]{margin-bottom:31px}.sm\:mb-\[39px\]{margin-bottom:39px}.sm\:mb-\[4px\]{margin-bottom:4px}.sm\:mb-\[8px\]{margin-bottom:8px}.sm\:ml-\[98px\]{margin-left:98px}.sm\:mr-\[142px\]{margin-right:142px}.sm\:mr-\[8px\]{margin-right:8px}.sm\:mt-\[24px\]{margin-top:24px}.sm\:block{display:block}.sm\:hidden{display:none}.sm\:h-\[144px\]{height:144px}.sm\:h-\[19px\]{height:19px}.sm\:h-\[21px\]{height:21px}.sm\:h-\[23px\]{height:23px}.sm\:h-\[27px\]{height:27px}.sm\:h-\[313px\]{height:313px}.sm\:h-\[38px\]{height:38px}.sm\:h-\[400px\]{height:400px}.sm\:h-\[45px\]{height:45px}.sm\:h-\[51px\]{height:51px}.sm\:h-\[76px\]{height:76px}.sm\:h-\[82px\]{height:82px}.sm\:min-h-\[313px\]{min-height:313px}.sm\:min-h-\[400px\]{min-height:400px}.sm\:w-\[102px\]{width:102px}.sm\:w-\[121px\]{width:121px}.sm\:w-\[138px\]{width:138px}.sm\:w-\[152px\]{width:152px}.sm\:w-\[177px\]{width:177px}.sm\:w-\[194px\]{width:194px}.sm\:w-\[19px\]{width:19px}.sm\:w-\[20px\]{width:20px}.sm\:w-\[23px\]{width:23px}.sm\:w-\[264px\]{width:264px}.sm\:w-\[27px\]{width:27px}.sm\:w-\[400px\]{width:400px}.sm\:w-\[477px\]{width:477px}.sm\:w-\[479px\]{width:479px}.sm\:w-\[517px\]{width:517px}.sm\:w-\[574px\]{width:574px}.sm\:w-\[82px\]{width:82px}.sm\:min-w-\[750px\]{min-width:750px}.sm\:max-w-\[1920px\]{max-width:1920px}.sm\:gap-\[16px\]{gap:16px}.sm\:gap-\[19px\]{gap:19px}.sm\:gap-\[20px\]{gap:20px}.sm\:gap-\[31px\]{gap:31px}.sm\:gap-\[3px\]{gap:3px}.sm\:gap-\[8px\]{gap:8px}.sm\:rounded-\[12px\]{border-radius:12px}.sm\:rounded-\[15px\]{border-radius:15px}.sm\:rounded-\[5px\]{border-radius:5px}.sm\:rounded-\[8px\]{border-radius:8px}.sm\:p-\[12px\]{padding:12px}.sm\:p-\[4px\]{padding:4px}.sm\:px-\[24px\]{padding-left:24px;padding-right:24px}.sm\:px-\[30px\]{padding-left:30px;padding-right:30px}.sm\:px-\[50px\]{padding-left:50px;padding-right:50px}.sm\:px-\[8px\]{padding-left:8px;padding-right:8px}.sm\:py-\[10px\]{padding-top:10px;padding-bottom:10px}.sm\:py-\[11px\]{padding-top:11px;padding-bottom:11px}.sm\:py-\[16px\]{padding-top:16px;padding-bottom:16px}.sm\:py-\[44px\]{padding-top:44px;padding-bottom:44px}.sm\:pb-\[12px\]{padding-bottom:12px}.sm\:pb-\[24px\]{padding-bottom:24px}.sm\:pb-\[28px\]{padding-bottom:28px}.sm\:pb-\[43px\]{padding-bottom:43px}.sm\:pt-\[24px\]{padding-top:24px}.sm\:pt-\[33px\]{padding-top:33px}.sm\:pt-\[35px\]{padding-top:35px}.sm\:pt-\[39px\]{padding-top:39px}.sm\:text-\[10px\]{font-size:10px}.sm\:text-\[11px\]{font-size:11px}.sm\:text-\[12px\]{font-size:12px}.sm\:text-\[13px\]{font-size:13px}.sm\:text-\[14px\]{font-size:14px}.sm\:text-\[16px\]{font-size:16px}.sm\:text-\[20px\]{font-size:20px}.sm\:text-\[24px\]{font-size:24px}.sm\:text-\[34px\]{font-size:34px}.sm\:text-\[7px\]{font-size:7px}.sm\:text-\[8px\]{font-size:8px}.sm\:text-\[9px\]{font-size:9px}.sm\:leading-\[28px\]{line-height:28px}}@media (min-width: 900px){.md\:right-\[66px\]{right:66px}.md\:mb-\[10px\]{margin-bottom:10px}.md\:mb-\[13px\]{margin-bottom:13px}.md\:mb-\[15px\]{margin-bottom:15px}.md\:mb-\[21px\]{margin-bottom:21px}.md\:mb-\[23px\]{margin-bottom:23px}.md\:mb-\[30px\]{margin-bottom:30px}.md\:mb-\[38px\]{margin-bottom:38px}.md\:mb-\[47px\]{margin-bottom:47px}.md\:mb-\[5px\]{margin-bottom:5px}.md\:ml-\[117px\]{margin-left:117px}.md\:mr-\[10px\]{margin-right:10px}.md\:mr-\[169px\]{margin-right:169px}.md\:mt-\[28px\]{margin-top:28px}.md\:h-\[172px\]{height:172px}.md\:h-\[23px\]{height:23px}.md\:h-\[25px\]{height:25px}.md\:h-\[27px\]{height:27px}.md\:h-\[33px\]{height:33px}.md\:h-\[375px\]{height:375px}.md\:h-\[45px\]{height:45px}.md\:h-\[46px\]{height:46px}.md\:h-\[500px\]{height:500px}.md\:h-\[53px\]{height:53px}.md\:h-\[61px\]{height:61px}.md\:h-\[91px\]{height:91px}.md\:h-\[99px\]{height:99px}.md\:min-h-\[375px\]{min-height:375px}.md\:min-h-\[500px\]{min-height:500px}.md\:w-\[122px\]{width:122px}.md\:w-\[145px\]{width:145px}.md\:w-\[165px\]{width:165px}.md\:w-\[182px\]{width:182px}.md\:w-\[212px\]{width:212px}.md\:w-\[232px\]{width:232px}.md\:w-\[23px\]{width:23px}.md\:w-\[27px\]{width:27px}.md\:w-\[316px\]{width:316px}.md\:w-\[33px\]{width:33px}.md\:w-\[480px\]{width:480px}.md\:w-\[572px\]{width:572px}.md\:w-\[575px\]{width:575px}.md\:w-\[620px\]{width:620px}.md\:w-\[689px\]{width:689px}.md\:w-\[99px\]{width:99px}.md\:gap-\[10px\]{gap:10px}.md\:gap-\[19px\]{gap:19px}.md\:gap-\[23px\]{gap:23px}.md\:gap-\[37px\]{gap:37px}.md\:gap-\[38px\]{gap:38px}.md\:gap-\[4px\]{gap:4px}.md\:rounded-\[10px\]{border-radius:10px}.md\:rounded-\[14px\]{border-radius:14px}.md\:rounded-\[18px\]{border-radius:18px}.md\:rounded-\[6px\]{border-radius:6px}.md\:p-\[14px\]{padding:14px}.md\:p-\[5px\]{padding:5px}.md\:px-\[10px\]{padding-left:10px;padding-right:10px}.md\:px-\[28px\]{padding-left:28px;padding-right:28px}.md\:px-\[36px\]{padding-left:36px;padding-right:36px}.md\:px-\[60px\]{padding-left:60px;padding-right:60px}.md\:py-\[12px\]{padding-top:12px;padding-bottom:12px}.md\:py-\[13px\]{padding-top:13px;padding-bottom:13px}.md\:py-\[19px\]{padding-top:19px;padding-bottom:19px}.md\:py-\[53px\]{padding-top:53px;padding-bottom:53px}.md\:pb-\[14px\]{padding-bottom:14px}.md\:pb-\[28px\]{padding-bottom:28px}.md\:pb-\[33px\]{padding-bottom:33px}.md\:pb-\[52px\]{padding-bottom:52px}.md\:pt-\[28px\]{padding-top:28px}.md\:pt-\[39px\]{padding-top:39px}.md\:pt-\[42px\]{padding-top:42px}.md\:pt-\[47px\]{padding-top:47px}.md\:text-\[10px\]{font-size:10px}.md\:text-\[11px\]{font-size:11px}.md\:text-\[12px\]{font-size:12px}.md\:text-\[13px\]{font-size:13px}.md\:text-\[14px\]{font-size:14px}.md\:text-\[15px\]{font-size:15px}.md\:text-\[17px\]{font-size:17px}.md\:text-\[19px\]{font-size:19px}.md\:text-\[24px\]{font-size:24px}.md\:text-\[28px\]{font-size:28px}.md\:text-\[41px\]{font-size:41px}.md\:text-\[8px\]{font-size:8px}.md\:text-\[9px\]{font-size:9px}.md\:leading-\[33px\]{line-height:33px}}@media (min-width: 1280px){.lg\:right-\[93px\]{right:93px}.lg\:mb-\[13px\]{margin-bottom:13px}.lg\:mb-\[17px\]{margin-bottom:17px}.lg\:mb-\[20px\]{margin-bottom:20px}.lg\:mb-\[28px\]{margin-bottom:28px}.lg\:mb-\[31px\]{margin-bottom:31px}.lg\:mb-\[40px\]{margin-bottom:40px}.lg\:mb-\[50px\]{margin-bottom:50px}.lg\:mb-\[63px\]{margin-bottom:63px}.lg\:mb-\[6px\]{margin-bottom:6px}.lg\:ml-\[156px\]{margin-left:156px}.lg\:mr-\[13px\]{margin-right:13px}.lg\:mr-\[185px\]{margin-right:185px}.lg\:mt-\[38px\]{margin-top:38px}.lg\:h-\[122px\]{height:122px}.lg\:h-\[132px\]{height:132px}.lg\:h-\[230px\]{height:230px}.lg\:h-\[31px\]{height:31px}.lg\:h-\[33px\]{height:33px}.lg\:h-\[36px\]{height:36px}.lg\:h-\[44px\]{height:44px}.lg\:h-\[500px\]{height:500px}.lg\:h-\[600px\]{height:600px}.lg\:h-\[60px\]{height:60px}.lg\:h-\[61px\]{height:61px}.lg\:h-\[71px\]{height:71px}.lg\:h-\[81px\]{height:81px}.lg\:min-h-\[500px\]{min-height:500px}.lg\:min-h-\[600px\]{min-height:600px}.lg\:w-\[132px\]{width:132px}.lg\:w-\[163px\]{width:163px}.lg\:w-\[194px\]{width:194px}.lg\:w-\[220px\]{width:220px}.lg\:w-\[243px\]{width:243px}.lg\:w-\[283px\]{width:283px}.lg\:w-\[310px\]{width:310px}.lg\:w-\[31px\]{width:31px}.lg\:w-\[36px\]{width:36px}.lg\:w-\[422px\]{width:422px}.lg\:w-\[44px\]{width:44px}.lg\:w-\[640px\]{width:640px}.lg\:w-\[763px\]{width:763px}.lg\:w-\[766px\]{width:766px}.lg\:w-\[827px\]{width:827px}.lg\:w-\[918px\]{width:918px}.lg\:gap-\[13px\]{gap:13px}.lg\:gap-\[25px\]{gap:25px}.lg\:gap-\[30px\]{gap:30px}.lg\:gap-\[31px\]{gap:31px}.lg\:gap-\[49px\]{gap:49px}.lg\:gap-\[50px\]{gap:50px}.lg\:gap-\[5px\]{gap:5px}.lg\:rounded-\[13px\]{border-radius:13px}.lg\:rounded-\[19px\]{border-radius:19px}.lg\:rounded-\[24px\]{border-radius:24px}.lg\:rounded-\[7px\]{border-radius:7px}.lg\:p-\[19px\]{padding:19px}.lg\:p-\[7px\]{padding:7px}.lg\:px-\[13px\]{padding-left:13px;padding-right:13px}.lg\:px-\[38px\]{padding-left:38px;padding-right:38px}.lg\:px-\[48px\]{padding-left:48px;padding-right:48px}.lg\:px-\[80px\]{padding-left:80px;padding-right:80px}.lg\:py-\[16px\]{padding-top:16px;padding-bottom:16px}.lg\:py-\[17px\]{padding-top:17px;padding-bottom:17px}.lg\:py-\[25px\]{padding-top:25px;padding-bottom:25px}.lg\:py-\[70px\]{padding-top:70px;padding-bottom:70px}.lg\:pb-\[19px\]{padding-bottom:19px}.lg\:pb-\[38px\]{padding-bottom:38px}.lg\:pb-\[44px\]{padding-bottom:44px}.lg\:pb-\[69px\]{padding-bottom:69px}.lg\:pt-\[38px\]{padding-top:38px}.lg\:pt-\[52px\]{padding-top:52px}.lg\:pt-\[56px\]{padding-top:56px}.lg\:pt-\[63px\]{padding-top:63px}.lg\:text-\[11px\]{font-size:11px}.lg\:text-\[13px\]{font-size:13px}.lg\:text-\[14px\]{font-size:14px}.lg\:text-\[15px\]{font-size:15px}.lg\:text-\[16px\]{font-size:16px}.lg\:text-\[18px\]{font-size:18px}.lg\:text-\[19px\]{font-size:19px}.lg\:text-\[20px\]{font-size:20px}.lg\:text-\[22px\]{font-size:22px}.lg\:text-\[25px\]{font-size:25px}.lg\:text-\[32px\]{font-size:32px}.lg\:text-\[38px\]{font-size:38px}.lg\:text-\[54px\]{font-size:54px}.lg\:leading-\[44px\]{line-height:44px}}@media (min-width: 1440px){.xl\:right-\[85px\]{right:85px}.xl\:mb-\[15px\]{margin-bottom:15px}.xl\:mb-\[16px\]{margin-bottom:16px}.xl\:mb-\[21px\]{margin-bottom:21px}.xl\:mb-\[24px\]{margin-bottom:24px}.xl\:mb-\[34px\]{margin-bottom:34px}.xl\:mb-\[38px\]{margin-bottom:38px}.xl\:mb-\[48px\]{margin-bottom:48px}.xl\:mb-\[60px\]{margin-bottom:60px}.xl\:mb-\[75px\]{margin-bottom:75px}.xl\:mb-\[8px\]{margin-bottom:8px}.xl\:ml-\[188px\]{margin-left:188px}.xl\:mr-\[15px\]{margin-right:15px}.xl\:mr-\[178px\]{margin-right:178px}.xl\:mt-\[45px\]{margin-top:45px}.xl\:h-\[146px\]{height:146px}.xl\:h-\[170px\]{height:170px}.xl\:h-\[276px\]{height:276px}.xl\:h-\[38px\]{height:38px}.xl\:h-\[40px\]{height:40px}.xl\:h-\[44px\]{height:44px}.xl\:h-\[53px\]{height:53px}.xl\:h-\[600px\]{height:600px}.xl\:h-\[700px\]{height:700px}.xl\:h-\[72px\]{height:72px}.xl\:h-\[73px\]{height:73px}.xl\:h-\[86px\]{height:86px}.xl\:h-\[98px\]{height:98px}.xl\:min-h-\[600px\]{min-height:600px}.xl\:min-h-\[700px\]{min-height:700px}.xl\:w-\[1001px\]{width:1001px}.xl\:w-\[170px\]{width:170px}.xl\:w-\[195px\]{width:195px}.xl\:w-\[233px\]{width:233px}.xl\:w-\[276px\]{width:276px}.xl\:w-\[291px\]{width:291px}.xl\:w-\[322px\]{width:322px}.xl\:w-\[340px\]{width:340px}.xl\:w-\[38px\]{width:38px}.xl\:w-\[44px\]{width:44px}.xl\:w-\[470px\]{width:470px}.xl\:w-\[506px\]{width:506px}.xl\:w-\[53px\]{width:53px}.xl\:w-\[768px\]{width:768px}.xl\:w-\[860px\]{width:860px}.xl\:w-\[915px\]{width:915px}.xl\:w-\[932px\]{width:932px}.xl\:gap-\[15px\]{gap:15px}.xl\:gap-\[30px\]{gap:30px}.xl\:gap-\[38px\]{gap:38px}.xl\:gap-\[53px\]{gap:53px}.xl\:gap-\[60px\]{gap:60px}.xl\:gap-\[6px\]{gap:6px}.xl\:rounded-\[15px\]{border-radius:15px}.xl\:rounded-\[23px\]{border-radius:23px}.xl\:rounded-\[29px\]{border-radius:29px}.xl\:rounded-\[9px\]{border-radius:9px}.xl\:p-\[23px\]{padding:23px}.xl\:p-\[9px\]{padding:9px}.xl\:px-\[101px\]{padding-left:101px;padding-right:101px}.xl\:px-\[15px\]{padding-left:15px;padding-right:15px}.xl\:px-\[16px\]{padding-left:16px;padding-right:16px}.xl\:px-\[45px\]{padding-left:45px;padding-right:45px}.xl\:px-\[58px\]{padding-left:58px;padding-right:58px}.xl\:py-\[19px\]{padding-top:19px;padding-bottom:19px}.xl\:py-\[20px\]{padding-top:20px;padding-bottom:20px}.xl\:py-\[30px\]{padding-top:30px;padding-bottom:30px}.xl\:py-\[89px\]{padding-top:89px;padding-bottom:89px}.xl\:pb-\[23px\]{padding-bottom:23px}.xl\:pb-\[45px\]{padding-bottom:45px}.xl\:pb-\[53px\]{padding-bottom:53px}.xl\:pb-\[83px\]{padding-bottom:83px}.xl\:pt-\[45px\]{padding-top:45px}.xl\:pt-\[62px\]{padding-top:62px}.xl\:pt-\[68px\]{padding-top:68px}.xl\:pt-\[75px\]{padding-top:75px}.xl\:text-\[14px\]{font-size:14px}.xl\:text-\[15px\]{font-size:15px}.xl\:text-\[17px\]{font-size:17px}.xl\:text-\[18px\]{font-size:18px}.xl\:text-\[19px\]{font-size:19px}.xl\:text-\[20px\]{font-size:20px}.xl\:text-\[21px\]{font-size:21px}.xl\:text-\[23px\]{font-size:23px}.xl\:text-\[24px\]{font-size:24px}.xl\:text-\[30px\]{font-size:30px}.xl\:text-\[36px\]{font-size:36px}.xl\:text-\[45px\]{font-size:45px}.xl\:text-\[63px\]{font-size:63px}.xl\:leading-\[52px\]{line-height:52px}.xl\:leading-\[53px\]{line-height:53px}}@media (min-width: 1560px){.xxl\:right-\[114px\]{right:114px}.xxl\:mr-\[258px\]{margin-right:258px}.xxl\:w-\[920px\]{width:920px}.xxl\:w-\[992px\]{width:992px}}@media (min-width: 1728px){.\32xl\:right-\[106px\]{right:106px}.\32xl\:mb-\[17px\]{margin-bottom:17px}.\32xl\:mb-\[18px\]{margin-bottom:18px}.\32xl\:mb-\[22px\]{margin-bottom:22px}.\32xl\:mb-\[27px\]{margin-bottom:27px}.\32xl\:mb-\[29px\]{margin-bottom:29px}.\32xl\:mb-\[38px\]{margin-bottom:38px}.\32xl\:mb-\[42px\]{margin-bottom:42px}.\32xl\:mb-\[53px\]{margin-bottom:53px}.\32xl\:mb-\[67px\]{margin-bottom:67px}.\32xl\:mb-\[83px\]{margin-bottom:83px}.\32xl\:mb-\[8px\]{margin-bottom:8px}.\32xl\:ml-\[224px\]{margin-left:224px}.\32xl\:mr-\[17px\]{margin-right:17px}.\32xl\:mr-\[296px\]{margin-right:296px}.\32xl\:mt-\[50px\]{margin-top:50px}.\32xl\:h-\[108px\]{height:108px}.\32xl\:h-\[162px\]{height:162px}.\32xl\:h-\[189px\]{height:189px}.\32xl\:h-\[307px\]{height:307px}.\32xl\:h-\[42px\]{height:42px}.\32xl\:h-\[44px\]{height:44px}.\32xl\:h-\[48px\]{height:48px}.\32xl\:h-\[58px\]{height:58px}.\32xl\:h-\[667px\]{height:667px}.\32xl\:h-\[80px\]{height:80px}.\32xl\:h-\[81px\]{height:81px}.\32xl\:h-\[850px\]{height:850px}.\32xl\:h-\[95px\]{height:95px}.\32xl\:min-h-\[667px\]{min-height:667px}.\32xl\:min-h-\[850px\]{min-height:850px}.\32xl\:w-\[1017px\]{width:1017px}.\32xl\:w-\[1021px\]{width:1021px}.\32xl\:w-\[1101px\]{width:1101px}.\32xl\:w-\[1180px\]{width:1180px}.\32xl\:w-\[189px\]{width:189px}.\32xl\:w-\[217px\]{width:217px}.\32xl\:w-\[258px\]{width:258px}.\32xl\:w-\[289px\]{width:289px}.\32xl\:w-\[323px\]{width:323px}.\32xl\:w-\[336px\]{width:336px}.\32xl\:w-\[378px\]{width:378px}.\32xl\:w-\[42px\]{width:42px}.\32xl\:w-\[48px\]{width:48px}.\32xl\:w-\[562px\]{width:562px}.\32xl\:w-\[58px\]{width:58px}.\32xl\:w-\[605px\]{width:605px}.\32xl\:w-\[853px\]{width:853px}.\32xl\:gap-\[17px\]{gap:17px}.\32xl\:gap-\[33px\]{gap:33px}.\32xl\:gap-\[42px\]{gap:42px}.\32xl\:gap-\[64px\]{gap:64px}.\32xl\:gap-\[67px\]{gap:67px}.\32xl\:gap-\[7px\]{gap:7px}.\32xl\:rounded-\[10px\]{border-radius:10px}.\32xl\:rounded-\[17px\]{border-radius:17px}.\32xl\:rounded-\[25px\]{border-radius:25px}.\32xl\:rounded-\[34px\]{border-radius:34px}.\32xl\:p-\[10px\]{padding:10px}.\32xl\:p-\[25px\]{padding:25px}.\32xl\:px-\[113px\]{padding-left:113px;padding-right:113px}.\32xl\:px-\[17px\]{padding-left:17px;padding-right:17px}.\32xl\:px-\[18px\]{padding-left:18px;padding-right:18px}.\32xl\:px-\[50px\]{padding-left:50px;padding-right:50px}.\32xl\:px-\[64px\]{padding-left:64px;padding-right:64px}.\32xl\:py-\[21px\]{padding-top:21px;padding-bottom:21px}.\32xl\:py-\[23px\]{padding-top:23px;padding-bottom:23px}.\32xl\:py-\[33px\]{padding-top:33px;padding-bottom:33px}.\32xl\:py-\[99px\]{padding-top:99px;padding-bottom:99px}.\32xl\:pb-\[25px\]{padding-bottom:25px}.\32xl\:pb-\[50px\]{padding-bottom:50px}.\32xl\:pb-\[58px\]{padding-bottom:58px}.\32xl\:pb-\[92px\]{padding-bottom:92px}.\32xl\:pt-\[50px\]{padding-top:50px}.\32xl\:pt-\[69px\]{padding-top:69px}.\32xl\:pt-\[75px\]{padding-top:75px}.\32xl\:pt-\[83px\]{padding-top:83px}.\32xl\:text-\[15px\]{font-size:15px}.\32xl\:text-\[16px\]{font-size:16px}.\32xl\:text-\[17px\]{font-size:17px}.\32xl\:text-\[18px\]{font-size:18px}.\32xl\:text-\[20px\]{font-size:20px}.\32xl\:text-\[21px\]{font-size:21px}.\32xl\:text-\[22px\]{font-size:22px}.\32xl\:text-\[23px\]{font-size:23px}.\32xl\:text-\[25px\]{font-size:25px}.\32xl\:text-\[27px\]{font-size:27px}.\32xl\:text-\[33px\]{font-size:33px}.\32xl\:text-\[35px\]{font-size:35px}.\32xl\:text-\[36px\]{font-size:36px}.\32xl\:text-\[50px\]{font-size:50px}.\32xl\:text-\[54px\]{font-size:54px}.\32xl\:text-\[70px\]{font-size:70px}.\32xl\:leading-\[58px\]{line-height:58px}.\32xl\:leading-\[63px\]{line-height:63px}}@media (min-width: 1920px){.\33xl\:right-\[140px\]{right:140px}.\33xl\:mb-\[20px\]{margin-bottom:20px}.\33xl\:mb-\[25px\]{margin-bottom:25px}.\33xl\:mb-\[50px\]{margin-bottom:50px}.\33xl\:ml-\[250px\]{margin-left:250px}.\33xl\:mr-\[350px\]{margin-right:350px}.\33xl\:h-\[1000px\]{height:1000px}.\33xl\:h-\[750px\]{height:750px}.\33xl\:min-h-\[1000px\]{min-height:1000px}.\33xl\:w-\[390px\]{width:390px}.\33xl\:w-\[605px\]{width:605px}.\33xl\:w-\[675px\]{width:675px}.\33xl\:gap-\[128px\]{gap:128px}.\33xl\:px-\[77px\]{padding-left:77px;padding-right:77px}.\33xl\:pb-\[30px\]{padding-bottom:30px}.\33xl\:pt-\[90px\]{padding-top:90px}}@media (min-width: 2260px){.\34xl\:right-\[165px\]{right:165px}.\34xl\:mb-\[23px\]{margin-bottom:23px}.\34xl\:mb-\[32px\]{margin-bottom:32px}.\34xl\:mb-\[58px\]{margin-bottom:58px}.\34xl\:ml-\[294px\]{margin-left:294px}.\34xl\:h-\[1176px\]{height:1176px}.\34xl\:h-\[125px\]{height:125px}.\34xl\:h-\[166px\]{height:166px}.\34xl\:w-\[334px\]{width:334px}.\34xl\:w-\[388px\]{width:388px}.\34xl\:w-\[570px\]{width:570px}.\34xl\:w-\[580px\]{width:580px}.\34xl\:w-\[63px\]{width:63px}.\34xl\:gap-\[165px\]{gap:165px}.\34xl\:gap-\[23px\]{gap:23px}.\34xl\:gap-\[58px\]{gap:58px}.\34xl\:gap-\[59px\]{gap:59px}.\34xl\:px-\[65px\]{padding-left:65px;padding-right:65px}.\34xl\:py-\[28px\]{padding-top:28px;padding-bottom:28px}.\34xl\:pb-\[35px\]{padding-bottom:35px}.\34xl\:pt-\[106px\]{padding-top:106px}.\34xl\:text-\[25px\]{font-size:25px}.\34xl\:text-\[30px\]{font-size:30px}.\34xl\:text-\[32px\]{font-size:32px}.\34xl\:text-\[41px\]{font-size:41px}.\34xl\:text-\[45px\]{font-size:45px}.\34xl\:text-\[90px\]{font-size:90px}}@media (min-width: 2800px){.\35xl\:right-\[204px\]{right:204px}.\35xl\:mb-\[26px\]{margin-bottom:26px}.\35xl\:mb-\[36px\]{margin-bottom:36px}.\35xl\:mb-\[65px\]{margin-bottom:65px}.\35xl\:ml-\[365px\]{margin-left:365px}.\35xl\:h-\[140px\]{height:140px}.\35xl\:h-\[1460px\]{height:1460px}.\35xl\:h-\[187px\]{height:187px}.\35xl\:w-\[374px\]{width:374px}.\35xl\:w-\[434px\]{width:434px}.\35xl\:w-\[650px\]{width:650px}.\35xl\:w-\[70px\]{width:70px}.\35xl\:gap-\[180px\]{gap:180px}.\35xl\:gap-\[26px\]{gap:26px}.\35xl\:gap-\[65px\]{gap:65px}.\35xl\:gap-\[73px\]{gap:73px}.\35xl\:px-\[70px\]{padding-left:70px;padding-right:70px}.\35xl\:py-\[30px\]{padding-top:30px;padding-bottom:30px}.\35xl\:pb-\[44px\]{padding-bottom:44px}.\35xl\:pt-\[131px\]{padding-top:131px}.\35xl\:text-\[100px\]{font-size:100px}.\35xl\:text-\[28px\]{font-size:28px}.\35xl\:text-\[33px\]{font-size:33px}.\35xl\:text-\[36px\]{font-size:36px}.\35xl\:text-\[46px\]{font-size:46px}.\35xl\:text-\[50px\]{font-size:50px}}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}.\[\&_\.swiper-pagination-bullet-active\]\:h-2 .swiper-pagination-bullet-active{height:.5rem}.\[\&_\.swiper-pagination-bullet-active\]\:\!w-4 .swiper-pagination-bullet-active{width:1rem!important}.\[\&_\.swiper-pagination-bullet-active\]\:rounded-sm .swiper-pagination-bullet-active{border-radius:.125rem}.\[\&_\.swiper-pagination-bullet-active\]\:\!bg-black .swiper-pagination-bullet-active{--tw-bg-opacity: 1 !important;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))!important}.\[\&_\.swiper-pagination-bullet\]\:mx-1 .swiper-pagination-bullet{margin-left:.25rem;margin-right:.25rem}.\[\&_\.swiper-pagination-bullet\]\:h-2 .swiper-pagination-bullet{height:.5rem}.\[\&_\.swiper-pagination-bullet\]\:w-2 .swiper-pagination-bullet{width:.5rem}.\[\&_\.swiper-pagination-bullet\]\:rounded-full .swiper-pagination-bullet{border-radius:9999px}.\[\&_\.swiper-pagination-bullet\]\:bg-\[\#ccc\] .swiper-pagination-bullet{--tw-bg-opacity: 1;background-color:rgb(204 204 204 / var(--tw-bg-opacity, 1))}.\[\&_\.swiper-pagination-bullet\]\:opacity-100 .swiper-pagination-bullet{opacity:1}.\[\&_\.swiper-pagination-bullet\]\:transition-all .swiper-pagination-bullet{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\[\&_\.swiper-pagination-bullet\]\:duration-300 .swiper-pagination-bullet{transition-duration:.3s}.\[\&_\.swiper-slide-active\]\:z-10 .swiper-slide-active{z-index:10}.\[\&_\.swiper-slide-active\]\:scale-100 .swiper-slide-active{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\.swiper-slide-active\]\:opacity-100 .swiper-slide-active{opacity:1}.\[\&_\.swiper-slide\]\:scale-\[0\.85\] .swiper-slide{--tw-scale-x: .85;--tw-scale-y: .85;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\.swiper-slide\]\:transition-all .swiper-slide{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\[\&_\.swiper-slide\]\:duration-300 .swiper-slide{transition-duration:.3s}
