:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.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{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;& .swiper-slide,& .swiper-cube-shadow{transform-style:preserve-3d}}.swiper-css-mode{&>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto;&::-webkit-scrollbar{display:none}}&>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{&>.swiper-wrapper{scroll-snap-type:x mandatory}&>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}&>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{&>.swiper-wrapper{scroll-snap-type:y mandatory}&>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}&>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{&>.swiper-wrapper{scroll-snap-type:none}&>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{&>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}&>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{&>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}&>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{&>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}&>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{& .swiper-slide-shadow,& .swiper-slide-shadow-left,& .swiper-slide-shadow-right,& .swiper-slide-shadow-top,& .swiper-slide-shadow-bottom,& .swiper-slide-shadow,& .swiper-slide-shadow-left,& .swiper-slide-shadow-right,& .swiper-slide-shadow-top,& .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}& .swiper-slide-shadow{background:#00000026}& .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}& .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}& .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}& .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible{& .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}}.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{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute;&.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}&.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled &{display:none!important}& ::slotted(svg),& svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - var(--swiper-navigation-size) / 2)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;& ::slotted(.swiper-navigation-icon),& .swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal{& .swiper-button-prev,& .swiper-button-next,&~.swiper-button-prev,&~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - var(--swiper-navigation-size) / 2);margin-left:0}& .swiper-button-prev,&~.swiper-button-prev,&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}& .swiper-button-next,&~.swiper-button-next,&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}& .swiper-button-prev,&~.swiper-button-prev,&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next{& ::slotted(.swiper-navigation-icon),& .swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{& ::slotted(.swiper-navigation-icon),& .swiper-navigation-icon{transform:rotate(0)}}}.swiper-vertical{& .swiper-button-prev,& .swiper-button-next,&~.swiper-button-prev,&~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size) / 2);margin-top:0;right:auto}& .swiper-button-prev,&~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto;& ::slotted(.swiper-navigation-icon),& .swiper-navigation-icon{transform:rotate(-90deg)}}& .swiper-button-next,&~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;& ::slotted(.swiper-navigation-icon),& .swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0);&.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>&,&.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);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;& .swiper-pagination-bullet{position:relative;transform:scale(.33)}& .swiper-pagination-bullet-active,& .swiper-pagination-bullet-active-main{transform:scale(1)}& .swiper-pagination-bullet-active-prev{transform:scale(.66)}& .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}& .swiper-pagination-bullet-active-next{transform:scale(.66)}& .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));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);display:inline-block;button&{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&: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:translateY(-50%);& .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}&.swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%);& .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{& .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%);& .swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;& .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>&,&.swiper-pagination-horizontal,.swiper-vertical>&.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>&,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}}.swiper-pagination-lock{display:none}@keyframes scroll-hint-appear{0%{opacity:0;transform:translate(40px)}10%{opacity:1}50%,to{opacity:0;transform:translate(-40px)}}.scroll-hint-icon{box-sizing:border-box;opacity:0;text-align:center;background:#000000b3;border-radius:5px;width:120px;height:auto;padding:20px 10px 10px;transition:opacity .3s;position:absolute;top:calc(50% - 25px);left:calc(50% - 60px)}.scroll-hint-icon-wrap{pointer-events:none;width:100%;height:100%;max-height:100%;position:absolute;top:0;left:0}.scroll-hint-text{color:#fff;margin-top:5px;font-size:10px}.scroll-hint-icon:before{color:#fff;vertical-align:middle;text-align:center;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:contain;width:40px;height:40px;display:inline-block}.scroll-hint-icon:after{content:"";opacity:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);background-repeat:no-repeat;width:34px;height:14px;margin-left:-20px;transition-delay:2.4s;display:block;position:absolute;top:10px;left:50%}.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after{opacity:1}.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before{animation:1.2s linear 2 scroll-hint-appear}.scroll-hint-icon-white{background-color:#fff;box-shadow:0 4px 5px #0006}.scroll-hint-icon-white:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=)}.scroll-hint-icon-white:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==)}.scroll-hint-icon-white .scroll-hint-text{color:#000}.scroll-hint-shadow-wrap{position:relative}.scroll-hint-shadow-wrap:after{content:"";pointer-events:none;z-index:1;opacity:0;visibility:hidden;background:linear-gradient(270deg,#00000026 0,#0000 16px,#0000);width:20px;height:100%;position:absolute;top:0;right:0}.scroll-hint-shadow-wrap:before{content:"";pointer-events:none;z-index:1;opacity:0;visibility:hidden;background:linear-gradient(90deg,#00000026 0,#0000 16px,#0000);width:20px;height:100%;position:absolute;top:0;left:0}.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable):after,.scroll-hint-shadow-wrap.is-right-scrollable:after,.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable):before,.scroll-hint-shadow-wrap.is-left-scrollable:before{opacity:1;visibility:visible}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{color:#fff;white-space:normal;background-color:#333;border-radius:4px;outline:0;font-size:14px;line-height:1.4;transition-property:transform,visibility,opacity;position:relative}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-width:8px 8px 0;border-top-color:initial;transform-origin:top;bottom:-7px;left:0}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-width:0 8px 8px;border-bottom-color:initial;transform-origin:bottom;top:-7px;left:0}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;transform-origin:0;right:-7px}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:100%;left:-7px}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;width:16px;height:16px}.tippy-arrow:before{content:"";border-style:solid;border-color:#0000;position:absolute}.tippy-content{z-index:1;padding:5px 9px;position:relative}:root{--breakpoint-xs:375px;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:1100px;--breakpoint-xl:1280px;--breakpoint-xxl:1440px;--x-header-height:43px}:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,:before,:after{box-sizing:border-box}html{text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}ol{counter-reset:revert}img{max-block-size:100%;max-inline-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-webkit-line-break:after-white-space;overflow-wrap:break-word;-webkit-user-select:auto;-moz-user-modify:read-write;-webkit-user-modify:read-write}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none}html{scroll-behavior:smooth;scroll-padding-top:60px}@media (width>=1100px){html{scroll-padding-top:100px}}body{font-optical-sizing:auto;font-feature-settings:"palt";color:#000;letter-spacing:.05em;-webkit-font-smoothing:antialiased;font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;font-size:1rem;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.4}p{margin-bottom:1em}p:last-child{margin-bottom:0}ol{list-style-type:decimal;list-style-position:inside}strong,b{font-weight:700}input[type=text]{border:1px solid #ced4da;border-radius:4px;padding:10px 16px}input[type=text]::placeholder{color:#adb5bd}input[type=radio]{-webkit-appearance:none;border:1px solid #ced4da;border-radius:50%;width:18px;height:18px;position:relative}input[type=radio]:before{content:"";border-radius:50%;width:60%;height:60%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}input[type=radio]:checked:before{background:#000}.u-hidden{display:none!important}.u-block{display:block!important}.u-inline{display:inline!important}.u-inline-block{display:inline-block!important}.u-flex{display:flex!important}@media (width>=375px){.u-xs-hidden{display:none!important}.u-xs-block{display:block!important}.u-xs-inline{display:inline!important}.u-xs-inline-block{display:inline-block!important}.u-xs-flex{display:flex!important}}@media (width>=576px){.u-sm-hidden{display:none!important}.u-sm-block{display:block!important}.u-sm-inline{display:inline!important}.u-sm-inline-block{display:inline-block!important}.u-sm-flex{display:flex!important}}@media (width>=768px){.u-md-hidden{display:none!important}.u-md-block{display:block!important}.u-md-inline{display:inline!important}.u-md-inline-block{display:inline-block!important}.u-md-flex{display:flex!important}}@media (width>=1100px){.u-lg-hidden{display:none!important}.u-lg-block{display:block!important}.u-lg-inline{display:inline!important}.u-lg-inline-block{display:inline-block!important}.u-lg-flex{display:flex!important}}@media (width>=1280px){.u-xl-hidden{display:none!important}.u-xl-block{display:block!important}.u-xl-inline{display:inline!important}.u-xl-inline-block{display:inline-block!important}.u-xl-flex{display:flex!important}}@media (width>=1440px){.u-xxl-hidden{display:none!important}.u-xxl-block{display:block!important}.u-xxl-inline{display:inline!important}.u-xxl-inline-block{display:inline-block!important}.u-xxl-flex{display:flex!important}}.u-m0,.u-mb0{margin-bottom:0!important}@media (width>=375px){.u-xs-m0{margin:0!important}.u-xs-mb0{margin-bottom:0!important}}@media (width>=576px){.u-sm-m0{margin:0!important}.u-sm-mb0{margin-bottom:0!important}}@media (width>=768px){.u-md-m0{margin:0!important}.u-md-mb0{margin-bottom:0!important}}@media (width>=1100px){.u-lg-m0{margin:0!important}.u-lg-mb0{margin-bottom:0!important}}@media (width>=1280px){.u-xl-m0{margin:0!important}.u-xl-mb0{margin-bottom:0!important}}@media (width>=1440px){.u-xxl-m0{margin:0!important}.u-xxl-mb0{margin-bottom:0!important}}.u-text-bold{font-weight:700!important}.u-text-center{text-align:center!important}.u-text-right{text-align:right!important}.u-text-left{text-align:left!important}@media (width>=375px){.u-xs-text-center{text-align:center!important}.u-xs-text-right{text-align:right!important}.u-xs-text-left{text-align:left!important}}@media (width>=576px){.u-sm-text-center{text-align:center!important}.u-sm-text-right{text-align:right!important}.u-sm-text-left{text-align:left!important}}@media (width>=768px){.u-md-text-center{text-align:center!important}.u-md-text-right{text-align:right!important}.u-md-text-left{text-align:left!important}}@media (width>=1100px){.u-lg-text-center{text-align:center!important}.u-lg-text-right{text-align:right!important}.u-lg-text-left{text-align:left!important}}@media (width>=1280px){.u-xl-text-center{text-align:center!important}.u-xl-text-right{text-align:right!important}.u-xl-text-left{text-align:left!important}}@media (width>=1440px){.u-xxl-text-center{text-align:center!important}.u-xxl-text-right{text-align:right!important}.u-xxl-text-left{text-align:left!important}}.u-visually-hidden{clip-path:inset(0 0 99.9% 99.9%);width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.s-icon{aspect-ratio:1;vertical-align:middle;width:1em;color:inherit;content:"";background-color:currentColor;display:inline-block;mask-position:50%;mask-size:contain;mask-repeat:no-repeat}.s-icon--arrow-down{mask-image:url(../assets/images/common/icon-arrow-down.svg)}.s-icon--arrow-left{mask-image:url(../assets/images/common/icon-arrow-left.svg)}.s-icon--arrow-right{mask-image:url(../assets/images/common/icon-arrow-right.svg)}.s-icon--arrow-up{mask-image:url(../assets/images/common/icon-arrow-up.svg)}.s-icon--check{mask-image:url(../assets/images/common/icon-check.svg)}.s-icon--chevron-down{mask-image:url(../assets/images/common/icon-chevron-down.svg)}.s-icon--chevron-left{mask-image:url(../assets/images/common/icon-chevron-left.svg)}.s-icon--chevron-right{mask-image:url(../assets/images/common/icon-chevron-right.svg)}.s-icon--chevron-up{mask-image:url(../assets/images/common/icon-chevron-up.svg)}.s-icon--triangle-right{mask-image:url(../assets/images/common/icon-triangle-right.svg)}.s-icon--triangle-down{mask-image:url(../assets/images/common/icon-triangle-down.svg)}.s-icon--triangle-left{mask-image:url(../assets/images/common/icon-triangle-left.svg)}.s-icon--triangle-up{mask-image:url(../assets/images/common/icon-triangle-up.svg)}.s-icon--close{mask-image:url(../assets/images/common/icon-close.svg)}.s-icon--external{mask-image:url(../assets/images/common/icon-external.svg)}.s-icon--minus{mask-image:url(../assets/images/common/icon-minus.svg)}.s-icon--plus{mask-image:url(../assets/images/common/icon-plus.svg)}.s-icon--search{mask-image:url(../assets/images/common/icon-search.svg)}.s-icon--filter{mask-image:url(../assets/images/common/icon-filter.svg)}.s-icon--info{mask-image:url(../assets/images/common/icon-info.svg)}.s-icon--help{mask-image:url(../assets/images/common/icon-help.svg)}.s-icon--undo{mask-image:url(../assets/images/common/icon-undo.svg)}.s-icon--replay{mask-image:url(../assets/images/common/icon-replay.svg)}.s-icon--skip-next{mask-image:url(../assets/images/common/icon-skip-next.svg)}.s-icon--play{mask-image:url(../assets/images/common/icon-play.svg)}.s-legal ol{list-style:none}.s-legal p{margin-bottom:1em!important}.s-legal .section{margin:0 0 60px}@media (width>=1100px){.s-legal .section{margin:0 0 80px}}.s-legal .section:last-child{margin:0}.s-legal .section a{text-decoration:underline #adb5bd}.s-legal .section a:hover{text-decoration:none}.s-legal .section_ttl{font-feature-settings:"palt";background:#f8f9fa;margin:0 0 25px;padding:15px 15px 15px 20px;font-size:1.5625rem;font-weight:500;line-height:1.3;position:relative}@media (width>=1100px){.s-legal .section_ttl{font-size:1.9375rem;font-weight:500;line-height:1.3}}.s-legal .section_ttl:before{content:"";background:#1b5fa6;width:4px;height:30px;margin-top:-15px;display:block;position:absolute;top:50%;left:0}.s-legal .doc .ol li{margin-bottom:.5em}.s-legal .doc_ttl{margin-bottom:1em;font-weight:400}.s-legal .doc_body{padding-left:1.5em}.s-legal .block{margin:0 0 40px}@media (width>=1100px){.s-legal .block{margin:0 0 50px}}.s-legal .block:last-child{margin:0}.s-legal .block_ttl{font-feature-settings:"palt";border-bottom:1px solid #ddd;margin:0 0 25px;padding:0 0 10px 20px;font-size:1.25rem;font-weight:500;line-height:1.3;position:relative}.s-legal .block_ttl:after{content:"";background:#1b5fa6;width:8px;height:8px;display:block;position:absolute;top:.5em;left:0}.s-legal .block_body>:last-child{margin-bottom:0}.s-legal .article{margin-bottom:20px}.s-legal .article_ttl{margin-bottom:5px}.s-legal .article_ttl:before{box-sizing:border-box;content:"";border:2px solid #1b5fa6;border-radius:6px;width:11px;height:11px;margin-right:7px;display:inline-block}.s-legal .article_body{padding:0 0 0 18px}.s-legal .article_body>:last-child{margin-bottom:0}.s-legal .ul{margin:0 0 1em 1.5em;list-style:outside}.s-legal .ul_margin>li{margin-bottom:1em}.s-legal .ol{margin:0 0 1em 2em;list-style:decimal}.s-legal .ol_lower-roman{list-style-type:lower-roman}.s-legal .ol_margin>li{margin-bottom:1em}.s-legal .table{background:#fff;width:100%;margin:0 0 20px}.s-legal .table caption{color:#fff;text-align:center;background:#2d74bf;padding:15px 12px;font-size:1.5rem}.s-legal .table th,.s-legal .table td{vertical-align:middle;border:1px solid #d6e5f2;padding:15px 12px;font-weight:400}.s-legal .table th>:last-child,.s-legal .table td>:last-child{margin-bottom:0}.s-legal .table thead th{text-align:center;background:#d6e5f2;border-color:#fff}.s-legal .table thead th:first-child{border-left-color:#d6e5f2}.s-legal .table thead th:last-child{border-right-color:#d6e5f2}.s-legal .table tbody th{background:#f3f3f3;border:1px solid #f3f3f3;border-bottom-color:#fff}.s-legal .table tbody tr:last-child th{border-bottom-color:#f3f3f3}@media (width>=576px){.s-legal .table caption a{color:#fff}}.s-legal .border{border:1px solid;border-radius:3px;margin-bottom:1em;padding:20px}@media (width>=1100px){.s-legal .border{padding:25px}}.s-legal .border>:last-child{margin-bottom:0}.s-legal .border_gray{background-color:#fff;border-color:#ccc}.s-legal .border_blue{background-color:#f7f8fa;border-color:#84a8c5}.s-legal .border_yellow{background-color:#fffdf5;border-color:#efe6c0}.s-legal .note,.s-legal .note_x2,.s-legal .note_x3{text-indent:-1em;margin-left:1em}.s-legal .note_x2{text-indent:-2em;margin-left:2em}.s-legal .note_x3{text-indent:-3em;margin-left:3em}.s-legal .note-list>li,.s-legal .note-list_x2>li,.s-legal .note-list_x3>li{text-indent:-1em;margin-left:1em}.s-legal .note-list_x2>li{text-indent:-2em;margin-left:2em}.s-legal .note-list_x3>li{text-indent:-3em;margin-left:3em}.s-legal .note-list_margin>li{margin-bottom:10px}.s-legal .note-list_margin>li:last-child{margin-bottom:0}.s-legal .disp-i{display:inline}.s-legal .m0{margin:0!important}.s-legal .mt0{margin-top:0!important}.s-legal .mb0{margin-bottom:0!important}.s-legal .ml0{margin-left:0!important}.s-legal .mr0{margin-right:0!important}.s-legal .p0{padding:0!important}.s-legal .pt0{padding-top:0!important}.s-legal .pb0{padding-bottom:0!important}.s-legal .pl0{padding-left:0!important}.s-legal .pr0{padding-right:0!important}.s-legal .mt-0{margin-top:0!important}.s-legal .mb-0{margin-bottom:0!important}.s-legal .ml-0{margin-left:0!important}.s-legal .mr-0{margin-right:0!important}.s-legal .p-0{padding:0!important}.s-legal .pt-0{padding-top:0!important}.s-legal .pb-0{padding-bottom:0!important}.s-legal .pl-0{padding-left:0!important}.s-legal .pr-0{padding-right:0!important}.s-legal .mt1{margin-top:1px!important}.s-legal .mb1{margin-bottom:1px!important}.s-legal .ml1{margin-left:1px!important}.s-legal .mr1{margin-right:1px!important}.s-legal .p1{padding:1px!important}.s-legal .pt1{padding-top:1px!important}.s-legal .pb1{padding-bottom:1px!important}.s-legal .pl1{padding-left:1px!important}.s-legal .pr1{padding-right:1px!important}.s-legal .mt-1{margin-top:1px!important}.s-legal .mb-1{margin-bottom:1px!important}.s-legal .ml-1{margin-left:1px!important}.s-legal .mr-1{margin-right:1px!important}.s-legal .p-1{padding:1px!important}.s-legal .pt-1{padding-top:1px!important}.s-legal .pb-1{padding-bottom:1px!important}.s-legal .pl-1{padding-left:1px!important}.s-legal .pr-1{padding-right:1px!important}.s-legal .mt2{margin-top:2px!important}.s-legal .mb2{margin-bottom:2px!important}.s-legal .ml2{margin-left:2px!important}.s-legal .mr2{margin-right:2px!important}.s-legal .p2{padding:2px!important}.s-legal .pt2{padding-top:2px!important}.s-legal .pb2{padding-bottom:2px!important}.s-legal .pl2{padding-left:2px!important}.s-legal .pr2{padding-right:2px!important}.s-legal .mt-2{margin-top:2px!important}.s-legal .mb-2{margin-bottom:2px!important}.s-legal .ml-2{margin-left:2px!important}.s-legal .mr-2{margin-right:2px!important}.s-legal .p-2{padding:2px!important}.s-legal .pt-2{padding-top:2px!important}.s-legal .pb-2{padding-bottom:2px!important}.s-legal .pl-2{padding-left:2px!important}.s-legal .pr-2{padding-right:2px!important}.s-legal .mt3{margin-top:3px!important}.s-legal .mb3{margin-bottom:3px!important}.s-legal .ml3{margin-left:3px!important}.s-legal .mr3{margin-right:3px!important}.s-legal .p3{padding:3px!important}.s-legal .pt3{padding-top:3px!important}.s-legal .pb3{padding-bottom:3px!important}.s-legal .pl3{padding-left:3px!important}.s-legal .pr3{padding-right:3px!important}.s-legal .mt-3{margin-top:3px!important}.s-legal .mb-3{margin-bottom:3px!important}.s-legal .ml-3{margin-left:3px!important}.s-legal .mr-3{margin-right:3px!important}.s-legal .p-3{padding:3px!important}.s-legal .pt-3{padding-top:3px!important}.s-legal .pb-3{padding-bottom:3px!important}.s-legal .pl-3{padding-left:3px!important}.s-legal .pr-3{padding-right:3px!important}.s-legal .mt4{margin-top:4px!important}.s-legal .mb4{margin-bottom:4px!important}.s-legal .ml4{margin-left:4px!important}.s-legal .mr4{margin-right:4px!important}.s-legal .p4{padding:4px!important}.s-legal .pt4{padding-top:4px!important}.s-legal .pb4{padding-bottom:4px!important}.s-legal .pl4{padding-left:4px!important}.s-legal .pr4{padding-right:4px!important}.s-legal .mt-4{margin-top:4px!important}.s-legal .mb-4{margin-bottom:4px!important}.s-legal .ml-4{margin-left:4px!important}.s-legal .mr-4{margin-right:4px!important}.s-legal .p-4{padding:4px!important}.s-legal .pt-4{padding-top:4px!important}.s-legal .pb-4{padding-bottom:4px!important}.s-legal .pl-4{padding-left:4px!important}.s-legal .pr-4{padding-right:4px!important}.s-legal .mt5{margin-top:5px!important}.s-legal .mb5{margin-bottom:5px!important}.s-legal .ml5{margin-left:5px!important}.s-legal .mr5{margin-right:5px!important}.s-legal .p5{padding:5px!important}.s-legal .pt5{padding-top:5px!important}.s-legal .pb5{padding-bottom:5px!important}.s-legal .pl5{padding-left:5px!important}.s-legal .pr5{padding-right:5px!important}.s-legal .mt-5{margin-top:5px!important}.s-legal .mb-5{margin-bottom:5px!important}.s-legal .ml-5{margin-left:5px!important}.s-legal .mr-5{margin-right:5px!important}.s-legal .p-5{padding:5px!important}.s-legal .pt-5{padding-top:5px!important}.s-legal .pb-5{padding-bottom:5px!important}.s-legal .pl-5{padding-left:5px!important}.s-legal .pr-5{padding-right:5px!important}.s-legal .mt6{margin-top:6px!important}.s-legal .mb6{margin-bottom:6px!important}.s-legal .ml6{margin-left:6px!important}.s-legal .mr6{margin-right:6px!important}.s-legal .p6{padding:6px!important}.s-legal .pt6{padding-top:6px!important}.s-legal .pb6{padding-bottom:6px!important}.s-legal .pl6{padding-left:6px!important}.s-legal .pr6{padding-right:6px!important}.s-legal .mt-6{margin-top:6px!important}.s-legal .mb-6{margin-bottom:6px!important}.s-legal .ml-6{margin-left:6px!important}.s-legal .mr-6{margin-right:6px!important}.s-legal .p-6{padding:6px!important}.s-legal .pt-6{padding-top:6px!important}.s-legal .pb-6{padding-bottom:6px!important}.s-legal .pl-6{padding-left:6px!important}.s-legal .pr-6{padding-right:6px!important}.s-legal .mt7{margin-top:7px!important}.s-legal .mb7{margin-bottom:7px!important}.s-legal .ml7{margin-left:7px!important}.s-legal .mr7{margin-right:7px!important}.s-legal .p7{padding:7px!important}.s-legal .pt7{padding-top:7px!important}.s-legal .pb7{padding-bottom:7px!important}.s-legal .pl7{padding-left:7px!important}.s-legal .pr7{padding-right:7px!important}.s-legal .mt-7{margin-top:7px!important}.s-legal .mb-7{margin-bottom:7px!important}.s-legal .ml-7{margin-left:7px!important}.s-legal .mr-7{margin-right:7px!important}.s-legal .p-7{padding:7px!important}.s-legal .pt-7{padding-top:7px!important}.s-legal .pb-7{padding-bottom:7px!important}.s-legal .pl-7{padding-left:7px!important}.s-legal .pr-7{padding-right:7px!important}.s-legal .mt8{margin-top:8px!important}.s-legal .mb8{margin-bottom:8px!important}.s-legal .ml8{margin-left:8px!important}.s-legal .mr8{margin-right:8px!important}.s-legal .p8{padding:8px!important}.s-legal .pt8{padding-top:8px!important}.s-legal .pb8{padding-bottom:8px!important}.s-legal .pl8{padding-left:8px!important}.s-legal .pr8{padding-right:8px!important}.s-legal .mt-8{margin-top:8px!important}.s-legal .mb-8{margin-bottom:8px!important}.s-legal .ml-8{margin-left:8px!important}.s-legal .mr-8{margin-right:8px!important}.s-legal .p-8{padding:8px!important}.s-legal .pt-8{padding-top:8px!important}.s-legal .pb-8{padding-bottom:8px!important}.s-legal .pl-8{padding-left:8px!important}.s-legal .pr-8{padding-right:8px!important}.s-legal .mt9{margin-top:9px!important}.s-legal .mb9{margin-bottom:9px!important}.s-legal .ml9{margin-left:9px!important}.s-legal .mr9{margin-right:9px!important}.s-legal .p9{padding:9px!important}.s-legal .pt9{padding-top:9px!important}.s-legal .pb9{padding-bottom:9px!important}.s-legal .pl9{padding-left:9px!important}.s-legal .pr9{padding-right:9px!important}.s-legal .mt-9{margin-top:9px!important}.s-legal .mb-9{margin-bottom:9px!important}.s-legal .ml-9{margin-left:9px!important}.s-legal .mr-9{margin-right:9px!important}.s-legal .p-9{padding:9px!important}.s-legal .pt-9{padding-top:9px!important}.s-legal .pb-9{padding-bottom:9px!important}.s-legal .pl-9{padding-left:9px!important}.s-legal .pr-9{padding-right:9px!important}.s-legal .mt10{margin-top:10px!important}.s-legal .mb10{margin-bottom:10px!important}.s-legal .ml10{margin-left:10px!important}.s-legal .mr10{margin-right:10px!important}.s-legal .p10{padding:10px!important}.s-legal .pt10{padding-top:10px!important}.s-legal .pb10{padding-bottom:10px!important}.s-legal .pl10{padding-left:10px!important}.s-legal .pr10{padding-right:10px!important}.s-legal .mt-10{margin-top:10px!important}.s-legal .mb-10{margin-bottom:10px!important}.s-legal .ml-10{margin-left:10px!important}.s-legal .mr-10{margin-right:10px!important}.s-legal .p-10{padding:10px!important}.s-legal .pt-10{padding-top:10px!important}.s-legal .pb-10{padding-bottom:10px!important}.s-legal .pl-10{padding-left:10px!important}.s-legal .pr-10{padding-right:10px!important}.s-legal .mt11{margin-top:11px!important}.s-legal .mb11{margin-bottom:11px!important}.s-legal .ml11{margin-left:11px!important}.s-legal .mr11{margin-right:11px!important}.s-legal .p11{padding:11px!important}.s-legal .pt11{padding-top:11px!important}.s-legal .pb11{padding-bottom:11px!important}.s-legal .pl11{padding-left:11px!important}.s-legal .pr11{padding-right:11px!important}.s-legal .mt-11{margin-top:11px!important}.s-legal .mb-11{margin-bottom:11px!important}.s-legal .ml-11{margin-left:11px!important}.s-legal .mr-11{margin-right:11px!important}.s-legal .p-11{padding:11px!important}.s-legal .pt-11{padding-top:11px!important}.s-legal .pb-11{padding-bottom:11px!important}.s-legal .pl-11{padding-left:11px!important}.s-legal .pr-11{padding-right:11px!important}.s-legal .mt12{margin-top:12px!important}.s-legal .mb12{margin-bottom:12px!important}.s-legal .ml12{margin-left:12px!important}.s-legal .mr12{margin-right:12px!important}.s-legal .p12{padding:12px!important}.s-legal .pt12{padding-top:12px!important}.s-legal .pb12{padding-bottom:12px!important}.s-legal .pl12{padding-left:12px!important}.s-legal .pr12{padding-right:12px!important}.s-legal .mt-12{margin-top:12px!important}.s-legal .mb-12{margin-bottom:12px!important}.s-legal .ml-12{margin-left:12px!important}.s-legal .mr-12{margin-right:12px!important}.s-legal .p-12{padding:12px!important}.s-legal .pt-12{padding-top:12px!important}.s-legal .pb-12{padding-bottom:12px!important}.s-legal .pl-12{padding-left:12px!important}.s-legal .pr-12{padding-right:12px!important}.s-legal .mt13{margin-top:13px!important}.s-legal .mb13{margin-bottom:13px!important}.s-legal .ml13{margin-left:13px!important}.s-legal .mr13{margin-right:13px!important}.s-legal .p13{padding:13px!important}.s-legal .pt13{padding-top:13px!important}.s-legal .pb13{padding-bottom:13px!important}.s-legal .pl13{padding-left:13px!important}.s-legal .pr13{padding-right:13px!important}.s-legal .mt-13{margin-top:13px!important}.s-legal .mb-13{margin-bottom:13px!important}.s-legal .ml-13{margin-left:13px!important}.s-legal .mr-13{margin-right:13px!important}.s-legal .p-13{padding:13px!important}.s-legal .pt-13{padding-top:13px!important}.s-legal .pb-13{padding-bottom:13px!important}.s-legal .pl-13{padding-left:13px!important}.s-legal .pr-13{padding-right:13px!important}.s-legal .mt14{margin-top:14px!important}.s-legal .mb14{margin-bottom:14px!important}.s-legal .ml14{margin-left:14px!important}.s-legal .mr14{margin-right:14px!important}.s-legal .p14{padding:14px!important}.s-legal .pt14{padding-top:14px!important}.s-legal .pb14{padding-bottom:14px!important}.s-legal .pl14{padding-left:14px!important}.s-legal .pr14{padding-right:14px!important}.s-legal .mt-14{margin-top:14px!important}.s-legal .mb-14{margin-bottom:14px!important}.s-legal .ml-14{margin-left:14px!important}.s-legal .mr-14{margin-right:14px!important}.s-legal .p-14{padding:14px!important}.s-legal .pt-14{padding-top:14px!important}.s-legal .pb-14{padding-bottom:14px!important}.s-legal .pl-14{padding-left:14px!important}.s-legal .pr-14{padding-right:14px!important}.s-legal .mt15{margin-top:15px!important}.s-legal .mb15{margin-bottom:15px!important}.s-legal .ml15{margin-left:15px!important}.s-legal .mr15{margin-right:15px!important}.s-legal .p15{padding:15px!important}.s-legal .pt15{padding-top:15px!important}.s-legal .pb15{padding-bottom:15px!important}.s-legal .pl15{padding-left:15px!important}.s-legal .pr15{padding-right:15px!important}.s-legal .mt-15{margin-top:15px!important}.s-legal .mb-15{margin-bottom:15px!important}.s-legal .ml-15{margin-left:15px!important}.s-legal .mr-15{margin-right:15px!important}.s-legal .p-15{padding:15px!important}.s-legal .pt-15{padding-top:15px!important}.s-legal .pb-15{padding-bottom:15px!important}.s-legal .pl-15{padding-left:15px!important}.s-legal .pr-15{padding-right:15px!important}.s-legal .mt16{margin-top:16px!important}.s-legal .mb16{margin-bottom:16px!important}.s-legal .ml16{margin-left:16px!important}.s-legal .mr16{margin-right:16px!important}.s-legal .p16{padding:16px!important}.s-legal .pt16{padding-top:16px!important}.s-legal .pb16{padding-bottom:16px!important}.s-legal .pl16{padding-left:16px!important}.s-legal .pr16{padding-right:16px!important}.s-legal .mt-16{margin-top:16px!important}.s-legal .mb-16{margin-bottom:16px!important}.s-legal .ml-16{margin-left:16px!important}.s-legal .mr-16{margin-right:16px!important}.s-legal .p-16{padding:16px!important}.s-legal .pt-16{padding-top:16px!important}.s-legal .pb-16{padding-bottom:16px!important}.s-legal .pl-16{padding-left:16px!important}.s-legal .pr-16{padding-right:16px!important}.s-legal .mt17{margin-top:17px!important}.s-legal .mb17{margin-bottom:17px!important}.s-legal .ml17{margin-left:17px!important}.s-legal .mr17{margin-right:17px!important}.s-legal .p17{padding:17px!important}.s-legal .pt17{padding-top:17px!important}.s-legal .pb17{padding-bottom:17px!important}.s-legal .pl17{padding-left:17px!important}.s-legal .pr17{padding-right:17px!important}.s-legal .mt-17{margin-top:17px!important}.s-legal .mb-17{margin-bottom:17px!important}.s-legal .ml-17{margin-left:17px!important}.s-legal .mr-17{margin-right:17px!important}.s-legal .p-17{padding:17px!important}.s-legal .pt-17{padding-top:17px!important}.s-legal .pb-17{padding-bottom:17px!important}.s-legal .pl-17{padding-left:17px!important}.s-legal .pr-17{padding-right:17px!important}.s-legal .mt18{margin-top:18px!important}.s-legal .mb18{margin-bottom:18px!important}.s-legal .ml18{margin-left:18px!important}.s-legal .mr18{margin-right:18px!important}.s-legal .p18{padding:18px!important}.s-legal .pt18{padding-top:18px!important}.s-legal .pb18{padding-bottom:18px!important}.s-legal .pl18{padding-left:18px!important}.s-legal .pr18{padding-right:18px!important}.s-legal .mt-18{margin-top:18px!important}.s-legal .mb-18{margin-bottom:18px!important}.s-legal .ml-18{margin-left:18px!important}.s-legal .mr-18{margin-right:18px!important}.s-legal .p-18{padding:18px!important}.s-legal .pt-18{padding-top:18px!important}.s-legal .pb-18{padding-bottom:18px!important}.s-legal .pl-18{padding-left:18px!important}.s-legal .pr-18{padding-right:18px!important}.s-legal .mt19{margin-top:19px!important}.s-legal .mb19{margin-bottom:19px!important}.s-legal .ml19{margin-left:19px!important}.s-legal .mr19{margin-right:19px!important}.s-legal .p19{padding:19px!important}.s-legal .pt19{padding-top:19px!important}.s-legal .pb19{padding-bottom:19px!important}.s-legal .pl19{padding-left:19px!important}.s-legal .pr19{padding-right:19px!important}.s-legal .mt-19{margin-top:19px!important}.s-legal .mb-19{margin-bottom:19px!important}.s-legal .ml-19{margin-left:19px!important}.s-legal .mr-19{margin-right:19px!important}.s-legal .p-19{padding:19px!important}.s-legal .pt-19{padding-top:19px!important}.s-legal .pb-19{padding-bottom:19px!important}.s-legal .pl-19{padding-left:19px!important}.s-legal .pr-19{padding-right:19px!important}.s-legal .mt20{margin-top:20px!important}.s-legal .mb20{margin-bottom:20px!important}.s-legal .ml20{margin-left:20px!important}.s-legal .mr20{margin-right:20px!important}.s-legal .p20{padding:20px!important}.s-legal .pt20{padding-top:20px!important}.s-legal .pb20{padding-bottom:20px!important}.s-legal .pl20{padding-left:20px!important}.s-legal .pr20{padding-right:20px!important}.s-legal .mt-20{margin-top:20px!important}.s-legal .mb-20{margin-bottom:20px!important}.s-legal .ml-20{margin-left:20px!important}.s-legal .mr-20{margin-right:20px!important}.s-legal .p-20{padding:20px!important}.s-legal .pt-20{padding-top:20px!important}.s-legal .pb-20{padding-bottom:20px!important}.s-legal .pl-20{padding-left:20px!important}.s-legal .pr-20{padding-right:20px!important}.s-legal .mt21{margin-top:21px!important}.s-legal .mb21{margin-bottom:21px!important}.s-legal .ml21{margin-left:21px!important}.s-legal .mr21{margin-right:21px!important}.s-legal .p21{padding:21px!important}.s-legal .pt21{padding-top:21px!important}.s-legal .pb21{padding-bottom:21px!important}.s-legal .pl21{padding-left:21px!important}.s-legal .pr21{padding-right:21px!important}.s-legal .mt-21{margin-top:21px!important}.s-legal .mb-21{margin-bottom:21px!important}.s-legal .ml-21{margin-left:21px!important}.s-legal .mr-21{margin-right:21px!important}.s-legal .p-21{padding:21px!important}.s-legal .pt-21{padding-top:21px!important}.s-legal .pb-21{padding-bottom:21px!important}.s-legal .pl-21{padding-left:21px!important}.s-legal .pr-21{padding-right:21px!important}.s-legal .mt22{margin-top:22px!important}.s-legal .mb22{margin-bottom:22px!important}.s-legal .ml22{margin-left:22px!important}.s-legal .mr22{margin-right:22px!important}.s-legal .p22{padding:22px!important}.s-legal .pt22{padding-top:22px!important}.s-legal .pb22{padding-bottom:22px!important}.s-legal .pl22{padding-left:22px!important}.s-legal .pr22{padding-right:22px!important}.s-legal .mt-22{margin-top:22px!important}.s-legal .mb-22{margin-bottom:22px!important}.s-legal .ml-22{margin-left:22px!important}.s-legal .mr-22{margin-right:22px!important}.s-legal .p-22{padding:22px!important}.s-legal .pt-22{padding-top:22px!important}.s-legal .pb-22{padding-bottom:22px!important}.s-legal .pl-22{padding-left:22px!important}.s-legal .pr-22{padding-right:22px!important}.s-legal .mt23{margin-top:23px!important}.s-legal .mb23{margin-bottom:23px!important}.s-legal .ml23{margin-left:23px!important}.s-legal .mr23{margin-right:23px!important}.s-legal .p23{padding:23px!important}.s-legal .pt23{padding-top:23px!important}.s-legal .pb23{padding-bottom:23px!important}.s-legal .pl23{padding-left:23px!important}.s-legal .pr23{padding-right:23px!important}.s-legal .mt-23{margin-top:23px!important}.s-legal .mb-23{margin-bottom:23px!important}.s-legal .ml-23{margin-left:23px!important}.s-legal .mr-23{margin-right:23px!important}.s-legal .p-23{padding:23px!important}.s-legal .pt-23{padding-top:23px!important}.s-legal .pb-23{padding-bottom:23px!important}.s-legal .pl-23{padding-left:23px!important}.s-legal .pr-23{padding-right:23px!important}.s-legal .mt24{margin-top:24px!important}.s-legal .mb24{margin-bottom:24px!important}.s-legal .ml24{margin-left:24px!important}.s-legal .mr24{margin-right:24px!important}.s-legal .p24{padding:24px!important}.s-legal .pt24{padding-top:24px!important}.s-legal .pb24{padding-bottom:24px!important}.s-legal .pl24{padding-left:24px!important}.s-legal .pr24{padding-right:24px!important}.s-legal .mt-24{margin-top:24px!important}.s-legal .mb-24{margin-bottom:24px!important}.s-legal .ml-24{margin-left:24px!important}.s-legal .mr-24{margin-right:24px!important}.s-legal .p-24{padding:24px!important}.s-legal .pt-24{padding-top:24px!important}.s-legal .pb-24{padding-bottom:24px!important}.s-legal .pl-24{padding-left:24px!important}.s-legal .pr-24{padding-right:24px!important}.s-legal .mt25{margin-top:25px!important}.s-legal .mb25{margin-bottom:25px!important}.s-legal .ml25{margin-left:25px!important}.s-legal .mr25{margin-right:25px!important}.s-legal .p25{padding:25px!important}.s-legal .pt25{padding-top:25px!important}.s-legal .pb25{padding-bottom:25px!important}.s-legal .pl25{padding-left:25px!important}.s-legal .pr25{padding-right:25px!important}.s-legal .mt-25{margin-top:25px!important}.s-legal .mb-25{margin-bottom:25px!important}.s-legal .ml-25{margin-left:25px!important}.s-legal .mr-25{margin-right:25px!important}.s-legal .p-25{padding:25px!important}.s-legal .pt-25{padding-top:25px!important}.s-legal .pb-25{padding-bottom:25px!important}.s-legal .pl-25{padding-left:25px!important}.s-legal .pr-25{padding-right:25px!important}.s-legal .mt26{margin-top:26px!important}.s-legal .mb26{margin-bottom:26px!important}.s-legal .ml26{margin-left:26px!important}.s-legal .mr26{margin-right:26px!important}.s-legal .p26{padding:26px!important}.s-legal .pt26{padding-top:26px!important}.s-legal .pb26{padding-bottom:26px!important}.s-legal .pl26{padding-left:26px!important}.s-legal .pr26{padding-right:26px!important}.s-legal .mt-26{margin-top:26px!important}.s-legal .mb-26{margin-bottom:26px!important}.s-legal .ml-26{margin-left:26px!important}.s-legal .mr-26{margin-right:26px!important}.s-legal .p-26{padding:26px!important}.s-legal .pt-26{padding-top:26px!important}.s-legal .pb-26{padding-bottom:26px!important}.s-legal .pl-26{padding-left:26px!important}.s-legal .pr-26{padding-right:26px!important}.s-legal .mt27{margin-top:27px!important}.s-legal .mb27{margin-bottom:27px!important}.s-legal .ml27{margin-left:27px!important}.s-legal .mr27{margin-right:27px!important}.s-legal .p27{padding:27px!important}.s-legal .pt27{padding-top:27px!important}.s-legal .pb27{padding-bottom:27px!important}.s-legal .pl27{padding-left:27px!important}.s-legal .pr27{padding-right:27px!important}.s-legal .mt-27{margin-top:27px!important}.s-legal .mb-27{margin-bottom:27px!important}.s-legal .ml-27{margin-left:27px!important}.s-legal .mr-27{margin-right:27px!important}.s-legal .p-27{padding:27px!important}.s-legal .pt-27{padding-top:27px!important}.s-legal .pb-27{padding-bottom:27px!important}.s-legal .pl-27{padding-left:27px!important}.s-legal .pr-27{padding-right:27px!important}.s-legal .mt28{margin-top:28px!important}.s-legal .mb28{margin-bottom:28px!important}.s-legal .ml28{margin-left:28px!important}.s-legal .mr28{margin-right:28px!important}.s-legal .p28{padding:28px!important}.s-legal .pt28{padding-top:28px!important}.s-legal .pb28{padding-bottom:28px!important}.s-legal .pl28{padding-left:28px!important}.s-legal .pr28{padding-right:28px!important}.s-legal .mt-28{margin-top:28px!important}.s-legal .mb-28{margin-bottom:28px!important}.s-legal .ml-28{margin-left:28px!important}.s-legal .mr-28{margin-right:28px!important}.s-legal .p-28{padding:28px!important}.s-legal .pt-28{padding-top:28px!important}.s-legal .pb-28{padding-bottom:28px!important}.s-legal .pl-28{padding-left:28px!important}.s-legal .pr-28{padding-right:28px!important}.s-legal .mt29{margin-top:29px!important}.s-legal .mb29{margin-bottom:29px!important}.s-legal .ml29{margin-left:29px!important}.s-legal .mr29{margin-right:29px!important}.s-legal .p29{padding:29px!important}.s-legal .pt29{padding-top:29px!important}.s-legal .pb29{padding-bottom:29px!important}.s-legal .pl29{padding-left:29px!important}.s-legal .pr29{padding-right:29px!important}.s-legal .mt-29{margin-top:29px!important}.s-legal .mb-29{margin-bottom:29px!important}.s-legal .ml-29{margin-left:29px!important}.s-legal .mr-29{margin-right:29px!important}.s-legal .p-29{padding:29px!important}.s-legal .pt-29{padding-top:29px!important}.s-legal .pb-29{padding-bottom:29px!important}.s-legal .pl-29{padding-left:29px!important}.s-legal .pr-29{padding-right:29px!important}.s-legal .mt30{margin-top:30px!important}.s-legal .mb30{margin-bottom:30px!important}.s-legal .ml30{margin-left:30px!important}.s-legal .mr30{margin-right:30px!important}.s-legal .p30{padding:30px!important}.s-legal .pt30{padding-top:30px!important}.s-legal .pb30{padding-bottom:30px!important}.s-legal .pl30{padding-left:30px!important}.s-legal .pr30{padding-right:30px!important}.s-legal .mt-30{margin-top:30px!important}.s-legal .mb-30{margin-bottom:30px!important}.s-legal .ml-30{margin-left:30px!important}.s-legal .mr-30{margin-right:30px!important}.s-legal .p-30{padding:30px!important}.s-legal .pt-30{padding-top:30px!important}.s-legal .pb-30{padding-bottom:30px!important}.s-legal .pl-30{padding-left:30px!important}.s-legal .pr-30{padding-right:30px!important}.s-legal .mt31{margin-top:31px!important}.s-legal .mb31{margin-bottom:31px!important}.s-legal .ml31{margin-left:31px!important}.s-legal .mr31{margin-right:31px!important}.s-legal .p31{padding:31px!important}.s-legal .pt31{padding-top:31px!important}.s-legal .pb31{padding-bottom:31px!important}.s-legal .pl31{padding-left:31px!important}.s-legal .pr31{padding-right:31px!important}.s-legal .mt-31{margin-top:31px!important}.s-legal .mb-31{margin-bottom:31px!important}.s-legal .ml-31{margin-left:31px!important}.s-legal .mr-31{margin-right:31px!important}.s-legal .p-31{padding:31px!important}.s-legal .pt-31{padding-top:31px!important}.s-legal .pb-31{padding-bottom:31px!important}.s-legal .pl-31{padding-left:31px!important}.s-legal .pr-31{padding-right:31px!important}.s-legal .mt32{margin-top:32px!important}.s-legal .mb32{margin-bottom:32px!important}.s-legal .ml32{margin-left:32px!important}.s-legal .mr32{margin-right:32px!important}.s-legal .p32{padding:32px!important}.s-legal .pt32{padding-top:32px!important}.s-legal .pb32{padding-bottom:32px!important}.s-legal .pl32{padding-left:32px!important}.s-legal .pr32{padding-right:32px!important}.s-legal .mt-32{margin-top:32px!important}.s-legal .mb-32{margin-bottom:32px!important}.s-legal .ml-32{margin-left:32px!important}.s-legal .mr-32{margin-right:32px!important}.s-legal .p-32{padding:32px!important}.s-legal .pt-32{padding-top:32px!important}.s-legal .pb-32{padding-bottom:32px!important}.s-legal .pl-32{padding-left:32px!important}.s-legal .pr-32{padding-right:32px!important}.s-legal .mt33{margin-top:33px!important}.s-legal .mb33{margin-bottom:33px!important}.s-legal .ml33{margin-left:33px!important}.s-legal .mr33{margin-right:33px!important}.s-legal .p33{padding:33px!important}.s-legal .pt33{padding-top:33px!important}.s-legal .pb33{padding-bottom:33px!important}.s-legal .pl33{padding-left:33px!important}.s-legal .pr33{padding-right:33px!important}.s-legal .mt-33{margin-top:33px!important}.s-legal .mb-33{margin-bottom:33px!important}.s-legal .ml-33{margin-left:33px!important}.s-legal .mr-33{margin-right:33px!important}.s-legal .p-33{padding:33px!important}.s-legal .pt-33{padding-top:33px!important}.s-legal .pb-33{padding-bottom:33px!important}.s-legal .pl-33{padding-left:33px!important}.s-legal .pr-33{padding-right:33px!important}.s-legal .mt34{margin-top:34px!important}.s-legal .mb34{margin-bottom:34px!important}.s-legal .ml34{margin-left:34px!important}.s-legal .mr34{margin-right:34px!important}.s-legal .p34{padding:34px!important}.s-legal .pt34{padding-top:34px!important}.s-legal .pb34{padding-bottom:34px!important}.s-legal .pl34{padding-left:34px!important}.s-legal .pr34{padding-right:34px!important}.s-legal .mt-34{margin-top:34px!important}.s-legal .mb-34{margin-bottom:34px!important}.s-legal .ml-34{margin-left:34px!important}.s-legal .mr-34{margin-right:34px!important}.s-legal .p-34{padding:34px!important}.s-legal .pt-34{padding-top:34px!important}.s-legal .pb-34{padding-bottom:34px!important}.s-legal .pl-34{padding-left:34px!important}.s-legal .pr-34{padding-right:34px!important}.s-legal .mt35{margin-top:35px!important}.s-legal .mb35{margin-bottom:35px!important}.s-legal .ml35{margin-left:35px!important}.s-legal .mr35{margin-right:35px!important}.s-legal .p35{padding:35px!important}.s-legal .pt35{padding-top:35px!important}.s-legal .pb35{padding-bottom:35px!important}.s-legal .pl35{padding-left:35px!important}.s-legal .pr35{padding-right:35px!important}.s-legal .mt-35{margin-top:35px!important}.s-legal .mb-35{margin-bottom:35px!important}.s-legal .ml-35{margin-left:35px!important}.s-legal .mr-35{margin-right:35px!important}.s-legal .p-35{padding:35px!important}.s-legal .pt-35{padding-top:35px!important}.s-legal .pb-35{padding-bottom:35px!important}.s-legal .pl-35{padding-left:35px!important}.s-legal .pr-35{padding-right:35px!important}.s-legal .mt36{margin-top:36px!important}.s-legal .mb36{margin-bottom:36px!important}.s-legal .ml36{margin-left:36px!important}.s-legal .mr36{margin-right:36px!important}.s-legal .p36{padding:36px!important}.s-legal .pt36{padding-top:36px!important}.s-legal .pb36{padding-bottom:36px!important}.s-legal .pl36{padding-left:36px!important}.s-legal .pr36{padding-right:36px!important}.s-legal .mt-36{margin-top:36px!important}.s-legal .mb-36{margin-bottom:36px!important}.s-legal .ml-36{margin-left:36px!important}.s-legal .mr-36{margin-right:36px!important}.s-legal .p-36{padding:36px!important}.s-legal .pt-36{padding-top:36px!important}.s-legal .pb-36{padding-bottom:36px!important}.s-legal .pl-36{padding-left:36px!important}.s-legal .pr-36{padding-right:36px!important}.s-legal .mt37{margin-top:37px!important}.s-legal .mb37{margin-bottom:37px!important}.s-legal .ml37{margin-left:37px!important}.s-legal .mr37{margin-right:37px!important}.s-legal .p37{padding:37px!important}.s-legal .pt37{padding-top:37px!important}.s-legal .pb37{padding-bottom:37px!important}.s-legal .pl37{padding-left:37px!important}.s-legal .pr37{padding-right:37px!important}.s-legal .mt-37{margin-top:37px!important}.s-legal .mb-37{margin-bottom:37px!important}.s-legal .ml-37{margin-left:37px!important}.s-legal .mr-37{margin-right:37px!important}.s-legal .p-37{padding:37px!important}.s-legal .pt-37{padding-top:37px!important}.s-legal .pb-37{padding-bottom:37px!important}.s-legal .pl-37{padding-left:37px!important}.s-legal .pr-37{padding-right:37px!important}.s-legal .mt38{margin-top:38px!important}.s-legal .mb38{margin-bottom:38px!important}.s-legal .ml38{margin-left:38px!important}.s-legal .mr38{margin-right:38px!important}.s-legal .p38{padding:38px!important}.s-legal .pt38{padding-top:38px!important}.s-legal .pb38{padding-bottom:38px!important}.s-legal .pl38{padding-left:38px!important}.s-legal .pr38{padding-right:38px!important}.s-legal .mt-38{margin-top:38px!important}.s-legal .mb-38{margin-bottom:38px!important}.s-legal .ml-38{margin-left:38px!important}.s-legal .mr-38{margin-right:38px!important}.s-legal .p-38{padding:38px!important}.s-legal .pt-38{padding-top:38px!important}.s-legal .pb-38{padding-bottom:38px!important}.s-legal .pl-38{padding-left:38px!important}.s-legal .pr-38{padding-right:38px!important}.s-legal .mt39{margin-top:39px!important}.s-legal .mb39{margin-bottom:39px!important}.s-legal .ml39{margin-left:39px!important}.s-legal .mr39{margin-right:39px!important}.s-legal .p39{padding:39px!important}.s-legal .pt39{padding-top:39px!important}.s-legal .pb39{padding-bottom:39px!important}.s-legal .pl39{padding-left:39px!important}.s-legal .pr39{padding-right:39px!important}.s-legal .mt-39{margin-top:39px!important}.s-legal .mb-39{margin-bottom:39px!important}.s-legal .ml-39{margin-left:39px!important}.s-legal .mr-39{margin-right:39px!important}.s-legal .p-39{padding:39px!important}.s-legal .pt-39{padding-top:39px!important}.s-legal .pb-39{padding-bottom:39px!important}.s-legal .pl-39{padding-left:39px!important}.s-legal .pr-39{padding-right:39px!important}.s-legal .mt40{margin-top:40px!important}.s-legal .mb40{margin-bottom:40px!important}.s-legal .ml40{margin-left:40px!important}.s-legal .mr40{margin-right:40px!important}.s-legal .p40{padding:40px!important}.s-legal .pt40{padding-top:40px!important}.s-legal .pb40{padding-bottom:40px!important}.s-legal .pl40{padding-left:40px!important}.s-legal .pr40{padding-right:40px!important}.s-legal .mt-40{margin-top:40px!important}.s-legal .mb-40{margin-bottom:40px!important}.s-legal .ml-40{margin-left:40px!important}.s-legal .mr-40{margin-right:40px!important}.s-legal .p-40{padding:40px!important}.s-legal .pt-40{padding-top:40px!important}.s-legal .pb-40{padding-bottom:40px!important}.s-legal .pl-40{padding-left:40px!important}.s-legal .pr-40{padding-right:40px!important}.s-legal .mt41{margin-top:41px!important}.s-legal .mb41{margin-bottom:41px!important}.s-legal .ml41{margin-left:41px!important}.s-legal .mr41{margin-right:41px!important}.s-legal .p41{padding:41px!important}.s-legal .pt41{padding-top:41px!important}.s-legal .pb41{padding-bottom:41px!important}.s-legal .pl41{padding-left:41px!important}.s-legal .pr41{padding-right:41px!important}.s-legal .mt-41{margin-top:41px!important}.s-legal .mb-41{margin-bottom:41px!important}.s-legal .ml-41{margin-left:41px!important}.s-legal .mr-41{margin-right:41px!important}.s-legal .p-41{padding:41px!important}.s-legal .pt-41{padding-top:41px!important}.s-legal .pb-41{padding-bottom:41px!important}.s-legal .pl-41{padding-left:41px!important}.s-legal .pr-41{padding-right:41px!important}.s-legal .mt42{margin-top:42px!important}.s-legal .mb42{margin-bottom:42px!important}.s-legal .ml42{margin-left:42px!important}.s-legal .mr42{margin-right:42px!important}.s-legal .p42{padding:42px!important}.s-legal .pt42{padding-top:42px!important}.s-legal .pb42{padding-bottom:42px!important}.s-legal .pl42{padding-left:42px!important}.s-legal .pr42{padding-right:42px!important}.s-legal .mt-42{margin-top:42px!important}.s-legal .mb-42{margin-bottom:42px!important}.s-legal .ml-42{margin-left:42px!important}.s-legal .mr-42{margin-right:42px!important}.s-legal .p-42{padding:42px!important}.s-legal .pt-42{padding-top:42px!important}.s-legal .pb-42{padding-bottom:42px!important}.s-legal .pl-42{padding-left:42px!important}.s-legal .pr-42{padding-right:42px!important}.s-legal .mt43{margin-top:43px!important}.s-legal .mb43{margin-bottom:43px!important}.s-legal .ml43{margin-left:43px!important}.s-legal .mr43{margin-right:43px!important}.s-legal .p43{padding:43px!important}.s-legal .pt43{padding-top:43px!important}.s-legal .pb43{padding-bottom:43px!important}.s-legal .pl43{padding-left:43px!important}.s-legal .pr43{padding-right:43px!important}.s-legal .mt-43{margin-top:43px!important}.s-legal .mb-43{margin-bottom:43px!important}.s-legal .ml-43{margin-left:43px!important}.s-legal .mr-43{margin-right:43px!important}.s-legal .p-43{padding:43px!important}.s-legal .pt-43{padding-top:43px!important}.s-legal .pb-43{padding-bottom:43px!important}.s-legal .pl-43{padding-left:43px!important}.s-legal .pr-43{padding-right:43px!important}.s-legal .mt44{margin-top:44px!important}.s-legal .mb44{margin-bottom:44px!important}.s-legal .ml44{margin-left:44px!important}.s-legal .mr44{margin-right:44px!important}.s-legal .p44{padding:44px!important}.s-legal .pt44{padding-top:44px!important}.s-legal .pb44{padding-bottom:44px!important}.s-legal .pl44{padding-left:44px!important}.s-legal .pr44{padding-right:44px!important}.s-legal .mt-44{margin-top:44px!important}.s-legal .mb-44{margin-bottom:44px!important}.s-legal .ml-44{margin-left:44px!important}.s-legal .mr-44{margin-right:44px!important}.s-legal .p-44{padding:44px!important}.s-legal .pt-44{padding-top:44px!important}.s-legal .pb-44{padding-bottom:44px!important}.s-legal .pl-44{padding-left:44px!important}.s-legal .pr-44{padding-right:44px!important}.s-legal .mt45{margin-top:45px!important}.s-legal .mb45{margin-bottom:45px!important}.s-legal .ml45{margin-left:45px!important}.s-legal .mr45{margin-right:45px!important}.s-legal .p45{padding:45px!important}.s-legal .pt45{padding-top:45px!important}.s-legal .pb45{padding-bottom:45px!important}.s-legal .pl45{padding-left:45px!important}.s-legal .pr45{padding-right:45px!important}.s-legal .mt-45{margin-top:45px!important}.s-legal .mb-45{margin-bottom:45px!important}.s-legal .ml-45{margin-left:45px!important}.s-legal .mr-45{margin-right:45px!important}.s-legal .p-45{padding:45px!important}.s-legal .pt-45{padding-top:45px!important}.s-legal .pb-45{padding-bottom:45px!important}.s-legal .pl-45{padding-left:45px!important}.s-legal .pr-45{padding-right:45px!important}.s-legal .mt46{margin-top:46px!important}.s-legal .mb46{margin-bottom:46px!important}.s-legal .ml46{margin-left:46px!important}.s-legal .mr46{margin-right:46px!important}.s-legal .p46{padding:46px!important}.s-legal .pt46{padding-top:46px!important}.s-legal .pb46{padding-bottom:46px!important}.s-legal .pl46{padding-left:46px!important}.s-legal .pr46{padding-right:46px!important}.s-legal .mt-46{margin-top:46px!important}.s-legal .mb-46{margin-bottom:46px!important}.s-legal .ml-46{margin-left:46px!important}.s-legal .mr-46{margin-right:46px!important}.s-legal .p-46{padding:46px!important}.s-legal .pt-46{padding-top:46px!important}.s-legal .pb-46{padding-bottom:46px!important}.s-legal .pl-46{padding-left:46px!important}.s-legal .pr-46{padding-right:46px!important}.s-legal .mt47{margin-top:47px!important}.s-legal .mb47{margin-bottom:47px!important}.s-legal .ml47{margin-left:47px!important}.s-legal .mr47{margin-right:47px!important}.s-legal .p47{padding:47px!important}.s-legal .pt47{padding-top:47px!important}.s-legal .pb47{padding-bottom:47px!important}.s-legal .pl47{padding-left:47px!important}.s-legal .pr47{padding-right:47px!important}.s-legal .mt-47{margin-top:47px!important}.s-legal .mb-47{margin-bottom:47px!important}.s-legal .ml-47{margin-left:47px!important}.s-legal .mr-47{margin-right:47px!important}.s-legal .p-47{padding:47px!important}.s-legal .pt-47{padding-top:47px!important}.s-legal .pb-47{padding-bottom:47px!important}.s-legal .pl-47{padding-left:47px!important}.s-legal .pr-47{padding-right:47px!important}.s-legal .mt48{margin-top:48px!important}.s-legal .mb48{margin-bottom:48px!important}.s-legal .ml48{margin-left:48px!important}.s-legal .mr48{margin-right:48px!important}.s-legal .p48{padding:48px!important}.s-legal .pt48{padding-top:48px!important}.s-legal .pb48{padding-bottom:48px!important}.s-legal .pl48{padding-left:48px!important}.s-legal .pr48{padding-right:48px!important}.s-legal .mt-48{margin-top:48px!important}.s-legal .mb-48{margin-bottom:48px!important}.s-legal .ml-48{margin-left:48px!important}.s-legal .mr-48{margin-right:48px!important}.s-legal .p-48{padding:48px!important}.s-legal .pt-48{padding-top:48px!important}.s-legal .pb-48{padding-bottom:48px!important}.s-legal .pl-48{padding-left:48px!important}.s-legal .pr-48{padding-right:48px!important}.s-legal .mt49{margin-top:49px!important}.s-legal .mb49{margin-bottom:49px!important}.s-legal .ml49{margin-left:49px!important}.s-legal .mr49{margin-right:49px!important}.s-legal .p49{padding:49px!important}.s-legal .pt49{padding-top:49px!important}.s-legal .pb49{padding-bottom:49px!important}.s-legal .pl49{padding-left:49px!important}.s-legal .pr49{padding-right:49px!important}.s-legal .mt-49{margin-top:49px!important}.s-legal .mb-49{margin-bottom:49px!important}.s-legal .ml-49{margin-left:49px!important}.s-legal .mr-49{margin-right:49px!important}.s-legal .p-49{padding:49px!important}.s-legal .pt-49{padding-top:49px!important}.s-legal .pb-49{padding-bottom:49px!important}.s-legal .pl-49{padding-left:49px!important}.s-legal .pr-49{padding-right:49px!important}.s-legal .mt50{margin-top:50px!important}.s-legal .mb50{margin-bottom:50px!important}.s-legal .ml50{margin-left:50px!important}.s-legal .mr50{margin-right:50px!important}.s-legal .p50{padding:50px!important}.s-legal .pt50{padding-top:50px!important}.s-legal .pb50{padding-bottom:50px!important}.s-legal .pl50{padding-left:50px!important}.s-legal .pr50{padding-right:50px!important}.s-legal .mt-50{margin-top:50px!important}.s-legal .mb-50{margin-bottom:50px!important}.s-legal .ml-50{margin-left:50px!important}.s-legal .mr-50{margin-right:50px!important}.s-legal .p-50{padding:50px!important}.s-legal .pt-50{padding-top:50px!important}.s-legal .pb-50{padding-bottom:50px!important}.s-legal .pl-50{padding-left:50px!important}.s-legal .pr-50{padding-right:50px!important}.s-legal .tar{text-align:right}.s-legal .tal{text-align:left}.s-legal .tac{text-align:center}.s-legal .font-s{font-size:.75rem;font-weight:400;line-height:1.6}.s-legal .break-word{overflow-wrap:break-word}ul.s-list{margin-left:1.5em;padding-left:0;list-style-type:disc;list-style-position:outside}.s-news-body h2{background-color:#f1f5f8;border-left:3px solid #1b5fa6;padding:12px 16px;font-size:18px;font-weight:700;line-height:1}.s-news-body h3{font-size:16px;font-weight:700}.s-news-body h3:before{color:#1b5fa6;content:"■";margin-right:5px;font-size:15px;display:inline-block}.s-news-body h4,.s-news-body h5,.s-news-body h6{font-size:15px;font-weight:700}.s-news-body table{border-collapse:collapse;background:#fff;border-top:1px solid #eee;border-left:1px solid #eee;margin:0 0 20px}.s-news-body table th{text-align:center;background:#f0f0f0;border-bottom:1px solid #eee;border-right:1px solid #fff;padding:12px}.s-news-body table td{box-sizing:border-box;text-align:center;border-bottom:1px solid #eee;border-right:1px solid #eee;padding:12px}.s-news-body a{color:#000;text-decoration:underline}.s-news-body a:hover{text-decoration:none}.s-news-body del{text-decoration:line-through}.s-news-body hr{border-top:1px solid #ccc;border-bottom:1px solid #eee;margin-block:1em}@media (width<1100px){.s-news-body img{max-width:100%}}table.news_table{background:#fff;border-top:1px solid #eee;border-left:1px solid #eee;width:auto;margin:0 0 20px}table.news_table td{box-sizing:border-box;text-align:center;border-bottom:1px solid #eee;border-right:1px solid #eee;padding:10px}@media (width>=768px){table.news_table td{padding:12px}}table.news_table td:first-child{text-align:left;background:#f0f0f0;border-bottom:1px solid #fff}table.news_table2{background:#fff;border-top:1px solid #eee;border-left:1px solid #eee;margin:0 0 20px}table.news_table2 th{text-align:center;background:#f0f0f0;border-bottom:1px solid #eee;border-right:1px solid #fff;padding:12px}table.news_table2 td{box-sizing:border-box;text-align:center;border-bottom:1px solid #eee;border-right:1px solid #eee;padding:12px}.s-news-list__item>*+*{margin-top:8px}.s-news-list__item{border-bottom:1px solid #ced4da;padding:8px 0}.s-news-list__item:first-child{border-top:1px solid #ced4da}@media (width>=768px){.s-news-list__item>*+*{margin-top:0}.s-news-list__item{grid-template-columns:140px 1fr;gap:16px;padding:24px 0;display:grid}}.s-news-list__item-date{color:#495057;font-size:1rem;font-weight:400;line-height:1.4}.s-news-list__links>*+*{margin-top:16px}.s-news-list__link{grid-template-columns:24px 1fr;display:grid}.s-news-list__link-icon{color:#1b5fa6;width:24px}.s-news-list__link-label{word-break:break-all;font-size:1rem;font-weight:400;line-height:1.4;text-decoration:none;display:block}@media (hover:hover){.s-news-list__link-label:hover{text-decoration:underline}}.s-text-link{text-decoration:underline #adb5bd}.s-text-link .c-icon{margin-left:4px}@media (hover:hover){.s-text-link:hover{text-decoration:none}}.summary[data-astro-cid-ztaq7sjr]{cursor:pointer}.body[data-astro-cid-ztaq7sjr]{overflow:hidden}.c-button[data-astro-cid-ekguhzzh]{color:#1b5fa6;text-align:center;cursor:pointer;background-color:#fff;border:1px solid #1b5fa6;border-radius:9999px;font-size:1rem;font-weight:400;line-height:1.4;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.c-button[data-astro-cid-ekguhzzh]:before{content:"";background-color:#e9ecef;border-radius:9999px;width:100%;height:100%;transition:left .2s cubic-bezier(.33,1,.68,1);position:absolute;top:0;left:-100%}@media (hover:hover){.c-button[data-astro-cid-ekguhzzh]:hover:before{left:0}}.c-button[data-astro-cid-ekguhzzh]:disabled,.c-button[data-astro-cid-ekguhzzh].is-disabled{pointer-events:none;opacity:.6}.c-button--large[data-astro-cid-ekguhzzh]{font-size:1.125rem;font-weight:400;line-height:1.4}.c-button--application[data-astro-cid-ekguhzzh]{color:#fff;background-color:#f26565;border-color:#0000;font-weight:700}.c-button--application[data-astro-cid-ekguhzzh]:before{background-color:#f04d4d}.foreground[data-astro-cid-ekguhzzh]{justify-content:center;align-items:center;gap:4px;padding:8px 16px;display:inline-flex;position:relative}.foreground[data-astro-cid-ekguhzzh]:has(.icon--prefix){padding-left:14px}.foreground[data-astro-cid-ekguhzzh]:has(.icon--suffix){padding-right:14px}.c-button--large[data-astro-cid-ekguhzzh] .foreground[data-astro-cid-ekguhzzh]{padding:16px 32px}.c-button--large[data-astro-cid-ekguhzzh] .foreground[data-astro-cid-ekguhzzh]:has(.icon--prefix){padding-left:30px}.c-button--large[data-astro-cid-ekguhzzh] .foreground[data-astro-cid-ekguhzzh]:has(.icon--suffix){padding-right:30px}.label[data-astro-cid-ekguhzzh]{align-items:center;gap:4px;width:fit-content;display:inline-flex}.icon[data-astro-cid-ekguhzzh]{color:#1b5fa6;flex-shrink:0;font-size:1.125rem}.c-button--application[data-astro-cid-ekguhzzh] .icon[data-astro-cid-ekguhzzh]{color:#fff}@media (width>=1100px){.l-mobile-navigation[data-astro-cid-hpfiisqm]{display:none}}.toggler[data-astro-cid-hpfiisqm]{cursor:pointer;width:64px;height:56px;display:block;position:relative}@media (width>=1100px){.toggler[data-astro-cid-hpfiisqm]{display:none}}.toggler-line[data-astro-cid-hpfiisqm]{background-color:#000;width:32px;height:2px;transition:transform .3s ease-in-out,opacity .3s ease-in-out;position:absolute;left:16px}.toggler-line[data-astro-cid-hpfiisqm]:first-child{top:21px}.toggler-line[data-astro-cid-hpfiisqm]:nth-child(2){top:27px}.toggler-line[data-astro-cid-hpfiisqm]:nth-child(3){top:33px}.toggler[data-astro-cid-hpfiisqm][aria-expanded=true] .toggler-line[data-astro-cid-hpfiisqm]:first-child{transform:translateY(6px)rotate(20deg)}.toggler[data-astro-cid-hpfiisqm][aria-expanded=true] .toggler-line[data-astro-cid-hpfiisqm]:nth-child(2){opacity:0}.toggler[data-astro-cid-hpfiisqm][aria-expanded=true] .toggler-line[data-astro-cid-hpfiisqm]:nth-child(3){transform:translateY(-6px)rotate(-20deg)}.wrapper[data-astro-cid-hpfiisqm]{z-index:20;overscroll-behavior-y:none;pointer-events:none;-webkit-overflow-scrolling:touch;background-color:#fff;width:100%;max-width:420px;height:calc(100dvh - 56px);padding:8px 0 80px;transition:transform .2s cubic-bezier(.65,0,.35,1);position:fixed;top:56px;right:0;overflow:auto;transform:translate(100%)}.wrapper[data-astro-cid-hpfiisqm][aria-hidden=false]{pointer-events:auto;transform:translate(0)}@media (width>=1100px){.wrapper[data-astro-cid-hpfiisqm]{display:none}}.wrapper-inner[data-astro-cid-hpfiisqm]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.wrapper-inner[data-astro-cid-hpfiisqm]{width:calc(100% - 80px)}}.wrapper-inner[data-astro-cid-hpfiisqm]>[data-astro-cid-hpfiisqm]+[data-astro-cid-hpfiisqm],.wrapper-inner[data-astro-cid-hpfiisqm]>*+*{margin-top:32px}.menu--add-border-top[data-astro-cid-hpfiisqm]{border-top:1px solid #ced4da}.accordion-inner[data-astro-cid-hpfiisqm]{border-bottom:1px solid #ced4da}.button[data-astro-cid-hpfiisqm]{border-bottom:1px solid #ced4da;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:20px 12px 20px 0;font-size:1rem;font-weight:400;line-height:1.4;display:flex}.button--sub[data-astro-cid-hpfiisqm]{background-color:#f8f9fa;border-bottom:none;padding:16px 12px 16px 32px}.button-text[data-astro-cid-hpfiisqm]{align-items:center;gap:8px;padding:0;display:inline-flex}.button-ico[data-astro-cid-hpfiisqm]{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.button-accordion-icon[data-astro-cid-hpfiisqm]{width:20px;height:20px;display:block;position:relative}.button-accordion-icon[data-astro-cid-hpfiisqm]:before,.button-accordion-icon[data-astro-cid-hpfiisqm]:after{content:"";background-color:#000;transition:transform .2s cubic-bezier(.33,1,.68,1);position:absolute}.button-accordion-icon[data-astro-cid-hpfiisqm]:before{width:12px;height:2px;top:calc(50% - 1px);left:4px}.button-accordion-icon[data-astro-cid-hpfiisqm]:after{width:2px;height:12px;top:4px;left:calc(50% - 1px)}.c-accordion[data-astro-cid-hpfiisqm].is-open .button[data-astro-cid-hpfiisqm]:not(.button--sub) .button-accordion-icon[data-astro-cid-hpfiisqm]:before{transform:rotate(180deg)}.c-accordion[data-astro-cid-hpfiisqm].is-open .button[data-astro-cid-hpfiisqm]:not(.button--sub) .button-accordion-icon[data-astro-cid-hpfiisqm]:after{transform:rotate(90deg)}.submenu__item[data-astro-cid-hpfiisqm]+.submenu__item[data-astro-cid-hpfiisqm]{border-top:1px solid #ced4da}.secure-buttons[data-astro-cid-hpfiisqm]{justify-content:center;align-items:center;gap:10px;display:flex}.secure-button[data-astro-cid-hpfiisqm]{width:160px}.other-link[data-astro-cid-hpfiisqm]{align-items:center;gap:8px;padding:8px 0;font-size:.875rem;font-weight:400;line-height:1.4;display:inline-flex}.other-link__ico[data-astro-cid-hpfiisqm]{font-size:1.125rem}.l-pc-navigation[data-astro-cid-hwr4xqjx]{display:none}@media (width>=1100px){.l-pc-navigation[data-astro-cid-hwr4xqjx]{flex:auto;justify-content:flex-end;align-items:center;gap:38px;display:flex}}.menu[data-astro-cid-hwr4xqjx]{align-items:center;margin:0;padding:0;list-style:none;display:flex}@media (width>=1100px){.menu[data-astro-cid-hwr4xqjx]{gap:clamp(0px,1.17647vw - 12.9412px,4px)}}.menu__item[data-astro-cid-hwr4xqjx]{margin:0;padding:0}.menu__item[data-astro-cid-hwr4xqjx]:has(.dropdown){position:relative}.menu__link[data-astro-cid-hwr4xqjx]{color:#000;align-items:center;gap:4px;height:44px;padding:0 12px;font-size:1rem;font-weight:400;line-height:1.4;text-decoration:none;transition:color .2s cubic-bezier(.33,1,.68,1);display:inline-flex}@media (hover:hover){.menu__link[data-astro-cid-hwr4xqjx]:hover{color:#1b5fa6}}.menu__trigger[data-astro-cid-hwr4xqjx]{cursor:pointer;background:0 0;border:none;padding:0}.menu__link[data-astro-cid-hwr4xqjx]:has(.menu__link-icon){padding-top:2px;padding-bottom:2px}.menu__link-icon[data-astro-cid-hwr4xqjx]{color:#1b5fa6;font-size:24px}.actions[data-astro-cid-hwr4xqjx]{align-items:center;gap:8px;display:flex}.actions__item[data-astro-cid-hwr4xqjx]:has(.dropdown){display:flex;position:relative}.actions__button[data-astro-cid-hwr4xqjx]{min-width:140px;min-height:42px;font-weight:400;transition:all .2s cubic-bezier(.33,1,.68,1)}.actions__button-icon[data-astro-cid-hwr4xqjx]{color:#1b5fa6;font-size:24px}.dropdown[data-astro-cid-hwr4xqjx]{z-index:1;visibility:hidden;pointer-events:none;opacity:0;min-width:160px;padding-top:16px;transition:visibility .2s cubic-bezier(.33,1,.68,1),opacity .2s cubic-bezier(.33,1,.68,1),transform .2s cubic-bezier(.33,1,.68,1);position:absolute;top:calc(100% - 8px);left:0;transform:translateY(4px)}.l-pc-navigation[data-astro-cid-hwr4xqjx]:not(.is-initialized) .menu__item[data-astro-cid-hwr4xqjx]:has(.dropdown):hover .dropdown[data-astro-cid-hwr4xqjx],.l-pc-navigation[data-astro-cid-hwr4xqjx]:not(.is-initialized) .menu__item[data-astro-cid-hwr4xqjx]:has(.dropdown):focus-within .dropdown[data-astro-cid-hwr4xqjx],.menu__item[data-astro-cid-hwr4xqjx].is-open .dropdown[data-astro-cid-hwr4xqjx]{visibility:visible;pointer-events:auto;opacity:1;transform:translateY(0)}.dropdown__inner[data-astro-cid-hwr4xqjx]{color:#000;background:#fff;border:1px solid #ced4da;border-radius:8px;flex-direction:column;align-self:stretch;align-items:flex-start;padding:8px 24px;display:flex;box-shadow:0 2px 12px #0000000f}.submenu[data-astro-cid-hwr4xqjx]{width:100%;padding:12px 0}.submenu[data-astro-cid-hwr4xqjx]+.submenu[data-astro-cid-hwr4xqjx]{border-top:1px solid #ced4da}.submenu--2col[data-astro-cid-hwr4xqjx]{grid-template-columns:1fr 1fr;gap:0 24px;display:grid}.submenu__link[data-astro-cid-hwr4xqjx]{flex-shrink:0;align-items:center;gap:8px;width:260px;padding:8px 0;font-size:1rem;font-weight:400;line-height:1.4;transition:padding-left .2s cubic-bezier(.33,1,.68,1);display:flex}@media (hover:hover){.submenu__link[data-astro-cid-hwr4xqjx]:hover{padding-left:8px}}.l-site-header[data-astro-cid-vwn3tmth]{z-index:10;background-color:#fff;width:100%;height:56px;position:fixed;top:0;left:0}@media (width>=1100px){.l-site-header[data-astro-cid-vwn3tmth]{background-color:#0000;height:auto;position:absolute;top:24px}body:has(.xHeader) .l-site-header[data-astro-cid-vwn3tmth]{top:67px}body.header-is-fixed .l-site-header[data-astro-cid-vwn3tmth]{backdrop-filter:blur(10px);background-color:#fffc;padding:clamp(8px,2.35294vw - 17.8824px,16px) 0;position:fixed;top:0;left:0}}.inner[data-astro-cid-vwn3tmth]{justify-content:space-between;align-items:center;padding:0 0 0 16px;display:flex}@media (width>=1100px){.inner[data-astro-cid-vwn3tmth]{width:91.58%;max-width:1100px;margin-inline:auto;padding-left:0}}@media (width>=1100px) and (width>=1100px){.inner[data-astro-cid-vwn3tmth]{width:calc(100% - 80px)}}.logo[data-astro-cid-vwn3tmth]{width:234px;margin:0;display:block}@media (width>=1100px){.logo[data-astro-cid-vwn3tmth]{width:300px;transition:width .2s cubic-bezier(.33,1,.68,1)}body.header-is-fixed .logo[data-astro-cid-vwn3tmth]{width:270px}}.logo__link[data-astro-cid-vwn3tmth]{display:block}.logo__image[data-astro-cid-vwn3tmth]{width:100%;height:auto;display:block}.c-campaign-badge[data-astro-cid-nkfetev4]{font-feature-settings:"pwid", "palt";color:#000;text-align:center;white-space:nowrap;background-color:#ffe400;border-radius:2px;justify-content:center;align-items:flex-end;padding:3px 8px;font-size:.875rem;font-weight:700;line-height:1.4;display:inline-flex;position:relative}.arrow[data-astro-cid-nkfetev4]{width:15.5885px;height:9px;position:absolute;top:calc(100% - 3px);left:calc(50% - 2px);transform:translate(-50%)rotate(180deg)}.l-cta[data-astro-cid-aabhb3r2]{background-color:#1b5fa6;padding:40px 0 0}@media (width>=1100px){.l-cta[data-astro-cid-aabhb3r2]{padding:0;overflow:hidden}}.layout[data-astro-cid-aabhb3r2]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.layout[data-astro-cid-aabhb3r2]{width:calc(100% - 80px)}}.layout[data-astro-cid-aabhb3r2]>[data-astro-cid-aabhb3r2]+[data-astro-cid-aabhb3r2],.layout[data-astro-cid-aabhb3r2]>*+*{margin-top:28px}@media (width>=1100px){.layout[data-astro-cid-aabhb3r2]>[data-astro-cid-aabhb3r2]+[data-astro-cid-aabhb3r2],.layout[data-astro-cid-aabhb3r2]>*+*{margin-top:0}.layout[data-astro-cid-aabhb3r2]{position:relative}}.layout__main[data-astro-cid-aabhb3r2]{flex-direction:column;gap:24px;display:flex}@media (width>=1100px){.layout__main[data-astro-cid-aabhb3r2]{gap:32px;width:460px;padding:64px 0}}.layout__image[data-astro-cid-aabhb3r2]{max-width:450px;margin-inline:auto}@media (width>=1100px){.layout__image[data-astro-cid-aabhb3r2]{width:530px;max-width:none;height:100%;position:absolute;top:0;right:0}}.heading[data-astro-cid-aabhb3r2]{color:#fff;text-align:center;font-size:1.9375rem;font-weight:500;line-height:1.3}@media (width>=1100px){.heading[data-astro-cid-aabhb3r2]{text-align:left;font-size:2.4375rem;font-weight:500;line-height:1.2}}.description[data-astro-cid-aabhb3r2]{color:#fff;width:fit-content;margin-inline:auto;font-size:1rem;font-weight:400;line-height:1.6}@media (width>=1100px){.description[data-astro-cid-aabhb3r2]{text-align:left;width:100%}}.button-wrapper[data-astro-cid-aabhb3r2]>[data-astro-cid-aabhb3r2]+[data-astro-cid-aabhb3r2],.button-wrapper[data-astro-cid-aabhb3r2]>*+*{margin-top:8px}.button-wrapper[data-astro-cid-aabhb3r2]{text-align:center}@media (width>=1100px){.button-wrapper[data-astro-cid-aabhb3r2]{text-align:left}}.button[data-astro-cid-aabhb3r2]{width:100%;max-width:400px}@media (width>=1100px){.button[data-astro-cid-aabhb3r2]{width:340px}}.campaign-button-wrapper[data-astro-cid-aabhb3r2]{padding-top:12px;position:relative}@media (width>=1100px){.campaign-button-wrapper[data-astro-cid-aabhb3r2]{width:fit-content}}.campaign-button-wrapper__badge[data-astro-cid-aabhb3r2]{z-index:1;position:absolute;top:-8px;right:50%;transform:translate(50%)}.images[data-astro-cid-aabhb3r2]{height:172px;position:relative;overflow:hidden}@media (width>=1100px){.images[data-astro-cid-aabhb3r2]{height:100%;overflow:visible}}.image[data-astro-cid-aabhb3r2]{border-radius:4px;display:block;overflow:hidden}@media (width>=1100px){.image[data-astro-cid-aabhb3r2]{border-radius:6px}}.image--01[data-astro-cid-aabhb3r2]{aspect-ratio:1;width:309px}@media (width>=1100px){.image--01[data-astro-cid-aabhb3r2]{aspect-ratio:455/500;width:455px;margin:40px 0 0}}.image--02[data-astro-cid-aabhb3r2]{aspect-ratio:198/151;width:198px;position:absolute;top:72px;right:0;box-shadow:0 0 15px #1b5fa633}@media (width>=1100px){.image--02[data-astro-cid-aabhb3r2]{aspect-ratio:392/298;width:392px;inset:auto auto -10px 228px}}.image[data-astro-cid-aabhb3r2] img[data-astro-cid-aabhb3r2]{object-fit:cover;width:100%;height:100%;display:block}.l-annotations[data-astro-cid-aqtjf2nl]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.l-annotations[data-astro-cid-aqtjf2nl]{width:calc(100% - 80px)}}.l-annotations[data-astro-cid-aqtjf2nl]{padding:24px 0}@media (width>=1100px){.l-annotations[data-astro-cid-aqtjf2nl]{padding:32px 0}}.list__item[data-astro-cid-aqtjf2nl]{font-size:.875rem;font-weight:400;line-height:1.6;display:flex}.list__prefix[data-astro-cid-aqtjf2nl]{width:fit-content;display:inline-block}.list__item[data-astro-cid-aqtjf2nl].is-numbered .list__prefix[data-astro-cid-aqtjf2nl]{padding-right:10px}.list__content[data-astro-cid-aqtjf2nl]{display:inline-block}.list__content[data-astro-cid-aqtjf2nl] a{color:#1b5fa6}.l-breadcrumbs[data-astro-cid-rccrbjaa]{border-top:1px solid #ced4da;border-bottom:1px solid #ced4da;padding:8px 0}.list[data-astro-cid-rccrbjaa]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.list[data-astro-cid-rccrbjaa]{width:calc(100% - 80px)}}.list[data-astro-cid-rccrbjaa]{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.list__separator-icon[data-astro-cid-rccrbjaa]{color:#adb5bd;width:20px;height:20px}.list__link[data-astro-cid-rccrbjaa]{color:#1b5fa6;font-size:.875rem;font-weight:400;line-height:1.6}@media (hover:hover){.list__link[data-astro-cid-rccrbjaa]:hover{color:#10365f}}.list__link[data-astro-cid-rccrbjaa].is-current{color:#000;pointer-events:none}.inner[data-astro-cid-qup6pdxl]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.inner[data-astro-cid-qup6pdxl]{width:calc(100% - 80px)}}.inner[data-astro-cid-qup6pdxl]>[data-astro-cid-qup6pdxl]+[data-astro-cid-qup6pdxl],.inner[data-astro-cid-qup6pdxl]>*+*{margin-top:40px}.inner[data-astro-cid-qup6pdxl]{padding-top:40px;padding-bottom:64px}@media (width>=1100px){.inner[data-astro-cid-qup6pdxl]>[data-astro-cid-qup6pdxl]+[data-astro-cid-qup6pdxl],.inner[data-astro-cid-qup6pdxl]>*+*{margin-top:64px}.inner[data-astro-cid-qup6pdxl]{padding-top:80px;padding-bottom:40px}}@media (width>=1280px){.inner[data-astro-cid-qup6pdxl]>[data-astro-cid-qup6pdxl]+[data-astro-cid-qup6pdxl],.inner[data-astro-cid-qup6pdxl]>*+*{margin-top:80px}}.nav[data-astro-cid-qup6pdxl]{width:100%}@media (width>=768px){.nav[data-astro-cid-qup6pdxl]{grid-template-columns:repeat(2,1fr);display:grid}}@media (width>=1100px){.nav[data-astro-cid-qup6pdxl]{grid-template-columns:repeat(4,1fr)}}.nav__group[data-astro-cid-qup6pdxl]{border-top:1px solid #ced4da;width:100%}@media (width>=768px){.nav__group[data-astro-cid-qup6pdxl]{border-top:none;grid-template-rows:auto 1fr;gap:24px;display:grid}}.nav__group[data-astro-cid-qup6pdxl]:last-child{border-bottom:1px solid #ced4da}@media (width>=768px){.nav__group[data-astro-cid-qup6pdxl]:last-child{border-bottom:none}}.nav__title[data-astro-cid-qup6pdxl]{justify-content:space-between;padding:16px 0;font-size:1rem;font-weight:500;line-height:1.3;display:flex}@media (width>=768px){.nav__title[data-astro-cid-qup6pdxl]{padding:0;font-size:1.125rem;font-weight:500;line-height:1.3;display:block}}.nav__title-icon[data-astro-cid-qup6pdxl]{width:20px;height:20px;display:block;position:relative}@media (width>=768px){.nav__title-icon[data-astro-cid-qup6pdxl]{display:none}}.nav__title-icon[data-astro-cid-qup6pdxl]:before,.nav__title-icon[data-astro-cid-qup6pdxl]:after{content:"";background-color:#000;transition:transform .2s cubic-bezier(.33,1,.68,1);position:absolute}.nav__title-icon[data-astro-cid-qup6pdxl]:before{width:12px;height:2px;top:calc(50% - 1px);left:4px}.nav__title-icon[data-astro-cid-qup6pdxl]:after{width:2px;height:12px;top:4px;left:calc(50% - 1px)}.nav__group[data-astro-cid-qup6pdxl].is-open .nav__title-icon[data-astro-cid-qup6pdxl]:before{transform:rotate(180deg)}.nav__group[data-astro-cid-qup6pdxl].is-open .nav__title-icon[data-astro-cid-qup6pdxl]:after{transform:rotate(90deg)}.nav__list[data-astro-cid-qup6pdxl]>[data-astro-cid-qup6pdxl]+[data-astro-cid-qup6pdxl],.nav__list[data-astro-cid-qup6pdxl]>*+*{margin-top:8px}.nav__list[data-astro-cid-qup6pdxl]{background-color:#f8f9fa;border-top:1px solid #ced4da;padding:16px 20px}@media (width>=768px){.nav__list[data-astro-cid-qup6pdxl]{background-color:#0000;border-top:none;padding:0}}@media (width>=1100px){.nav__list[data-astro-cid-qup6pdxl]>[data-astro-cid-qup6pdxl]+[data-astro-cid-qup6pdxl],.nav__list[data-astro-cid-qup6pdxl]>*+*{margin-top:16px}}.nav__link[data-astro-cid-qup6pdxl]{align-items:center;gap:4px;width:fit-content;text-decoration:none;display:flex}@media (width>=768px){.nav__link[data-astro-cid-qup6pdxl]{font-size:1rem;font-weight:400;line-height:1.5}}@media (hover:hover){.nav__link[data-astro-cid-qup6pdxl]{transition:padding-left .2s cubic-bezier(.33,1,.68,1)}.nav__link[data-astro-cid-qup6pdxl]:hover{padding-left:8px}}.nav__item-icon[data-astro-cid-qup6pdxl]{width:16px;height:16px}.badges[data-astro-cid-qup6pdxl]{grid-template-columns:repeat(1,1fr);gap:16px;display:grid}@media (width>=1100px){.badges[data-astro-cid-qup6pdxl]{grid-template-rows:auto;grid-template-columns:repeat(3,1fr);gap:clamp(24px,4.70588vw - 27.7647px,40px)}}.badge[data-astro-cid-qup6pdxl]{grid-template-columns:150px 1fr;align-items:center;gap:16px;display:grid}@media (width>=1100px){.badge[data-astro-cid-qup6pdxl]{grid-template-columns:max-content 1fr}}.badge__image[data-astro-cid-qup6pdxl],.badge__image[data-astro-cid-qup6pdxl] img[data-astro-cid-qup6pdxl]{margin-inline:auto;display:block}.badge__text[data-astro-cid-qup6pdxl]{margin:0;font-size:.75rem;line-height:1.5}.brand[data-astro-cid-qup6pdxl]{flex-direction:column;gap:24px;display:flex}@media (width>=768px){.brand[data-astro-cid-qup6pdxl]{flex-direction:row;justify-content:space-between;align-items:center}}.brand__logo[data-astro-cid-qup6pdxl]{margin:0;transition:opacity .3s ease-out}@media (hover:hover){.brand__logo[data-astro-cid-qup6pdxl]:hover{opacity:.7}}.brand__logo[data-astro-cid-qup6pdxl] img[data-astro-cid-qup6pdxl]{width:300px;height:auto;display:block}@media (width>=1100px){.brand__logo[data-astro-cid-qup6pdxl] img[data-astro-cid-qup6pdxl]{width:340px}}.brand__sns[data-astro-cid-qup6pdxl]{align-items:center;gap:16px;margin:0;padding:0;list-style:none;display:flex}.brand__sns-link[data-astro-cid-qup6pdxl]{justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .3s ease-out;display:flex}@media (hover:hover){.brand__sns-link[data-astro-cid-qup6pdxl]:hover{opacity:.7}}.brand__sns-link[data-astro-cid-qup6pdxl] img[data-astro-cid-qup6pdxl]{width:100%;height:auto;display:block}.bottom[data-astro-cid-qup6pdxl]{color:#fff;background-color:#212529;padding:40px 0}@media (width>=1100px){.bottom[data-astro-cid-qup6pdxl]{padding:24px 0}}.bottom__inner[data-astro-cid-qup6pdxl]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.bottom__inner[data-astro-cid-qup6pdxl]{width:calc(100% - 80px)}}.bottom__inner[data-astro-cid-qup6pdxl]>[data-astro-cid-qup6pdxl]+[data-astro-cid-qup6pdxl],.bottom__inner[data-astro-cid-qup6pdxl]>*+*{margin-top:32px}@media (width>=1100px){.bottom__inner[data-astro-cid-qup6pdxl]>[data-astro-cid-qup6pdxl]+[data-astro-cid-qup6pdxl],.bottom__inner[data-astro-cid-qup6pdxl]>*+*{margin-top:0}.bottom__inner[data-astro-cid-qup6pdxl]{justify-content:space-between;align-items:center;gap:40px;display:flex}}.legal[data-astro-cid-qup6pdxl]>[data-astro-cid-qup6pdxl]+[data-astro-cid-qup6pdxl],.legal[data-astro-cid-qup6pdxl]>*+*{margin-top:4px}@media (width>=1100px){.legal[data-astro-cid-qup6pdxl]>[data-astro-cid-qup6pdxl]+[data-astro-cid-qup6pdxl],.legal[data-astro-cid-qup6pdxl]>*+*{margin-top:0}.legal[data-astro-cid-qup6pdxl]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px 24px;display:flex}}.legal__link[data-astro-cid-qup6pdxl]{align-items:center;gap:4px;font-size:.875rem;font-weight:400;line-height:1.6;display:inline-flex}@media (width>=1100px){.legal__link[data-astro-cid-qup6pdxl]{width:fit-content}}@media (hover:hover){.legal__link[data-astro-cid-qup6pdxl]:hover{text-decoration:underline}}.copyright[data-astro-cid-qup6pdxl]{white-space:nowrap;margin:0;font-size:.875rem;font-weight:400;line-height:1.6}@media (width>=1100px){.copyright[data-astro-cid-qup6pdxl]{width:fit-content}}.l-layout[data-astro-cid-ju4pidww]{grid-template:"header""contents"1fr"footer"/100%;min-height:100vh;display:grid}.l-layout__header[data-astro-cid-ju4pidww]{grid-area:header;width:100%}.l-layout__contents[data-astro-cid-ju4pidww]{grid-area:contents;padding:56px 0 0}@media (width>=1100px){.l-layout__contents[data-astro-cid-ju4pidww]{padding:0}}.l-layout__footer[data-astro-cid-ju4pidww]{grid-area:footer}.l-page-header[data-astro-cid-5gwfj4eg]{border-bottom:1px solid #ced4da}@media (width>=1100px){.l-page-header[data-astro-cid-5gwfj4eg]{padding-top:120px}}.inner[data-astro-cid-5gwfj4eg]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.inner[data-astro-cid-5gwfj4eg]{width:calc(100% - 80px)}}.inner[data-astro-cid-5gwfj4eg]{align-items:flex-end;display:flex}.title[data-astro-cid-5gwfj4eg]{color:#1b5fa6;border-bottom:3px solid #1b5fa6;margin:0;padding-bottom:8px;font-size:1.9375rem;font-weight:500;line-height:1.3;position:relative;bottom:-1px}@media (width>=1100px){.title[data-astro-cid-5gwfj4eg]{border-bottom:4px solid #1b5fa6;padding-bottom:24px;font-size:3.0625rem;font-weight:500;line-height:1.2}}.c-stack--2xs[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--2xs[data-astro-cid-u256hdza]>*+*{margin-top:4px}.c-stack--xs[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--xs[data-astro-cid-u256hdza]>*+*{margin-top:8px}.c-stack--sm[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--sm[data-astro-cid-u256hdza]>*+*{margin-top:12px}.c-stack--md[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--md[data-astro-cid-u256hdza]>*+*,.c-stack--lg[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--lg[data-astro-cid-u256hdza]>*+*{margin-top:16px}@media (width>=1100px){.c-stack--lg[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--lg[data-astro-cid-u256hdza]>*+*{margin-top:24px}}.c-stack--xl[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--xl[data-astro-cid-u256hdza]>*+*{margin-top:16px}@media (width>=1100px){.c-stack--xl[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--xl[data-astro-cid-u256hdza]>*+*{margin-top:32px}}.c-stack--2xl[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--2xl[data-astro-cid-u256hdza]>*+*{margin-top:24px}@media (width>=1100px){.c-stack--2xl[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--2xl[data-astro-cid-u256hdza]>*+*{margin-top:40px}}.c-stack--3xl[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--3xl[data-astro-cid-u256hdza]>*+*{margin-top:32px}@media (width>=1100px){.c-stack--3xl[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--3xl[data-astro-cid-u256hdza]>*+*{margin-top:64px}}.c-stack--4xl[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--4xl[data-astro-cid-u256hdza]>*+*{margin-top:40px}@media (width>=1100px){.c-stack--4xl[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--4xl[data-astro-cid-u256hdza]>*+*{margin-top:80px}}.c-stack--5xl[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--5xl[data-astro-cid-u256hdza]>*+*{margin-top:64px}@media (width>=1100px){.c-stack--5xl[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--5xl[data-astro-cid-u256hdza]>*+*{margin-top:120px}}.c-stack--6xl[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--6xl[data-astro-cid-u256hdza]>*+*{margin-top:80px}@media (width>=1100px){.c-stack--6xl[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--6xl[data-astro-cid-u256hdza]>*+*{margin-top:160px}}.c-stack--7xl[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--7xl[data-astro-cid-u256hdza]>*+*{margin-top:120px}@media (width>=1100px){.c-stack--7xl[data-astro-cid-u256hdza]>[data-astro-cid-u256hdza]+[data-astro-cid-u256hdza],.c-stack--7xl[data-astro-cid-u256hdza]>*+*{margin-top:200px}}.header__title[data-astro-cid-w6ymvdtg]{color:#1b5fa6;background-color:#f8f9fa;padding:12px 12px 12px 16px;font-size:1.5625rem;font-weight:500;line-height:1.3;position:relative}@media (width>=1100px){.header__title[data-astro-cid-w6ymvdtg]{padding:16px 16px 16px 24px;font-size:2.4375rem;font-weight:500;line-height:1.2}}.header__title[data-astro-cid-w6ymvdtg]:before{content:"";background-color:#1b5fa6;width:4px;height:50%;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media (width>=1100px){.header__title[data-astro-cid-w6ymvdtg]:before{width:8px}}.p-common-sitemap-contents[data-astro-cid-i4ku3lww]{grid-template-columns:repeat(1,minmax(0,1fr));gap:32px;display:grid}@media (width>=768px){.p-common-sitemap-contents[data-astro-cid-i4ku3lww]{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}}@media (width>=1100px){.p-common-sitemap-contents[data-astro-cid-i4ku3lww]{grid-template-columns:repeat(4,minmax(0,1fr));gap:40px}}.unit[data-astro-cid-i4ku3lww]>[data-astro-cid-i4ku3lww]+[data-astro-cid-i4ku3lww],.unit[data-astro-cid-i4ku3lww]>*+*{margin-top:8px}@media (width>=1100px){.unit[data-astro-cid-i4ku3lww]>[data-astro-cid-i4ku3lww]+[data-astro-cid-i4ku3lww],.unit[data-astro-cid-i4ku3lww]>*+*{margin-top:16px}}.unit__label[data-astro-cid-i4ku3lww]{color:#1b5fa6;margin:0;font-size:1.25rem;font-weight:500;line-height:1.3}.unit__label[data-astro-cid-i4ku3lww] a[data-astro-cid-i4ku3lww]{text-decoration:underline}@media (hover:hover){.unit__label[data-astro-cid-i4ku3lww] a[data-astro-cid-i4ku3lww]:hover{text-decoration:none}}.list[data-astro-cid-i4ku3lww] a[data-astro-cid-i4ku3lww]{padding:4px 0;text-decoration:underline 1px #adb5bd;display:inline-block}@media (hover:hover){.list[data-astro-cid-i4ku3lww] a[data-astro-cid-i4ku3lww]:hover{text-decoration:none}}.icon[data-astro-cid-i4ku3lww]{margin-left:4px}.contents[data-astro-cid-ibpinaeu]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-ibpinaeu]{width:calc(100% - 80px)}}.contents[data-astro-cid-ibpinaeu]>[data-astro-cid-ibpinaeu]+[data-astro-cid-ibpinaeu],.contents[data-astro-cid-ibpinaeu]>*+*{margin-top:40px}.contents[data-astro-cid-ibpinaeu]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-ibpinaeu]>[data-astro-cid-ibpinaeu]+[data-astro-cid-ibpinaeu],.contents[data-astro-cid-ibpinaeu]>*+*{margin-top:80px}.contents[data-astro-cid-ibpinaeu]{padding:64px 0 160px}}.sitemap[data-astro-cid-ibpinaeu]{border:1px solid #ced4da;border-radius:4px;overflow:hidden}.sitemap__title[data-astro-cid-ibpinaeu]{background-color:#f8f9fa;padding:16px;font-size:1.5625rem;font-weight:500;line-height:1.3}@media (width>=1100px){.sitemap__title[data-astro-cid-ibpinaeu]{padding:32px 40px;font-size:1.9375rem;font-weight:500;line-height:1.3}}.sitemap__body[data-astro-cid-ibpinaeu]{padding:24px 16px}@media (width>=1100px){.sitemap__body[data-astro-cid-ibpinaeu]{padding:32px 40px}}.c-table-wrapper[data-astro-cid-novgf7uv] table{min-width:100%}.c-table-wrapper[data-astro-cid-novgf7uv] thead th{vertical-align:middle;color:#fff;background-color:#1b5fa6;border-right:1px solid #fff;padding:12px 16px;font-size:1rem;font-weight:700;line-height:1.4}.c-table-wrapper[data-astro-cid-novgf7uv] thead th[scope=row]{background-color:#154c84}.c-table-wrapper[data-astro-cid-novgf7uv] thead th:last-child{border-right:none}.c-table-wrapper[data-astro-cid-novgf7uv] tbody tr{border-bottom:1px solid #ced4da}.c-table-wrapper[data-astro-cid-novgf7uv] table:not(:has(thead)) tbody tr:first-child{border-top:1px solid #ced4da}.c-table-wrapper[data-astro-cid-novgf7uv] tbody th{vertical-align:middle;background-color:#f8f9fa;padding:16px;font-size:.875rem;font-weight:700;line-height:1.6}.c-table-wrapper[data-astro-cid-novgf7uv] tbody td{vertical-align:middle;border-left:1px solid #ced4da;padding:16px;font-size:.875rem;font-weight:400;line-height:1.6}.c-table-wrapper[data-astro-cid-novgf7uv] tbody td:first-child{border-left:none}.c-table-wrapper--responsive[data-astro-cid-novgf7uv] thead{white-space:wrap}@media (width<1100px){.c-table-wrapper--responsive[data-astro-cid-novgf7uv] thead{display:none}.c-table-wrapper--responsive[data-astro-cid-novgf7uv] tbody{display:block}.c-table-wrapper--responsive[data-astro-cid-novgf7uv] tbody tr{border-bottom:none;display:block}}.c-table-wrapper--responsive[data-astro-cid-novgf7uv] tbody th{white-space:wrap}@media (width<1100px){.c-table-wrapper--responsive[data-astro-cid-novgf7uv] tbody th{padding:12px;font-size:1rem;font-weight:700;line-height:1.6;display:block}}.c-table-wrapper--responsive[data-astro-cid-novgf7uv] tbody td{white-space:wrap}@media (width<1100px){.c-table-wrapper--responsive[data-astro-cid-novgf7uv] tbody td{border:none;padding:12px;display:block}}.scroll-hint-icon-wrap{z-index:1}.scroll-hint-icon-wrap.is-active .scroll-hint-icon{opacity:.95}.c-scroll-hint__icon{border-radius:6px;padding:35px 10px 10px;top:min(200px,50% - 70px);box-shadow:0 3px 5px #0003}.c-scroll-hint__icon:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjMWYxZjFmIj48cGF0aCBkPSJNMzk4LTEyMHEtMjcgMC01MS41LTExLjVUMzA1LTE2NEw0Ni00ODNsMjYtMjVxMTktMTkgNDUtMjJ0NDcgMTJsMTE2IDgxdi00MDNxMC0xNyAxMS41LTI4LjVUMzIwLTg4MHExNyAwIDI4LjUgMTEuNVQzNjAtODQwdjU1N2wtMTExLTc4IDExOCAxNDZxNiA3IDE0IDExdDE3IDRoMjgycTMzIDAgNTYuNS0yMy41VDc2MC0yODB2LTI4MHEwLTE3IDExLjUtMjguNVQ4MDAtNjAwcTE3IDAgMjguNSAxMS41VDg0MC01NjB2MjgwcTAgNjYtNDcgMTEzdC0xMTMgNDdIMzk4Wm0xMjItMjQwWm0tODAtODB2LTI0MHEwLTE3IDExLjUtMjguNVQ0ODAtNzIwcTE3IDAgMjguNSAxMS41VDUyMC02ODB2MjQwaC04MFptMTYwIDB2LTIwMHEwLTE3IDExLjUtMjguNVQ2NDAtNjgwcTE3IDAgMjguNSAxMS41VDY4MC02NDB2MjAwaC04MFoiLz48L3N2Zz4=)}.c-scroll-hint__icon:after{top:24px}.contents[data-astro-cid-5wgksgmm]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-5wgksgmm]{width:calc(100% - 80px)}}.contents[data-astro-cid-5wgksgmm]>[data-astro-cid-5wgksgmm]+[data-astro-cid-5wgksgmm],.contents[data-astro-cid-5wgksgmm]>*+*{margin-top:40px}.contents[data-astro-cid-5wgksgmm]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-5wgksgmm]>[data-astro-cid-5wgksgmm]+[data-astro-cid-5wgksgmm],.contents[data-astro-cid-5wgksgmm]>*+*{margin-top:80px}.contents[data-astro-cid-5wgksgmm]{padding:64px 0 160px}}.section-body[data-astro-cid-5wgksgmm]>[data-astro-cid-5wgksgmm]+[data-astro-cid-5wgksgmm],.section-body[data-astro-cid-5wgksgmm]>*+*{margin-top:32px}@media (width>=1100px){.section-body[data-astro-cid-5wgksgmm]>[data-astro-cid-5wgksgmm]+[data-astro-cid-5wgksgmm],.section-body[data-astro-cid-5wgksgmm]>*+*{margin-top:40px}}.cols[data-astro-cid-5wgksgmm]>[data-astro-cid-5wgksgmm]+[data-astro-cid-5wgksgmm],.cols[data-astro-cid-5wgksgmm]>*+*{margin-top:40px}@media (width>=1100px){.cols[data-astro-cid-5wgksgmm]>[data-astro-cid-5wgksgmm]+[data-astro-cid-5wgksgmm],.cols[data-astro-cid-5wgksgmm]>*+*{margin-top:0}.cols[data-astro-cid-5wgksgmm]{grid-template-columns:1fr 1fr;gap:40px;display:grid}}.affiliate-reward-table[data-astro-cid-5wgksgmm]{table-layout:fixed;width:100%;min-width:600px!important}.affiliate-reward-table[data-astro-cid-5wgksgmm] .plan-column[data-astro-cid-5wgksgmm],.affiliate-reward-table[data-astro-cid-5wgksgmm] .ssd-column[data-astro-cid-5wgksgmm]{width:29.5%}.affiliate-reward-table[data-astro-cid-5wgksgmm] .reward-column[data-astro-cid-5wgksgmm]{width:20.5%}.affiliate-reward-table[data-astro-cid-5wgksgmm] thead[data-astro-cid-5wgksgmm] tr[data-astro-cid-5wgksgmm]:nth-child(2) th[data-astro-cid-5wgksgmm]{border-top:1px solid #fff;padding:8px 12px}.affiliate-reward-table[data-astro-cid-5wgksgmm] tbody[data-astro-cid-5wgksgmm] th[data-astro-cid-5wgksgmm]{padding:24px 12px;font-size:1.125rem;font-weight:500;line-height:1.3}.affiliate-reward-table[data-astro-cid-5wgksgmm] tbody[data-astro-cid-5wgksgmm] td[data-astro-cid-5wgksgmm]{border-left:1px solid #ced4da;padding:16px 12px;font-size:1rem;font-weight:400;line-height:1.4}.affiliate-reward-table[data-astro-cid-5wgksgmm] .bg-dark[data-astro-cid-5wgksgmm]{background-color:#154c84!important}.affiliate-reward-table[data-astro-cid-5wgksgmm] tbody[data-astro-cid-5wgksgmm] .reward[data-astro-cid-5wgksgmm]{color:#d93636;text-align:right;font-size:1.125rem;font-weight:600;line-height:1.3}.a8[data-astro-cid-5wgksgmm]>[data-astro-cid-5wgksgmm]+[data-astro-cid-5wgksgmm],.a8[data-astro-cid-5wgksgmm]>*+*{margin-top:8px}.a8[data-astro-cid-5wgksgmm]{width:100%;max-width:450px;margin:0 auto}@media (width>=1100px){.a8--light[data-astro-cid-5wgksgmm]{margin:0 0 0 auto}}.a8__lead[data-astro-cid-5wgksgmm]{text-align:center;width:100%;margin:0;font-size:1.125rem;font-weight:400;line-height:1.6}.a8__lead-primary[data-astro-cid-5wgksgmm]{color:#1b5fa6;font-weight:700}.a8__lead-secondary[data-astro-cid-5wgksgmm]{color:#20b5aa;font-weight:700}.a8__button[data-astro-cid-5wgksgmm]{color:#fff;cursor:pointer;background-color:#1b5fa6;border:1px solid #1b5fa6;border-radius:9999px;justify-content:center;align-items:center;gap:8px;width:100%;padding:24px 32px;font-size:1.125rem;font-weight:700;line-height:1.4;display:inline-flex;position:relative;overflow:hidden}.a8__button[data-astro-cid-5wgksgmm]:before{content:"";background-color:#175290;border-radius:9999px;width:100%;height:100%;transition:left .2s cubic-bezier(.33,1,.68,1);position:absolute;top:0;left:-100%}@media (hover:hover){.a8__button[data-astro-cid-5wgksgmm]:hover:before{left:0}}.a8__button--secondary[data-astro-cid-5wgksgmm]{background-color:#20b5aa;border-color:#20b5aa}.a8__button--secondary[data-astro-cid-5wgksgmm]:before{background-color:#1c9f96}.a8__button-text[data-astro-cid-5wgksgmm]{text-align:center;display:inline-block;position:relative}.a8__button-text-strong[data-astro-cid-5wgksgmm]{color:#fff161}.a8__button-icon[data-astro-cid-5wgksgmm]{color:#fff;flex-shrink:0;font-size:1.25rem;position:relative}.note-list[data-astro-cid-5wgksgmm]{text-indent:-1em;margin-left:1em;font-size:.875rem;font-weight:400;line-height:1.6}@media (width>=1100px){.container[data-astro-cid-y7spaefg]{padding-top:92px}}.mv[data-astro-cid-y7spaefg]{background:var(--bg-image) #379eed no-repeat center center;background-size:cover;padding:16px 0;position:relative}@media (width>=768px){.mv[data-astro-cid-y7spaefg]{background-image:var(--bg-image-md);padding:40px 0}}@media (width>=1100px){.mv[data-astro-cid-y7spaefg]{background-image:var(--bg-image-lg)}}.mv__foreground[data-astro-cid-y7spaefg] img[data-astro-cid-y7spaefg]{aspect-ratio:432/291;width:80%;max-width:346px;height:auto;margin-inline:auto;display:block}@media (width>=768px){.mv__foreground[data-astro-cid-y7spaefg] img[data-astro-cid-y7spaefg]{aspect-ratio:731/493;width:60%;max-width:731px}}@media (width>=1100px){.mv__foreground[data-astro-cid-y7spaefg] img[data-astro-cid-y7spaefg]{aspect-ratio:802/542;width:802px;max-width:none}}.mv__end[data-astro-cid-y7spaefg]{background-color:#00000080;place-items:center;width:100%;height:100%;display:grid;position:absolute;top:0;left:0}.mv__end-text[data-astro-cid-y7spaefg]{text-align:center;background-color:#fff;padding:16px;font-size:1.5625rem;font-weight:500;line-height:1.3;display:inline-block}.period[data-astro-cid-y7spaefg]{color:#fff;background-color:#2c3a65;padding:16px 0}.period__inner[data-astro-cid-y7spaefg]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.period__inner[data-astro-cid-y7spaefg]{width:calc(100% - 80px)}}.period__inner[data-astro-cid-y7spaefg]{text-align:center;margin-bottom:0;font-size:1.25rem;font-weight:500;line-height:1.3}@media (width>=1100px){.period__inner[data-astro-cid-y7spaefg]{font-size:1.5625rem;font-weight:500;line-height:1.3}}.contents[data-astro-cid-y7spaefg]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-y7spaefg]{width:calc(100% - 80px)}}.contents[data-astro-cid-y7spaefg]>[data-astro-cid-y7spaefg]+[data-astro-cid-y7spaefg],.contents[data-astro-cid-y7spaefg]>*+*{margin-top:40px}.contents[data-astro-cid-y7spaefg]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-y7spaefg]>[data-astro-cid-y7spaefg]+[data-astro-cid-y7spaefg],.contents[data-astro-cid-y7spaefg]>*+*{margin-top:80px}.contents[data-astro-cid-y7spaefg]{padding:80px 0 160px}}.cta[data-astro-cid-y7spaefg]{text-align:center}.cta__button[data-astro-cid-y7spaefg]{width:100%;max-width:400px}@media (width>=1100px){.cta__button[data-astro-cid-y7spaefg]{padding:8px 0}}.table[data-astro-cid-y7spaefg]{border-bottom:1px solid #ced4da}.table[data-astro-cid-y7spaefg]>tbody[data-astro-cid-y7spaefg]>tr[data-astro-cid-y7spaefg]{border:none;display:block}@media (width>=1100px){.table[data-astro-cid-y7spaefg]>tbody[data-astro-cid-y7spaefg]>tr[data-astro-cid-y7spaefg]{display:table-row}}.table[data-astro-cid-y7spaefg]>tbody[data-astro-cid-y7spaefg]>tr[data-astro-cid-y7spaefg]>th[data-astro-cid-y7spaefg],.table[data-astro-cid-y7spaefg]>tbody[data-astro-cid-y7spaefg]>tr[data-astro-cid-y7spaefg]>td[data-astro-cid-y7spaefg]{border:1px solid #ced4da;border-bottom:none;padding:16px;display:block}@media (width>=1100px){.table[data-astro-cid-y7spaefg]>tbody[data-astro-cid-y7spaefg]>tr[data-astro-cid-y7spaefg]>th[data-astro-cid-y7spaefg],.table[data-astro-cid-y7spaefg]>tbody[data-astro-cid-y7spaefg]>tr[data-astro-cid-y7spaefg]>td[data-astro-cid-y7spaefg]{border:1px solid #ced4da;padding:24px;display:table-cell}}.table[data-astro-cid-y7spaefg]>tbody[data-astro-cid-y7spaefg]>tr[data-astro-cid-y7spaefg]>th[data-astro-cid-y7spaefg]{background-color:#f8f9fa;font-weight:700}.table[data-astro-cid-y7spaefg] del[data-astro-cid-y7spaefg]{text-decoration:line-through}@media (width>=1100px){.table__col[data-astro-cid-y7spaefg]:first-child{width:250px}}.table__strong[data-astro-cid-y7spaefg]{color:#f83f3f;font-weight:700}.note-list[data-astro-cid-y7spaefg] li[data-astro-cid-y7spaefg]{text-indent:-1em;padding-left:1em}.contents[data-astro-cid-zpwr3yl4]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-zpwr3yl4]{width:calc(100% - 80px)}}.contents[data-astro-cid-zpwr3yl4]>[data-astro-cid-zpwr3yl4]+[data-astro-cid-zpwr3yl4],.contents[data-astro-cid-zpwr3yl4]>*+*{margin-top:40px}.contents[data-astro-cid-zpwr3yl4]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-zpwr3yl4]>[data-astro-cid-zpwr3yl4]+[data-astro-cid-zpwr3yl4],.contents[data-astro-cid-zpwr3yl4]>*+*{margin-top:80px}.contents[data-astro-cid-zpwr3yl4]{padding:64px 0 160px}}.table[data-astro-cid-zpwr3yl4] col[data-astro-cid-zpwr3yl4]:first-child{width:100px}@media (width>=1100px){.table[data-astro-cid-zpwr3yl4] col[data-astro-cid-zpwr3yl4]:first-child{width:250px}}.c-functions-list[data-astro-cid-r4alqon2]{background-color:#ced4da;border:1px solid #ced4da;border-radius:6px;grid-template-columns:1fr;gap:1px;margin:0;list-style:none;display:grid;overflow:hidden}@media (width>=768px){.c-functions-list[data-astro-cid-r4alqon2]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1100px){.c-functions-list[data-astro-cid-r4alqon2]{grid-template-columns:repeat(3,minmax(0,1fr))}}.card[data-astro-cid-r4alqon2]>[data-astro-cid-r4alqon2]+[data-astro-cid-r4alqon2],.card[data-astro-cid-r4alqon2]>*+*{margin-top:8px}.card[data-astro-cid-r4alqon2]{background-color:#fff;height:100%;padding:16px 24px 32px;position:relative}.card--link[data-astro-cid-r4alqon2]{color:inherit;text-decoration:none;transition:background-color .2s cubic-bezier(.33,1,.68,1),box-shadow .2s cubic-bezier(.33,1,.68,1);display:block}@media (hover:hover){.card--link[data-astro-cid-r4alqon2]:hover{z-index:2;background-color:#f8f9fa;box-shadow:inset 2px 2px 4px #0000001a}}.card__header[data-astro-cid-r4alqon2]{justify-content:space-between;align-items:center;gap:16px;display:flex}.card__heading[data-astro-cid-r4alqon2]>[data-astro-cid-r4alqon2]+[data-astro-cid-r4alqon2],.card__heading[data-astro-cid-r4alqon2]>*+*{margin-top:4px}.card__title[data-astro-cid-r4alqon2]{color:#000;margin:0;font-size:1.125rem;font-weight:500;line-height:1.3}.card__label[data-astro-cid-r4alqon2]{color:#fff;background-color:#20b5aa;border-radius:2px;width:fit-content;padding:2px 4px;font-size:.75rem;font-weight:700;line-height:1.4}.card__icon[data-astro-cid-r4alqon2]{object-fit:contain;flex-shrink:0}.card__text[data-astro-cid-r4alqon2]{color:#495057;margin:0;font-size:.875rem;font-weight:400;line-height:1.5}.card__arrow[data-astro-cid-r4alqon2]{color:#1b5fa6;font-size:1.125rem;position:absolute;bottom:12px;right:12px}.c-tabs[data-astro-cid-jm73rrov]>[data-astro-cid-jm73rrov]+[data-astro-cid-jm73rrov],.c-tabs[data-astro-cid-jm73rrov]>*+*{margin-top:24px}.c-tabs[data-astro-cid-jm73rrov]{width:100%}@media (width>=1100px){.c-tabs[data-astro-cid-jm73rrov]>[data-astro-cid-jm73rrov]+[data-astro-cid-jm73rrov],.c-tabs[data-astro-cid-jm73rrov]>*+*{margin-top:32px}}.tabs__buttons[data-astro-cid-jm73rrov]{background-color:#f8f9fa;border-radius:9999px;align-items:stretch;margin:0;padding:4px 0;display:flex;overflow:hidden}.tabs__buttons-wrap[data-astro-cid-jm73rrov]{width:fit-content;max-width:100%;position:relative}.c-tabs--left[data-astro-cid-jm73rrov] .tabs__buttons-wrap[data-astro-cid-jm73rrov]{margin-right:auto}.c-tabs--center[data-astro-cid-jm73rrov] .tabs__buttons-wrap[data-astro-cid-jm73rrov]{margin-inline:auto}.c-tabs--right[data-astro-cid-jm73rrov] .tabs__buttons-wrap[data-astro-cid-jm73rrov]{margin-left:auto}.tabs__button-slide[data-astro-cid-jm73rrov]{width:auto;height:auto;padding-inline:4px}.tabs__nav[data-astro-cid-jm73rrov]{z-index:1;cursor:pointer;background-color:#fff;border:1px solid #ced4da;border-radius:9999px;justify-content:center;align-items:center;width:32px;height:32px;display:none;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0000001f}.tabs__nav[data-astro-cid-jm73rrov]:focus-visible{outline-offset:2px;outline:2px solid #1b5fa6}.tabs__nav[data-astro-cid-jm73rrov].is-visible{display:inline-flex}.tabs__nav--prev[data-astro-cid-jm73rrov]{left:8px}.tabs__nav--next[data-astro-cid-jm73rrov]{right:8px}.tabs__nav-icon[data-astro-cid-jm73rrov]{font-size:20px}.tabs__button[data-astro-cid-jm73rrov]{color:#000;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:8px 24px;font-size:1rem;font-weight:400;line-height:1.4;transition:color .2s cubic-bezier(.33,1,.68,1),background-color .2s cubic-bezier(.33,1,.68,1);display:inline-flex;position:relative}@media (hover:hover){.tabs__button[data-astro-cid-jm73rrov]:not(.is-active):hover{color:#1b5fa6;background-color:#fff}}.tabs__button[data-astro-cid-jm73rrov]:focus-visible{outline-offset:2px;outline:2px solid #1b5fa6}.tabs__button[data-astro-cid-jm73rrov].is-active{color:#fff;pointer-events:none;background-color:#1b5fa6;font-weight:700}.tabs__button-extra-text[data-astro-cid-jm73rrov]{color:#1a958e;word-break:keep-all;white-space:nowrap;background-color:#fff;border:1px solid #1a958e;border-radius:2px;width:fit-content;padding:2px 4px;font-size:.75rem;font-weight:700;line-height:1.4;display:block}@keyframes tabs-panel-animation{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tabs__panels[data-astro-cid-jm73rrov]{width:100%}.tabs__panels[data-astro-cid-jm73rrov]>[data-panel]:not(:first-child),.c-tabs[data-astro-cid-jm73rrov].is-initialized .tabs__panels[data-astro-cid-jm73rrov]>[data-panel]{display:none!important}.c-tabs[data-astro-cid-jm73rrov].is-initialized .tabs__panels[data-astro-cid-jm73rrov]>[data-panel].is-active{animation:.3s cubic-bezier(.33,1,.68,1) tabs-panel-animation;display:block!important}.l-related-page-nav[data-astro-cid-sbvjk3yd]{border-top:1px solid #ced4da}.list[data-astro-cid-sbvjk3yd]{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (width>=768px){.list[data-astro-cid-sbvjk3yd]{width:91.58%;max-width:1100px;margin-inline:auto}}@media (width>=768px) and (width>=1100px){.list[data-astro-cid-sbvjk3yd]{width:calc(100% - 80px)}}.item[data-astro-cid-sbvjk3yd]{position:relative}.item[data-astro-cid-sbvjk3yd]:after{content:"";background-color:#ced4da;width:1px;height:32px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.item[data-astro-cid-sbvjk3yd]:last-child:after{display:none}@media (width>=1100px){.item[data-astro-cid-sbvjk3yd]:last-child:after{display:block}.item[data-astro-cid-sbvjk3yd]:first-child:before{content:"";background-color:#ced4da;width:1px;height:32px;position:absolute;top:50%;left:0;transform:translateY(-50%)}}.link[data-astro-cid-sbvjk3yd]{justify-content:center;align-items:center;gap:8px;height:100%;padding:24px 16px;font-size:1rem;font-weight:400;line-height:1.6;text-decoration:none;transition:background-color .2s cubic-bezier(.33,1,.68,1);display:flex}@media (width>=1100px){.link[data-astro-cid-sbvjk3yd]{padding:64px 24px}}@media (hover:hover){.link[data-astro-cid-sbvjk3yd]:hover{background-color:#f8f9fa}}.link[data-astro-cid-sbvjk3yd].is-current{color:#1b5fa6;pointer-events:none;font-weight:700}.link__label[data-astro-cid-sbvjk3yd]{width:fit-content;line-height:1.6;display:inline-block}.link__icon[data-astro-cid-sbvjk3yd]{color:#1b5fa6;flex-shrink:0;font-size:1.125rem}.p-feature-feature-section[data-astro-cid-usrqobuw]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.p-feature-feature-section[data-astro-cid-usrqobuw]{width:calc(100% - 80px)}}.p-feature-feature-section[data-astro-cid-usrqobuw]>[data-astro-cid-usrqobuw]+[data-astro-cid-usrqobuw],.p-feature-feature-section[data-astro-cid-usrqobuw]>*+*{margin-top:24px}@media (width>=1100px){.p-feature-feature-section[data-astro-cid-usrqobuw]>[data-astro-cid-usrqobuw]+[data-astro-cid-usrqobuw],.p-feature-feature-section[data-astro-cid-usrqobuw]>*+*{margin-top:40px}}.title[data-astro-cid-usrqobuw]{gap:4px;display:flex}@media (width>=1100px){.title[data-astro-cid-usrqobuw]{gap:16px}}.title__number[data-astro-cid-usrqobuw]{color:#1b5fa6;width:fit-content;padding-top:6px;font-family:Poppins,sans-serif;font-size:1.5625rem;font-weight:600;line-height:1;display:block}@media (width>=1100px){.title__number[data-astro-cid-usrqobuw]{padding-top:3px;font-size:2.9375rem}}.title__text[data-astro-cid-usrqobuw]{color:#000;font-size:1.5625rem;font-weight:500;line-height:1.3}@media (width>=1100px){.title__text[data-astro-cid-usrqobuw]{font-size:2.4375rem;font-weight:500;line-height:1.2}}.content[data-astro-cid-usrqobuw]>[data-astro-cid-usrqobuw]+[data-astro-cid-usrqobuw],.content[data-astro-cid-usrqobuw]>*+*{margin-top:32px}@media (width>=1100px){.content[data-astro-cid-usrqobuw]>[data-astro-cid-usrqobuw]+[data-astro-cid-usrqobuw],.content[data-astro-cid-usrqobuw]>*+*{margin-top:40px}}.p-feature-lead-text[data-astro-cid-y5pl7r3g]{color:#000;gap:8px;margin:0;font-size:1rem;font-weight:400;line-height:1.6;display:flex}.icon[data-astro-cid-y5pl7r3g]{background-color:#20b5aa;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:.2em;display:inline-flex}.icon__mark[data-astro-cid-y5pl7r3g]{color:#fff;font-size:16px}.text[data-astro-cid-y5pl7r3g]{min-width:0}.p-feature-high-extensibility[data-astro-cid-aqclajoa]>[data-astro-cid-aqclajoa]+[data-astro-cid-aqclajoa],.p-feature-high-extensibility[data-astro-cid-aqclajoa]>*+*{margin-top:24px}@media (width>=1100px){.p-feature-high-extensibility[data-astro-cid-aqclajoa]>[data-astro-cid-aqclajoa]+[data-astro-cid-aqclajoa],.p-feature-high-extensibility[data-astro-cid-aqclajoa]>*+*{margin-top:40px}}.footer[data-astro-cid-aqclajoa]{text-align:center}.p-feature-easy-setup[data-astro-cid-x5ulng5f]>[data-astro-cid-x5ulng5f]+[data-astro-cid-x5ulng5f],.p-feature-easy-setup[data-astro-cid-x5ulng5f]>*+*{margin-top:24px}@media (width>=1100px){.p-feature-easy-setup[data-astro-cid-x5ulng5f]>[data-astro-cid-x5ulng5f]+[data-astro-cid-x5ulng5f],.p-feature-easy-setup[data-astro-cid-x5ulng5f]>*+*{margin-top:40px}}.section[data-astro-cid-x5ulng5f]{background-color:#f1f5f8;border-radius:6px;gap:24px;padding:24px 16px 0;display:grid}@media (width>=1100px){.section[data-astro-cid-x5ulng5f]{grid-template-columns:minmax(0,1fr) 472px;gap:48px;padding:40px 16px 0 40px}}.section__body[data-astro-cid-x5ulng5f]>[data-astro-cid-x5ulng5f]+[data-astro-cid-x5ulng5f],.section__body[data-astro-cid-x5ulng5f]>*+*{margin-top:24px}@media (width>=1100px){.section__body[data-astro-cid-x5ulng5f]>[data-astro-cid-x5ulng5f]+[data-astro-cid-x5ulng5f],.section__body[data-astro-cid-x5ulng5f]>*+*{margin-top:40px}.section__body[data-astro-cid-x5ulng5f]{flex:1;min-width:0;padding-bottom:40px}}.section__title[data-astro-cid-x5ulng5f]{margin:0;font-size:1.25rem;font-weight:500;line-height:1.3}@media (width>=1100px){.section__title[data-astro-cid-x5ulng5f]{font-size:1.9375rem;font-weight:500;line-height:1.3}}.section__description[data-astro-cid-x5ulng5f]{margin:0}.section__description[data-astro-cid-x5ulng5f]>[data-astro-cid-x5ulng5f]:last-child{margin-bottom:0}.section__note[data-astro-cid-x5ulng5f]{margin:0}.section__image[data-astro-cid-x5ulng5f]{align-items:flex-end;display:flex}.section__image[data-astro-cid-x5ulng5f]>img[data-astro-cid-x5ulng5f]{width:100%;max-width:472px;height:auto;margin-inline:auto;display:block}.section__buttons[data-astro-cid-x5ulng5f]{flex-wrap:wrap;gap:16px;display:flex}.p-feature-high-performance[data-astro-cid-3xl3srtz]>[data-astro-cid-3xl3srtz]+[data-astro-cid-3xl3srtz],.p-feature-high-performance[data-astro-cid-3xl3srtz]>*+*{margin-top:24px}@media (width>=1100px){.p-feature-high-performance[data-astro-cid-3xl3srtz]>[data-astro-cid-3xl3srtz]+[data-astro-cid-3xl3srtz],.p-feature-high-performance[data-astro-cid-3xl3srtz]>*+*{margin-top:40px}}.tab-content[data-astro-cid-3xl3srtz]{background-color:#fff;border:1px solid #ced4da;border-radius:6px;padding:16px}@media (width>=1100px){.tab-content[data-astro-cid-3xl3srtz]{padding:40px 24px 56px}}.tab-content[data-astro-cid-3xl3srtz] img[data-astro-cid-3xl3srtz]{width:100%;height:auto;margin-inline:auto;display:block}@media (width>=768px){.tab-content[data-astro-cid-3xl3srtz] img[data-astro-cid-3xl3srtz]{width:min(80%,890px)}}.note[data-astro-cid-3xl3srtz]{text-indent:-1em;margin:0 0 0 1em;font-size:.875rem;font-weight:400;line-height:1.6}.note[data-astro-cid-3xl3srtz] a[data-astro-cid-3xl3srtz]{text-decoration:underline}@media (hover:hover){.note[data-astro-cid-3xl3srtz] a[data-astro-cid-3xl3srtz]:hover{text-decoration:none}}.section[data-astro-cid-tb42rp7r]{background-color:#f1f5f8;border-radius:6px;gap:24px;padding:24px 16px 0;display:grid}@media (width>=1100px){.section[data-astro-cid-tb42rp7r]{grid-template-columns:minmax(0,1fr) 472px;gap:48px;padding:40px 16px 0 40px}}.section__body[data-astro-cid-tb42rp7r]>[data-astro-cid-tb42rp7r]+[data-astro-cid-tb42rp7r],.section__body[data-astro-cid-tb42rp7r]>*+*{margin-top:24px}@media (width>=1100px){.section__body[data-astro-cid-tb42rp7r]>[data-astro-cid-tb42rp7r]+[data-astro-cid-tb42rp7r],.section__body[data-astro-cid-tb42rp7r]>*+*{margin-top:40px}.section__body[data-astro-cid-tb42rp7r]{flex:1;min-width:0;padding-bottom:40px}}.section__title[data-astro-cid-tb42rp7r]{margin:0;font-size:1.25rem;font-weight:500;line-height:1.3}@media (width>=1100px){.section__title[data-astro-cid-tb42rp7r]{font-size:1.9375rem;font-weight:500;line-height:1.3}}.section__description[data-astro-cid-tb42rp7r]{margin:0}.section__description[data-astro-cid-tb42rp7r]>[data-astro-cid-tb42rp7r]:last-child{margin-bottom:0}.section__note[data-astro-cid-tb42rp7r]{margin:0}.section__image[data-astro-cid-tb42rp7r]{align-items:flex-end;display:flex}.section__image[data-astro-cid-tb42rp7r]>img[data-astro-cid-tb42rp7r]{width:100%;max-width:472px;height:auto;margin-inline:auto;display:block}.section__buttons[data-astro-cid-tb42rp7r]{flex-wrap:wrap;gap:16px;display:flex}.p-feature-support[data-astro-cid-df6xhtdx]>[data-astro-cid-df6xhtdx]+[data-astro-cid-df6xhtdx],.p-feature-support[data-astro-cid-df6xhtdx]>*+*{margin-top:24px}@media (width>=1100px){.p-feature-support[data-astro-cid-df6xhtdx]>[data-astro-cid-df6xhtdx]+[data-astro-cid-df6xhtdx],.p-feature-support[data-astro-cid-df6xhtdx]>*+*{margin-top:40px}}.section[data-astro-cid-df6xhtdx]{background-color:#f1f5f8;border-radius:6px;gap:24px;padding:24px 16px 16px;display:grid}@media (width>=1100px){.section[data-astro-cid-df6xhtdx]{grid-template-columns:minmax(0,1fr) 440px;gap:48px;padding:16px 40px}}.section__body[data-astro-cid-df6xhtdx]>[data-astro-cid-df6xhtdx]+[data-astro-cid-df6xhtdx],.section__body[data-astro-cid-df6xhtdx]>*+*{margin-top:24px}@media (width>=1100px){.section__body[data-astro-cid-df6xhtdx]>[data-astro-cid-df6xhtdx]+[data-astro-cid-df6xhtdx],.section__body[data-astro-cid-df6xhtdx]>*+*{margin-top:40px}.section__body[data-astro-cid-df6xhtdx]{flex:1;min-width:0;padding:24px 0}}.section__title[data-astro-cid-df6xhtdx]{margin:0;font-size:1.25rem;font-weight:500;line-height:1.3}@media (width>=1100px){.section__title[data-astro-cid-df6xhtdx]{font-size:1.9375rem;font-weight:500;line-height:1.3}}.section__description[data-astro-cid-df6xhtdx]{margin:0}.section__description[data-astro-cid-df6xhtdx]>[data-astro-cid-df6xhtdx]:last-child{margin-bottom:0}.section__description[data-astro-cid-df6xhtdx] b[data-astro-cid-df6xhtdx]{color:#1b5fa6;font-weight:700}.section__note[data-astro-cid-df6xhtdx]{margin:0}.section__image[data-astro-cid-df6xhtdx]>img[data-astro-cid-df6xhtdx]{width:100%;max-width:440px;height:auto;margin-inline:auto;display:block}.section__buttons[data-astro-cid-df6xhtdx]{flex-wrap:wrap;gap:16px;display:flex}.p-feature-history[data-astro-cid-atfbephd]>[data-astro-cid-atfbephd]+[data-astro-cid-atfbephd],.p-feature-history[data-astro-cid-atfbephd]>*+*{margin-top:24px}@media (width>=1100px){.p-feature-history[data-astro-cid-atfbephd]>[data-astro-cid-atfbephd]+[data-astro-cid-atfbephd],.p-feature-history[data-astro-cid-atfbephd]>*+*{margin-top:32px}}.main[data-astro-cid-atfbephd]>[data-astro-cid-atfbephd]+[data-astro-cid-atfbephd],.main[data-astro-cid-atfbephd]>*+*{margin-top:24px}@media (width>=1100px){.main[data-astro-cid-atfbephd]{align-items:flex-start;gap:40px;display:flex}}.badges[data-astro-cid-atfbephd]>[data-astro-cid-atfbephd]+[data-astro-cid-atfbephd],.badges[data-astro-cid-atfbephd]>*+*{margin-top:16px}@media (width>=768px){.badges[data-astro-cid-atfbephd]>[data-astro-cid-atfbephd]+[data-astro-cid-atfbephd],.badges[data-astro-cid-atfbephd]>*+*{margin-top:0}.badges[data-astro-cid-atfbephd]{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}}@media (width>=1100px){.badges[data-astro-cid-atfbephd]{flex-shrink:0;gap:40px}}.badge[data-astro-cid-atfbephd]>[data-astro-cid-atfbephd]+[data-astro-cid-atfbephd],.badge[data-astro-cid-atfbephd]>*+*{margin-top:8px}.badge[data-astro-cid-atfbephd]{background-image:url(../assets/images/feature/bg-history-badge.svg);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;justify-content:flex-end;align-items:center;width:100%;min-height:185px;padding:32px}@media (width>=768px){.badge[data-astro-cid-atfbephd]{width:273px}}.badge__title[data-astro-cid-atfbephd]{text-align:center;margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.badge__title[data-astro-cid-atfbephd]>small[data-astro-cid-atfbephd]{font-size:.75rem;font-weight:700;line-height:1.6}.badge__count[data-astro-cid-atfbephd]{color:#1b5fa6;white-space:nowrap;justify-content:center;align-items:flex-end;margin:0;display:flex}.badge__number[data-astro-cid-atfbephd]{font-family:Poppins,sans-serif;font-size:3.8125rem;font-style:normal;font-weight:600;line-height:.89}.badge__unit[data-astro-cid-atfbephd]{font-size:1.9375rem;font-weight:700;line-height:1.3}.description[data-astro-cid-atfbephd]{margin:0;font-size:1rem;font-weight:400;line-height:1.6}@media (width>=1100px){.description[data-astro-cid-atfbephd]{flex:1;min-width:0;padding-top:16px}}.notes[data-astro-cid-atfbephd]{margin:0;font-size:.875rem;font-weight:400;line-height:1.6}.notes[data-astro-cid-atfbephd] p[data-astro-cid-atfbephd]{margin:0}.note-link[data-astro-cid-atfbephd]{font-size:.75rem;font-weight:400;line-height:1.4}.contents[data-astro-cid-dgac2eag]>[data-astro-cid-dgac2eag]+[data-astro-cid-dgac2eag],.contents[data-astro-cid-dgac2eag]>*+*{margin-top:40px}.contents[data-astro-cid-dgac2eag]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-dgac2eag]>[data-astro-cid-dgac2eag]+[data-astro-cid-dgac2eag],.contents[data-astro-cid-dgac2eag]>*+*{margin-top:80px}.contents[data-astro-cid-dgac2eag]{padding:64px 0 160px}}.nav[data-astro-cid-dgac2eag]{border-bottom:1px solid #ced4da}.nav__list[data-astro-cid-dgac2eag]{counter-reset:feature-nav-item;grid-template-columns:repeat(1,minmax(0,1fr));list-style:none;display:grid}@media (width>=768px){.nav__list[data-astro-cid-dgac2eag]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1100px){.nav__list[data-astro-cid-dgac2eag]{grid-template-columns:repeat(3,minmax(0,1fr));width:91.58%;max-width:1100px;margin-inline:auto}}@media (width>=1100px) and (width>=1100px){.nav__list[data-astro-cid-dgac2eag]{width:calc(100% - 80px)}}.nav__item[data-astro-cid-dgac2eag]{counter-increment:feature-nav-item;border-bottom:1px solid #ced4da}.nav__item[data-astro-cid-dgac2eag]:last-child{border-bottom:none}@media (width>=768px){.nav__item[data-astro-cid-dgac2eag]:nth-last-child(-n+2){border-bottom:none}.nav__item[data-astro-cid-dgac2eag]:nth-child(odd){border-right:1px solid #ced4da}}@media (width>=1100px){.nav__item[data-astro-cid-dgac2eag]:nth-last-child(-n+3){border-bottom:none}.nav__item[data-astro-cid-dgac2eag]:nth-child(odd){border-right:none}}.nav__link[data-astro-cid-dgac2eag]{color:#000;justify-content:space-between;align-items:center;gap:24px;padding:12px 16px;text-decoration:none;transition:background-color .2s cubic-bezier(.33,1,.68,1);display:flex;position:relative}@media (width>=1100px){.nav__link[data-astro-cid-dgac2eag]{padding:24px}.nav__link[data-astro-cid-dgac2eag]:before{content:"";background-color:#ced4da;width:1px;height:32px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.nav__item[data-astro-cid-dgac2eag]:nth-child(3n) .nav__link[data-astro-cid-dgac2eag]:after{content:"";background-color:#ced4da;width:1px;height:32px;position:absolute;top:50%;right:0;transform:translateY(-50%)}}@media (hover:hover){.nav__link[data-astro-cid-dgac2eag]:hover{background-color:#f8f9fa}}.nav__text[data-astro-cid-dgac2eag]{align-items:center;gap:4px;display:inline-flex}.nav__number[data-astro-cid-dgac2eag]{color:#1b5fa6;padding-top:2px;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600;display:inline-block}.nav__number[data-astro-cid-dgac2eag]:before{content:counter(feature-nav-item, decimal-leading-zero) "."}.nav__icon-wrapper[data-astro-cid-dgac2eag]{width:18px;height:18px;display:block;position:relative;overflow:hidden}.nav__icon[data-astro-cid-dgac2eag]{color:#1b5fa6;width:18px;height:18px;transition:top .2s cubic-bezier(.33,1,.68,1);position:absolute;top:0;left:0}.nav__icon[data-astro-cid-dgac2eag]:first-child{top:-18px}.nav__icon[data-astro-cid-dgac2eag]:nth-child(2){top:1px}@media (hover:hover){.nav__link[data-astro-cid-dgac2eag]:hover .nav__icon[data-astro-cid-dgac2eag]:first-child{top:0}.nav__link[data-astro-cid-dgac2eag]:hover .nav__icon[data-astro-cid-dgac2eag]:nth-child(2){top:18px}}.l-toc[data-astro-cid-luzculxs]{border-bottom:1px solid #ced4da}.list[data-astro-cid-luzculxs]{counter-reset:feature-nav-item;grid-template-columns:repeat(1,minmax(0,1fr));list-style:none;display:grid}@media (width>=768px){.list[data-astro-cid-luzculxs]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1100px){.list[data-astro-cid-luzculxs]{width:91.58%;max-width:1100px;margin-inline:auto}}@media (width>=1100px) and (width>=1100px){.list[data-astro-cid-luzculxs]{width:calc(100% - 80px)}}@media (width>=1100px){.l-toc--max-cols-2[data-astro-cid-luzculxs] .list[data-astro-cid-luzculxs]{grid-template-columns:repeat(2,minmax(0,1fr))}.l-toc--max-cols-3[data-astro-cid-luzculxs] .list[data-astro-cid-luzculxs]{grid-template-columns:repeat(3,minmax(0,1fr))}.l-toc--max-cols-4[data-astro-cid-luzculxs] .list[data-astro-cid-luzculxs]{grid-template-columns:repeat(4,minmax(0,1fr))}}.item[data-astro-cid-luzculxs]{counter-increment:feature-nav-item;border-bottom:1px solid #ced4da}.item[data-astro-cid-luzculxs]:last-child{border-bottom:none}@media (width>=768px){.l-toc--max-cols-2[data-astro-cid-luzculxs] .item[data-astro-cid-luzculxs]:nth-last-child(-n+2){border-bottom:none}.l-toc--max-cols-2[data-astro-cid-luzculxs] .item[data-astro-cid-luzculxs]:nth-child(odd){border-right:1px solid #ced4da}}@media (width>=1100px){.l-toc--max-cols-2[data-astro-cid-luzculxs] .item[data-astro-cid-luzculxs]:nth-last-child(-n+2){border-bottom:none}.l-toc--max-cols-2[data-astro-cid-luzculxs] .item[data-astro-cid-luzculxs]:nth-child(odd){border-right:none}}@media (width>=768px){.l-toc--max-cols-3[data-astro-cid-luzculxs] .item[data-astro-cid-luzculxs]:nth-child(odd){border-right:1px solid #ced4da}}@media (width>=1100px){.l-toc--max-cols-3[data-astro-cid-luzculxs] .item[data-astro-cid-luzculxs]:nth-last-child(-n+3){border-bottom:none}.l-toc--max-cols-3[data-astro-cid-luzculxs] .item[data-astro-cid-luzculxs]:nth-child(odd){border-right:none}}@media (width>=768px){.l-toc--max-cols-4[data-astro-cid-luzculxs] .item[data-astro-cid-luzculxs]:nth-last-child(-n+2){border-bottom:none}.l-toc--max-cols-4[data-astro-cid-luzculxs] .item[data-astro-cid-luzculxs]:nth-child(odd){border-right:1px solid #ced4da}}@media (width>=1100px){.l-toc--max-cols-4[data-astro-cid-luzculxs] .item[data-astro-cid-luzculxs]{border-bottom:none}.l-toc--max-cols-4[data-astro-cid-luzculxs] .item[data-astro-cid-luzculxs]:nth-child(odd){border-right:none}}.link[data-astro-cid-luzculxs]{color:#000;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;text-decoration:none;transition:background-color .2s cubic-bezier(.33,1,.68,1);display:flex;position:relative}@media (width>=1100px){.link[data-astro-cid-luzculxs]{justify-content:center;padding:24px}.link[data-astro-cid-luzculxs]:before{content:"";background-color:#ced4da;width:1px;height:32px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.l-toc--max-cols-2[data-astro-cid-luzculxs] .item[data-astro-cid-luzculxs]:nth-child(2n) .link[data-astro-cid-luzculxs]:after,.l-toc--max-cols-3[data-astro-cid-luzculxs] .item[data-astro-cid-luzculxs]:nth-child(3n) .link[data-astro-cid-luzculxs]:after,.l-toc--max-cols-4[data-astro-cid-luzculxs] .item[data-astro-cid-luzculxs]:nth-child(4n) .link[data-astro-cid-luzculxs]:after{content:"";background-color:#ced4da;width:1px;height:32px;position:absolute;top:50%;right:0;transform:translateY(-50%)}}@media (hover:hover){.link[data-astro-cid-luzculxs]:hover{background-color:#f8f9fa}}.text[data-astro-cid-luzculxs]{align-items:center;gap:4px;display:inline-flex}.icon-wrapper[data-astro-cid-luzculxs]{width:18px;height:18px;display:block;position:relative;overflow:hidden}.icon[data-astro-cid-luzculxs]{color:#1b5fa6;width:18px;height:18px;transition:top .2s cubic-bezier(.33,1,.68,1);position:absolute;top:0;left:0}.icon[data-astro-cid-luzculxs]:first-child{top:-18px}.icon[data-astro-cid-luzculxs]:nth-child(2){top:1px}@media (hover:hover){.link[data-astro-cid-luzculxs]:hover .icon[data-astro-cid-luzculxs]:first-child{top:0}.link[data-astro-cid-luzculxs]:hover .icon[data-astro-cid-luzculxs]:nth-child(2){top:18px}}.p-functions-return-button[data-astro-cid-fztbjpmb]{border-top:1px solid #ced4da;margin-bottom:0}.link[data-astro-cid-fztbjpmb]{color:#000;justify-content:center;align-items:center;gap:8px;padding:24px 16px;text-decoration:none;transition:background-color .2s cubic-bezier(.33,1,.68,1);display:flex;position:relative}@media (width>=1100px){.link[data-astro-cid-fztbjpmb]{width:91.58%;max-width:1100px;margin-inline:auto;padding:64px 24px}}@media (width>=1100px) and (width>=1100px){.link[data-astro-cid-fztbjpmb]{width:calc(100% - 80px)}}@media (hover:hover){.link[data-astro-cid-fztbjpmb]:hover{background-color:#f8f9fa}}.link[data-astro-cid-fztbjpmb]:before,.link[data-astro-cid-fztbjpmb]:after{content:"";background-color:#ced4da;width:1px;height:40px;display:none;position:absolute;top:50%;transform:translateY(-50%)}@media (width>=1100px){.link[data-astro-cid-fztbjpmb]:before,.link[data-astro-cid-fztbjpmb]:after{display:block}}.link[data-astro-cid-fztbjpmb]:before{left:0}.link[data-astro-cid-fztbjpmb]:after{right:0}.icon[data-astro-cid-fztbjpmb]{color:#1b5fa6;font-size:1.125rem}.p-functions-summary[data-astro-cid-tnswt63l]{border-bottom:1px solid #ced4da}.inner[data-astro-cid-tnswt63l]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.inner[data-astro-cid-tnswt63l]{width:calc(100% - 80px)}}.inner[data-astro-cid-tnswt63l]>[data-astro-cid-tnswt63l]+[data-astro-cid-tnswt63l],.inner[data-astro-cid-tnswt63l]>*+*{margin-top:8px}.inner[data-astro-cid-tnswt63l]{padding:24px 0 12px}@media (width>=1100px){.inner[data-astro-cid-tnswt63l]>[data-astro-cid-tnswt63l]+[data-astro-cid-tnswt63l],.inner[data-astro-cid-tnswt63l]>*+*{margin-top:0}.inner[data-astro-cid-tnswt63l]{grid-template-columns:minmax(0,1fr) 200px;align-items:center;gap:40px;padding:8px 0;display:grid}}.body[data-astro-cid-tnswt63l]>[data-astro-cid-tnswt63l]+[data-astro-cid-tnswt63l],.body[data-astro-cid-tnswt63l]>*+*{margin-top:24px}@media (width>=1100px){.body[data-astro-cid-tnswt63l]{padding:32px 0}}.badges[data-astro-cid-tnswt63l]{flex-wrap:wrap;gap:8px;display:flex}@media (width>=1100px){.badges[data-astro-cid-tnswt63l]{gap:16px}}.text[data-astro-cid-tnswt63l]{font-size:1rem;font-weight:400;line-height:1.6}.text[data-astro-cid-tnswt63l]>p:last-child{margin-bottom:0}.image[data-astro-cid-tnswt63l]{place-items:center;display:grid}.image[data-astro-cid-tnswt63l] img{object-fit:cover;width:100px;height:100px}@media (width>=1100px){.image[data-astro-cid-tnswt63l] img{width:200px;height:200px}}.badge[data-astro-cid-tnswt63l]{background-color:#fff;border:2px solid #20b5aa;border-radius:4px;justify-content:center;align-items:center;font-size:.875rem;font-weight:400;line-height:1.4;display:inline-flex}@media (width>=1100px){.badge[data-astro-cid-tnswt63l]{font-size:1.125rem;font-weight:400;line-height:1.4}}.badge__label[data-astro-cid-tnswt63l]{color:#fff;background-color:#20b5aa;padding:4px 8px}@media (width>=1100px){.badge__label[data-astro-cid-tnswt63l]{padding:8px 16px}}.badge__value[data-astro-cid-tnswt63l]{padding:4px 8px}@media (width>=1100px){.badge__value[data-astro-cid-tnswt63l]{padding:8px 16px}}.p-functions-manual-list[data-astro-cid-kkhhjwit]{border:1px solid #ced4da;border-radius:6px;margin:0;padding:0;list-style:none}.item[data-astro-cid-kkhhjwit]{border-bottom:1px solid #ced4da}.item[data-astro-cid-kkhhjwit]:last-child{border-bottom:none}.link[data-astro-cid-kkhhjwit]{color:#000;justify-content:space-between;align-items:center;gap:24px;padding:24px;font-size:1rem;font-weight:400;line-height:1.4;text-decoration:none;transition:background-color .2s cubic-bezier(.33,1,.68,1);display:flex}@media (hover:hover){.link[data-astro-cid-kkhhjwit]:hover{background-color:#f8f9fa}}.title[data-astro-cid-kkhhjwit]{flex:1;min-width:0;display:block}.icon[data-astro-cid-kkhhjwit]{color:#1b5fa6;flex-shrink:0;font-size:1.25rem}.c-content-switcher[data-astro-cid-65kqsdkt]>[data-astro-cid-65kqsdkt]+[data-astro-cid-65kqsdkt],.c-content-switcher[data-astro-cid-65kqsdkt]>*+*{margin-top:24px}@media (width>=1100px){.c-content-switcher[data-astro-cid-65kqsdkt]>[data-astro-cid-65kqsdkt]+[data-astro-cid-65kqsdkt],.c-content-switcher[data-astro-cid-65kqsdkt]>*+*{margin-top:0}.c-content-switcher[data-astro-cid-65kqsdkt]{grid-template-columns:245px 1fr;gap:40px;display:grid}}.content-switcher-list[data-astro-cid-65kqsdkt]{background:#fff;border:1px solid #ced4da;border-radius:6px;overflow:hidden;box-shadow:0 2px 20px #0000000f}@media (width>=1100px){.content-switcher-list[data-astro-cid-65kqsdkt]{position:sticky;top:80px}}.content-switcher-menu-title[data-astro-cid-65kqsdkt]{background:#f8f9fa;padding:8px 0 8px 12px;font-size:.875rem;font-weight:500;line-height:1.3;display:block}@media (width>=1100px){.content-switcher-menu-title[data-astro-cid-65kqsdkt]{padding:16px 0 16px 16px;font-size:1.125rem;font-weight:500;line-height:1.3}}.content-switcher-button-list[data-astro-cid-65kqsdkt]{padding:8px 0}@media (width>=1100px){.content-switcher-button-list[data-astro-cid-65kqsdkt]{padding:16px 0}}.content-switcher-button[data-astro-cid-65kqsdkt]{cursor:pointer;width:100%;padding:8px 12px 8px 0;font-size:1rem;font-weight:400;line-height:1.4;transition:color .2s cubic-bezier(.33,1,.68,1);display:block}@media (width>=1100px){.content-switcher-button[data-astro-cid-65kqsdkt]{padding:12px 16px 12px 0}}@media (hover:hover){.content-switcher-button[data-astro-cid-65kqsdkt]:hover{color:#1b5fa6}}.content-switcher-button[data-astro-cid-65kqsdkt]:focus-visible{outline-offset:2px;outline:2px solid #1b5fa6}.content-switcher-button[data-astro-cid-65kqsdkt].is-active{color:#1b5fa6;font-weight:700}.content-switcher-button-label[data-astro-cid-65kqsdkt]{padding-left:16px;display:block;position:relative}.content-switcher-button-label[data-astro-cid-65kqsdkt]:before{content:"";opacity:0;background-color:#1b5fa6;width:2px;height:100%;transition:opacity .2s cubic-bezier(.33,1,.68,1);display:block;position:absolute;top:0;left:0}.content-switcher-button[data-astro-cid-65kqsdkt].is-active .content-switcher-button-label[data-astro-cid-65kqsdkt]:before{opacity:1}@keyframes content-switcher-panel-animation-mobile{0%{opacity:0}to{opacity:1}}@keyframes content-switcher-panel-animation-desktop{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.content-switcher-panels[data-astro-cid-65kqsdkt] [data-panel].is-active{animation:.3s cubic-bezier(.33,1,.68,1) content-switcher-panel-animation-mobile}@media (width>=1100px){.content-switcher-panels[data-astro-cid-65kqsdkt] [data-panel].is-active{animation:.3s cubic-bezier(.33,1,.68,1) content-switcher-panel-animation-desktop}}.p-common-setup-template[data-astro-cid-t5zhdsje]>[data-astro-cid-t5zhdsje]+[data-astro-cid-t5zhdsje],.p-common-setup-template[data-astro-cid-t5zhdsje]>*+*{margin-top:32px}@media (width>=1100px){.p-common-setup-template[data-astro-cid-t5zhdsje]>[data-astro-cid-t5zhdsje]+[data-astro-cid-t5zhdsje],.p-common-setup-template[data-astro-cid-t5zhdsje]>*+*{margin-top:40px}}.image[data-astro-cid-t5zhdsje]{border:1px solid #ced4da;border-radius:6px;place-items:center;padding:16px;display:grid}.image[data-astro-cid-t5zhdsje] img[data-astro-cid-t5zhdsje]{width:100%;max-width:384px;height:auto}.description[data-astro-cid-t5zhdsje]>[data-astro-cid-t5zhdsje]:last-child{margin-bottom:0}.table[data-astro-cid-t5zhdsje]{width:100%}.table[data-astro-cid-t5zhdsje] tr[data-astro-cid-t5zhdsje]{border-top:1px solid #ced4da}.table[data-astro-cid-t5zhdsje] th[data-astro-cid-t5zhdsje],.table[data-astro-cid-t5zhdsje] td[data-astro-cid-t5zhdsje]{vertical-align:middle;padding:12px;font-size:1rem;font-weight:400;line-height:1.4}.table[data-astro-cid-t5zhdsje] th[data-astro-cid-t5zhdsje]{width:110px;padding:12px 0}@media (width>=768px){.table[data-astro-cid-t5zhdsje] th[data-astro-cid-t5zhdsje]{width:140px}}.note-list[data-astro-cid-t5zhdsje]{text-indent:-1em;margin:16px 0 0 1em;font-size:.875rem;font-weight:400;line-height:1.6}.note-list--2em[data-astro-cid-t5zhdsje]{text-indent:-2em;margin-left:2em}.note-list[data-astro-cid-t5zhdsje] a{text-decoration:underline}@media (hover:hover){.note-list[data-astro-cid-t5zhdsje] a:hover{text-decoration:none}}.plan-list[data-astro-cid-t5zhdsje]>[data-astro-cid-t5zhdsje]+[data-astro-cid-t5zhdsje],.plan-list[data-astro-cid-t5zhdsje]>*+*{margin-top:4px}.plan-list[data-astro-cid-t5zhdsje]{margin:0;padding:0;list-style:none}.plan-item[data-astro-cid-t5zhdsje]{align-items:center;gap:4px;display:flex}.plan-icon[data-astro-cid-t5zhdsje]{color:#1b5fa6;flex-shrink:0;width:18px;height:18px;font-size:1.125rem;font-weight:400;line-height:1}.plan-label[data-astro-cid-t5zhdsje]{align-items:center;gap:4px;min-width:0;display:flex}@media (width<768px){.plan-label[data-astro-cid-t5zhdsje]{flex-wrap:wrap}}.plan-name[data-astro-cid-t5zhdsje]{color:#000;white-space:nowrap;font-size:1rem;font-weight:400;line-height:1.4}.plan-badge[data-astro-cid-t5zhdsje]{color:#000;white-space:nowrap;border:1px solid #ced4da;border-radius:2px;justify-content:center;align-items:center;padding:2px 5px;font-size:.75rem;font-weight:400;line-height:1.4;display:inline-flex}.plan-count[data-astro-cid-t5zhdsje]{color:#000;white-space:nowrap;font-size:1rem;font-weight:400;line-height:1.4}@media (width<768px){.plan-count[data-astro-cid-t5zhdsje]{margin-left:auto}}.use-list[data-astro-cid-t5zhdsje]{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.use-item[data-astro-cid-t5zhdsje]{color:#000;white-space:nowrap;background-color:#d8e5f4;border-radius:4px;justify-content:center;align-items:center;padding:4px 8px;font-size:1rem;font-weight:400;line-height:1.4;display:inline-flex}.price[data-astro-cid-t5zhdsje]{white-space:nowrap;margin:0;line-height:0}@media (width<768px){.price[data-astro-cid-t5zhdsje]{text-align:right}}.price-number[data-astro-cid-t5zhdsje]{color:#d93636;font-size:1.625rem;font-weight:700;line-height:1.4}@media (width<768px){.price-number[data-astro-cid-t5zhdsje]{font-size:1.5rem}}.price-unit[data-astro-cid-t5zhdsje]{color:#d93636;font-size:1.125rem;font-weight:700;line-height:1.4}@media (width<768px){.price-unit[data-astro-cid-t5zhdsje]{font-size:1rem}}.details[data-astro-cid-t5zhdsje]{border:1px solid #ced4da;border-radius:6px;overflow:hidden}.details__summary[data-astro-cid-t5zhdsje]{align-items:center;gap:12px;padding:24px;font-size:1rem;font-weight:500;line-height:1.3;transition:color .2s cubic-bezier(.33,1,.68,1);display:flex;position:relative}@media (hover:hover){.details__summary[data-astro-cid-t5zhdsje]:hover{color:#1b5fa6}}.details[data-astro-cid-t5zhdsje].is-open .details__summary[data-astro-cid-t5zhdsje]{color:#1b5fa6}.details__summary-image[data-astro-cid-t5zhdsje]{width:22px;height:22px}.details__summary-icon[data-astro-cid-t5zhdsje]{width:14px;height:14px;position:absolute;top:50%;right:24px;transform:translateY(-50%)}.details__summary-icon[data-astro-cid-t5zhdsje]:before,.details__summary-icon[data-astro-cid-t5zhdsje]:after{content:"";background-color:#000;width:100%;height:2px;transition:transform .2s cubic-bezier(.33,1,.68,1);position:absolute;top:50%;transform:translateY(-50%)}.details__summary-icon[data-astro-cid-t5zhdsje]:before{left:0}.details__summary-icon[data-astro-cid-t5zhdsje]:after{left:0;transform:translateY(-50%)rotate(90deg)}.c-accordion[data-astro-cid-t5zhdsje].is-open .details__summary-icon[data-astro-cid-t5zhdsje]:before,.c-accordion[data-astro-cid-t5zhdsje].is-open .details__summary-icon[data-astro-cid-t5zhdsje]:after{transform:rotate(180deg)}.details__body[data-astro-cid-t5zhdsje]{border-top:1px solid #ced4da;padding:24px}.details__table[data-astro-cid-t5zhdsje]{table-layout:fixed;border-collapse:collapse;width:100%;min-width:500px}.details__table[data-astro-cid-t5zhdsje] thead[data-astro-cid-t5zhdsje]{border-bottom:1px solid #000}.details__table[data-astro-cid-t5zhdsje] tbody[data-astro-cid-t5zhdsje] tr[data-astro-cid-t5zhdsje]{border-bottom:1px solid #ced4da}.details__table[data-astro-cid-t5zhdsje] th[data-astro-cid-t5zhdsje],.details__table[data-astro-cid-t5zhdsje] td[data-astro-cid-t5zhdsje]{vertical-align:middle;padding:12px 0}.details__table[data-astro-cid-t5zhdsje] th[data-astro-cid-t5zhdsje]{font-size:.875rem;font-weight:400;line-height:1.4}.details__table[data-astro-cid-t5zhdsje] td[data-astro-cid-t5zhdsje]{font-size:1rem;font-weight:400;line-height:1.4}.details__table[data-astro-cid-t5zhdsje] th[data-astro-cid-t5zhdsje]:first-child,.details__table[data-astro-cid-t5zhdsje] td[data-astro-cid-t5zhdsje]:first-child{text-align:left;width:auto}.details__table[data-astro-cid-t5zhdsje] th[data-astro-cid-t5zhdsje]:nth-child(2),.details__table[data-astro-cid-t5zhdsje] td[data-astro-cid-t5zhdsje]:nth-child(2){text-align:center;width:80px}.details__table[data-astro-cid-t5zhdsje] th[data-astro-cid-t5zhdsje]:nth-child(3),.details__table[data-astro-cid-t5zhdsje] td[data-astro-cid-t5zhdsje]:nth-child(3){text-align:center;width:40px}.details__table[data-astro-cid-t5zhdsje] th[data-astro-cid-t5zhdsje]:nth-child(4),.details__table[data-astro-cid-t5zhdsje] td[data-astro-cid-t5zhdsje]:nth-child(4){text-align:right;width:80px}.details__table[data-astro-cid-t5zhdsje] thead[data-astro-cid-t5zhdsje] th[data-astro-cid-t5zhdsje]{padding-top:0;padding-bottom:8px}.details__plan[data-astro-cid-t5zhdsje]{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.details__plan-type[data-astro-cid-t5zhdsje]{font-size:1rem;font-weight:700;line-height:1.4}.details__plan-name[data-astro-cid-t5zhdsje]{border:1px solid #ced4da;border-radius:2px;justify-content:center;align-items:center;padding:2px 5px;font-size:.75rem;font-weight:400;line-height:1.4;display:inline-flex}.details__plan-extra[data-astro-cid-t5zhdsje]{background-color:#d8e5f4;border-radius:2px;justify-content:center;align-items:center;padding:2px 5px;font-size:.75rem;font-weight:400;line-height:1.4;display:inline-flex}.details__spec[data-astro-cid-t5zhdsje]{font-size:.75rem;font-weight:400;line-height:1.4;display:block}.details__total[data-astro-cid-t5zhdsje]{color:#d93636;text-align:right;margin:8px 0 0;font-size:1.125rem;font-weight:700;line-height:1.4}.detail[data-astro-cid-t5zhdsje]>[data-astro-cid-t5zhdsje]+[data-astro-cid-t5zhdsje],.detail[data-astro-cid-t5zhdsje]>*+*{margin-top:8px}.detail[data-astro-cid-t5zhdsje]+.detail[data-astro-cid-t5zhdsje]{margin-top:32px}.detail__title[data-astro-cid-t5zhdsje]{padding:0 0 0 14px;font-size:1rem;font-weight:700;line-height:1.4;position:relative}.detail__title[data-astro-cid-t5zhdsje]:before{content:"";background-color:#1b5fa6;border-radius:9999px;width:6px;height:6px;display:inline-block;position:absolute;top:.6em;left:0}.detail__annotation-number[data-astro-cid-t5zhdsje]{margin-left:8px;font-size:.75rem;font-weight:700;line-height:1.4;display:inline-block}.detail__list[data-astro-cid-t5zhdsje]{margin-left:24px;font-size:.875rem;font-weight:400;line-height:1.6;list-style:outside}.button-wrapper[data-astro-cid-t5zhdsje]{text-align:center;padding-top:12px;position:relative}.button-wrapper__badge[data-astro-cid-t5zhdsje]{z-index:1;position:absolute;top:-8px;right:50%;transform:translate(50%)}.p-functions-related-functions[data-astro-cid-h4avbxrq]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.p-functions-related-functions[data-astro-cid-h4avbxrq]{width:calc(100% - 80px)}}.p-functions-related-functions[data-astro-cid-h4avbxrq]>[data-astro-cid-h4avbxrq]+[data-astro-cid-h4avbxrq],.p-functions-related-functions[data-astro-cid-h4avbxrq]>*+*{margin-top:8px}.p-functions-related-functions[data-astro-cid-h4avbxrq]{margin-bottom:24px}@media (width>=1100px){.p-functions-related-functions[data-astro-cid-h4avbxrq]{margin-bottom:40px}}.title[data-astro-cid-h4avbxrq]{color:#1b5fa6;font-size:1.125rem;font-weight:500;line-height:1.3}.list[data-astro-cid-h4avbxrq]{grid-template-columns:repeat(1,minmax(0,1fr));gap:8px;display:grid}@media (width>=768px){.list[data-astro-cid-h4avbxrq]{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (width>=1100px){.list[data-astro-cid-h4avbxrq]{grid-template-columns:repeat(3,minmax(0,1fr))}}.p-functions-related-functions-item[data-astro-cid-7tctdva5]{background-color:#fff;border:1px solid #ced4da;border-radius:6px;justify-content:space-between;align-items:center;gap:16px;padding:8px 16px;text-decoration:none;transition:background-color .2s cubic-bezier(.33,1,.68,1);display:flex}@media (width>=768px){.p-functions-related-functions-item[data-astro-cid-7tctdva5]{padding:24px}}@media (hover:hover){.p-functions-related-functions-item[data-astro-cid-7tctdva5]:hover{background-color:#f8f9fa}}.label[data-astro-cid-7tctdva5]{align-items:center;gap:12px;display:flex}.label__image[data-astro-cid-7tctdva5]{object-fit:contain;width:50px;height:50px}.label__text[data-astro-cid-7tctdva5]{font-size:1rem;font-weight:400;line-height:1.4}.icon[data-astro-cid-7tctdva5]{color:#1b5fa6;font-size:1.125rem}.contents[data-astro-cid-pmwaftiq]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-pmwaftiq]{width:calc(100% - 80px)}}.contents[data-astro-cid-pmwaftiq]>[data-astro-cid-pmwaftiq]+[data-astro-cid-pmwaftiq],.contents[data-astro-cid-pmwaftiq]>*+*{margin-top:40px}.contents[data-astro-cid-pmwaftiq]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-pmwaftiq]>[data-astro-cid-pmwaftiq]+[data-astro-cid-pmwaftiq],.contents[data-astro-cid-pmwaftiq]>*+*{margin-top:80px}.contents[data-astro-cid-pmwaftiq]{padding:64px 0 160px}}.features[data-astro-cid-pmwaftiq]>[data-astro-cid-pmwaftiq]+[data-astro-cid-pmwaftiq],.features[data-astro-cid-pmwaftiq]>*+*{margin-top:16px}@media (width>=1100px){.features[data-astro-cid-pmwaftiq]>[data-astro-cid-pmwaftiq]+[data-astro-cid-pmwaftiq],.features[data-astro-cid-pmwaftiq]>*+*{margin-top:0}.features[data-astro-cid-pmwaftiq]{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;display:grid}}.feature[data-astro-cid-pmwaftiq]>[data-astro-cid-pmwaftiq]+[data-astro-cid-pmwaftiq],.feature[data-astro-cid-pmwaftiq]>*+*{margin-top:16px}.feature[data-astro-cid-pmwaftiq]{border-radius:6px;height:100%}@media (width>=1100px){.feature[data-astro-cid-pmwaftiq]>[data-astro-cid-pmwaftiq]+[data-astro-cid-pmwaftiq],.feature[data-astro-cid-pmwaftiq]>*+*{margin-top:24px}}.feature__head[data-astro-cid-pmwaftiq]>[data-astro-cid-pmwaftiq]+[data-astro-cid-pmwaftiq],.feature__head[data-astro-cid-pmwaftiq]>*+*{margin-top:16px}.feature__head[data-astro-cid-pmwaftiq]{align-items:center}.feature__point[data-astro-cid-pmwaftiq]{color:#1b5fa6;border-bottom:2px solid #1b5fa6;width:fit-content;margin:0 auto;padding-bottom:4px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;line-height:1.3}.feature__title[data-astro-cid-pmwaftiq]{text-align:center;margin:0;font-size:1.5625rem;font-weight:500;line-height:1.3}.feature__image[data-astro-cid-pmwaftiq]{place-items:center;margin:0;display:grid}.feature__image[data-astro-cid-pmwaftiq] img[data-astro-cid-pmwaftiq]{object-fit:contain;width:150px;height:150px}.feature__description[data-astro-cid-pmwaftiq]{text-align:justify;margin:0;font-size:1rem;font-weight:400;line-height:1.6}.flows[data-astro-cid-pmwaftiq]>[data-astro-cid-pmwaftiq]+[data-astro-cid-pmwaftiq],.flows[data-astro-cid-pmwaftiq]>*+*{margin-top:40px}@media (width>=1100px){.flows[data-astro-cid-pmwaftiq]>[data-astro-cid-pmwaftiq]+[data-astro-cid-pmwaftiq],.flows[data-astro-cid-pmwaftiq]>*+*{margin-top:0}.flows[data-astro-cid-pmwaftiq]{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;display:grid}}.flow[data-astro-cid-pmwaftiq]>[data-astro-cid-pmwaftiq]+[data-astro-cid-pmwaftiq],.flow[data-astro-cid-pmwaftiq]>*+*{margin-top:24px}.flow__head[data-astro-cid-pmwaftiq]{align-items:flex-start;gap:8px;display:flex}.flow__index[data-astro-cid-pmwaftiq]{color:#1b5fa6;margin:0;font-family:Poppins,sans-serif;font-size:1.6875rem;font-weight:500;line-height:1.3}.flow__title[data-astro-cid-pmwaftiq]{margin:0;font-size:1.5625rem;font-weight:500;line-height:1.3}.flow__image[data-astro-cid-pmwaftiq]{background-color:#f1f5f8;border-radius:6px;place-items:center;width:100%;min-height:230px;display:grid}@media (width>=1100px){.flow__image[data-astro-cid-pmwaftiq]{min-height:310px}}.flow__image[data-astro-cid-pmwaftiq] img[data-astro-cid-pmwaftiq]{aspect-ratio:530/310;object-fit:cover;width:100%;max-width:530px;height:auto}.flow__description[data-astro-cid-pmwaftiq]{text-align:justify;margin:0;font-size:1rem;font-weight:400;line-height:1.6}.p-functions-features[data-astro-cid-a6hya25n]>[data-astro-cid-a6hya25n]+[data-astro-cid-a6hya25n],.p-functions-features[data-astro-cid-a6hya25n]>*+*{margin-top:12px}.p-functions-features[data-astro-cid-a6hya25n]{margin:0;padding:0;list-style:none}@media (width>=1100px){.p-functions-features[data-astro-cid-a6hya25n]>[data-astro-cid-a6hya25n]+[data-astro-cid-a6hya25n],.p-functions-features[data-astro-cid-a6hya25n]>*+*{margin-top:0}.p-functions-features[data-astro-cid-a6hya25n]{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}}.p-functions-features-item[data-astro-cid-crltv252]{border:1px solid #ced4da;border-radius:6px;align-items:center;gap:16px;padding:16px;display:flex}@media (width>=1100px){.p-functions-features-item[data-astro-cid-crltv252]{padding:24px 32px}}.feature__image[data-astro-cid-crltv252]{background-color:#f1f5f8;border-radius:9999px;flex-shrink:0;place-items:center;width:56px;height:56px;display:inline-grid}.feature__text[data-astro-cid-crltv252]{text-align:justify;margin:0;font-size:1.125rem;font-weight:400;line-height:1.6}@media (width>=768px){.p-functions-scenes[data-astro-cid-7h34hjnz]{align-items:stretch;display:flex}}.label[data-astro-cid-7h34hjnz]{color:#fff;white-space:nowrap;background-color:#1b5fa6;border-radius:6px 6px 0 0;justify-content:center;align-items:center;padding:12px 16px;font-size:1rem;font-weight:500;line-height:1.3;display:flex}@media (width>=1100px){.label[data-astro-cid-7h34hjnz]{border-radius:6px 0 0 6px}}.list[data-astro-cid-7h34hjnz]>[data-astro-cid-7h34hjnz]+[data-astro-cid-7h34hjnz],.list[data-astro-cid-7h34hjnz]>*+*{margin-top:8px}.list[data-astro-cid-7h34hjnz]{border:1px solid #ced4da;border-top:0;border-radius:0 0 6px 6px;flex:1 0 0;margin:0;padding:16px 24px;list-style:none}@media (width>=768px){.list[data-astro-cid-7h34hjnz]>[data-astro-cid-7h34hjnz]+[data-astro-cid-7h34hjnz],.list[data-astro-cid-7h34hjnz]>*+*{margin-top:0}.list[data-astro-cid-7h34hjnz]{border-top:1px solid #ced4da;border-left:0;border-radius:0 6px 6px 0;flex-wrap:wrap;align-items:flex-start;gap:8px 32px;display:flex}}.list__item[data-astro-cid-7h34hjnz]{gap:8px;display:flex}.list__icon[data-astro-cid-7h34hjnz]{color:#fff;background-color:#20b5aa;border-radius:9999px;flex-shrink:0;place-items:center;width:20px;height:20px;margin:.25em 0 0;display:inline-grid}.list__icon-mark[data-astro-cid-7h34hjnz]{font-size:1rem}.list__text[data-astro-cid-7h34hjnz]{font-size:1rem;font-weight:400;line-height:1.6}.c-price-table[data-astro-cid-32egfqli]{font-weight:700}.c-price-table[data-astro-cid-32egfqli] table{min-width:100%}@media (width>=1100px){.c-price-table[data-astro-cid-32egfqli] col:first-child{width:150px}}.c-price-table[data-astro-cid-32egfqli] th,.c-price-table[data-astro-cid-32egfqli] td{text-align:center;word-break:keep-all}.c-price-table[data-astro-cid-32egfqli] thead th{vertical-align:middle;color:#fff;background-color:#1b5fa6;border-right:1px solid #fff;padding:12px 24px;font-size:1rem;font-weight:700;line-height:1.4}.c-price-table[data-astro-cid-32egfqli] thead th[scope=row]{background-color:#154c84}.c-price-table[data-astro-cid-32egfqli] thead th:first-child{z-index:1;position:sticky;top:0;left:0}.c-price-table[data-astro-cid-32egfqli] thead th:last-child{border-right:none}.c-price-table[data-astro-cid-32egfqli] tbody tr{border-bottom:1px solid #ced4da}.c-price-table[data-astro-cid-32egfqli] table:not(:has(thead)) tbody tr:first-child{border-top:1px solid #ced4da}.c-price-table[data-astro-cid-32egfqli] tbody th{vertical-align:middle;background-color:#f8f9fa;padding:24px;font-weight:700;position:sticky;top:0;left:0}@media (width<1100px){.c-price-table[data-astro-cid-32egfqli] tbody th{padding:16px}}.c-price-table[data-astro-cid-32egfqli] tbody td{vertical-align:middle;border-left:1px solid #ced4da;padding:24px 12px}.c-price-table[data-astro-cid-32egfqli] tbody td:first-child{border-left:none}@media (width<1100px){.c-price-table[data-astro-cid-32egfqli] tbody td{padding:16px 12px}}.c-price-table-value[data-astro-cid-zdxsyys7]{align-items:flex-end;font-weight:500;display:inline-flex}.value[data-astro-cid-zdxsyys7]{font-size:1.25rem;line-height:1.2;display:inline-block}.unit[data-astro-cid-zdxsyys7]{font-size:1rem;line-height:1.3;display:inline-block}.c-note[data-astro-cid-2nmadbt7]{color:#495057;text-indent:-1em;margin-left:1em;font-size:.875rem;font-weight:400;line-height:1.6}.c-note[data-astro-cid-2nmadbt7]>a[data-astro-cid-2nmadbt7]{text-decoration:underline}@media (hover:hover){.c-note[data-astro-cid-2nmadbt7]>a[data-astro-cid-2nmadbt7]:hover{text-decoration:none}}.contents[data-astro-cid-2nqxfxqs]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-2nqxfxqs]{width:calc(100% - 80px)}}.contents[data-astro-cid-2nqxfxqs]>[data-astro-cid-2nqxfxqs]+[data-astro-cid-2nqxfxqs],.contents[data-astro-cid-2nqxfxqs]>*+*{margin-top:40px}.contents[data-astro-cid-2nqxfxqs]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-2nqxfxqs]>[data-astro-cid-2nqxfxqs]+[data-astro-cid-2nqxfxqs],.contents[data-astro-cid-2nqxfxqs]>*+*{margin-top:80px}.contents[data-astro-cid-2nqxfxqs]{padding:64px 0 160px}}.features-contents[data-astro-cid-2nqxfxqs]>[data-astro-cid-2nqxfxqs]+[data-astro-cid-2nqxfxqs],.features-contents[data-astro-cid-2nqxfxqs]>*+*{margin-top:24px}@media (width>=1100px){.features-contents[data-astro-cid-2nqxfxqs]>[data-astro-cid-2nqxfxqs]+[data-astro-cid-2nqxfxqs],.features-contents[data-astro-cid-2nqxfxqs]>*+*{margin-top:32px}}.value[data-astro-cid-2nqxfxqs]{align-items:flex-end;font-weight:500;display:inline-flex}.value__num[data-astro-cid-2nqxfxqs]{font-size:1.25rem;line-height:1.2;display:inline-block}.value__unit[data-astro-cid-2nqxfxqs]{font-size:1rem;line-height:1.3;display:inline-block}.total-price[data-astro-cid-2nqxfxqs]{font-size:.875rem;font-weight:500;line-height:1.4}@media (width<1100px){.fixed-table[data-astro-cid-2nqxfxqs]{table-layout:fixed;width:100%;min-width:800px}.fixed-table[data-astro-cid-2nqxfxqs] thead[data-astro-cid-2nqxfxqs] th[data-astro-cid-2nqxfxqs]{width:150px}.fixed-table[data-astro-cid-2nqxfxqs] thead[data-astro-cid-2nqxfxqs] th[data-astro-cid-2nqxfxqs]:first-child{width:180px}}.note[data-astro-cid-2nqxfxqs]{color:#495057;text-indent:-1em;margin-left:1em;font-size:.875rem;font-weight:400;line-height:1.6}.c-campaign-banner[data-astro-cid-73t46ihj]{width:100%;max-width:386px;transition:opacity .2s cubic-bezier(.33,1,.68,1);display:block}@media (hover:hover){.c-campaign-banner[data-astro-cid-73t46ihj]:hover{opacity:.8}}img[data-astro-cid-73t46ihj]{width:100%;height:auto;display:block}.c-price-table-db-server[data-astro-cid-khgrrnl5]>[data-astro-cid-khgrrnl5]+[data-astro-cid-khgrrnl5],.c-price-table-db-server[data-astro-cid-khgrrnl5]>*+*{margin-top:24px}@media (width>=1100px){.c-price-table-db-server[data-astro-cid-khgrrnl5]>[data-astro-cid-khgrrnl5]+[data-astro-cid-khgrrnl5],.c-price-table-db-server[data-astro-cid-khgrrnl5]>*+*{margin-top:32px}}.total-price[data-astro-cid-khgrrnl5]{font-size:.875rem;font-weight:500;line-height:1.4}.auto-backup-section[data-astro-cid-khgrrnl5]>[data-astro-cid-khgrrnl5]+[data-astro-cid-khgrrnl5],.auto-backup-section[data-astro-cid-khgrrnl5]>*+*{margin-top:16px}@media (width>=1100px){.auto-backup-section[data-astro-cid-khgrrnl5]>[data-astro-cid-khgrrnl5]+[data-astro-cid-khgrrnl5],.auto-backup-section[data-astro-cid-khgrrnl5]>*+*{margin-top:24px}}.auto-backup-section__header[data-astro-cid-khgrrnl5]{align-items:center;gap:8px;display:flex}.auto-backup-section__icon-wrapper[data-astro-cid-khgrrnl5]{color:#1b5fa6;border:1px solid #1b5fa6;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}@media (width>=1100px){.auto-backup-section__icon-wrapper[data-astro-cid-khgrrnl5]{width:28px;height:28px}}.auto-backup-section__icon[data-astro-cid-khgrrnl5]{font-size:20px}@media (width>=1100px){.auto-backup-section__icon[data-astro-cid-khgrrnl5]{font-size:24px}}.auto-backup-section__title[data-astro-cid-khgrrnl5]{font-size:1.125rem;font-weight:500;line-height:1.3}@media (width>=1100px){.auto-backup-section__title[data-astro-cid-khgrrnl5]{font-size:1.5625rem;font-weight:500;line-height:1.3}}.auto-backup-section__total-price[data-astro-cid-khgrrnl5]{font-size:.875rem;font-weight:700;line-height:1.6;display:block}.p-functions-feature-highlight-item[data-astro-cid-gxajndtt]{border:1px solid #ced4da;border-radius:6px;align-items:center;gap:16px;padding:16px;display:flex}@media (width>=1100px){.p-functions-feature-highlight-item[data-astro-cid-gxajndtt]{padding:24px}}.item__image[data-astro-cid-gxajndtt]{background-color:#f1f5f8;border-radius:9999px;flex-shrink:0;place-items:center;width:56px;height:56px;display:inline-grid}.item__body[data-astro-cid-gxajndtt]>[data-astro-cid-gxajndtt]+[data-astro-cid-gxajndtt],.item__body[data-astro-cid-gxajndtt]>*+*{margin-top:8px}.item__body[data-astro-cid-gxajndtt]{flex:1;min-width:0}.item__badge[data-astro-cid-gxajndtt]{color:#1b5fa6;border:1px solid #1b5fa6;border-radius:2px;width:fit-content;margin:0;padding:4px 8px;font-size:1rem;font-weight:400;line-height:1.4}.item__title[data-astro-cid-gxajndtt]{color:#000;margin:0;font-size:1.5625rem;font-weight:500;line-height:1.3}.item__description[data-astro-cid-gxajndtt]{color:#495057;margin:0;font-size:.875rem;font-weight:400;line-height:1.6}.contents[data-astro-cid-r5wlcnji]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-r5wlcnji]{width:calc(100% - 80px)}}.contents[data-astro-cid-r5wlcnji]>[data-astro-cid-r5wlcnji]+[data-astro-cid-r5wlcnji],.contents[data-astro-cid-r5wlcnji]>*+*{margin-top:40px}.contents[data-astro-cid-r5wlcnji]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-r5wlcnji]>[data-astro-cid-r5wlcnji]+[data-astro-cid-r5wlcnji],.contents[data-astro-cid-r5wlcnji]>*+*{margin-top:80px}.contents[data-astro-cid-r5wlcnji]{padding:64px 0 160px}}.features-contents[data-astro-cid-r5wlcnji]>[data-astro-cid-r5wlcnji]+[data-astro-cid-r5wlcnji],.features-contents[data-astro-cid-r5wlcnji]>*+*{margin-top:24px}@media (width>=1100px){.features-contents[data-astro-cid-r5wlcnji]>[data-astro-cid-r5wlcnji]+[data-astro-cid-r5wlcnji],.features-contents[data-astro-cid-r5wlcnji]>*+*{margin-top:32px}}.value[data-astro-cid-r5wlcnji]{align-items:flex-end;font-weight:500;display:inline-flex}.value__num[data-astro-cid-r5wlcnji]{font-size:1.25rem;line-height:1.2;display:inline-block}.value__unit[data-astro-cid-r5wlcnji]{font-size:1rem;line-height:1.3;display:inline-block}.total-price[data-astro-cid-r5wlcnji]{font-size:.875rem;font-weight:500;line-height:1.4}@media (width<1100px){.fixed-table[data-astro-cid-r5wlcnji]{table-layout:fixed;width:100%;min-width:800px}.fixed-table[data-astro-cid-r5wlcnji] thead[data-astro-cid-r5wlcnji] th[data-astro-cid-r5wlcnji]{width:150px}.fixed-table[data-astro-cid-r5wlcnji] thead[data-astro-cid-r5wlcnji] th[data-astro-cid-r5wlcnji]:first-child{width:180px}}.contents[data-astro-cid-kz46gon7]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-kz46gon7]{width:calc(100% - 80px)}}.contents[data-astro-cid-kz46gon7]>[data-astro-cid-kz46gon7]+[data-astro-cid-kz46gon7],.contents[data-astro-cid-kz46gon7]>*+*{margin-top:40px}.contents[data-astro-cid-kz46gon7]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-kz46gon7]>[data-astro-cid-kz46gon7]+[data-astro-cid-kz46gon7],.contents[data-astro-cid-kz46gon7]>*+*{margin-top:80px}.contents[data-astro-cid-kz46gon7]{padding:64px 0 160px}}.features-contents[data-astro-cid-kz46gon7]>[data-astro-cid-kz46gon7]+[data-astro-cid-kz46gon7],.features-contents[data-astro-cid-kz46gon7]>*+*{margin-top:24px}@media (width>=1100px){.features-contents[data-astro-cid-kz46gon7]>[data-astro-cid-kz46gon7]+[data-astro-cid-kz46gon7],.features-contents[data-astro-cid-kz46gon7]>*+*{margin-top:32px}}.value[data-astro-cid-kz46gon7]{align-items:flex-end;font-weight:500;display:inline-flex}.value__num[data-astro-cid-kz46gon7]{font-size:1.25rem;line-height:1.2;display:inline-block}.value__unit[data-astro-cid-kz46gon7]{font-size:1rem;line-height:1.3;display:inline-block}.total-price[data-astro-cid-kz46gon7]{font-size:.875rem;font-weight:500;line-height:1.4}@media (width<1100px){.fixed-table[data-astro-cid-kz46gon7]{table-layout:fixed;width:100%;min-width:800px}.fixed-table[data-astro-cid-kz46gon7] thead[data-astro-cid-kz46gon7] th[data-astro-cid-kz46gon7]{width:150px}.fixed-table[data-astro-cid-kz46gon7] thead[data-astro-cid-kz46gon7] th[data-astro-cid-kz46gon7]:first-child{width:180px}}.contents[data-astro-cid-4kyv53ij]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-4kyv53ij]{width:calc(100% - 80px)}}.contents[data-astro-cid-4kyv53ij]>[data-astro-cid-4kyv53ij]+[data-astro-cid-4kyv53ij],.contents[data-astro-cid-4kyv53ij]>*+*{margin-top:40px}.contents[data-astro-cid-4kyv53ij]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-4kyv53ij]>[data-astro-cid-4kyv53ij]+[data-astro-cid-4kyv53ij],.contents[data-astro-cid-4kyv53ij]>*+*{margin-top:80px}.contents[data-astro-cid-4kyv53ij]{padding:64px 0 160px}}.value[data-astro-cid-4kyv53ij]{align-items:flex-end;font-weight:500;display:inline-flex}.value__num[data-astro-cid-4kyv53ij]{font-size:1.25rem;line-height:1.2;display:inline-block}.value__unit[data-astro-cid-4kyv53ij]{font-size:1rem;line-height:1.3;display:inline-block}.total-price[data-astro-cid-4kyv53ij]{font-size:.875rem;font-weight:500;line-height:1.4}@media (width<1100px){.fixed-table[data-astro-cid-4kyv53ij]{table-layout:fixed;width:100%;min-width:800px}.fixed-table[data-astro-cid-4kyv53ij] thead[data-astro-cid-4kyv53ij] th[data-astro-cid-4kyv53ij]{width:150px}.fixed-table[data-astro-cid-4kyv53ij] thead[data-astro-cid-4kyv53ij] th[data-astro-cid-4kyv53ij]:first-child{width:180px}}.contents[data-astro-cid-q64y3vlx]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-q64y3vlx]{width:calc(100% - 80px)}}.contents[data-astro-cid-q64y3vlx]>[data-astro-cid-q64y3vlx]+[data-astro-cid-q64y3vlx],.contents[data-astro-cid-q64y3vlx]>*+*{margin-top:40px}.contents[data-astro-cid-q64y3vlx]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-q64y3vlx]>[data-astro-cid-q64y3vlx]+[data-astro-cid-q64y3vlx],.contents[data-astro-cid-q64y3vlx]>*+*{margin-top:80px}.contents[data-astro-cid-q64y3vlx]{padding:64px 0 160px}}.features-contents[data-astro-cid-q64y3vlx]>[data-astro-cid-q64y3vlx]+[data-astro-cid-q64y3vlx],.features-contents[data-astro-cid-q64y3vlx]>*+*{margin-top:24px}@media (width>=1100px){.features-contents[data-astro-cid-q64y3vlx]>[data-astro-cid-q64y3vlx]+[data-astro-cid-q64y3vlx],.features-contents[data-astro-cid-q64y3vlx]>*+*{margin-top:32px}}.value[data-astro-cid-q64y3vlx]{align-items:flex-end;font-weight:500;display:inline-flex}.value__num[data-astro-cid-q64y3vlx]{font-size:1.25rem;line-height:1.2;display:inline-block}.value__unit[data-astro-cid-q64y3vlx]{font-size:1rem;line-height:1.3;display:inline-block}.total-price[data-astro-cid-q64y3vlx]{font-size:.875rem;font-weight:500;line-height:1.4}@media (width<1100px){.fixed-table[data-astro-cid-q64y3vlx]{table-layout:fixed;width:100%;min-width:800px}.fixed-table[data-astro-cid-q64y3vlx] thead[data-astro-cid-q64y3vlx] th[data-astro-cid-q64y3vlx]{width:150px}.fixed-table[data-astro-cid-q64y3vlx] thead[data-astro-cid-q64y3vlx] th[data-astro-cid-q64y3vlx]:first-child{width:180px}}.note[data-astro-cid-q64y3vlx]{text-align:right;margin-top:16px}.note[data-astro-cid-q64y3vlx] a[data-astro-cid-q64y3vlx]{text-decoration:underline}.note[data-astro-cid-q64y3vlx] a[data-astro-cid-q64y3vlx]:hover{text-decoration:none}.note__icon[data-astro-cid-q64y3vlx]{font-size:1rem}.contents[data-astro-cid-2aavjt3e]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-2aavjt3e]{width:calc(100% - 80px)}}.contents[data-astro-cid-2aavjt3e]>[data-astro-cid-2aavjt3e]+[data-astro-cid-2aavjt3e],.contents[data-astro-cid-2aavjt3e]>*+*{margin-top:40px}.contents[data-astro-cid-2aavjt3e]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-2aavjt3e]>[data-astro-cid-2aavjt3e]+[data-astro-cid-2aavjt3e],.contents[data-astro-cid-2aavjt3e]>*+*{margin-top:80px}.contents[data-astro-cid-2aavjt3e]{padding:64px 0 160px}}.features-contents[data-astro-cid-2aavjt3e]>[data-astro-cid-2aavjt3e]+[data-astro-cid-2aavjt3e],.features-contents[data-astro-cid-2aavjt3e]>*+*{margin-top:24px}@media (width>=1100px){.features-contents[data-astro-cid-2aavjt3e]>[data-astro-cid-2aavjt3e]+[data-astro-cid-2aavjt3e],.features-contents[data-astro-cid-2aavjt3e]>*+*{margin-top:32px}}.value[data-astro-cid-2aavjt3e]{align-items:flex-end;font-weight:500;display:inline-flex}.value__num[data-astro-cid-2aavjt3e]{font-size:1.25rem;line-height:1.2;display:inline-block}.value__unit[data-astro-cid-2aavjt3e]{font-size:1rem;line-height:1.3;display:inline-block}.fixed-table[data-astro-cid-2aavjt3e] thead[data-astro-cid-2aavjt3e] th[data-astro-cid-2aavjt3e]:first-child{width:150px}@media (width<1100px){.fixed-table[data-astro-cid-2aavjt3e]{table-layout:fixed;width:100%;min-width:800px}.fixed-table[data-astro-cid-2aavjt3e] thead[data-astro-cid-2aavjt3e] th[data-astro-cid-2aavjt3e]{width:130px}}.contents[data-astro-cid-u6tjjiq2]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-u6tjjiq2]{width:calc(100% - 80px)}}.contents[data-astro-cid-u6tjjiq2]>[data-astro-cid-u6tjjiq2]+[data-astro-cid-u6tjjiq2],.contents[data-astro-cid-u6tjjiq2]>*+*{margin-top:40px}.contents[data-astro-cid-u6tjjiq2]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-u6tjjiq2]>[data-astro-cid-u6tjjiq2]+[data-astro-cid-u6tjjiq2],.contents[data-astro-cid-u6tjjiq2]>*+*{margin-top:80px}.contents[data-astro-cid-u6tjjiq2]{padding:64px 0 160px}}.os-images-wrapper[data-astro-cid-u6tjjiq2]>[data-astro-cid-u6tjjiq2]+[data-astro-cid-u6tjjiq2],.os-images-wrapper[data-astro-cid-u6tjjiq2]>*+*{margin-top:16px}@media (width>=1100px){.os-images-wrapper[data-astro-cid-u6tjjiq2]>[data-astro-cid-u6tjjiq2]+[data-astro-cid-u6tjjiq2],.os-images-wrapper[data-astro-cid-u6tjjiq2]>*+*{margin-top:24px}}.image-filter[data-astro-cid-u6tjjiq2]>[data-astro-cid-u6tjjiq2]+[data-astro-cid-u6tjjiq2],.image-filter[data-astro-cid-u6tjjiq2]>*+*{margin-top:12px}.image-filter__keyword[data-astro-cid-u6tjjiq2]{position:relative}.image-filter__keyword-input[data-astro-cid-u6tjjiq2]{width:100%;padding-left:40px;display:block}.image-filter__keyword-icon[data-astro-cid-u6tjjiq2]{pointer-events:none;font-size:24px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.image-filter__category[data-astro-cid-u6tjjiq2]{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.image-filter__category-icon[data-astro-cid-u6tjjiq2]{font-size:24px}.image-filter__category-label[data-astro-cid-u6tjjiq2]{cursor:pointer;align-items:center;gap:8px;width:fit-content;display:inline-flex}.image-filter__category-tooltip-icon[data-astro-cid-u6tjjiq2]{font-size:24px}.table[data-astro-cid-u6tjjiq2] col[data-astro-cid-u6tjjiq2]:first-child{width:100px}@media (width>=1100px){.table[data-astro-cid-u6tjjiq2] col[data-astro-cid-u6tjjiq2]:first-child{width:30%}}.contents[data-astro-cid-6mhhuh6l]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-6mhhuh6l]{width:calc(100% - 80px)}}.contents[data-astro-cid-6mhhuh6l]>[data-astro-cid-6mhhuh6l]+[data-astro-cid-6mhhuh6l],.contents[data-astro-cid-6mhhuh6l]>*+*{margin-top:40px}.contents[data-astro-cid-6mhhuh6l]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-6mhhuh6l]>[data-astro-cid-6mhhuh6l]+[data-astro-cid-6mhhuh6l],.contents[data-astro-cid-6mhhuh6l]>*+*{margin-top:80px}.contents[data-astro-cid-6mhhuh6l]{padding:64px 0 160px}}.setup-scripts-wrapper[data-astro-cid-6mhhuh6l]>[data-astro-cid-6mhhuh6l]+[data-astro-cid-6mhhuh6l],.setup-scripts-wrapper[data-astro-cid-6mhhuh6l]>*+*{margin-top:16px}@media (width>=1100px){.setup-scripts-wrapper[data-astro-cid-6mhhuh6l]>[data-astro-cid-6mhhuh6l]+[data-astro-cid-6mhhuh6l],.setup-scripts-wrapper[data-astro-cid-6mhhuh6l]>*+*{margin-top:24px}}.image-filter[data-astro-cid-6mhhuh6l]>[data-astro-cid-6mhhuh6l]+[data-astro-cid-6mhhuh6l],.image-filter[data-astro-cid-6mhhuh6l]>*+*{margin-top:12px}.image-filter__keyword[data-astro-cid-6mhhuh6l]{position:relative}.image-filter__keyword-input[data-astro-cid-6mhhuh6l]{width:100%;padding-left:40px;display:block}.image-filter__keyword-icon[data-astro-cid-6mhhuh6l]{pointer-events:none;font-size:24px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.image-filter__category[data-astro-cid-6mhhuh6l]{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.image-filter__category-icon[data-astro-cid-6mhhuh6l]{font-size:24px}.image-filter__category-label[data-astro-cid-6mhhuh6l]{cursor:pointer;align-items:center;gap:8px;width:fit-content;display:inline-flex}.image-filter__category-tooltip-icon[data-astro-cid-6mhhuh6l]{font-size:24px}.table[data-astro-cid-6mhhuh6l]{width:auto}.table[data-astro-cid-6mhhuh6l] col[data-astro-cid-6mhhuh6l]:first-child{width:100px}@media (width>=1100px){.table[data-astro-cid-6mhhuh6l] col[data-astro-cid-6mhhuh6l]:first-child{width:30%}}.table[data-astro-cid-6mhhuh6l] tbody[data-astro-cid-6mhhuh6l] td[data-astro-cid-6mhhuh6l]{white-space:nowrap}.header__title[data-astro-cid-ugh62qtb]{border-bottom:1px solid #ced4da;padding:0 0 8px 18px;font-size:1.25rem;font-weight:500;line-height:1.3;position:relative}@media (width>=1100px){.header__title[data-astro-cid-ugh62qtb]{padding:0 0 12px 28px;font-size:1.9375rem;font-weight:500;line-height:1.3}}.header__title[data-astro-cid-ugh62qtb]:before{content:"";background-color:#1b5fa6;border-radius:9999px;width:6px;height:6px;position:absolute;top:.5em;left:4px}@media (width>=1100px){.header__title[data-astro-cid-ugh62qtb]:before{width:8px;height:8px;top:.6em;left:8px}}.contents[data-astro-cid-d6n6zqpq]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-d6n6zqpq]{width:calc(100% - 80px)}}.contents[data-astro-cid-d6n6zqpq]>[data-astro-cid-d6n6zqpq]+[data-astro-cid-d6n6zqpq],.contents[data-astro-cid-d6n6zqpq]>*+*{margin-top:40px}.contents[data-astro-cid-d6n6zqpq]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-d6n6zqpq]>[data-astro-cid-d6n6zqpq]+[data-astro-cid-d6n6zqpq],.contents[data-astro-cid-d6n6zqpq]>*+*{margin-top:80px}.contents[data-astro-cid-d6n6zqpq]{padding:64px 0 160px}}.note[data-astro-cid-d6n6zqpq]{color:#495057;text-indent:-1em;margin-left:1em;font-size:.875rem;font-weight:400;line-height:1.6}.contents[data-astro-cid-cac5ufzm]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-cac5ufzm]{width:calc(100% - 80px)}}.contents[data-astro-cid-cac5ufzm]{padding:24px 0 80px}@media (width>=1100px){.contents[data-astro-cid-cac5ufzm]{padding:40px 0 160px}}.post[data-astro-cid-cac5ufzm]>[data-astro-cid-cac5ufzm]+[data-astro-cid-cac5ufzm],.post[data-astro-cid-cac5ufzm]>*+*{margin-top:"md"}.title[data-astro-cid-cac5ufzm]{padding-bottom:24px;font-size:2.4375rem;font-weight:500;line-height:1.2}.info[data-astro-cid-cac5ufzm]>[data-astro-cid-cac5ufzm]+[data-astro-cid-cac5ufzm],.info[data-astro-cid-cac5ufzm]>*+*{margin-top:16px}.info[data-astro-cid-cac5ufzm]{border-top:1px solid #ced4da;border-bottom:1px solid #ced4da;padding:16px 0}@media (width>=1100px){.info[data-astro-cid-cac5ufzm]>[data-astro-cid-cac5ufzm]+[data-astro-cid-cac5ufzm],.info[data-astro-cid-cac5ufzm]>*+*{margin-top:0}.info[data-astro-cid-cac5ufzm]{justify-content:space-between;align-items:center;display:flex}}.date[data-astro-cid-cac5ufzm]{margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.4}.social-btn[data-astro-cid-cac5ufzm]{justify-content:flex-end;align-items:center;gap:8px;display:flex}.body[data-astro-cid-cac5ufzm]{padding:40px 0;font-size:1rem;font-weight:400;line-height:1.6}@media (width>=1100px){.body[data-astro-cid-cac5ufzm]{padding:64px 0}}.note-list[data-astro-cid-cac5ufzm]{font-size:.75rem;font-weight:400;line-height:1.6}.return-button[data-astro-cid-cac5ufzm]{border-top:1px solid #ced4da;margin-bottom:0}.return-button__link[data-astro-cid-cac5ufzm]{color:#000;justify-content:center;align-items:center;gap:8px;padding:24px 16px;text-decoration:none;transition:background-color .2s cubic-bezier(.33,1,.68,1);display:flex;position:relative}@media (width>=1100px){.return-button__link[data-astro-cid-cac5ufzm]{width:91.58%;max-width:1100px;margin-inline:auto;padding:64px 24px}}@media (width>=1100px) and (width>=1100px){.return-button__link[data-astro-cid-cac5ufzm]{width:calc(100% - 80px)}}@media (hover:hover){.return-button__link[data-astro-cid-cac5ufzm]:hover{background-color:#f8f9fa}}.return-button__link[data-astro-cid-cac5ufzm]:before,.return-button__link[data-astro-cid-cac5ufzm]:after{content:"";background-color:#ced4da;width:1px;height:40px;display:none;position:absolute;top:50%;transform:translateY(-50%)}@media (width>=1100px){.return-button__link[data-astro-cid-cac5ufzm]:before,.return-button__link[data-astro-cid-cac5ufzm]:after{display:block}}.return-button__link[data-astro-cid-cac5ufzm]:before{left:0}.return-button__link[data-astro-cid-cac5ufzm]:after{right:0}.return-button__icon[data-astro-cid-cac5ufzm]{color:#1b5fa6;font-size:1.125rem}.contents[data-astro-cid-tvhdzn6t]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-tvhdzn6t]{width:calc(100% - 80px)}}.contents[data-astro-cid-tvhdzn6t]{padding:24px 0 80px}@media (width>=1100px){.contents[data-astro-cid-tvhdzn6t]{padding:40px 0 160px}}.c-price-table-vps[data-astro-cid-eufpcpim] table{min-width:1100px}.c-price-table-vps[data-astro-cid-eufpcpim] col:first-child{width:100px}.description[data-astro-cid-eufpcpim]{text-align:left;border:1px solid #ced4da;border-radius:6px;margin:-8px 0 8px;padding:12px;font-weight:700}@media (width>=1100px){.description[data-astro-cid-eufpcpim]{margin:-16px 0 8px}}.description__inner[data-astro-cid-eufpcpim]{width:fit-content;margin-inline:auto;display:block}.campaign-text[data-astro-cid-eufpcpim]{color:#1b5fa6;text-align:center;justify-content:center;align-items:center;gap:12px;margin:0 0 8px;font-size:1.125rem;font-weight:700;line-height:1.6;display:flex;position:relative}.campaign-text[data-astro-cid-eufpcpim]:before,.campaign-text[data-astro-cid-eufpcpim]:after{content:"";background-color:#1b5fa6;width:1px;height:20px;display:inline-block}.campaign-text[data-astro-cid-eufpcpim]:before{transform:rotate(-15deg)}.campaign-text[data-astro-cid-eufpcpim]:after{transform:rotate(15deg)}.tabs[data-astro-cid-eufpcpim]>[data-astro-cid-eufpcpim]+[data-astro-cid-eufpcpim],.tabs[data-astro-cid-eufpcpim]>*+*{margin-top:24px}.price-table[data-astro-cid-eufpcpim]{padding-top:16px}.price-table[data-astro-cid-eufpcpim] thead th,.price-table[data-astro-cid-eufpcpim] tbody th,.price-table[data-astro-cid-eufpcpim] tbody td{padding-left:8px!important;padding-right:8px!important}.plan-heading[data-astro-cid-eufpcpim]{position:relative}.plan-heading__sticker[data-astro-cid-eufpcpim]{color:#000;background-color:#ffe400;border-radius:2px;padding:3px 12px;font-size:.875rem;font-weight:700;line-height:1.4;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.table-value{font-weight:700}.table-value .value{letter-spacing:0;font-size:.875rem;font-weight:700;line-height:1.4}.table-value .unit{letter-spacing:0;font-size:.75rem;font-weight:700;line-height:1.4}.regular-price[data-astro-cid-eufpcpim]{color:#6c757d;text-align:center;font-size:.875rem;font-weight:400;line-height:1.4;text-decoration:line-through;display:block}.contents[data-astro-cid-4runvfn5]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-4runvfn5]{width:calc(100% - 80px)}}.contents[data-astro-cid-4runvfn5]>[data-astro-cid-4runvfn5]+[data-astro-cid-4runvfn5],.contents[data-astro-cid-4runvfn5]>*+*{margin-top:40px}.contents[data-astro-cid-4runvfn5]{padding:0 0 80px}@media (width>=1100px){.contents[data-astro-cid-4runvfn5]>[data-astro-cid-4runvfn5]+[data-astro-cid-4runvfn5],.contents[data-astro-cid-4runvfn5]>*+*{margin-top:80px}.contents[data-astro-cid-4runvfn5]{padding:0 0 160px}}.description[data-astro-cid-4runvfn5]{border-bottom:1px solid #ced4da;padding:24px 0}@media (width>=1100px){.description[data-astro-cid-4runvfn5]{padding:40px 0}}.description__inner[data-astro-cid-4runvfn5]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.description__inner[data-astro-cid-4runvfn5]{width:calc(100% - 80px)}}.auto-setup-nav[data-astro-cid-4runvfn5]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.auto-setup-nav[data-astro-cid-4runvfn5]{width:calc(100% - 80px)}}.auto-setup-nav[data-astro-cid-4runvfn5]{margin-bottom:0;padding:24px 0}@media (width>=1100px){.auto-setup-nav[data-astro-cid-4runvfn5]{padding:40px 0}}.auto-setup-nav__link[data-astro-cid-4runvfn5]{color:#000;background-color:#fff;border:1px solid #ced4da;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;max-width:600px;margin:0 auto;padding:12px;text-decoration:none;transition:background-color .2s cubic-bezier(.33,1,.68,1);display:flex;position:relative}@media (width>=768px){.auto-setup-nav__link[data-astro-cid-4runvfn5]{gap:24px;padding:13px 17px 13px 25px}}@media (hover:hover){.auto-setup-nav__link[data-astro-cid-4runvfn5]:hover{background-color:#f8f9fa}}.auto-setup-nav__inner[data-astro-cid-4runvfn5]{align-items:center;gap:12px;min-width:0;display:flex}@media (width>=768px){.auto-setup-nav__inner[data-astro-cid-4runvfn5]{gap:16px}}.auto-setup-nav__image[data-astro-cid-4runvfn5]{flex-shrink:0;width:50px;height:50px}@media (width>=768px){.auto-setup-nav__image[data-astro-cid-4runvfn5]{width:70px;height:70px}}.auto-setup-nav__text[data-astro-cid-4runvfn5]{flex-direction:column;gap:4px;min-width:0;display:flex}.auto-setup-nav__text-sub[data-astro-cid-4runvfn5]{color:#6c757d;font-size:.875rem;font-weight:400;line-height:1.4}.auto-setup-nav__text-main[data-astro-cid-4runvfn5]{color:#1b5fa6;font-size:1.125rem;font-weight:500;line-height:1.3}.auto-setup-nav__icon-wrapper[data-astro-cid-4runvfn5]{flex-shrink:0;width:20px;height:20px;display:block;position:relative;overflow:hidden}.auto-setup-nav__icon[data-astro-cid-4runvfn5]{color:#1b5fa6;width:20px;height:20px;transition:left .2s cubic-bezier(.33,1,.68,1);position:absolute;top:0;left:0}.auto-setup-nav__icon[data-astro-cid-4runvfn5]:first-child{left:-20px}.auto-setup-nav__icon[data-astro-cid-4runvfn5]:nth-child(2){left:0}@media (hover:hover){.auto-setup-nav__link[data-astro-cid-4runvfn5]:hover .auto-setup-nav__icon[data-astro-cid-4runvfn5]:first-child{left:0}.auto-setup-nav__link[data-astro-cid-4runvfn5]:hover .auto-setup-nav__icon[data-astro-cid-4runvfn5]:nth-child(2){left:20px}}.options-nav[data-astro-cid-4runvfn5]{grid-template-columns:repeat(1,minmax(0,1fr));list-style:none;display:grid}@media (width>=768px){.options-nav[data-astro-cid-4runvfn5]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1100px){.options-nav[data-astro-cid-4runvfn5]{grid-template-columns:repeat(3,minmax(0,1fr))}}.options-nav__item[data-astro-cid-4runvfn5]{border-bottom:1px solid #ced4da}.options-nav__item[data-astro-cid-4runvfn5]:last-child{border-bottom:none}@media (width>=768px){.options-nav__item[data-astro-cid-4runvfn5]:nth-last-child(-n+2){border-bottom:none}.options-nav__item[data-astro-cid-4runvfn5]:nth-child(odd){border-right:1px solid #ced4da}}@media (width>=1100px){.options-nav__item[data-astro-cid-4runvfn5]:nth-last-child(-n+3){border-bottom:none}.options-nav__item[data-astro-cid-4runvfn5]:nth-child(odd){border-right:none}}.options-nav__link[data-astro-cid-4runvfn5]{color:#000;justify-content:space-between;align-items:center;gap:8px;padding:8px 0;text-decoration:none;transition:background-color .2s cubic-bezier(.33,1,.68,1);display:flex;position:relative}@media (width>=768px){.options-nav__link[data-astro-cid-4runvfn5]{padding:8px 16px}}@media (width>=1100px){.options-nav__link[data-astro-cid-4runvfn5]{justify-content:center;padding:16px}.options-nav__link[data-astro-cid-4runvfn5]:before{content:"";background-color:#ced4da;width:1px;height:32px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.options-nav__item[data-astro-cid-4runvfn5]:nth-child(3n) .options-nav__link[data-astro-cid-4runvfn5]:after{content:"";background-color:#ced4da;width:1px;height:32px;position:absolute;top:50%;right:0;transform:translateY(-50%)}}@media (hover:hover){.options-nav__link[data-astro-cid-4runvfn5]:hover{background-color:#f8f9fa}}.options-nav__icon-wrapper[data-astro-cid-4runvfn5]{width:18px;height:18px;display:block;position:relative;overflow:hidden}.options-nav__icon[data-astro-cid-4runvfn5]{color:#1b5fa6;width:18px;height:18px;transition:top .2s cubic-bezier(.33,1,.68,1);position:absolute;top:0;left:0}.options-nav__icon[data-astro-cid-4runvfn5]:first-child{top:-18px}.options-nav__icon[data-astro-cid-4runvfn5]:nth-child(2){top:1px}@media (hover:hover){.options-nav__link[data-astro-cid-4runvfn5]:hover .options-nav__icon[data-astro-cid-4runvfn5]:first-child{top:0}.options-nav__link[data-astro-cid-4runvfn5]:hover .options-nav__icon[data-astro-cid-4runvfn5]:nth-child(2){top:18px}}.option-section[data-astro-cid-4runvfn5]>[data-astro-cid-4runvfn5]+[data-astro-cid-4runvfn5],.option-section[data-astro-cid-4runvfn5]>*+*{margin-top:24px}@media (width>=1100px){.option-section[data-astro-cid-4runvfn5]>[data-astro-cid-4runvfn5]+[data-astro-cid-4runvfn5],.option-section[data-astro-cid-4runvfn5]>*+*{margin-top:32px}}.option-section__header[data-astro-cid-4runvfn5]{position:relative}.option-section__title[data-astro-cid-4runvfn5]{border-bottom:1px solid #ced4da;margin:0 0 16px;padding:0 0 8px 18px;font-size:1.25rem;font-weight:500;line-height:1.3;position:relative}@media (width>=1100px){.option-section__title[data-astro-cid-4runvfn5]{align-items:center;gap:12px;padding:0 0 12px 28px;font-size:1.9375rem;font-weight:500;line-height:1.3;display:flex}}.option-section__title[data-astro-cid-4runvfn5]:before{content:"";background-color:#1b5fa6;border-radius:9999px;width:6px;height:6px;position:absolute;top:.5em;left:4px}@media (width>=1100px){.option-section__title[data-astro-cid-4runvfn5]:before{width:8px;height:8px;top:.6em;left:8px}}.option-section__description[data-astro-cid-4runvfn5] p[data-astro-cid-4runvfn5]{color:#495057}.option-section__description[data-astro-cid-4runvfn5] p[data-astro-cid-4runvfn5]:last-child{margin-bottom:0}.option-section__image[data-astro-cid-4runvfn5]{position:absolute;top:-4px;right:0}@media (width>=1100px){.option-section__image[data-astro-cid-4runvfn5]{right:8px}}.option-section__image[data-astro-cid-4runvfn5] img[data-astro-cid-4runvfn5]{aspect-ratio:1;object-fit:contain;object-position:center;width:50px;height:auto;display:block}@media (width>=1100px){.option-section__image[data-astro-cid-4runvfn5] img[data-astro-cid-4runvfn5]{width:100px}}.campaign-badge[data-astro-cid-4runvfn5]{width:fit-content;margin-top:4px;display:block}@media (width>=1100px){.campaign-badge[data-astro-cid-4runvfn5]{margin-top:0}}.note[data-astro-cid-4runvfn5]{color:#495057;text-indent:-1em;margin-left:1em;font-size:.875rem;font-weight:400;line-height:1.6}.contents[data-astro-cid-u6ohjolg]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-u6ohjolg]{width:calc(100% - 80px)}}.contents[data-astro-cid-u6ohjolg]>[data-astro-cid-u6ohjolg]+[data-astro-cid-u6ohjolg],.contents[data-astro-cid-u6ohjolg]>*+*{margin-top:40px}.contents[data-astro-cid-u6ohjolg]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-u6ohjolg]>[data-astro-cid-u6ohjolg]+[data-astro-cid-u6ohjolg],.contents[data-astro-cid-u6ohjolg]>*+*{margin-top:80px}.contents[data-astro-cid-u6ohjolg]{padding:64px 0 160px}}.contents[data-astro-cid-4f5kowcj]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-4f5kowcj]{width:calc(100% - 80px)}}.contents[data-astro-cid-4f5kowcj]>[data-astro-cid-4f5kowcj]+[data-astro-cid-4f5kowcj],.contents[data-astro-cid-4f5kowcj]>*+*{margin-top:40px}.contents[data-astro-cid-4f5kowcj]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-4f5kowcj]>[data-astro-cid-4f5kowcj]+[data-astro-cid-4f5kowcj],.contents[data-astro-cid-4f5kowcj]>*+*{margin-top:80px}.contents[data-astro-cid-4f5kowcj]{padding:64px 0 160px}}.contents[data-astro-cid-7hmkuvqy]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-7hmkuvqy]{width:calc(100% - 80px)}}.contents[data-astro-cid-7hmkuvqy]>[data-astro-cid-7hmkuvqy]+[data-astro-cid-7hmkuvqy],.contents[data-astro-cid-7hmkuvqy]>*+*{margin-top:40px}.contents[data-astro-cid-7hmkuvqy]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-7hmkuvqy]>[data-astro-cid-7hmkuvqy]+[data-astro-cid-7hmkuvqy],.contents[data-astro-cid-7hmkuvqy]>*+*{margin-top:80px}.contents[data-astro-cid-7hmkuvqy]{padding:64px 0 160px}}.contents[data-astro-cid-f252dqld]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-f252dqld]{width:calc(100% - 80px)}}.contents[data-astro-cid-f252dqld]>[data-astro-cid-f252dqld]+[data-astro-cid-f252dqld],.contents[data-astro-cid-f252dqld]>*+*{margin-top:40px}.contents[data-astro-cid-f252dqld]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-f252dqld]>[data-astro-cid-f252dqld]+[data-astro-cid-f252dqld],.contents[data-astro-cid-f252dqld]>*+*{margin-top:80px}.contents[data-astro-cid-f252dqld]{padding:64px 0 160px}}.table[data-astro-cid-f252dqld] col[data-astro-cid-f252dqld]:first-child{width:100px}@media (width>=1100px){.table[data-astro-cid-f252dqld] col[data-astro-cid-f252dqld]:first-child{width:250px}}.paidy[data-astro-cid-f252dqld]>[data-astro-cid-f252dqld]+[data-astro-cid-f252dqld],.paidy[data-astro-cid-f252dqld]>*+*{margin-top:16px}.paidy[data-astro-cid-f252dqld]{border:1px solid #ced4da;border-radius:4px;padding:16px}@media (width>=1100px){.paidy[data-astro-cid-f252dqld]>[data-astro-cid-f252dqld]+[data-astro-cid-f252dqld],.paidy[data-astro-cid-f252dqld]>*+*{margin-top:24px}.paidy[data-astro-cid-f252dqld]{border-radius:6px;padding:40px}}.paidy__title[data-astro-cid-f252dqld]{font-size:1.25rem;font-weight:500;line-height:1.3}.paidy__list[data-astro-cid-f252dqld]{font-size:.875rem;font-weight:400;line-height:1.6}.paidy__note[data-astro-cid-f252dqld]{color:#495057;font-size:.875rem;font-weight:400;line-height:1.6}.contents[data-astro-cid-vg3bpch3]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-vg3bpch3]{width:calc(100% - 80px)}}.contents[data-astro-cid-vg3bpch3]>[data-astro-cid-vg3bpch3]+[data-astro-cid-vg3bpch3],.contents[data-astro-cid-vg3bpch3]>*+*{margin-top:40px}.contents[data-astro-cid-vg3bpch3]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-vg3bpch3]>[data-astro-cid-vg3bpch3]+[data-astro-cid-vg3bpch3],.contents[data-astro-cid-vg3bpch3]>*+*{margin-top:80px}.contents[data-astro-cid-vg3bpch3]{padding:64px 0 160px}}.contents[data-astro-cid-wjhs5gsu]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-wjhs5gsu]{width:calc(100% - 80px)}}.contents[data-astro-cid-wjhs5gsu]>[data-astro-cid-wjhs5gsu]+[data-astro-cid-wjhs5gsu],.contents[data-astro-cid-wjhs5gsu]>*+*{margin-top:40px}.contents[data-astro-cid-wjhs5gsu]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-wjhs5gsu]>[data-astro-cid-wjhs5gsu]+[data-astro-cid-wjhs5gsu],.contents[data-astro-cid-wjhs5gsu]>*+*{margin-top:80px}.contents[data-astro-cid-wjhs5gsu]{padding:64px 0 160px}}.contents[data-astro-cid-jwns4oyd]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.contents[data-astro-cid-jwns4oyd]{width:calc(100% - 80px)}}.contents[data-astro-cid-jwns4oyd]>[data-astro-cid-jwns4oyd]+[data-astro-cid-jwns4oyd],.contents[data-astro-cid-jwns4oyd]>*+*{margin-top:40px}.contents[data-astro-cid-jwns4oyd]{padding:40px 0 80px}@media (width>=1100px){.contents[data-astro-cid-jwns4oyd]>[data-astro-cid-jwns4oyd]+[data-astro-cid-jwns4oyd],.contents[data-astro-cid-jwns4oyd]>*+*{margin-top:80px}.contents[data-astro-cid-jwns4oyd]{padding:64px 0 160px}}.p-home-first-view[data-astro-cid-2udykemk]{background-color:#fff;padding:24px 0 40px;position:relative;overflow:hidden}@media (width>=1100px){.p-home-first-view[data-astro-cid-2udykemk]{padding:301px 0 64px}}.background[data-astro-cid-2udykemk]{z-index:1;pointer-events:none;position:absolute;inset:0}.gear[data-astro-cid-2udykemk]{aspect-ratio:1;place-items:center;width:420px;display:grid;position:absolute;left:50%}.gear--left[data-astro-cid-2udykemk]{top:-210px;transform:translate(calc(-50% - 190px))}@media (width>=768px){.gear--left[data-astro-cid-2udykemk]{top:-150px;transform:translate(calc(-50% - 300px))}}@media (width>=1100px){.gear--left[data-astro-cid-2udykemk]{width:500px;top:-250px;transform:translate(calc(-50% - 540px))}}.gear--right[data-astro-cid-2udykemk]{top:190px;transform:translate(calc(140px - 50%))}@media (width>=768px){.gear--right[data-astro-cid-2udykemk]{width:600px;top:150px;transform:translate(calc(300px - 50%))}}@media (width>=1100px){.gear--right[data-astro-cid-2udykemk]{width:1043px;top:100px;transform:translate(calc(510px - 50%))}}@keyframes rotation-gear{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gear__image[data-astro-cid-2udykemk]{opacity:.8;width:96%;height:96%;display:block}.gear--left[data-astro-cid-2udykemk] .gear__image[data-astro-cid-2udykemk]{animation:50s linear infinite rotation-gear}.gear--right[data-astro-cid-2udykemk] .gear__image[data-astro-cid-2udykemk]{animation:50s linear infinite reverse rotation-gear}@media (width>=1100px){.gear--right[data-astro-cid-2udykemk] .gear__image[data-astro-cid-2udykemk]{animation-duration:150s}}.gear__gradient[data-astro-cid-2udykemk]{position:absolute;inset:0}.gear--left[data-astro-cid-2udykemk] .gear__gradient[data-astro-cid-2udykemk]{opacity:.6;background:linear-gradient(#fff0 0%,#fff 50% 100%)}.gear--right[data-astro-cid-2udykemk] .gear__gradient[data-astro-cid-2udykemk]{background:linear-gradient(#fff0 0%,#fffc 65% 100%)}@media (width>=1100px){.gear--right[data-astro-cid-2udykemk] .gear__gradient[data-astro-cid-2udykemk]{background:linear-gradient(#fff0 0%,#fff 65% 100%)}}.copy[data-astro-cid-2udykemk]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.copy[data-astro-cid-2udykemk]{width:calc(100% - 80px)}}.copy[data-astro-cid-2udykemk]{z-index:2;text-align:center;opacity:0;position:relative}@media (width>=1100px){.copy[data-astro-cid-2udykemk]{text-align:left;margin-bottom:32px}}.copy__sub[data-astro-cid-2udykemk]{justify-content:center;align-items:flex-end;font-size:1.5rem;font-weight:500;line-height:1.3;display:flex}@media (width>=1100px){.copy__sub[data-astro-cid-2udykemk]{justify-content:flex-start;margin:0 0 6px;font-size:1.75rem}}.copy__sub[data-astro-cid-2udykemk]:before,.copy__sub[data-astro-cid-2udykemk]:after{content:"";background:#adb5bd;width:1px;height:20px;display:block}@media (width>=1100px){.copy__sub[data-astro-cid-2udykemk]:before,.copy__sub[data-astro-cid-2udykemk]:after{width:1.5px;height:24px}}.copy__sub[data-astro-cid-2udykemk]:before{margin:0 8px 4px 0;transform:rotate(-15deg)}@media (width>=1100px){.copy__sub[data-astro-cid-2udykemk]:before{margin:0 12px 6px 0}}.copy__sub[data-astro-cid-2udykemk]:after{margin:0 0 4px 8px;transform:rotate(15deg)}@media (width>=1100px){.copy__sub[data-astro-cid-2udykemk]:after{margin:0 0 6px 12px}}.copy__sub-strong[data-astro-cid-2udykemk]{color:#1b5fa6;font-size:2rem;line-height:1.2}@media (width>=1100px){.copy__sub-strong[data-astro-cid-2udykemk]{font-size:2.375rem}}.copy__main[data-astro-cid-2udykemk]{letter-spacing:.03em;margin:0;font-size:2.5625rem;font-weight:500;line-height:1.2;display:block}@media (width>=1100px){.copy__main[data-astro-cid-2udykemk]{width:580px;font-size:3.5rem}}.steps[data-astro-cid-2udykemk]{z-index:2;width:304px;height:260px;margin:24px auto 32px;position:relative}@media (width>=375px){.steps[data-astro-cid-2udykemk]{width:353px;height:309px}}@media (width>=768px){.steps[data-astro-cid-2udykemk]{width:484px;height:318px}}@media (width>=1100px){.steps[data-astro-cid-2udykemk]{width:820px;height:497px;margin:0;position:absolute;top:86px;left:calc(50% - 261px)}}.step[data-astro-cid-2udykemk]{opacity:0;position:absolute}.step--01[data-astro-cid-2udykemk]{width:178px;height:125px;top:0;left:1px}@media (width>=375px){.step--01[data-astro-cid-2udykemk]{width:207px;height:145px}}@media (width>=768px){.step--01[data-astro-cid-2udykemk]{width:201px;height:154px;left:1px}}@media (width>=1100px){.step--01[data-astro-cid-2udykemk]{width:403px;height:232px;left:0}}.step--02[data-astro-cid-2udykemk]{width:176px;height:136px;top:56px;right:0}@media (width>=375px){.step--02[data-astro-cid-2udykemk]{width:200px;height:158px;top:69px;right:0}}@media (width>=768px){.step--02[data-astro-cid-2udykemk]{width:204px;height:158px;top:78px;left:142px;right:auto}}@media (width>=1100px){.step--02[data-astro-cid-2udykemk]{width:377px;height:236px;top:128px;left:229px}}.step--03[data-astro-cid-2udykemk]{width:178px;height:121px;bottom:0;left:1px}@media (width>=375px){.step--03[data-astro-cid-2udykemk]{width:207px;height:141px}}@media (width>=768px){.step--03[data-astro-cid-2udykemk]{width:200px;height:158px;top:160px;left:auto;right:0}}@media (width>=1100px){.step--03[data-astro-cid-2udykemk]{width:360px;height:249px;top:248px;left:460px}}.step__line[data-astro-cid-2udykemk]{background:#20b5aa;width:2px;height:100px;display:block;position:absolute}.step--01[data-astro-cid-2udykemk] .step__line[data-astro-cid-2udykemk]{top:10px;left:81px;transform:rotate(-45deg)}@media (width>=768px){.step--01[data-astro-cid-2udykemk] .step__line[data-astro-cid-2udykemk]{left:auto;right:83px;transform:rotate(45deg)}}.step--02[data-astro-cid-2udykemk] .step__line[data-astro-cid-2udykemk]{top:10px;right:83px;transform:rotate(45deg)}@media (width>=768px){.step--02[data-astro-cid-2udykemk] .step__line[data-astro-cid-2udykemk]{right:90px}}.step--03[data-astro-cid-2udykemk] .step__line[data-astro-cid-2udykemk]{top:10px;left:81px;transform:rotate(-45deg)}@media (width>=768px){.step--03[data-astro-cid-2udykemk] .step__line[data-astro-cid-2udykemk]{left:auto;right:95px;transform:rotate(45deg)}}.step__dot[data-astro-cid-2udykemk]{width:18px;height:11px;position:absolute}@media (width>=1100px){.step__dot[data-astro-cid-2udykemk]{width:28px;height:16px}}.step__dot[data-astro-cid-2udykemk]>img[data-astro-cid-2udykemk]{width:100%;height:auto;display:block}.step--01[data-astro-cid-2udykemk] .step__dot[data-astro-cid-2udykemk]{bottom:11px;right:19px}@media (width>=375px){.step--01[data-astro-cid-2udykemk] .step__dot[data-astro-cid-2udykemk]{bottom:13px;right:21px}}@media (width>=1100px){.step--01[data-astro-cid-2udykemk] .step__dot[data-astro-cid-2udykemk]{bottom:36px;right:89px}}.step--02[data-astro-cid-2udykemk] .step__dot[data-astro-cid-2udykemk]{bottom:12px;left:16px;transform:scaleX(-1)}@media (width>=375px){.step--02[data-astro-cid-2udykemk] .step__dot[data-astro-cid-2udykemk]{bottom:14px;left:21px}}@media (width>=768px){.step--02[data-astro-cid-2udykemk] .step__dot[data-astro-cid-2udykemk]{bottom:14px;left:auto;right:24px;transform:none}}@media (width>=1100px){.step--02[data-astro-cid-2udykemk] .step__dot[data-astro-cid-2udykemk]{bottom:34px;right:66px}}.step__image[data-astro-cid-2udykemk]{width:172px;display:block;position:absolute}@media (width>=375px){.step__image[data-astro-cid-2udykemk]{width:200px}}@media (width>=1100px){.step__image[data-astro-cid-2udykemk]{width:360px}}.step__image[data-astro-cid-2udykemk]>img[data-astro-cid-2udykemk]{width:100%;height:auto;display:block}.step--01[data-astro-cid-2udykemk] .step__image[data-astro-cid-2udykemk]{bottom:0;right:0}@media (width>=768px){.step--01[data-astro-cid-2udykemk] .step__image[data-astro-cid-2udykemk]{left:0;right:auto}}.step--02[data-astro-cid-2udykemk] .step__image[data-astro-cid-2udykemk]{bottom:0;left:0}.step--03[data-astro-cid-2udykemk] .step__image[data-astro-cid-2udykemk]{bottom:0;right:0}@media (width>=768px){.step--03[data-astro-cid-2udykemk] .step__image[data-astro-cid-2udykemk]{left:0;right:auto}}.step__label[data-astro-cid-2udykemk]{color:#20b5aa;background:#fff;border:2px solid #20b5aa;border-radius:9999px;width:fit-content;padding:2px 11px 3px;font-size:14px;font-weight:500;display:block;position:absolute}@media (width>=1100px){.step__label[data-astro-cid-2udykemk]{padding:2px 13px 3px;font-size:16px}}.step--01[data-astro-cid-2udykemk] .step__label[data-astro-cid-2udykemk]{top:0;left:0}@media (width>=768px){.step--01[data-astro-cid-2udykemk] .step__label[data-astro-cid-2udykemk]{left:auto;right:0}}@media (width>=1100px){.step--01[data-astro-cid-2udykemk] .step__label[data-astro-cid-2udykemk]{top:9px}}.step--02[data-astro-cid-2udykemk] .step__label[data-astro-cid-2udykemk]{top:0;right:0}.step--03[data-astro-cid-2udykemk] .step__label[data-astro-cid-2udykemk]{top:0;left:0}@media (width>=768px){.step--03[data-astro-cid-2udykemk] .step__label[data-astro-cid-2udykemk]{left:auto;right:11px}}.service[data-astro-cid-2udykemk]{z-index:2;text-align:center;opacity:0;margin:0 0 32px;padding-inline:16px;font-size:1rem;font-weight:400;line-height:1.6;position:relative}@media (width>=1100px){.service[data-astro-cid-2udykemk]{text-align:left;width:91.58%;max-width:1100px;margin-inline:auto;padding-inline:0}}@media (width>=1100px) and (width>=1100px){.service[data-astro-cid-2udykemk]{width:calc(100% - 80px)}}.service[data-astro-cid-2udykemk] span[data-astro-cid-2udykemk]{display:inline-block}.service__highlight[data-astro-cid-2udykemk]{color:#20b5aa;font-weight:700;display:inline-block}.service__slash[data-astro-cid-2udykemk]{color:#adb5bd;margin:0 4px;font-weight:400;display:inline-block}.badge[data-astro-cid-2udykemk]{z-index:2;opacity:0;width:110px;height:auto;position:absolute;bottom:306px;right:calc(50% - 153px)}@media (width>=375px){.badge[data-astro-cid-2udykemk]{bottom:313px;right:calc(50% - 174px)}}@media (width>=768px){.badge[data-astro-cid-2udykemk]{bottom:230px;right:24px}}@media (width>=1100px){.badge[data-astro-cid-2udykemk]{width:130px;bottom:64px;left:calc(50% + 420px);right:auto}}.cta[data-astro-cid-2udykemk]{z-index:2;text-align:center;opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-inline:auto;display:flex;position:relative}@media (width>=1100px){.cta[data-astro-cid-2udykemk]{flex-direction:row;justify-content:flex-start;gap:16px;width:91.58%;max-width:1100px;margin-inline:auto}}@media (width>=1100px) and (width>=1100px){.cta[data-astro-cid-2udykemk]{width:calc(100% - 80px)}}@media (width>=1100px){.cta[data-astro-cid-2udykemk]>[data-astro-cid-2udykemk]+[data-astro-cid-2udykemk],.cta[data-astro-cid-2udykemk]>*+*{margin-top:0}}.cta__button[data-astro-cid-2udykemk]{min-width:260px}@media (width>=1100px){.cta__button[data-astro-cid-2udykemk]{min-width:230px}}.p-home-campaign-banner[data-astro-cid-f5r226nh]{margin:0 0 24px}@media (width>=1100px){.p-home-campaign-banner[data-astro-cid-f5r226nh]{margin:0 0 40px}}.link[data-astro-cid-f5r226nh]{background-color:#2c3a65;padding:16px;text-decoration:none;transition:background-color .2s cubic-bezier(.33,1,.68,1);display:block}@media (width>=1100px){.link[data-astro-cid-f5r226nh]{padding:0 16px}}@media (hover:hover){.link[data-astro-cid-f5r226nh]:hover{background-color:#212a4c}}picture[data-astro-cid-f5r226nh]{display:block}img[data-astro-cid-f5r226nh]{aspect-ratio:485/90;width:100%;max-width:400px;height:auto;margin-inline:auto;display:block}@media (width>=1100px){img[data-astro-cid-f5r226nh]{aspect-ratio:612/75;max-width:612px}}.p-home-usage-options[data-astro-cid-l2afftao]>[data-astro-cid-l2afftao]+[data-astro-cid-l2afftao],.p-home-usage-options[data-astro-cid-l2afftao]>*+*{margin-top:16px}.p-home-usage-options[data-astro-cid-l2afftao]{max-width:1440px;margin-inline:auto}@media (width>=1100px){.p-home-usage-options[data-astro-cid-l2afftao]>[data-astro-cid-l2afftao]+[data-astro-cid-l2afftao],.p-home-usage-options[data-astro-cid-l2afftao]>*+*{margin-top:24px}.p-home-usage-options[data-astro-cid-l2afftao]{width:calc(100% - 80px)}}.title[data-astro-cid-l2afftao]{font-feature-settings:"pwid", "palt";text-align:center;letter-spacing:.93px;margin:0;font-size:1.5625rem;font-weight:500;line-height:1.3}@media (width>=1100px){.title[data-astro-cid-l2afftao]{font-size:1.9375rem;font-weight:500;line-height:1.3}}.title__accent[data-astro-cid-l2afftao]{color:#1b5fa6}.cards[data-astro-cid-l2afftao]>[data-astro-cid-l2afftao]+[data-astro-cid-l2afftao],.cards[data-astro-cid-l2afftao]>*+*{margin-top:16px}.cards[data-astro-cid-l2afftao]{background-color:#e9ecef;padding:16px}@media (width>=768px){.cards[data-astro-cid-l2afftao]>[data-astro-cid-l2afftao]+[data-astro-cid-l2afftao],.cards[data-astro-cid-l2afftao]>*+*{margin-top:0}.cards[data-astro-cid-l2afftao]{justify-content:center;align-items:stretch;gap:16px;display:flex}}@media (width>=1100px){.cards[data-astro-cid-l2afftao]{border-radius:8px;gap:24px;padding:24px}}.card[data-astro-cid-l2afftao]{background-color:#fff;border-radius:4px;position:relative;overflow:hidden}@media (width>=1100px){.card[data-astro-cid-l2afftao]{border-radius:8px;flex:1 0 0;min-width:0;max-width:538px}}.card__head[data-astro-cid-l2afftao]>[data-astro-cid-l2afftao]+[data-astro-cid-l2afftao],.card__head[data-astro-cid-l2afftao]>*+*{margin-top:4px}.card__head[data-astro-cid-l2afftao]{padding:16px 124px 16px 24px}@media (width>=1100px){.card__head[data-astro-cid-l2afftao]{max-width:370px;margin-inline:auto;padding:24px 0}.card--multi[data-astro-cid-l2afftao] .card__head[data-astro-cid-l2afftao]{padding-right:144px}}.card__lead[data-astro-cid-l2afftao]{font-feature-settings:"pwid", "palt";letter-spacing:.65px;margin:0;font-size:.8125rem;font-weight:500;line-height:1.3}@media (width>=1100px){.card__lead[data-astro-cid-l2afftao]{letter-spacing:.8px;font-size:1rem;font-weight:500;line-height:1.3}}.card__title[data-astro-cid-l2afftao]{font-feature-settings:"pwid", "palt";color:#20b5aa;letter-spacing:.9px;margin:0;font-size:1.875rem;font-weight:500;line-height:1.2}@media (width>=1100px){.card__title[data-astro-cid-l2afftao]{letter-spacing:1.14px;font-size:2.375rem}}.card--multi[data-astro-cid-l2afftao] .card__title[data-astro-cid-l2afftao]{color:#1b5fa6}.card__note[data-astro-cid-l2afftao]{background-color:#f8f9fa;justify-content:flex-start;align-items:center;gap:8px;padding:8px 16px;display:flex}@media (width>=1100px){.card__note[data-astro-cid-l2afftao]{justify-content:center;padding:16px}}.card__icon[data-astro-cid-l2afftao]{color:#fff;background-color:#20b5aa;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.card__icon-mark[data-astro-cid-l2afftao]{width:16px;height:16px}.card--multi[data-astro-cid-l2afftao] .card__icon[data-astro-cid-l2afftao]{background-color:#1b5fa6}.card__note-text[data-astro-cid-l2afftao]{font-feature-settings:"pwid", "palt";letter-spacing:.7px;flex:1 0 0;min-width:0;margin:0;font-size:.875rem;font-weight:500;line-height:1.3}@media (width>=1100px){.card__note-text[data-astro-cid-l2afftao]{flex:initial;letter-spacing:.8px;font-size:1rem;font-weight:500;line-height:1.3}}.card__image-wrap[data-astro-cid-l2afftao]{pointer-events:none;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:absolute;top:0;right:20px}@media (width>=1100px){.card__image-wrap[data-astro-cid-l2afftao]{pointer-events:none;justify-content:flex-end;width:370px;height:120px;right:50%;transform:translate(50%)}.card__image-wrap--multi[data-astro-cid-l2afftao]{height:140px}}.card__image[data-astro-cid-l2afftao]{object-fit:contain;width:100%;height:100%;display:block}.card__image--single[data-astro-cid-l2afftao]{width:78px;height:64px}@media (width>=1100px){.card__image--single[data-astro-cid-l2afftao]{width:110px;height:90px}}.card__image--multi[data-astro-cid-l2afftao]{width:100px;height:84px}@media (width>=1100px){.card__image--multi[data-astro-cid-l2afftao]{width:140px;height:117px}}.auto-setup[data-astro-cid-nczuxmwd]{background-color:#1b5fa6;width:100%;max-width:1440px;margin-inline:auto;padding:32px 16px 0;overflow:hidden}@media (width>=1100px){.auto-setup[data-astro-cid-nczuxmwd]{border-radius:8px 8px 0 0;width:calc(100% - 80px);padding:40px 0 0 32px}}@media (width>=1280px){.auto-setup[data-astro-cid-nczuxmwd]{width:calc(100% - 80px);padding:64px 0 0}}.auto-setup__inner[data-astro-cid-nczuxmwd]>[data-astro-cid-nczuxmwd]+[data-astro-cid-nczuxmwd],.auto-setup__inner[data-astro-cid-nczuxmwd]>*+*{margin-top:24px}@media (width>=1100px){.auto-setup__inner[data-astro-cid-nczuxmwd]>[data-astro-cid-nczuxmwd]+[data-astro-cid-nczuxmwd],.auto-setup__inner[data-astro-cid-nczuxmwd]>*+*{margin-top:0}.auto-setup__inner[data-astro-cid-nczuxmwd]{grid-template-columns:1fr 55%;grid-template-areas:"lead lead""steps video";align-items:start;gap:32px 0;width:min(50% + 550px,100%);margin:0 0 0 auto;display:grid}}@media (width>=1280px){.auto-setup__inner[data-astro-cid-nczuxmwd]{grid-template-columns:46.34% 1fr;grid-template-areas:"lead video""steps video";width:min(50% + 550px,100% - 40px)}}.badge[data-astro-cid-nczuxmwd]{font-feature-settings:"pwid", "palt";color:#1b5fa6;letter-spacing:.8px;background-color:#fff;border-radius:9999px;width:fit-content;margin:0;padding:8px 16px;font-size:1rem;font-weight:500;line-height:1.3}@media (width>=1100px){.badge[data-astro-cid-nczuxmwd]{margin-inline:auto}}@media (width>=1280px){.badge[data-astro-cid-nczuxmwd]{margin-inline:0}}.lead[data-astro-cid-nczuxmwd]>[data-astro-cid-nczuxmwd]+[data-astro-cid-nczuxmwd],.lead[data-astro-cid-nczuxmwd]>*+*{margin-top:16px}@media (width>=1100px){.lead[data-astro-cid-nczuxmwd]{text-align:center;grid-area:lead}}@media (width>=1280px){.lead[data-astro-cid-nczuxmwd]{text-align:left;max-width:560px}}.title[data-astro-cid-nczuxmwd]{font-feature-settings:"pwid", "palt";color:#fff;letter-spacing:1.17px;margin:0;font-size:1.5625rem;font-weight:500;line-height:1.3}@media (width>=1100px){.title[data-astro-cid-nczuxmwd]{font-size:2.4375rem;font-weight:500;line-height:1.2}}.steps[data-astro-cid-nczuxmwd]>[data-astro-cid-nczuxmwd]+[data-astro-cid-nczuxmwd],.steps[data-astro-cid-nczuxmwd]>*+*{margin-top:8px}@media (width>=1100px){.steps[data-astro-cid-nczuxmwd]{grid-area:steps;padding:min(10vw,80px) 0 min(5vw,64px)}}@media (width>=1280px){.steps[data-astro-cid-nczuxmwd]{padding-top:0}}.steps__note[data-astro-cid-nczuxmwd]{color:#fff;text-indent:-1em;margin:0 0 0 1em;font-size:.75rem;font-weight:400;line-height:1.6}.step-button[data-astro-cid-nczuxmwd]{color:#fff;text-align:left;cursor:pointer;background-color:#154c84;border-radius:4px;align-items:center;gap:12px;width:100%;padding:16px;transition:background-color .2s cubic-bezier(.33,1,.68,1);display:flex}@media (width>=1100px){.step-button[data-astro-cid-nczuxmwd]{border-radius:6px 0 0 6px;padding:24px 16px}}@media (hover:hover){.step-button[data-astro-cid-nczuxmwd]:hover{background-color:#2568c0}}.step-button[data-astro-cid-nczuxmwd].is-active{color:#000;background-color:#fff}.step-button__head[data-astro-cid-nczuxmwd]{flex-shrink:0;align-items:center;gap:8px;display:flex}.step-button__badge[data-astro-cid-nczuxmwd]{color:#fff;text-transform:uppercase;background-color:#2568c0;border-radius:9999px;padding:3px 8px;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;line-height:1;display:inline-block}.step-button[data-astro-cid-nczuxmwd].is-active .step-button__badge[data-astro-cid-nczuxmwd]{background-color:#20b5aa}.step-button__number[data-astro-cid-nczuxmwd]{color:#2e79db;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:1.375rem;font-weight:500;line-height:1}.step-button[data-astro-cid-nczuxmwd].is-active .step-button__number[data-astro-cid-nczuxmwd]{color:#1b5fa6}.step-button__label[data-astro-cid-nczuxmwd]{font-feature-settings:"pwid", "palt";letter-spacing:.9px;font-size:1.125rem;font-weight:500;line-height:1.3}.video-column[data-astro-cid-nczuxmwd]{position:relative}@media (width>=1100px){.video-column[data-astro-cid-nczuxmwd]{grid-area:video;align-self:stretch}}.video-panel[data-astro-cid-nczuxmwd]{background-color:#fff;border-radius:4px 4px 0 0;max-width:400px;margin-inline:auto;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000001a}@media (width>=1100px){.video-panel[data-astro-cid-nczuxmwd]{border-radius:8px 0 0;max-width:none;height:100%;min-height:0;box-shadow:0 2px 20px #0000001a}}.video[data-astro-cid-nczuxmwd]{aspect-ratio:1080/1000;object-fit:cover;object-position:top center;background-color:#fff;width:calc(100% - 16px);height:auto;margin-inline:auto;display:block}@media (width>=1100px){.video[data-astro-cid-nczuxmwd]{width:calc(100% - 40px)}}@media (width>=1280px){.video[data-astro-cid-nczuxmwd]{aspect-ratio:auto;width:calc(100% - 64px);height:100%;position:absolute;inset:0}}.use-case[data-astro-cid-nczuxmwd]{background-color:#e9ecef;width:100%;max-width:1440px;margin-inline:auto;padding:24px 16px}@media (width>=1100px){.use-case[data-astro-cid-nczuxmwd]{width:calc(100% - 80px);padding:24px}}.use-case__inner[data-astro-cid-nczuxmwd]>[data-astro-cid-nczuxmwd]+[data-astro-cid-nczuxmwd],.use-case__inner[data-astro-cid-nczuxmwd]>*+*{margin-top:16px}@media (width>=1100px){.use-case__inner[data-astro-cid-nczuxmwd]>[data-astro-cid-nczuxmwd]+[data-astro-cid-nczuxmwd],.use-case__inner[data-astro-cid-nczuxmwd]>*+*{margin-top:0}.use-case__inner[data-astro-cid-nczuxmwd]{align-items:center;gap:24px;width:100%;max-width:1100px;margin-inline:auto;display:flex}}.use-case__title[data-astro-cid-nczuxmwd]{font-feature-settings:"pwid", "palt";color:#1b5fa6;letter-spacing:.93px;margin:0;font-size:1.5625rem;font-weight:500;line-height:1.3}@media (width>=1100px){.use-case__title[data-astro-cid-nczuxmwd]{flex-shrink:0;font-size:1.9375rem;font-weight:500;line-height:1.3}}.use-case__panel[data-astro-cid-nczuxmwd]{background-color:#fff;border-radius:6px;padding:16px}@media (width>=1100px){.use-case__panel[data-astro-cid-nczuxmwd]{flex:1 0 0;min-width:0;padding:16px 24px}}.use-case__list[data-astro-cid-nczuxmwd]{grid-template-columns:repeat(1,minmax(0,1fr));gap:8px 16px;margin:0;padding:0;list-style:none;display:grid}@media (width>=768px){.use-case__list[data-astro-cid-nczuxmwd]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1100px){.use-case__list[data-astro-cid-nczuxmwd]{grid-template-columns:repeat(3,minmax(0,1fr))}}.use-case__item[data-astro-cid-nczuxmwd]{font-feature-settings:"pwid", "palt";color:#000;letter-spacing:.8px;white-space:nowrap;align-items:center;gap:8px;margin:0;font-size:1rem;font-weight:400;line-height:1.6;display:flex}.use-case__dot[data-astro-cid-nczuxmwd]{background-color:#1b5fa6;border-radius:9999px;flex-shrink:0;width:6px;height:6px;display:inline-block}.use-case__item--etc[data-astro-cid-nczuxmwd]{color:#495057}.points[data-astro-cid-nczuxmwd]{border-bottom:1px solid #ced4da;width:100%;max-width:1440px;margin-inline:auto;padding:32px 16px}@media (width>=1100px){.points[data-astro-cid-nczuxmwd]{border:1px solid #ced4da;border-top:none;border-radius:0 0 8px 8px;width:calc(100% - 80px);padding:40px}}.points__inner[data-astro-cid-nczuxmwd]>[data-astro-cid-nczuxmwd]+[data-astro-cid-nczuxmwd],.points__inner[data-astro-cid-nczuxmwd]>*+*{margin-top:40px}@media (width>=1100px){.points__inner[data-astro-cid-nczuxmwd]>[data-astro-cid-nczuxmwd]+[data-astro-cid-nczuxmwd],.points__inner[data-astro-cid-nczuxmwd]>*+*{margin-top:0}.points__inner[data-astro-cid-nczuxmwd]{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;width:100%;max-width:1100px;margin-inline:auto;display:grid}}.point[data-astro-cid-nczuxmwd]>[data-astro-cid-nczuxmwd]+[data-astro-cid-nczuxmwd],.point[data-astro-cid-nczuxmwd]>*+*{margin-top:12px}@media (width>=1100px){.point[data-astro-cid-nczuxmwd]>[data-astro-cid-nczuxmwd]+[data-astro-cid-nczuxmwd],.point[data-astro-cid-nczuxmwd]>*+*{margin-top:24px}.point--with-border[data-astro-cid-nczuxmwd]{border-bottom:1px solid #ced4da;padding-bottom:32px}}.point__title[data-astro-cid-nczuxmwd]{align-items:center;gap:12px;margin:0;display:flex}.point__badge[data-astro-cid-nczuxmwd]{color:#fff;text-transform:uppercase;background-color:#20b5aa;border-radius:9999px;justify-content:center;align-items:center;padding:3px 8px;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;line-height:1;display:inline-flex}.point__heading[data-astro-cid-nczuxmwd]{font-feature-settings:"pwid", "palt";color:#1b5fa6;letter-spacing:.75px;flex:1 0 0;min-width:0;font-size:1.25rem;font-weight:500;line-height:1.3}@media (width>=1100px){.point__heading[data-astro-cid-nczuxmwd]{font-size:1.5625rem;font-weight:500;line-height:1.3}}.point__description[data-astro-cid-nczuxmwd]{font-feature-settings:"pwid", "palt";color:#495057;letter-spacing:.8px;margin:0;font-size:1rem;font-weight:400;line-height:1.6}.p-home-plans-slider-item[data-astro-cid-7sxj7zeh]{border-radius:4px;overflow:hidden}@media (width>=1100px){.p-home-plans-slider-item[data-astro-cid-7sxj7zeh]{border-radius:0;overflow:visible}}.header[data-astro-cid-7sxj7zeh]{background-color:#f8f9fa;justify-content:center;align-items:center;padding:24px 12px 16px;display:flex}@media (width>=1100px){.header[data-astro-cid-7sxj7zeh]{border-radius:6px 6px 0 0}}.name[data-astro-cid-7sxj7zeh]{color:#000;justify-content:center;align-items:end;gap:2px;margin:0;display:inline-flex;position:relative}.name__main[data-astro-cid-7sxj7zeh]{align-items:end;font-family:Poppins,sans-serif;font-weight:600;line-height:.9;display:inline-flex}.name__size[data-astro-cid-7sxj7zeh]{font-size:1.9375rem}@media (width>=1100px){.name__size[data-astro-cid-7sxj7zeh]{font-size:1.875rem}}.name__unit[data-astro-cid-7sxj7zeh]{font-size:1.5625rem}@media (width>=1100px){.name__unit[data-astro-cid-7sxj7zeh]{font-size:1.4375rem}}.name__sub[data-astro-cid-7sxj7zeh]{font-size:1rem;font-weight:700;line-height:1.3}.name__sticker[data-astro-cid-7sxj7zeh]{text-align:center;background:#ffe400;border-radius:2px;justify-content:center;align-items:flex-end;gap:4px;margin:0 0 0 8px;padding:2px 12px;font-size:1rem;font-weight:700;line-height:1.4;display:flex}@media (width>=1100px){.name__sticker[data-astro-cid-7sxj7zeh]{word-break:keep-all;width:fit-content;margin:0;display:block;position:absolute;top:-36px;left:50%;transform:translate(-50%)}}.description[data-astro-cid-7sxj7zeh]{color:#495057;margin:0;font-size:.875rem;font-weight:400;line-height:1.5}.body[data-astro-cid-7sxj7zeh]>[data-astro-cid-7sxj7zeh]+[data-astro-cid-7sxj7zeh],.body[data-astro-cid-7sxj7zeh]>*+*{margin-top:16px}.body[data-astro-cid-7sxj7zeh]{background-color:#fff;padding:24px}@media (width>=1100px){.body[data-astro-cid-7sxj7zeh]{padding:16px 12px}.swiper-slide:first-child .body[data-astro-cid-7sxj7zeh]{border-radius:0 0 0 6px}.swiper-slide:last-child .body[data-astro-cid-7sxj7zeh]{border-radius:0 0 6px}}.regular-price[data-astro-cid-7sxj7zeh]{color:#6c757d;text-align:center;margin:0;font-size:.875rem;font-weight:400;line-height:1.4;text-decoration:line-through 1px}.price[data-astro-cid-7sxj7zeh]{justify-content:center;align-items:flex-end;gap:4px;margin:0;display:flex}@media (width>=1100px){.price[data-astro-cid-7sxj7zeh]{gap:2px}}.price__label[data-astro-cid-7sxj7zeh]{color:#d93636;font-size:1.125rem;font-weight:700;line-height:1.5}@media (width>=1100px){.price__label[data-astro-cid-7sxj7zeh]{font-size:1rem}}.price__content[data-astro-cid-7sxj7zeh],.price__main[data-astro-cid-7sxj7zeh]{align-items:end;gap:2px;display:inline-flex}.price__value[data-astro-cid-7sxj7zeh]{color:#d93636;font-family:Poppins,sans-serif;font-size:1.9375rem;font-weight:600;line-height:1.1}@media (width>=1100px){.price__value[data-astro-cid-7sxj7zeh]{letter-spacing:0;font-size:1.5rem}}.price__unit[data-astro-cid-7sxj7zeh]{color:#d93636;font-size:1.125rem;font-weight:700;line-height:1.5}@media (width>=1100px){.price__unit[data-astro-cid-7sxj7zeh]{font-size:1rem}}.list[data-astro-cid-7sxj7zeh]{border-top:1px solid #ced4da;width:100%;margin:0}.list__item[data-astro-cid-7sxj7zeh]{border-bottom:1px solid #ced4da;justify-content:space-between;align-items:center;padding:12px 0;display:flex}@media (width>=1100px){.list__item[data-astro-cid-7sxj7zeh]{flex-direction:column;align-items:center}}.list__label[data-astro-cid-7sxj7zeh]{margin:0;font-size:1rem;font-weight:400;line-height:1.4}@media (width>=1100px){.list__label[data-astro-cid-7sxj7zeh]{font-size:.75rem;font-weight:400;line-height:1.4}}.list__value[data-astro-cid-7sxj7zeh]{align-items:end;gap:2px;margin:0;display:inline-flex}.list__value--storage[data-astro-cid-7sxj7zeh]{flex-direction:column;align-items:center}.list__value-storage-option[data-astro-cid-7sxj7zeh]{align-items:end;gap:2px;display:inline-flex}.list__value-separator[data-astro-cid-7sxj7zeh]{font-size:.75rem;font-weight:400;line-height:1.4}.list__value-number[data-astro-cid-7sxj7zeh]{font-size:1.375rem;font-weight:700;line-height:1.1}.list__value-unit[data-astro-cid-7sxj7zeh]{font-size:1rem;font-weight:700;line-height:1.1}.feature-list[data-astro-cid-7sxj7zeh]>[data-astro-cid-7sxj7zeh]+[data-astro-cid-7sxj7zeh],.feature-list[data-astro-cid-7sxj7zeh]>*+*{margin-top:8px}.feature-list[data-astro-cid-7sxj7zeh]{width:fit-content;margin:0 auto;list-style:none}.feature-list__item[data-astro-cid-7sxj7zeh]{color:#000;justify-content:center;align-items:center;gap:4px;width:fit-content;font-size:1rem;font-weight:500;line-height:1.3;display:flex}@media (width>=1100px){.feature-list__item[data-astro-cid-7sxj7zeh]{font-size:.875rem;font-weight:500;line-height:1.4}}.feature-list__icon[data-astro-cid-7sxj7zeh]{color:#fff;background-color:#20b5aa;border-radius:9999px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.feature-list__check[data-astro-cid-7sxj7zeh]{font-size:.875rem}.cta-button[data-astro-cid-7sxj7zeh]{width:100%;display:block}.p-home-plans-slider[data-astro-cid-abtx72az]{width:100%;position:relative}.wrapper[data-astro-cid-abtx72az]{width:100%;overflow:hidden}@media (width>=1100px){.wrapper[data-astro-cid-abtx72az]{width:calc(100% - 40px);max-width:1100px;margin-inline:auto;overflow:visible}}.swiper[data-astro-cid-abtx72az]{padding:6px 0 10px;overflow:hidden}@media (width>=1100px){.swiper[data-astro-cid-abtx72az]{padding:10px 0 20px;overflow:visible}}.swiper-wrapper[data-astro-cid-abtx72az]{align-items:stretch}@media (width>=1100px){.swiper-wrapper[data-astro-cid-abtx72az]{grid-template-columns:repeat(6,1fr);gap:1px;display:grid}}.p-home-plans-slider .swiper-slide{height:auto}.p-home-plans[data-astro-cid-k27uyxvh]>[data-astro-cid-k27uyxvh]+[data-astro-cid-k27uyxvh],.p-home-plans[data-astro-cid-k27uyxvh]>*+*{margin-top:16px}.p-home-plans[data-astro-cid-k27uyxvh]{background-color:#1b5fa6;margin-inline:auto;padding:40px 0;position:relative}@media (width>=1100px){.p-home-plans[data-astro-cid-k27uyxvh]>[data-astro-cid-k27uyxvh]+[data-astro-cid-k27uyxvh],.p-home-plans[data-astro-cid-k27uyxvh]>*+*{margin-top:24px}.p-home-plans[data-astro-cid-k27uyxvh]{border-radius:8px}}.inner[data-astro-cid-k27uyxvh]>[data-astro-cid-k27uyxvh]+[data-astro-cid-k27uyxvh],.inner[data-astro-cid-k27uyxvh]>*+*{margin-top:14px}@media (width>=1100px){.inner[data-astro-cid-k27uyxvh]>[data-astro-cid-k27uyxvh]+[data-astro-cid-k27uyxvh],.inner[data-astro-cid-k27uyxvh]>*+*{margin-top:24px}}.body[data-astro-cid-k27uyxvh]{width:100%}.swiper-slide[data-astro-cid-k27uyxvh]{width:260px}@media (width>=1100px){.swiper-slide[data-astro-cid-k27uyxvh]{width:auto}}.campaign-text[data-astro-cid-k27uyxvh]{color:#ffe400;text-align:center;justify-content:center;align-items:center;gap:12px;margin:0 0 8px;font-size:1.125rem;font-weight:700;line-height:1.6;display:flex;position:relative}.campaign-text[data-astro-cid-k27uyxvh]:before,.campaign-text[data-astro-cid-k27uyxvh]:after{content:"";background-color:#ffe400;width:1px;height:20px;display:inline-block}.campaign-text[data-astro-cid-k27uyxvh]:before{transform:rotate(-15deg)}.campaign-text[data-astro-cid-k27uyxvh]:after{transform:rotate(15deg)}.panel[data-astro-cid-k27uyxvh]{margin-top:-6px}@media (width>=1100px){.panel[data-astro-cid-k27uyxvh]{margin-top:-10px}}.footer[data-astro-cid-k27uyxvh]{text-align:center}.footer__note[data-astro-cid-k27uyxvh]{color:#000;margin:0;font-size:.875rem;font-weight:400;line-height:1.6}.footer__button[data-astro-cid-k27uyxvh]{flex-shrink:0;width:fit-content;margin-left:auto}.p-home-concept-section[data-astro-cid-tgtauywg]>[data-astro-cid-tgtauywg]+[data-astro-cid-tgtauywg],.p-home-concept-section[data-astro-cid-tgtauywg]>*+*{margin-top:40px}@media (width>=1100px){.p-home-concept-section[data-astro-cid-tgtauywg]>[data-astro-cid-tgtauywg]+[data-astro-cid-tgtauywg],.p-home-concept-section[data-astro-cid-tgtauywg]>*+*{margin-top:80px}}.stack[data-astro-cid-tgtauywg]>[data-astro-cid-tgtauywg]+[data-astro-cid-tgtauywg],.stack[data-astro-cid-tgtauywg]>*+*{margin-top:32px}@media (width>=1100px){.stack[data-astro-cid-tgtauywg]>[data-astro-cid-tgtauywg]+[data-astro-cid-tgtauywg],.stack[data-astro-cid-tgtauywg]>*+*{margin-top:40px}}.section[data-astro-cid-tgtauywg]>[data-astro-cid-tgtauywg]+[data-astro-cid-tgtauywg],.section[data-astro-cid-tgtauywg]>*+*{margin-top:24px}.section[data-astro-cid-tgtauywg]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.section[data-astro-cid-tgtauywg]{width:calc(100% - 80px)}.section[data-astro-cid-tgtauywg]>[data-astro-cid-tgtauywg]+[data-astro-cid-tgtauywg],.section[data-astro-cid-tgtauywg]>*+*{margin-top:40px}}.section--wide[data-astro-cid-tgtauywg]{width:100%;max-width:1440px;margin-inline:auto}@media (width>=1100px){.section--wide[data-astro-cid-tgtauywg]{width:calc(100% - 80px)}}.section--wide[data-astro-cid-tgtauywg] .section__title[data-astro-cid-tgtauywg]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.section--wide[data-astro-cid-tgtauywg] .section__title[data-astro-cid-tgtauywg]{width:calc(100% - 80px)}}.section__title-text[data-astro-cid-tgtauywg]{width:fit-content;margin-inline:auto;font-size:1.5625rem;font-weight:500;line-height:1.3}@media (width>=1100px){.section__title-text[data-astro-cid-tgtauywg]{font-size:2.4375rem;font-weight:500;line-height:1.2}}.p-home-section-title[data-astro-cid-3a2spysm]>[data-astro-cid-3a2spysm]+[data-astro-cid-3a2spysm],.p-home-section-title[data-astro-cid-3a2spysm]>*+*{margin-top:2px}@media (width>=1100px){.p-home-section-title[data-astro-cid-3a2spysm]>[data-astro-cid-3a2spysm]+[data-astro-cid-3a2spysm],.p-home-section-title[data-astro-cid-3a2spysm]>*+*{margin-top:4px}.p-home-section-title[data-astro-cid-3a2spysm]{text-align:center}}.lead[data-astro-cid-3a2spysm]{color:#6c757d;font-size:.875rem;font-weight:500;line-height:1.3;display:block}@media (width>=1100px){.lead[data-astro-cid-3a2spysm]{font-size:1.125rem;font-weight:500;line-height:1.3}}.p-home-section-title--white[data-astro-cid-3a2spysm] .lead[data-astro-cid-3a2spysm]{color:#afc8ea}.title[data-astro-cid-3a2spysm]{color:#1b5fa6;font-size:1.9375rem;font-weight:500;line-height:1.3;display:block}@media (width>=1100px){.title[data-astro-cid-3a2spysm]{font-size:3.0625rem;font-weight:500;line-height:1.2}}.p-home-section-title--white[data-astro-cid-3a2spysm] .title[data-astro-cid-3a2spysm]{color:#fff}.p-home-functions-section[data-astro-cid-x23z4wzp]>[data-astro-cid-x23z4wzp]+[data-astro-cid-x23z4wzp],.p-home-functions-section[data-astro-cid-x23z4wzp]>*+*{margin-top:32px}.p-home-functions-section[data-astro-cid-x23z4wzp]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.p-home-functions-section[data-astro-cid-x23z4wzp]{width:calc(100% - 80px)}.p-home-functions-section[data-astro-cid-x23z4wzp]>[data-astro-cid-x23z4wzp]+[data-astro-cid-x23z4wzp],.p-home-functions-section[data-astro-cid-x23z4wzp]>*+*{margin-top:40px}}.body[data-astro-cid-x23z4wzp]>[data-astro-cid-x23z4wzp]+[data-astro-cid-x23z4wzp],.body[data-astro-cid-x23z4wzp]>*+*{margin-top:32px}@media (width>=1100px){.body[data-astro-cid-x23z4wzp]>[data-astro-cid-x23z4wzp]+[data-astro-cid-x23z4wzp],.body[data-astro-cid-x23z4wzp]>*+*{margin-top:40px}}.footer[data-astro-cid-x23z4wzp]{text-align:center}.p-home-support-section[data-astro-cid-orqryrr2]{background-color:#1b5fa6;max-width:1440px;margin-inline:auto;padding:40px 0;position:relative}@media (width>=1100px){.p-home-support-section[data-astro-cid-orqryrr2]{border-radius:8px;width:calc(100% - 80px);padding:64px 0 80px}}.inner[data-astro-cid-orqryrr2]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.inner[data-astro-cid-orqryrr2]{width:calc(100% - 80px)}}.inner[data-astro-cid-orqryrr2]>[data-astro-cid-orqryrr2]+[data-astro-cid-orqryrr2],.inner[data-astro-cid-orqryrr2]>*+*{margin-top:32px}@media (width>=1100px){.inner[data-astro-cid-orqryrr2]>[data-astro-cid-orqryrr2]+[data-astro-cid-orqryrr2],.inner[data-astro-cid-orqryrr2]>*+*{margin-top:40px}}.cards[data-astro-cid-orqryrr2]>[data-astro-cid-orqryrr2]+[data-astro-cid-orqryrr2],.cards[data-astro-cid-orqryrr2]>*+*{margin-top:16px}.cards[data-astro-cid-orqryrr2]{width:100%;margin:0;padding:0;list-style:none}@media (width>=1100px){.cards[data-astro-cid-orqryrr2]>[data-astro-cid-orqryrr2]+[data-astro-cid-orqryrr2],.cards[data-astro-cid-orqryrr2]>*+*{margin-top:0}.cards[data-astro-cid-orqryrr2]{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:40px;display:grid}}.card[data-astro-cid-orqryrr2]>[data-astro-cid-orqryrr2]+[data-astro-cid-orqryrr2],.card[data-astro-cid-orqryrr2]>*+*{margin-top:16px}.card[data-astro-cid-orqryrr2]{background-color:#fff;border-radius:6px;padding:24px 16px;box-shadow:0 2px 20px #0000001a}@media (width>=1100px){.card[data-astro-cid-orqryrr2]>[data-astro-cid-orqryrr2]+[data-astro-cid-orqryrr2],.card[data-astro-cid-orqryrr2]>*+*{margin-top:32px}.card[data-astro-cid-orqryrr2]{padding:32px}}.card__header[data-astro-cid-orqryrr2]>[data-astro-cid-orqryrr2]+[data-astro-cid-orqryrr2],.card__header[data-astro-cid-orqryrr2]>*+*{margin-top:8px}.card__header[data-astro-cid-orqryrr2]{text-align:center}.card__assistive[data-astro-cid-orqryrr2]{color:#000;background-color:#e9ecef;border-radius:9999px;width:fit-content;margin:0 auto;padding:4px 16px;font-size:.875rem;font-weight:400;line-height:1.6}.card__title[data-astro-cid-orqryrr2]{color:#1b5fa6;margin:0;font-size:1.5625rem;font-weight:500;line-height:1.3}@media (width>=1100px){.card__title[data-astro-cid-orqryrr2]{font-size:1.9375rem;font-weight:500;line-height:1.3}}.card__items[data-astro-cid-orqryrr2]{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.card__footer[data-astro-cid-orqryrr2]{text-align:center}.support-item[data-astro-cid-orqryrr2]>[data-astro-cid-orqryrr2]+[data-astro-cid-orqryrr2],.support-item[data-astro-cid-orqryrr2]>*+*{margin-top:8px}.support-item[data-astro-cid-orqryrr2]{text-align:center;justify-content:center;align-items:center}.support-item[data-astro-cid-orqryrr2]+.support-item[data-astro-cid-orqryrr2]{border-left:1px solid #dee2e6}.support-item__visual[data-astro-cid-orqryrr2]{align-items:center;gap:4px;display:flex;position:relative}.support-item__visual[data-astro-cid-orqryrr2] img[data-astro-cid-orqryrr2]{width:auto;height:50px;margin:0 auto;display:block}@media (width>=1100px){.support-item__visual[data-astro-cid-orqryrr2] img[data-astro-cid-orqryrr2]{height:60px}}.support-item__label[data-astro-cid-orqryrr2]{color:#000;margin:0;font-size:.875rem;font-weight:400;line-height:1.4}.card__button[data-astro-cid-orqryrr2]{width:min(100%,300px);margin:0 auto}@media (width>=1100px){.card__button[data-astro-cid-orqryrr2]{width:300px}}.p-home-faq-section[data-astro-cid-kpabbwm2]>[data-astro-cid-kpabbwm2]+[data-astro-cid-kpabbwm2],.p-home-faq-section[data-astro-cid-kpabbwm2]>*+*{margin-top:32px}.p-home-faq-section[data-astro-cid-kpabbwm2]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.p-home-faq-section[data-astro-cid-kpabbwm2]{width:calc(100% - 80px)}.p-home-faq-section[data-astro-cid-kpabbwm2]>[data-astro-cid-kpabbwm2]+[data-astro-cid-kpabbwm2],.p-home-faq-section[data-astro-cid-kpabbwm2]>*+*{margin-top:40px}}.faq[data-astro-cid-kpabbwm2]{border:1px solid #ced4da;border-radius:6px;overflow:hidden}.faq__item[data-astro-cid-kpabbwm2]{border-bottom:1px solid #ced4da}.faq__item[data-astro-cid-kpabbwm2]:last-child{border-bottom:none}.faq__summary[data-astro-cid-kpabbwm2]{align-items:center;gap:40px;padding:24px 40px 24px 16px;transition:color .2s cubic-bezier(.33,1,.68,1);display:flex;position:relative}@media (width>=1100px){.faq__summary[data-astro-cid-kpabbwm2]{padding:24px 40px 24px 24px}}@media (hover:hover){.faq__summary[data-astro-cid-kpabbwm2]:hover{color:#1b5fa6}}.faq__item[data-astro-cid-kpabbwm2].is-open .faq__summary[data-astro-cid-kpabbwm2]{color:#1b5fa6}.faq__question[data-astro-cid-kpabbwm2]{align-items:center;gap:12px;margin:0;font-size:1rem;font-weight:500;line-height:1.3;display:flex}.faq__question-prefix[data-astro-cid-kpabbwm2]{color:#1b5fa6;flex-shrink:0;font-family:Poppins,sans-serif;font-size:1.375rem;line-height:1.3}.faq__summary-icon[data-astro-cid-kpabbwm2]{width:14px;height:14px;position:absolute;top:50%;right:24px;transform:translateY(-50%)}.faq__summary-icon[data-astro-cid-kpabbwm2]:before,.faq__summary-icon[data-astro-cid-kpabbwm2]:after{content:"";background-color:#000;width:100%;height:2px;transition:transform .2s cubic-bezier(.33,1,.68,1);position:absolute;top:50%;transform:translateY(-50%)}.faq__summary-icon[data-astro-cid-kpabbwm2]:before{left:0}.faq__summary-icon[data-astro-cid-kpabbwm2]:after{left:0;transform:translateY(-50%)rotate(90deg)}.c-accordion[data-astro-cid-kpabbwm2].is-open .faq__summary-icon[data-astro-cid-kpabbwm2]:before,.c-accordion[data-astro-cid-kpabbwm2].is-open .faq__summary-icon[data-astro-cid-kpabbwm2]:after{transform:rotate(180deg)}.faq__body[data-astro-cid-kpabbwm2]>[data-astro-cid-kpabbwm2]+[data-astro-cid-kpabbwm2],.faq__body[data-astro-cid-kpabbwm2]>*+*{margin-top:16px}.faq__body[data-astro-cid-kpabbwm2]{border-top:1px solid #ced4da;padding:16px}.faq__body[data-astro-cid-kpabbwm2]>[data-astro-cid-kpabbwm2]{margin-bottom:0}@media (width>=1100px){.faq__body[data-astro-cid-kpabbwm2]{padding:24px}}.p-home-flow-section[data-astro-cid-mwfzeuwr]>[data-astro-cid-mwfzeuwr]+[data-astro-cid-mwfzeuwr],.p-home-flow-section[data-astro-cid-mwfzeuwr]>*+*{margin-top:32px}.p-home-flow-section[data-astro-cid-mwfzeuwr]{width:91.58%;max-width:1360px;margin-inline:auto}@media (width>=1100px){.p-home-flow-section[data-astro-cid-mwfzeuwr]{width:calc(100% - 80px)}.p-home-flow-section[data-astro-cid-mwfzeuwr]>[data-astro-cid-mwfzeuwr]+[data-astro-cid-mwfzeuwr],.p-home-flow-section[data-astro-cid-mwfzeuwr]>*+*{margin-top:40px}}.body[data-astro-cid-mwfzeuwr]>[data-astro-cid-mwfzeuwr]+[data-astro-cid-mwfzeuwr],.body[data-astro-cid-mwfzeuwr]>*+*{margin-top:32px}@media (width>=1100px){.body[data-astro-cid-mwfzeuwr]>[data-astro-cid-mwfzeuwr]+[data-astro-cid-mwfzeuwr],.body[data-astro-cid-mwfzeuwr]>*+*{margin-top:40px}}.list[data-astro-cid-mwfzeuwr]{border-radius:6px;margin:0;padding:0;list-style:none;overflow:hidden}@media (width>=1100px){.list[data-astro-cid-mwfzeuwr]{display:flex}}.item[data-astro-cid-mwfzeuwr]>[data-astro-cid-mwfzeuwr]+[data-astro-cid-mwfzeuwr],.item[data-astro-cid-mwfzeuwr]>*+*{margin-top:8px}.item[data-astro-cid-mwfzeuwr]{padding:32px 16px;position:relative}@media (width>=1100px){.item[data-astro-cid-mwfzeuwr]>[data-astro-cid-mwfzeuwr]+[data-astro-cid-mwfzeuwr],.item[data-astro-cid-mwfzeuwr]>*+*{margin-top:16px}.item[data-astro-cid-mwfzeuwr]{flex:1 1 0;min-width:0;padding:24px 32px 32px}}.item--01[data-astro-cid-mwfzeuwr]{background-color:#f1f5f8}.item--02[data-astro-cid-mwfzeuwr]{background-color:#d8e5f4}.item--03[data-astro-cid-mwfzeuwr]{background-color:#afc8ea}.item[data-astro-cid-mwfzeuwr]:not(:first-child):before{content:"";clip-path:polygon(0 0,100% 0,50% 100%);width:40px;height:16px;position:absolute;top:0;left:50%;transform:translate(-50%)}@media (width>=1100px){.item[data-astro-cid-mwfzeuwr]:not(:first-child):before{clip-path:polygon(0 0,100% 50%,0 100%);width:28px;height:56px;position:absolute;top:50%;left:0;transform:translateY(-50%)}}.item--02[data-astro-cid-mwfzeuwr]:before{background-color:#f1f5f8}.item--03[data-astro-cid-mwfzeuwr]:before{background-color:#d8e5f4}.item__number[data-astro-cid-mwfzeuwr]{color:#1b5fa6;text-align:center;margin:0;font-family:Poppins,sans-serif;font-size:1.875rem;font-weight:600;line-height:1}@media (width>=1100px){.item__number[data-astro-cid-mwfzeuwr]{font-size:3.125rem}}.item__content[data-astro-cid-mwfzeuwr]>[data-astro-cid-mwfzeuwr]+[data-astro-cid-mwfzeuwr],.item__content[data-astro-cid-mwfzeuwr]>*+*{margin-top:16px}.item__title[data-astro-cid-mwfzeuwr]{text-align:center;margin:0;font-size:1.5625rem;font-weight:500;line-height:1.3}.item__image[data-astro-cid-mwfzeuwr]{aspect-ratio:15/10;place-items:center;width:100px;height:auto;margin:0 auto;display:grid}@media (width>=1100px){.item__image[data-astro-cid-mwfzeuwr]{width:150px}}.item__image[data-astro-cid-mwfzeuwr] img[data-astro-cid-mwfzeuwr]{object-fit:contain;width:100%;height:100%;display:block}.item__description[data-astro-cid-mwfzeuwr]{text-align:justify;margin:0;font-size:1rem;font-weight:400;line-height:1.6}.button-wrapper[data-astro-cid-mwfzeuwr]{text-align:center;padding-top:12px;position:relative}.button-wrapper__badge[data-astro-cid-mwfzeuwr]{z-index:1;position:absolute;top:-8px;right:50%;transform:translate(50%)}.button[data-astro-cid-mwfzeuwr]{width:100%;max-width:320px}.p-home-information-section[data-astro-cid-dkfabv4q]>[data-astro-cid-dkfabv4q]+[data-astro-cid-dkfabv4q],.p-home-information-section[data-astro-cid-dkfabv4q]>*+*{margin-top:32px}.p-home-information-section[data-astro-cid-dkfabv4q]{width:91.58%;max-width:1100px;margin-inline:auto}@media (width>=1100px){.p-home-information-section[data-astro-cid-dkfabv4q]{width:calc(100% - 80px)}.p-home-information-section[data-astro-cid-dkfabv4q]>[data-astro-cid-dkfabv4q]+[data-astro-cid-dkfabv4q],.p-home-information-section[data-astro-cid-dkfabv4q]>*+*{margin-top:40px}}.body[data-astro-cid-dkfabv4q]>[data-astro-cid-dkfabv4q]+[data-astro-cid-dkfabv4q],.body[data-astro-cid-dkfabv4q]>*+*{margin-top:32px}@media (width>=1100px){.body[data-astro-cid-dkfabv4q]>[data-astro-cid-dkfabv4q]+[data-astro-cid-dkfabv4q],.body[data-astro-cid-dkfabv4q]>*+*{margin-top:40px}}.actions[data-astro-cid-dkfabv4q]{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.actions__button[data-astro-cid-dkfabv4q]{flex-shrink:0}.contents[data-astro-cid-lcdefpme]>[data-astro-cid-lcdefpme]+[data-astro-cid-lcdefpme],.contents[data-astro-cid-lcdefpme]>*+*{margin-top:64px}.contents[data-astro-cid-lcdefpme]{padding-bottom:80px}@media (width>=1100px){.contents[data-astro-cid-lcdefpme]>[data-astro-cid-lcdefpme]+[data-astro-cid-lcdefpme],.contents[data-astro-cid-lcdefpme]>*+*{margin-top:80px}.contents[data-astro-cid-lcdefpme]{padding-bottom:160px}}
/*$vite$:1*/