.preloader{position:fixed;z-index:9990;top:0;left:0;width:100%;height:100%;background:#eceef8}
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
:root{--wp-internal-comment:"Placeholder for wp_hoist_late_printed_styles() to replace with the block styles printed at wp_footer."}
:root{--wp-internal-comment:"Placeholder for wp_hoist_late_printed_styles() to replace with the global-styles printed at wp_footer."}
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px)) !important;overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
@font-face{font-family:"f";src:url("/wp-content/themes/s/libs_/pjs.woff2") format("woff2-variations"),url("/wp-content/themes/s/libs_/pjs.woff2") format("woff2"),url("/wp-content/themes/s/libs_/pjs.woff") format("woff"),url("/wp-content/themes/s/libs_/pjs.ttf") format("ttf");font-style:normal;font-display:swap}@font-face{font-family:"f";src:url("/wp-content/themes/s/libs_/pjsi.woff2") format("woff2-variations"),url("/wp-content/themes/s/libs_/pjsi.woff2") format("woff2"),url("/wp-content/themes/s/libs_/pjsi.woff") format("woff"),url("/wp-content/themes/s/libs_/pjsi.ttf") format("ttf");font-style:italic;font-display:swap}:root{--ff:#fff;--ec:#eceef8;--97:#97a2db;--54:#544e74;--49:#495dc1;--23:#231a51;--0a:#0a0138;--fd:#fd9b01;--f64-:64px/1.25 f,sans-serif;--f50-:50px/1.25 f,sans-serif;--f40-:40px/1.25 f,sans-serif;--f35-:35px/1.25 f,sans-serif;--f32-:32px/1.25 f,sans-serif;--f28-:28px/1.25 f,sans-serif;--f26-:26px/1.25 f,sans-serif;--f24-:24px/1.25 f,sans-serif;--f22-:22px/1.25 f,sans-serif;--f20-:20px/1.25 f,sans-serif;--f18-:18px/1.25 f,sans-serif;--f16-:16px/1.25 f,sans-serif;--f14-:14px/1.25 f,sans-serif;--f12-:12px/1.25 f,sans-serif;--f100:800 100px/1.3 f,sans-serif;--f64:500 var(--f64-);--f50:500 var(--f50-);--f40:500 var(--f40-);--f35:500 var(--f35-);--f32:500 var(--f32-);--f28:500 var(--f28-);--f26:500 var(--f26-);--f24:500 var(--f24-);--f22:500 var(--f22-);--f20:500 var(--f20-);--f18:400 var(--f18-);--f16:400 var(--f16-);--f14:450 var(--f14-);--f12:450 var(--f12-);--tr:.4s;--container:1600px;--container-margin:max(calc((100vw - var(--container)) / 2), 16px);--f-button-color:var(--ff)}@media(max-width:767px){:root{--container:375px}}
.wpcf7{width:100%}.wpcf7 ::-webkit-input-placeholder{color:var(--97);transition:.4s}.wpcf7 ::-moz-placeholder{color:var(--97);transition:.4s}.wpcf7 :-ms-input-placeholder{color:var(--97);transition:.4s}.wpcf7 :focus::-webkit-input-placeholder{color:rgba(151,162,219,.3490196078)}.wpcf7 :focus::-moz-placeholder{color:rgba(151,162,219,.3490196078)}.wpcf7 :focus:-ms-input-placeholder{color:rgba(151,162,219,.3490196078)}.wpcf7 textarea{margin:0 0 -6px}.wpcf7 textarea::-webkit-scrollbar{width:0;height:0}.wpcf7 .screen-reader-response,.wpcf7 .wpcf7-response-output,.wpcf7 .hidden-fields-container{display:none}.wpcf7 .disabled__{opacity:.5;pointer-events:none}.wpcf7 label{position:relative}.wpcf7 span{display:block}.wpcf7 .wpcf7-not-valid-tip{color:red;font:var(--f14);margin:2px 0 -7px}.wpcf7 .wpcf7-form{display:flex;flex-direction:column;gap:10px}.wpcf7 input:where([type=text],[type=email],[type=tel]),.wpcf7 textarea,.wpcf7 .textarea_h{width:100%;background:rgba(236,238,248,.5019607843);border:1px solid var(--97);border-radius:10px;padding:16px;color:var(--49);font:var(--f18)}.wpcf7 input:where([type=text],[type=email],[type=tel]):focus,.wpcf7 textarea:focus,.wpcf7 .textarea_h:focus{border:1px solid var(--49)}.wpcf7 .textarea_h{position:absolute;left:-300vw}.wpcf7 input:where([type=radio]){display:none}.wpcf7 .wpcf7-radio{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.wpcf7 .wpcf7-radio .wpcf7-list-item-label{padding:0 0 0 28px;position:relative;cursor:pointer}.wpcf7 .wpcf7-radio .wpcf7-list-item-label:before{width:20px;height:20px;border-radius:20px;border:1px solid var(--97);background:rgba(0,0,0,0);position:absolute;top:1px;left:0;transition:.4s;content:""}.wpcf7 .wpcf7-radio .wpcf7-list-item-label:after{width:12px;height:12px;border-radius:12px;background:var(--49);position:absolute;top:5px;left:4px;transition:.4s;content:"";opacity:0}@media(pointer:fine){.wpcf7 .wpcf7-radio .wpcf7-list-item-label:hover:before{background:var(--ec);border:1px solid var(--49)}}.wpcf7 .wpcf7-radio input:checked+.wpcf7-list-item-label:after{opacity:1}@media(max-width:1199px){.wpcf7 input:where([type=text],[type=email],[type=tel]),.wpcf7 textarea,.wpcf7 .textarea_h{padding:12px 16px;min-height:49px}}@media(max-width:767px){.wpcf7 .btn{max-width:100%}}body#tinymce{padding:16px !important;color:var(--0a)}body#tinymce .special{text-decoration:3px dashed underline var(--fd)}body#tinymce .scols{counter-reset:cols;border:2px dashed var(--ff);border-radius:8px;padding:8px}body#tinymce .scols>*{padding:4px;border:2px dashed var(--97);border-radius:4px}body#tinymce .scols>*:not(.scol):before{counter-increment:cols;content:"NOT column #" counter(cols);color:var(--97);font:var(--f14);margin:-4px 0 4px;display:block}body#tinymce .scols .scol{border-radius:8px;padding:8px}body#tinymce .scols .scol:before{display:block;flex:none;width:100%;color:var(--97);font:var(--f14);counter-increment:cols;content:"Column " counter(cols);margin:0 0 -12px}[data-type="acf/article"] .mce-edit-area,[data-type="acf/article"] .acf-editor-wrap iframe{min-height:calc(100vh - 220px)}.ui-helper-hidden-accessible{display:none}.ui-tooltip{margin:0 4px;padding:4px 12px;position:absolute;z-index:99;max-width:100%;border-radius:12px;background:var(--ff);box-shadow:0 0 10px rgba(73,93,193,.1019607843);font:var(--f16);color:var(--54);white-space:nowrap}.ui-tooltip span{color:var(--0a)}html:not(.wp-toolbar){color:var(--0a);font:var(--f18)}html:not(.wp-toolbar) :where(blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre){margin:0;padding:0;display:block;font:var(--f18)}@media(max-width:767px){html:not(.wp-toolbar){font:var(--f16)}html:not(.wp-toolbar) :where(blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre){font:var(--f16)}}html ::-moz-selection{background:var(--49) !important;color:var(--ff) !important;text-shadow:none}html ::selection{background:var(--49) !important;color:var(--ff) !important;text-shadow:none;-webkit-text-fill-color:var(--ff)}@media(pointer:fine){html ::-webkit-scrollbar{width:4px;height:4px;border-radius:4px}html ::-webkit-scrollbar-track{background:rgba(0,0,0,0)}html ::-webkit-scrollbar-thumb{background:var(--54);border-radius:4px}html ::-webkit-scrollbar-thumb:hover{background:var(--fd)}html textarea::-webkit-scrollbar{width:4px;height:0}}html body{background:var(--ec) !important}html body#tinymce,html body#top{margin:0;padding:0;text-align:left;position:relative;max-width:100vw;-webkit-text-size-adjust:none}html.menu_open{overflow:hidden}html *:focus{outline:none !important;box-shadow:none !important}html *,html *:before,html *:after{box-sizing:border-box;font-family:f,dashicons,tinymce,sans-serif !important;-webkit-tap-highlight-color:rgba(0,0,0,0) !important}html *:before,html *:after{display:inline-block}html :where(.block){max-width:100%;overflow:hidden;position:relative}html :where(li)::marker{color:var(--49)}html :where(a,input,button,textarea,select){text-decoration:none;transition:var(--tr);border:none;resize:none;margin:0;padding:0}html :where(a,input[type=button],input[type=reset],input[type=submit],button){cursor:pointer;background:rgba(0,0,0,0)}html :where(img,iframe,video,canvas,svg){max-width:100%;display:block;border:none;height:auto}html :where(.wp-block){background:var(--ec);max-width:100%;margin:0 auto !important}html :where(.container,.wp-block-heading){width:var(--container);max-width:calc(100% - 32px);margin:0 auto}@media(min-width:1921px){html .hid-xl,html .vis-l,html .vis-m,html .vis-s{display:none}}@media(min-width:1200px)and (max-width:1920px){html .hid-l,html .vis-xl,html .vis-m,html .vis-s{display:none}}@media(min-width:768px)and (max-width:1199px){html .hid-m,html .vis-xl,html .vis-l,html .vis-s{display:none}}@media(max-width:767px){html .hid-s,html .vis-xl,html .vis-l,html .vis-m{display:none}}html a{color:var(--49)}html a.c-ylw{color:var(--fd)}html a.c-blu{color:var(--97)}@media(pointer:fine){html a:hover{color:var(--23)}html a:hover.c-ylw{color:var(--97)}html a:hover.c-blu{color:var(--fd)}}html .f100{font:var(--f100);text-transform:capitalize}html .f64{font:var(--f64);text-transform:capitalize}html .f50{font:var(--f50)}html .f40{font:var(--f40)}html .f32{font:var(--f32)}html .f24{font:var(--f24)}html .f20{font:var(--f20)}html .f18{font:var(--f18)}html .f16{font:var(--f16)}html .f14{font:var(--f14)}html .f12{font:var(--f12)}html .content.old{gap:0}html .content.old>*+*{margin:16px 0 0}html .content.old iframe,html .content.old img{margin:16px 0;border-radius:24px}html .content.old iframe.aligncenter,html .content.old img.aligncenter{margin:16px auto}html .content.old h1{font:var(--f64)}html .content.old h2{font:var(--f40)}html .content.old h3{font:var(--f32)}html .content.old h4{font:var(--f24)}html .content.old h5{font:var(--f20)}html .content.old h6{font:var(--f18)}html blockquote,html .c-blu2{color:var(--49)}html .c-blu{color:var(--97)}html .subhead,html .c-ylw{color:var(--fd)}html .subhead{font:500 var(--f20-);text-transform:capitalize}html .subhead:before{content:"";background:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6.13386H10.7978L13.7692 3.1626L11.8373 1.23064L8.86604 4.20207V0H6.13396V4.20207L3.16257 1.23064L1.2308 3.1626L4.20219 6.13386H0V8.86597H4.20219L1.2308 11.8374L3.16257 13.7692L6.13396 10.7979V15H8.86604V10.7979L11.8373 13.7692L13.7692 11.8374L10.7978 8.86597H15V6.13386Z' fill='%23FD9B01'/%3E%3C/svg%3E") center/contain no-repeat;width:15px;height:15px;margin:0 8px 0 0}html .subhead+*{margin-top:8px}html .scol .subhead{margin-bottom:-8px}html .lined{padding-left:20px;background:linear-gradient(90deg,var(--49) 0%,var(--49) 6px,transparent 6px,transparent 100%)}html .textarr:before{content:"";background:url("data:image/svg+xml,%3Csvg width='106' height='38' viewBox='0 0 106 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.19629 16.5C1.81558 16.5 0.696289 17.6193 0.696289 19C0.696289 20.3807 1.81558 21.5 3.19629 21.5V16.5ZM104.964 20.7678C105.94 19.7915 105.94 18.2085 104.964 17.2322L89.0542 1.32233C88.0778 0.34602 86.4949 0.34602 85.5186 1.32233C84.5423 2.29864 84.5423 3.88155 85.5186 4.85786L99.6608 19L85.5186 33.1421C84.5423 34.1184 84.5423 35.7014 85.5186 36.6777C86.4949 37.654 88.0778 37.654 89.0542 36.6777L104.964 20.7678ZM3.19629 21.5H103.196V16.5H3.19629V21.5Z' fill='%23495DC1'/%3E%3C/svg%3E") center/contain no-repeat;width:106px;height:38px}html .btn{min-width:240px;min-height:50px;border-radius:50px;padding:0 32px;display:inline-flex;align-items:center;justify-content:center;text-shadow:none;font:400 var(--f18-);transition:var(--tr)}html .btn:after{display:inline-block;content:"";background:url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.49463 1.00102C2.49463 0.735537 2.6001 0.480922 2.78783 0.293194C2.97555 0.105465 3.23017 0 3.49566 0H11.5039C11.7693 0 12.024 0.105465 12.2117 0.293194C12.3994 0.480922 12.5049 0.735537 12.5049 1.00102V9.00922C12.5049 9.27471 12.3994 9.52933 12.2117 9.71706C12.024 9.90478 11.7693 10.0103 11.5039 10.0103C11.2384 10.0103 10.9838 9.90478 10.796 9.71706C10.6083 9.52933 10.5028 9.27471 10.5028 9.00922V3.4175L2.20133 11.719C2.01254 11.9013 1.75968 12.0022 1.49721 12C1.23474 11.9977 0.983675 11.8924 0.798077 11.7068C0.612478 11.5212 0.507201 11.2701 0.504921 11.0077C0.50264 10.7452 0.603538 10.4923 0.785883 10.3035L9.08738 2.00205H3.49566C3.23017 2.00205 2.97555 1.89658 2.78783 1.70886C2.6001 1.52113 2.49463 1.26651 2.49463 1.00102Z' fill='white'/%3E%3C/svg%3E") center no-repeat;width:13px;height:12px;margin:0 0 0 6px}html .btn.btn-play:after{background:url("data:image/svg+xml,%3Csvg width='11' height='13' viewBox='0 0 11 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6252 5.64956C10.2571 6.04045 10.2571 6.95955 9.6252 7.35044L2.02607 12.0512C1.35987 12.4633 0.499999 11.9841 0.499999 11.2007L0.5 1.79926C0.5 1.0159 1.35987 0.536717 2.02607 0.948822L9.6252 5.64956Z' fill='white'/%3E%3C/svg%3E") center no-repeat;width:11px;height:13px;margin:1px 0 0 6px}html .btn.btn-blu{background:var(--49);color:var(--ff)}html .btn.btn-blu.btn-brd{background:rgba(0,0,0,0);box-shadow:inset 0 0 0 2px var(--49);color:var(--49)}html .btn.btn-blu.btn-brd:after{background:url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.49463 1.00102C2.49463 0.735537 2.6001 0.480922 2.78783 0.293194C2.97555 0.105465 3.23017 0 3.49566 0H11.5039C11.7693 0 12.024 0.105465 12.2117 0.293194C12.3994 0.480922 12.5049 0.735537 12.5049 1.00102V9.00922C12.5049 9.27471 12.3994 9.52933 12.2117 9.71706C12.024 9.90478 11.7693 10.0103 11.5039 10.0103C11.2384 10.0103 10.9838 9.90478 10.796 9.71706C10.6083 9.52933 10.5028 9.27471 10.5028 9.00922V3.4175L2.20133 11.719C2.01254 11.9013 1.75968 12.0022 1.49721 12C1.23474 11.9977 0.983675 11.8924 0.798077 11.7068C0.612478 11.5212 0.507201 11.2701 0.504921 11.0077C0.50264 10.7452 0.603538 10.4923 0.785883 10.3035L9.08738 2.00205H3.49566C3.23017 2.00205 2.97555 1.89658 2.78783 1.70886C2.6001 1.52113 2.49463 1.26651 2.49463 1.00102Z' fill='%23495DC1'/%3E%3C/svg%3E") center no-repeat;transition:.6s}html .btn.btn-ylw{background:var(--fd);color:var(--ff)}html .btn.btn-ylw.btn-brd{background:rgba(0,0,0,0);box-shadow:inset 0 0 0 2px var(--fd);color:var(--fd)}html .btn.btn-wht{background:rgba(0,0,0,0);box-shadow:inset 0 0 0 2px var(--ff);color:var(--ff)}@media(pointer:fine){html .btn.btn-blu:hover{background:var(--23)}html .btn.btn-blu:hover.btn-brd{background:rgba(0,0,0,0);box-shadow:inset 0 0 0 2px var(--23);color:var(--23)}html .btn.btn-blu:hover.btn-brd:after{filter:grayscale(.5) brightness(.5)}html .btn.btn-ylw:hover{background:var(--49)}html .btn.btn-ylw:hover.btn-brd{background:var(--49);box-shadow:inset 0 0 0 2px var(--49);color:var(--ff)}html .btn.btn-wht:hover{box-shadow:inset 0 0 0 2px var(--fd);background:var(--fd)}}html .btn+.btn{margin:0 0 0 24px}html .scol{display:flex;flex-direction:column;gap:16px}html .scols,html .scols-2{width:100%;display:flex;flex-wrap:wrap;gap:24px}html .scols>*,html .scols-2>*{flex:1 1 40%}html .scols.ratio-1-2>*,html .scols-2.ratio-1-2>*{flex:1 1 31%}html .scols.ratio-1-2>*:nth-of-type(2n),html .scols-2.ratio-1-2>*:nth-of-type(2n){flex:1 1 65%}html .scols.scols-3>*,html .scols-2.scols-3>*{flex:1 1 27%}html .bg-o{background:url("data:image/svg+xml,%3Csvg width='1034' height='1034' viewBox='0 0 1034 1034' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M517 0C231.469 0 0 231.469 0 517C0 802.531 231.469 1034 517 1034C802.531 1034 1034 802.531 1034 517C1034 231.469 802.531 0 517 0ZM517 751.346C387.582 751.346 282.665 646.429 282.665 517.011C282.665 387.594 387.582 282.676 517 282.676C646.418 282.676 751.335 387.594 751.335 517.011C751.335 646.429 646.429 751.346 517 751.346Z' fill='white' fill-opacity='0.05'/%3E%3C/svg%3E") var(--container-margin) -25vh/100vh 100vh no-repeat,var(--23)}html .bg-o:not(.intro)+.bg-o{padding-top:0;background:var(--23)}html .bg-no+.bg-no{padding-top:0}html .wbox{border-radius:12px;background:var(--ff);box-shadow:0 0 10px rgba(73,93,193,.1019607843)}html iframe{width:100%}html iframe.yt_iframe{border-radius:12px}html iframe.yt_iframe:not([height]){height:480px}html .yt_iframe{display:block;width:100%}@media(max-width:1199px){html .f100{font:800 var(--f64-)}html .f64{font:var(--f50)}html .f50{font:var(--f40)}html .f40{font:var(--f32)}html .f32{font:var(--f28)}html .scols,html .scols-2{gap:24px}html .scols br,html .scols-2 br{display:none !important}html .btn+.btn{margin:16px 0 0}html iframe.yt_iframe:not([height]){height:330px}}@media(max-width:767px){html :where(.container,.wp-block-heading){width:var(--container);max-width:calc(100% - 32px);margin:0 auto}html .textarr:before{width:68px;height:25px}html .subhead{font:500 var(--f18-)}html .subhead:before{width:12px;height:12px;margin:0 6px 0 0}html .subhead+*{margin-top:-8px}html .bg-o{background-size:65vh 75vh}html .f100{font:800 var(--f35-)}html .f64{font:var(--f32)}html .f50{font:var(--f28)}html .f40{font:var(--f26)}html .f32{font:var(--f24)}html .f24{font:var(--f22)}html .f20{font:var(--f18)}html .f18{font:var(--f16)}html .f16{font:var(--f16)}html .scols,html .scols-2{gap:16px}html .scols>*,html .scols-2>*{flex:1 1 90% !important}html .btn{width:100%;max-width:240px;font:600 var(--f16-)}html .btn+.btn{margin:16px 0 0}html iframe.yt_iframe:not([height]){height:180px}}html :where(#tinymce,.content){display:flex;flex-direction:column;align-items:flex-start;gap:16px}html :where(#tinymce,.content) :where(blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre,ul,ol,hr){margin:0;padding:0;display:block;width:100%}html :where(#tinymce,.content)>*:not(hr,.subhead)+:where(.f100,.f64,.f50,.f40,.f32,.f24,.f20):not(.nomargin),html :where(#tinymce,.content) .margin-top{margin-top:16px}html :where(#tinymce,.content) .margin-top2{margin-top:24px}html :where(#tinymce,.content) .nomargin2{margin-top:-12px !important}html :where(#tinymce,.content) ul,html :where(#tinymce,.content) ol{padding:0 0 0 20px}html :where(#tinymce,.content) ul>li,html :where(#tinymce,.content) ol>li{font:var(--f18)}html :where(#tinymce,.content) ul>li:not(:first-of-type),html :where(#tinymce,.content) ol>li:not(:first-of-type){margin:8px 0 0}@media(max-width:767px){html :where(#tinymce,.content)>*:not(hr,.subhead)+:where(.f100,.f64,.f50,.f40,.f32,.f24,.f20):not(.nomargin),html :where(#tinymce,.content) .margin-top{margin-top:8px}html :where(#tinymce,.content) .margin-top2{margin-top:16px}html :where(#tinymce,.content) ul,html :where(#tinymce,.content) ol{padding:0 0 0 18px}html :where(#tinymce,.content) ul>li,html :where(#tinymce,.content) ol>li{font:var(--f16)}}.sblog,.sdictionary{width:100%;display:flex;flex-direction:column;font:var(--f18);color:var(--54)}.sblog .img,.sdictionary .img{position:relative;padding:62.5% 0 0;border-radius:20px;overflow:hidden;background:var(--49)}.sblog .img img,.sdictionary .img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:var(--tr);opacity:.85}.sblog .inf,.sdictionary .inf{margin:16px 0 10px;display:flex;justify-content:space-between}.sblog .rd,.sdictionary .rd{display:flex;align-items:center;gap:6px}.sblog .rd:before,.sdictionary .rd:before{content:"•";color:var(--49);margin:-2px 0 0}.sblog .ttl,.sdictionary .ttl{font:var(--f24);color:var(--0a);transition:var(--tr)}@media(pointer:fine){.sblog:hover .img img,.sdictionary:hover .img img{opacity:1}.sblog:hover .ttl,.sdictionary:hover .ttl{color:var(--49)}}@media(max-width:1199px){.sblog .inf,.sdictionary .inf{font:var(--f14)}.sblog .ttl,.sdictionary .ttl{font:var(--f20)}}.stest{display:grid;align-items:end;grid:auto/1fr 650px;grid-gap:56px;color:var(--54)}.stest .r{height:360px;border-radius:20px;position:relative;overflow:hidden;background:var(--49)}.stest .r iframe{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.stest .r video{position:absolute;top:50%;left:50%;z-index:1;min-width:100%;min-height:100%;transform:translate(-50%,-50%);transition:opacity var(--tr);opacity:.6;cursor:pointer}.stest .r video+.play{pointer-events:none;position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);transition:opacity var(--tr);border-radius:90px;overflow:hidden;backdrop-filter:blur(5px)}.stest .r video.playing{opacity:1 !important}.stest .r video.playing+.play{opacity:0 !important}.stest .l{max-width:600px}.stest .bq{color:var(--49);font-style:italic}.stest .bq span{display:block;margin:16px 0 0}.stest .inf{padding:32px 0 0;display:flex;justify-content:space-between;align-items:flex-end}.stest .ppl{display:grid;grid:auto/50px 1fr;grid-gap:8px;align-items:center}.stest .ppl .img{width:50px;height:50px;border-radius:50px;overflow:hidden}.stest .ppl .pplt{font:700 var(--f18-);color:var(--0a);padding:0 0 4px}@media(pointer:fine){.stest .r video:hover{opacity:1}}@media(max-width:1199px){.stest{grid:auto/1fr;grid-gap:32px}.stest .l{max-width:100%}}@media(max-width:767px){.stest{grid-gap:24px}.stest .bq svg{width:32px;height:32px}.stest .bq span{margin:8px 0 0}.stest .inf{flex-direction:column;align-items:flex-start;gap:8px;padding:16px 0 0}.stest .r{height:auto;padding:56.5% 0 0;border-radius:6px}}.scase{display:flex;flex-direction:column;color:var(--0a);height:100%}.scase .img{height:400px;width:100%;overflow:hidden;border-radius:20px;color:var(--ff);position:relative}.scase .img img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.scase .img img.gif{z-index:0;opacity:0;transition:.4s}.scase .cat{margin:auto 16px 8px;padding:16px 0 0;display:flex;flex-wrap:wrap;gap:8px;color:var(--54)}.scase .cat .c{display:flex;align-items:center;gap:8px}.scase .cat .c:not(:first-of-type):before{content:"•";color:var(--49);margin:-2px 0 0}.scase .inf{margin:0 16px;display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.scase .ttl{flex:1}.scase .lnk{font:600 var(--f20-);color:var(--49);white-space:nowrap;margin:0 16px 2px 0;align-self:flex-end;display:flex;align-items:center;text-decoration:1px solid underline;transition:var(--tr);gap:6px}.scase .lnk:after{background:url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.49463 1.00102C2.49463 0.735537 2.6001 0.480922 2.78783 0.293194C2.97555 0.105465 3.23017 0 3.49566 0H11.5039C11.7693 0 12.024 0.105465 12.2117 0.293194C12.3994 0.480922 12.5049 0.735537 12.5049 1.00102V9.00922C12.5049 9.27471 12.3994 9.52933 12.2117 9.71706C12.024 9.90478 11.7693 10.0103 11.5039 10.0103C11.2384 10.0103 10.9838 9.90478 10.796 9.71706C10.6083 9.52933 10.5028 9.27471 10.5028 9.00922V3.4175L2.20133 11.719C2.01254 11.9013 1.75968 12.0022 1.49721 12C1.23474 11.9977 0.983675 11.8924 0.798077 11.7068C0.612478 11.5212 0.507201 11.2701 0.504921 11.0077C0.50264 10.7452 0.603538 10.4923 0.785883 10.3035L9.08738 2.00205H3.49566C3.23017 2.00205 2.97555 1.89658 2.78783 1.70886C2.6001 1.52113 2.49463 1.26651 2.49463 1.00102Z' fill='%23495DC1'/%3E%3C/svg%3E") center no-repeat;width:13px;height:12px;content:""}.scase:hover .img img.gif{z-index:1;opacity:1}@media(pointer:fine){.scase:hover{color:var(--49)}.scase:hover .lnk{text-decoration:1px solid underline rgba(0,0,0,0)}}@media(max-width:1199px){.scase .img{height:260px;border-radius:10px}.scase .cat{margin:0 0 8px;font:var(--f16)}.scase .inf{margin:0 0 auto}.scase .lnk{display:none}}@media(max-width:767px){.scase .img{height:200px;border-radius:12px}.scase .cat{font:var(--f14)}.scase .inf{margin:0;align-items:flex-start !important;flex-direction:column;gap:8px}.scase .lnk{text-decoration:none;font:600 var(--f16-);display:flex;margin:0 auto 0 0}}.steam{width:100%;height:0;padding:136% 0 0;position:relative;overflow:hidden;border-radius:20px;display:block}.steam .img{position:absolute;inset:0;z-index:1}.steam .img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top;transition:.4s}.steam .soc_{position:absolute;top:0;left:0;z-index:3;width:100%;display:flex;justify-content:flex-end;gap:8px;padding:24px}.steam .soc_ button{color:var(--fd)}.steam .inf{position:absolute;bottom:0;left:0;z-index:1;width:100%;height:88px;display:flex;flex-direction:column;gap:8px;padding:16px 4px;background:rgba(73,93,193,.8);backdrop-filter:blur(5px);color:var(--ff);transition:var(--tr);text-align:center}.steam .inf .f24{margin-top:auto}@media(pointer:fine){.steam .soc_ button:hover{color:var(--0a)}.steam:hover .img img{transform:scale(1.05)}}@media(max-width:767px){.steam{border-radius:12px}}.ssteam{display:inline-flex;align-items:center;gap:12px;color:var(--54)}.ssteam .img{width:64px;height:64px;border-radius:64px;overflow:hidden;position:relative;border:2px solid rgba(0,0,0,0);transition:var(--tr)}.ssteam .img img{width:100%;height:100%;position:absolute;z-index:0;top:0;left:0;object-fit:cover}.ssteam .inf{flex:1;display:flex;flex-direction:column;gap:4px}.ssteam .ttl{font:600 var(--f18-);color:var(--0a);transition:var(--tr)}@media(pointer:fine){.ssteam:hover .img{border:2px solid var(--fd)}.ssteam:hover .ttl{color:var(--49)}}.srteam{transition:border .4s;border:2px solid rgba(0,0,0,0);width:50px;height:50px;border-radius:100%;overflow:hidden}.srteam img{width:100%;height:100%;object-fit:cover}@media(pointer:fine){.srteam:hover{border:2px solid var(--fd)}}#zsiqbtn{display:none !important}[class^=siqico-]:before{color:var(--ff) !important}
.fancybox__container .fancybox__content .fancybox__iframe{border-radius:16px}.fancybox__container .fancybox__content .f-button.is-close-btn{top:5px;right:5px}.fancybox__container .fancybox__content .f-button.is-close-btn svg{stroke:var(--ff)}@media(max-width:767px){.fancybox__container .fancybox__content .f-button.is-close-btn{top:-35px;right:5px}}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:relative;top:auto;left:auto;width:500px;max-width:calc(100% - 32px);margin:32px auto 0;height:24px;background:rgba(0,0,0,0)}.swiper-horizontal>.swiper-scrollbar:before,.swiper-scrollbar.swiper-scrollbar-horizontal:before{position:absolute;z-index:1;bottom:2px;left:0;width:100%;height:4px;border-radius:2px;background:var(--ff);content:""}.swiper-horizontal>.swiper-scrollbar .swiper-scrollbar-drag,.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag{cursor:pointer;background:rgba(0,0,0,0);z-index:2}.swiper-horizontal>.swiper-scrollbar .swiper-scrollbar-drag:before,.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag:before{position:absolute;z-index:3;bottom:0;left:0;width:100%;height:8px;border-radius:4px;background:var(--49);content:"";transition:background var(--tr)}@media(pointer:fine){.swiper-horizontal>.swiper-scrollbar .swiper-scrollbar-drag:hover:before,.swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag:hover:before{background:var(--54)}}main{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}#nav{--nbr:40px;position:fixed;top:0;border-radius:0 0 var(--nbr) var(--nbr);height:70px;left:50%;z-index:100;transform:translate(-50%,0);display:flex;align-items:center;gap:72px;padding:0 45px;background:var(--ff);box-shadow:0 5px 15px rgba(73,93,193,.1019607843);transition:top .3s,border-radius .3s,height .3s}#nav .logo{width:133px}#nav .menu{display:flex;align-items:center;gap:56px}#nav .menu a{font:500 var(--f18-);color:var(--0a);position:relative;white-space:nowrap}#nav .menu a.hassub:after{position:absolute;left:100%;top:-10px;width:16px;height:16px;border-radius:16px;background:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.29903 0.601055C4.29238 0.641972 4.28932 0.683382 4.28986 0.724813L4.28986 7.77961L4.21831 7.62578C4.14714 7.47542 4.05028 7.33862 3.93211 7.22153L1.95377 5.24318C1.70504 4.98263 1.30493 4.93885 1.00574 5.13944C0.686917 5.37289 0.617693 5.82059 0.851146 6.13943C0.870017 6.16519 0.890588 6.18967 0.912723 6.21268L4.4902 9.79015C4.76946 10.0697 5.22248 10.07 5.50206 9.79071C5.50224 9.79053 5.50244 9.79033 5.50262 9.79015L9.0801 6.21268C9.35912 5.93288 9.35849 5.47986 9.07869 5.20081C9.05666 5.17886 9.03323 5.15835 9.00855 5.13944C8.70936 4.93885 8.30924 4.98263 8.06052 5.24318L6.0786 7.21795C5.97351 7.32293 5.88539 7.44362 5.81744 7.5757L5.72085 7.79035L5.72085 0.764188C5.73442 0.398681 5.4791 0.0780056 5.11983 0.00934009C4.72978 -0.0539133 4.3623 0.210998 4.29903 0.601055Z' fill='white'/%3E%3C/svg%3E") center no-repeat,var(--fd);content:"";transition:var(--tr)}#nav .menu .sub{position:absolute;top:98%;left:50%;padding:16px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;transition:var(--tr);transform:translate(-50%,8px);opacity:0;visibility:hidden;pointer-events:none}#nav .menu .sub_{margin:0 -16px;padding:8px 16px;position:relative}#nav .btn.btn-blu{min-width:100px;padding:0 32px;white-space:nowrap;position:relative}#nav .btn.btn-blu:after{position:absolute;top:-6px;right:-12px;width:32px;height:32px;border-radius:32px;background:url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.49463 1.00102C2.49463 0.735537 2.6001 0.480922 2.78783 0.293194C2.97555 0.105465 3.23017 0 3.49566 0H11.5039C11.7693 0 12.024 0.105465 12.2117 0.293194C12.3994 0.480922 12.5049 0.735537 12.5049 1.00102V9.00922C12.5049 9.27471 12.3994 9.52933 12.2117 9.71706C12.024 9.90478 11.7693 10.0103 11.5039 10.0103C11.2384 10.0103 10.9838 9.90478 10.796 9.71706C10.6083 9.52933 10.5028 9.27471 10.5028 9.00922V3.4175L2.20133 11.719C2.01254 11.9013 1.75968 12.0022 1.49721 12C1.23474 11.9977 0.983675 11.8924 0.798077 11.7068C0.612478 11.5212 0.507201 11.2701 0.504921 11.0077C0.50264 10.7452 0.603538 10.4923 0.785883 10.3035L9.08738 2.00205H3.49566C3.23017 2.00205 2.97555 1.89658 2.78783 1.70886C2.6001 1.52113 2.49463 1.26651 2.49463 1.00102Z' fill='white'/%3E%3C/svg%3E") center no-repeat,var(--fd);transition:var(--tr)}#nav .hamb{--hamb:40px;width:var(--hamb);height:var(--hamb);border-radius:var(--hamb);background:var(--49);display:block;position:relative}#nav .hamb span{width:17px;height:3px;border-radius:3px;background:var(--ff);display:block;position:absolute;top:calc(50% - 1px);left:calc(50% - 9px);transition:top .3s .3s,transform .3s,opacity .3s}#nav .hamb span.l1{top:calc(50% - 7px)}#nav .hamb span.l3{top:calc(50% + 5px)}#nav .tri-1,#nav .tri-2{position:absolute;top:0;z-index:99;width:var(--nbr);height:var(--nbr);transition:.3s}#nav .tri-1:after,#nav .tri-2:after{position:absolute;top:0;width:200%;height:200%;background:radial-gradient(circle,transparent 70%,var(--ff) 72%);content:""}#nav .tri-1{left:calc(1px - var(--nbr));clip-path:polygon(100% 100%,0 0,100% 0)}#nav .tri-1:after{right:0}#nav .tri-2{right:calc(1px - var(--nbr));clip-path:polygon(0 0,100% 0,0 100%)}#nav .tri-2:after{left:0}#nav.notscrolled{--nbr:1px;height:80px;top:20px;border-radius:40px;transition:top .3s,border-radius .3s,height .3s}#nav.notscrolled .tri-1{left:60px}#nav.notscrolled .tri-2{right:60px}@media(pointer:fine){#nav .menu a:hover{color:var(--49)}#nav .menu .sub_:hover .hassub:after{transform:rotate(-45deg)}#nav .menu .sub_:hover .sub{transform:translate(-50%,-2px);opacity:1;visibility:visible;pointer-events:auto}}#mobnav{position:fixed;top:0;left:50%;z-index:99;display:none;flex-direction:column;gap:48px;width:calc(100% - 32px);max-width:480px;max-height:calc(100% - 32px);overflow:auto;padding:92px 32px 32px;border-radius:32px;background:var(--ff);transform:translate(-50%,-150%);box-shadow:0 5px 15px rgba(73,93,193,.1019607843);transition:top .3s,transform .3s .3s,opacity .3s .3s}#mobnav.notscrolled{top:16px}#mobnav .btn.btn-blu{min-height:44px;min-width:100px;width:200px;margin:auto;padding:0 32px;white-space:nowrap;position:relative}#mobnav .btn.btn-blu:after{position:absolute;top:-6px;right:-12px;width:32px;height:32px;border-radius:32px;background:url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.49463 1.00102C2.49463 0.735537 2.6001 0.480922 2.78783 0.293194C2.97555 0.105465 3.23017 0 3.49566 0H11.5039C11.7693 0 12.024 0.105465 12.2117 0.293194C12.3994 0.480922 12.5049 0.735537 12.5049 1.00102V9.00922C12.5049 9.27471 12.3994 9.52933 12.2117 9.71706C12.024 9.90478 11.7693 10.0103 11.5039 10.0103C11.2384 10.0103 10.9838 9.90478 10.796 9.71706C10.6083 9.52933 10.5028 9.27471 10.5028 9.00922V3.4175L2.20133 11.719C2.01254 11.9013 1.75968 12.0022 1.49721 12C1.23474 11.9977 0.983675 11.8924 0.798077 11.7068C0.612478 11.5212 0.507201 11.2701 0.504921 11.0077C0.50264 10.7452 0.603538 10.4923 0.785883 10.3035L9.08738 2.00205H3.49566C3.23017 2.00205 2.97555 1.89658 2.78783 1.70886C2.6001 1.52113 2.49463 1.26651 2.49463 1.00102Z' fill='white'/%3E%3C/svg%3E") center no-repeat,var(--fd);transition:var(--tr)}#mobnav .menu{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;font:500 var(--f28-)}#mobnav .menu a{color:var(--0a)}#mobnav .menu .wbox{box-shadow:none;padding:12px 0 0;display:flex;flex-direction:column;align-items:center;gap:9px;font:500 var(--f18-)}#mobnav .menu .sub_{margin:-8px 0 0;padding:16px 32px;border-radius:16px;box-shadow:0 5px 15px rgba(73,93,193,.1019607843)}.with-fancybox #nav{margin-left:calc(0px - var(--fancybox-scrollbar-compensate)/2) !important}.menu_open #nav .hamb span{transition:top .3s,transform .3s .3s,opacity .3s .3s;top:calc(50% - 1px) !important;transform:rotate(45deg)}.menu_open #nav .hamb span.l1{opacity:0}.menu_open #nav .hamb span.l3{transform:rotate(135deg)}@media(max-width:1199px){#mobnav{display:flex}#nav{--nbr:35px;justify-content:space-between;gap:16px;padding:0 32px;width:calc(100% - 32px);max-width:480px;height:60px}#nav .menu,#nav .btn.btn-blu{display:none}#nav .tri-1,#nav .tri-2{left:-38px;width:40px;height:40px}#nav .tri-1:after,#nav .tri-2:after{background:radial-gradient(circle,transparent 70%,var(--ff) 72%)}#nav .tri-2{left:auto;right:-38px}#nav.notscrolled{top:16px;height:60px}#nav.notscrolled .tri-1,#nav.notscrolled .tri-2{width:1px;height:1px}.menu_open #mobnav{transform:translate(-50%,0)}}@media(max-width:767px){#nav{--nbr:35px;width:calc(100% - 40px);max-width:380px;padding:0 24px;height:50px}#nav .tri-1,#nav .tri-2{left:-28px;width:30px;height:30px}#nav .tri-1:after,#nav .tri-2:after{background:radial-gradient(circle,transparent 70%,var(--ff) 72%)}#nav .tri-2{left:auto;right:-28px}#nav.notscrolled{height:50px}#nav .hamb{width:36px;height:36px}}#footer{padding:56px 0 0;background:var(--0a);color:var(--ff);font:var(--f14)}#footer a{color:var(--97)}#footer a.big_link{display:flex;align-items:center;gap:8px;font:500 var(--f18-);color:var(--ff)}#footer a.big_link svg{color:var(--fd)}#footer a.logo{color:var(--ff)}#footer a.soc{width:24px;height:24px;border-radius:24px;overflow:hidden;color:#342c6f}#footer a.golem{display:flex;align-items:center;gap:8px}#footer a.golem svg{transition:transform var(--tr)}#footer .container{display:flex;justify-content:space-between;gap:32px}#footer .col{display:flex;flex-direction:column;align-items:flex-start;gap:8px}#footer .h{font:500 var(--f18-);margin:0 0 8px}#footer .rs{display:grid;grid:auto/1fr 1fr;grid-gap:32px}#footer .rs .big{align-self:end;grid-column-end:span 2}#footer .rs .res a{position:relative;z-index:1}#footer .play_icon svg{margin-right:4px;display:inline-block;color:var(--fd)}#footer .rght{display:flex;flex-direction:column;align-items:flex-start;gap:32px}#footer .soc_{width:280px;display:flex;align-items:center;gap:8px}#footer .clutch_{margin-top:auto;padding:16px 0 0;display:flex;flex-direction:column;align-items:flex-start;gap:16px}#footer .clutch_ .clutch_link{display:flex;gap:16px}#footer .clutch_ iframe{height:50px}#footer .btm{margin:56px 0 0;padding:16px 0;background:#1a1636}#footer .btm p{font:var(--f14);color:var(--97)}#footer .btm .container{align-items:center}#footer .wpcf7 .wpcf7-form input{padding:11px 32px;background:var(--ff);border-radius:32px;max-width:280px}#footer .wpcf7 .wpcf7-form .wpcf7-submit{width:100%}@media(pointer:fine){#footer a:hover{color:var(--fd)}#footer a:hover.big_link{color:var(--fd)}#footer a:hover.logo{color:var(--97)}#footer a:hover.golem svg{transform:rotate(-20deg) scale(1.15)}}@media(max-width:1199px){#footer .container{flex-wrap:wrap;gap:64px 16px}#footer .container>.col{width:210px;order:3}#footer .container>.col>svg{display:none}#footer .rght{order:1}#footer .rs{order:2;width:calc(100% - 280px - 32px);grid:auto/1fr 210px;position:relative}#footer .rs .big{position:absolute;bottom:0;left:0}}@media(max-width:767px){#footer .container{gap:32px}#footer .h{margin:0}#footer .col{width:100%}#footer .rght{width:100%;text-align:center;align-items:center;gap:24px}#footer .rght a.logo svg{width:160px;height:auto}#footer .rght .col{align-items:center}#footer .rght .soc_{width:100%;justify-content:center}#footer .rs{grid:auto/3fr 2fr;width:100%}#footer .clutch_{padding:32px 0 0}}.prefooter{overflow:unset !important;margin:300px 0 0;background:var(--49);color:var(--ff)}.prefooter .container{display:flex;align-items:center;gap:16px}.prefooter .container>div{padding:32px 0}.prefooter .c{flex:1;align-self:flex-end;position:relative}.prefooter .c img{position:absolute;bottom:0;left:50%;transform:translateX(-50%)}@media(max-width:1199px){.prefooter{margin:0}}@media(max-width:767px){.prefooter{margin:240px 0 0;text-align:center}.prefooter .container{flex-direction:column;position:relative}.prefooter .container>div{padding:16px 0}.prefooter .container .c{position:unset;margin:-36px 0}.prefooter .container .c img{position:absolute;bottom:calc(100% - 2px);left:50%;transform:translateX(-50%)}}.textarr{font:400 0/0 f}#thanks{width:480px;padding:48px;font:var(--f40);color:var(--ff);background:var(--97);text-align:center;border-radius:16px}.thank-you___ #footer,.thank-you___ .prefooter{display:none}.thank-you___ .white-block{min-height:100svh;padding:164px 0 64px;display:flex;align-items:center}.thank-you___ .wbox.text__text{align-items:center}.thank-you___ .wbox.text__text .r{margin:-106px 0 -56px}@media(max-width:1199px){.thank-you___ .wbox.text__text{align-items:center;text-align:center}.thank-you___ .wbox.text__text .r{margin:0 0 -56px}.thank-you___ .wbox.text__text .r img{height:400px;max-width:100%;margin:0 auto}}@media(max-width:1199px){.thank-you___ .wbox.text__text .r{margin:-16px 0 -56px}.thank-you___ .wbox.text__text .r img{height:280px}}.contacts___ .scols-3{text-align:center}.contacts___ .scols-3 img{max-width:40px;margin:auto}.contacts___ .scols-3 br{display:block !important}.contacts___ .wpcf7-submit{max-width:100%}
.intro{overflow:visible;color:var(--ff)}.intro .oh{position:relative;overflow:hidden}.intro .bg__{position:absolute;top:50%;left:0;width:100%;height:auto;z-index:0;transform:translateY(-50%)}.intro .container{padding:200px 0 100px;position:relative;z-index:2}.intro .p0{z-index:1 !important}.intro .p0.container{padding:0}.intro .content{position:relative;z-index:3;text-shadow:0 0 5px var(--0a)}.intro .content>*:not(h1){max-width:44%}.intro .content.t-c{text-align:center;align-items:center}.intro .bg{position:absolute;bottom:0;right:0;max-width:60%;z-index:0}.intro+.block{overflow:visible !important}@media(min-width:1920px){.intro .p0{max-width:1920px}}@media(max-width:1199px){.intro .bg{max-width:50%;margin:0 !important}}@media(max-width:767px){.intro{padding:0;background:linear-gradient(90deg,#0a0717 0%,rgba(35,26,81,0) 22.1%,rgba(35,26,81,0) 76.71%,#0a0717 100%),url("data:image/svg+xml,%3Csvg width='1034' height='1034' viewBox='0 0 1034 1034' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M517 0C231.469 0 0 231.469 0 517C0 802.531 231.469 1034 517 1034C802.531 1034 1034 802.531 1034 517C1034 231.469 802.531 0 517 0ZM517 751.346C387.582 751.346 282.665 646.429 282.665 517.011C282.665 387.594 387.582 282.676 517 282.676C646.418 282.676 751.335 387.594 751.335 517.011C751.335 646.429 646.429 751.346 517 751.346Z' fill='white' fill-opacity='0.05'/%3E%3C/svg%3E") 50% -18vw/140vw auto no-repeat,var(--23) !important}.intro.bgi-{padding:0 0 56px}.intro .oh{min-height:0 !important}.intro .bg__{display:none}.intro .container{padding:120px 0 0}.intro .p0{max-width:100%}.intro .p0.container{padding:32px 0 0}.intro .content>*:not(h1){max-width:100%}.intro .bg{position:relative;bottom:auto;right:auto;width:100%;max-width:100%}}
.steps{padding:100px 0}.steps .wbox{padding:56px;display:flex;flex-direction:column;gap:56px}.steps .steps{padding:80px 0 0;align-self:center;display:flex;justify-content:space-around;position:relative}.steps .steps .bg{width:100%;height:auto;position:absolute;top:40px;left:0}.steps .step{padding:0 80px;position:relative;display:flex;align-items:center;gap:16px}.steps .step .num{font-weight:700;color:var(--49)}.steps .step .loc{position:absolute;top:-96px;left:calc(50% - 21px);z-index:1}@media(max-width:1500px){.steps .step{padding:0 60px}}@media(max-width:1199px){.steps .wbox{padding:32px;gap:56px}.steps .steps{width:100%;padding:64px 0 64px 64px;flex-direction:column;position:relative;overflow:hidden;gap:32px}.steps .steps .bg{width:1220px;max-width:1220px;top:auto;bottom:0;left:0;transform:rotate(90deg) translateX(-100%);transform-origin:0 100%}.steps .steps:after{top:0;left:5px;width:16px;height:16px;border-radius:16px;background:var(--49);position:absolute;content:""}.steps .step{padding:0}.steps .step .loc{position:relative;top:auto;left:auto;width:24px}}@media(max-width:767px){.steps{padding:56px 0}.steps .wbox{padding:16px;gap:32px}.steps .steps{padding:32px 0 32px 32px;gap:56px}.steps .steps .bg{top:auto;bottom:0;left:0;transform:rotate(90deg) translateX(-100%);transform-origin:0 100%}}
.animation{padding:100px 0;overflow:visible}.animation .wbox{padding:56px;position:relative;z-index:2}.animation .hdr{display:grid;grid:auto/7fr 2fr 10fr;grid-gap:32px;align-items:center;padding:0 0 56px}.animation .scards{display:flex;gap:16px}.animation .scard{flex:1 1 30%;overflow:hidden;border:1px solid rgba(151,162,219,.3490196078);background:rgba(236,238,248,.5019607843);border-radius:20px;padding:16px;display:flex;flex-direction:column;gap:16px}.animation .scard .img{margin:-16px -16px 0}.animation .scard .img img{width:100%;height:250px;object-fit:cover}.animation .scard .info{display:flex;justify-content:space-between;align-items:center}.animation .scard .num{font-weight:700;color:var(--fd)}.animation .scard .time{color:var(--97)}.animation .scard .time:before{margin:0 auto 4px;display:block;width:28px;height:28px;content:"";background:url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.5569 15.143C27.546 15.0172 27.5296 14.9297 27.5186 14.8641C27.5296 14.7328 27.546 14.607 27.5514 14.4703C27.5569 14.1148 27.5624 13.6992 27.5678 13.2617C27.5514 12.8297 27.4858 12.3758 27.4421 11.9547L27.3491 11.4898C27.1905 10.932 27.3382 10.7352 27.3382 10.7352L27.2178 10.3852L27.1467 10.0516C27.1467 10.0516 27.2288 10.2047 27.2014 10.0352C27.1796 9.89297 27.1249 9.76172 27.0374 9.64687C26.9116 9.42812 27.0538 9.83281 26.9772 9.66875C26.8952 9.50469 26.7749 9.14375 26.7092 8.93594C26.6546 8.75547 26.578 8.58594 26.496 8.41641L26.1952 7.80391L25.96 7.36641C25.9163 7.27344 25.8671 7.175 25.8178 7.0875L25.3585 6.28359C25.2819 6.125 24.9264 5.62734 24.9319 5.59453C24.828 5.37578 24.6803 5.18438 24.4999 5.02578L24.5491 4.98203C24.4178 4.8125 24.2811 4.64844 24.128 4.49531L23.7397 4.07422L23.6905 4.01953L23.7343 3.97578L23.4061 3.59844C23.3514 3.54922 23.2967 3.50547 23.2311 3.46719L22.7663 2.94219L22.7444 2.84375C22.3835 2.61406 21.9514 2.38438 21.4592 2.13281C21.2788 2.03984 20.9944 1.84297 20.628 1.68984L20.3928 1.58047L19.9225 1.37266C19.8077 1.32891 19.6928 1.27422 19.578 1.23594L19.2608 1.09922C19.2608 1.09922 19.3702 1.11016 19.3319 1.07734C19.3155 1.06641 19.3046 1.05547 19.2827 1.05C19.228 1.02266 19.1678 0.995312 19.1132 0.978906C19.0639 0.9625 18.9983 0.951562 18.878 0.924219C18.6319 0.869531 19.0311 1.03359 18.8561 0.984375C18.6811 0.935156 18.3311 0.771094 18.1124 0.710938C17.8936 0.65625 17.828 0.634375 17.56 0.56875L16.8928 0.388281L16.3897 0.317188L16.078 0.2625C15.7936 0.213281 15.4928 0.120312 15.296 0.109375L15.1483 0.0710937C15.0061 0.0546875 14.5632 0.0328125 14.3991 0L14.0163 0.0164063L13.0866 0.109375C12.8296 0.114844 12.578 0.147656 12.3319 0.207813L11.971 0.295312L11.6319 0.333594C11.6319 0.333594 11.796 0.2625 11.621 0.278906C11.4788 0.284375 11.3421 0.317188 11.2108 0.371875C10.9811 0.464844 11.3968 0.382812 11.2218 0.4375L11.1561 0.464844C10.9702 0.525 10.653 0.596094 10.4671 0.639844C10.2538 0.689062 10.1827 0.716406 9.92566 0.7875L9.28034 1.02266L8.82097 1.20859L8.77722 1.225L8.70613 1.25781C8.47644 1.36719 8.25222 1.48203 8.03894 1.61328L7.72722 1.79922C7.52488 1.88672 7.4155 1.94141 7.4155 1.94141C7.4155 1.94141 7.54128 1.81562 7.38816 1.89219C7.26238 1.95234 7.14753 2.03437 7.04909 2.13281C6.86316 2.29688 7.22956 2.07812 7.08191 2.1875C6.93425 2.29688 6.61159 2.48281 6.42019 2.59219C6.26706 2.69609 6.11394 2.81094 5.97722 2.93125L5.42488 3.33594C5.28269 3.44531 5.20613 3.53828 5.06394 3.66953L4.82878 3.87734C4.58816 4.06875 4.353 4.26562 4.13425 4.47891C3.95925 4.68125 3.76238 4.86719 3.55456 5.03672C3.49988 5.02031 3.23191 5.31016 3.09519 5.57266L3.04597 5.53984L2.66316 6.04844C2.54284 6.19609 2.43347 6.34922 2.33503 6.50781L2.29128 6.56797L2.23113 6.52969L1.94128 6.92891L1.84284 7.12031C1.68425 7.30078 1.56941 7.49219 1.44909 7.65078C1.35066 7.88594 1.43269 7.77656 1.36159 8.02266C1.30691 8.20859 1.28503 8.40547 1.2905 8.59688C1.2905 8.59688 1.17566 8.82656 0.94597 9.45547C0.732688 10.0898 0.913157 9.45 0.760032 10.2047C0.716282 10.6094 0.656126 11.0086 0.568626 11.4023C0.492063 11.7305 0.448313 12.0641 0.426438 12.3977C0.426438 12.3977 0.453782 12.7367 0.470188 12.8187C0.481126 12.95 0.497532 13.0813 0.524876 13.207C0.524876 13.207 0.524876 13.2398 0.530345 13.2727C0.46472 13.382 0.431907 13.5023 0.431907 13.6281C0.404563 13.8195 0.388157 14.0109 0.393626 14.2023V15.3945C0.410032 15.8266 0.492063 16.2695 0.535813 16.6906L0.628782 17.15C0.798313 17.7023 0.656126 17.8992 0.656126 17.8992L0.781907 18.2437L0.85847 18.5773C0.85847 18.5773 0.77097 18.4242 0.809251 18.5938C0.836595 18.7305 0.896751 18.8617 0.978782 18.9766C1.10456 19.1898 0.956907 18.7906 1.03894 18.9547C1.12097 19.1187 1.24675 19.4742 1.32331 19.6766C1.38347 19.8516 1.46003 20.0266 1.553 20.1852L1.87019 20.7867L2.11628 21.2133C2.16003 21.3062 2.21472 21.3937 2.27488 21.4812L2.75066 22.2688C2.82722 22.4273 3.22097 22.8922 3.21003 22.9359C3.31941 23.1492 3.47253 23.3406 3.65847 23.4883L3.60925 23.532C3.74597 23.6961 3.89363 23.8492 4.05769 23.9914L4.46238 24.3961L4.51159 24.4508L4.46784 24.5C4.58269 24.6203 4.68659 24.7461 4.81238 24.8555L4.99831 24.9703L5.47956 25.468L5.50691 25.5664C5.87331 25.7852 6.33816 25.9547 6.82488 26.2008C7.09831 26.343 7.38269 26.4742 7.67253 26.5836L7.90769 26.682L8.378 26.868C8.49284 26.9117 8.61316 26.9336 8.73347 26.9664L9.05066 27.0922C9.05066 27.0922 8.94128 27.0812 8.98503 27.1141C9.00144 27.125 9.01784 27.1359 9.03425 27.1414C9.08894 27.1687 9.14909 27.1906 9.20378 27.207C9.253 27.218 9.31316 27.2289 9.43347 27.2508C9.67956 27.2945 9.27488 27.1523 9.45534 27.1906C9.63581 27.2289 9.99128 27.3602 10.2046 27.4094C10.4178 27.4586 10.4889 27.4805 10.7514 27.5352C10.9702 27.5953 11.1944 27.6445 11.4186 27.6719L11.9108 27.7266L12.2171 27.7758C12.4741 27.8305 12.7311 27.8687 12.9882 27.8906L13.1249 27.907C13.2671 27.918 13.6991 27.9398 13.8632 27.9727C13.9889 27.9672 14.1147 27.9508 14.2405 27.9289L15.1593 27.8359C15.3561 27.8195 15.5585 27.7922 15.7499 27.7484L15.903 27.7156L16.2585 27.6281L16.5975 27.5898C16.5975 27.5898 16.4389 27.6609 16.6085 27.6445C16.7507 27.6391 16.8874 27.6008 17.0132 27.5297C17.2374 27.4312 16.8272 27.5297 16.9967 27.4641L17.0624 27.4422C17.2483 27.382 17.5546 27.3164 17.746 27.2727C17.9264 27.2344 18.1069 27.1797 18.2764 27.1086L18.9163 26.8789L19.3702 26.693L19.4139 26.6766L19.485 26.6383C19.9991 26.3703 20.1467 26.2773 20.1467 26.2773L20.4585 26.0914C20.5624 26.0477 20.6663 25.993 20.7593 25.9383C20.7593 25.9383 20.6389 26.0641 20.7866 25.9875C20.9124 25.9273 21.0272 25.8453 21.1202 25.7469C21.3061 25.5883 20.9452 25.7961 21.0874 25.6922C21.2296 25.5828 21.5577 25.4078 21.7382 25.2875C21.9186 25.1727 21.9678 25.1125 22.1757 24.9484L22.7116 24.5437L23.0616 24.2047L23.2913 24.0023C23.5319 23.8164 23.7616 23.6141 23.9749 23.4008C24.1499 23.1984 24.3413 23.0125 24.5491 22.8484C24.6093 22.8648 24.8499 22.5641 24.9975 22.307L25.0522 22.3453L25.4296 21.8422C25.5444 21.6945 25.6483 21.5414 25.7467 21.3828L25.7905 21.3281L25.8507 21.3664L26.135 20.9617L26.228 20.7703C26.3811 20.5898 26.4905 20.3984 26.6108 20.2398C26.7093 20.0047 26.6272 20.1141 26.6983 19.8734C26.753 19.6875 26.7694 19.4961 26.7585 19.3047C26.7585 19.3047 26.8733 19.075 27.0975 18.4516C27.3272 17.8281 27.1249 18.457 27.278 17.7078C27.4147 16.9586 27.3053 17.1555 27.4639 16.5211C27.5405 16.1984 27.5842 15.8648 27.6061 15.5367C27.6061 15.5586 27.5733 15.2195 27.5569 15.143ZM25.8725 15.1594C25.8671 15.2195 25.8616 15.2797 25.8671 15.3453C25.8014 15.7227 25.7194 16.1055 25.6319 16.5047L25.4514 17.0023C25.3639 17.3195 25.2546 17.6313 25.1124 17.932L25.0468 18.0797C24.91 18.5336 24.7022 18.9656 24.4233 19.3539C24.4233 19.3539 24.6585 18.7086 24.1827 19.6164L23.253 21.1641C23.1163 21.3664 22.9632 21.5578 22.7936 21.7328L22.3014 22.2578L21.6999 22.7609C21.3061 23.0945 20.896 23.3352 20.6389 23.5648C20.3655 23.7727 20.185 23.8875 20.185 23.8875C19.3866 24.407 18.528 24.8227 17.6311 25.1344C17.4124 25.2328 17.1936 25.2875 16.9858 25.3641L16.9694 25.3039L16.9202 25.3094L16.5428 25.3859C16.4007 25.4242 16.2585 25.4516 16.1163 25.468L16.1053 25.4023C15.9139 25.468 15.646 25.4953 15.6241 25.4516C15.6022 25.4078 15.1921 25.4898 15.0772 25.4734L14.4483 25.4516L14.235 25.457C14.1257 25.468 14.0108 25.4789 13.9014 25.4789L13.4366 25.457C13.3108 25.4625 13.1796 25.457 13.0538 25.4516C12.9061 25.4516 12.6491 25.3969 12.5233 25.3969C12.3975 25.3969 12.6874 25.4461 12.5178 25.4625C12.4249 25.4844 12.3264 25.4789 12.2335 25.4516C12.1186 25.4242 12.2389 25.3969 12.2389 25.3969L12.0093 25.3531H11.7577C11.5827 25.3422 11.4132 25.3203 11.2436 25.2766C10.9866 25.2273 10.7514 25.1891 10.6147 25.1781C10.4944 25.1672 10.3796 25.1508 10.2593 25.1234C9.71238 24.9102 9.18191 24.6641 8.67331 24.3797L8.6405 24.4398C8.21394 24.2102 7.79831 23.9586 7.39909 23.6797C7.35534 23.6523 7.31159 23.6195 7.26784 23.5867C6.86316 23.368 6.48034 23.1109 6.11941 22.8211C6.11941 22.8211 6.35456 22.9961 6.31081 22.9141L6.29988 22.9031L6.04831 22.7008C5.91706 22.6078 5.86784 22.5641 5.88425 22.5477L5.90066 22.5312L5.72566 22.3945C5.63269 22.3453 5.54519 22.2852 5.46316 22.225C5.38113 22.143 5.30456 22.0555 5.22253 21.9734L4.71941 21.4594L4.59909 21.268C4.51706 21.1258 4.46784 21.1367 4.46784 21.1367C4.51706 21.2297 4.56628 21.3172 4.62644 21.4047C4.40222 21.1203 4.19988 20.8141 3.98113 20.4969L3.92644 20.3109C3.92644 20.3109 4.01394 20.3766 3.95925 20.2891C3.9155 20.1797 3.84988 20.0813 3.77331 19.9937L3.75691 20.0047L3.70222 19.9883L3.31394 19.25L3.30847 19.1078L3.25378 18.8672L3.13894 18.5172C3.12253 18.457 3.11706 18.3914 3.12253 18.3258L3.01316 18.0086C2.98581 17.9484 2.96941 17.8828 2.94753 17.8227L2.93659 17.7406L2.91472 17.5984C2.89284 17.4781 2.86003 17.4453 2.83816 17.4344H2.82722L2.88191 17.7352C2.78347 17.3906 2.65222 17.2102 2.54831 16.8383C2.54831 16.7945 2.54831 16.7563 2.55925 16.707L2.57019 16.6414C2.57019 16.6414 2.62488 16.7344 2.60847 16.6359C2.59753 16.5211 2.57019 16.4008 2.52644 16.2914H2.50456L2.48269 16.275L2.45534 16.2531C2.42253 16.0125 2.34597 15.8102 2.31316 15.5805L2.29675 15.4602C2.25847 15.3617 2.22019 15.2578 2.19831 15.1539L2.22019 14.9187L2.10534 14.5469C2.11081 14.4812 2.12722 14.4156 2.14909 14.3555C2.12722 14.2188 2.09441 14.0766 2.05613 13.9398C2.05613 13.8305 2.07253 13.7648 2.07253 13.7047C1.9905 13.5898 2.14909 13.5297 2.06159 13.5023C2.078 13.393 2.07253 13.2781 2.05066 13.1687C2.06706 13.0594 2.03972 12.9008 2.10534 12.9445C2.17644 12.4578 2.28581 11.9656 2.40613 11.4516L2.58659 10.9484C2.67409 10.6258 2.78894 10.3141 2.93113 10.0078L2.99675 9.85469C3.06238 9.57031 3.17175 9.30234 3.33581 9.05625L3.63659 8.56953C3.64206 8.56953 3.3905 9.22031 3.88269 8.30703L4.82878 6.74844C4.97097 6.54609 5.12956 6.35469 5.30456 6.17969C5.63816 5.79688 6.01003 5.45234 6.41472 5.14609C6.82488 4.82891 7.22956 4.57188 7.49206 4.34766L7.95691 4.03047C8.77175 3.51641 9.64128 3.10625 10.5546 2.8L11.2163 2.58125L11.2327 2.64141L11.2819 2.63594L11.6647 2.55391L12.1022 2.48828L12.1132 2.55391C12.31 2.48281 12.578 2.46094 12.5999 2.49922C12.7858 2.51016 12.9718 2.51016 13.1577 2.49922L13.7921 2.51562L14.0053 2.51016H14.3389L14.8038 2.5375C14.9296 2.53203 15.0608 2.5375 15.1866 2.54844C15.3616 2.58672 15.5366 2.61953 15.7116 2.63594C15.8374 2.63594 15.553 2.58672 15.7225 2.57031C15.8155 2.55391 15.9139 2.55938 16.0069 2.58672C16.1218 2.61406 15.996 2.64141 15.996 2.64141L16.2257 2.69062C16.3077 2.69062 16.3952 2.69609 16.4772 2.7125C16.4772 2.7125 16.5921 2.72891 16.9858 2.81094C17.2428 2.87109 17.478 2.89844 17.6093 2.94219L17.9592 3.02422C18.2108 3.15 18.4788 3.25391 18.7358 3.39609L19.5178 3.85L19.5507 3.78984C19.9718 4.04688 20.3655 4.34766 20.7593 4.63203L20.8796 4.74688C21.1202 4.89453 21.3553 5.05312 21.585 5.21719C21.7327 5.32656 21.8694 5.45234 22.0007 5.58359C22.0007 5.58359 21.771 5.39766 21.8147 5.48516L21.8257 5.49609L22.0772 5.71484C22.2085 5.81328 22.2522 5.85703 22.2358 5.87344L22.2194 5.88984L22.3944 6.0375C22.4874 6.09219 22.5694 6.15781 22.646 6.22891L22.8757 6.49688L23.3678 7.03828C23.3678 7.03828 23.4007 7.09297 23.4772 7.24062C23.5483 7.38828 23.6085 7.37734 23.6085 7.37734L23.4608 7.09297C23.6632 7.39922 23.871 7.71641 24.0842 8.03906C24.1061 8.09922 24.1171 8.16484 24.128 8.23047C24.128 8.23047 24.046 8.15937 24.0897 8.25234C24.1335 8.36172 24.1936 8.46562 24.2702 8.55312L24.2866 8.54219L24.3413 8.56406C24.4616 8.82109 24.5928 9.07812 24.7022 9.32969V9.47734L24.7514 9.70156L24.8608 10.0625C24.8718 10.1281 24.8772 10.1883 24.8717 10.2539L24.9811 10.5766L25.0413 10.768L25.0522 10.85L25.0741 10.9922C25.0905 11.1125 25.1288 11.1508 25.1452 11.1617H25.1561L25.1069 10.85C25.2053 11.2055 25.3311 11.3914 25.4241 11.7688C25.4241 11.8125 25.4241 11.8563 25.4132 11.9L25.4077 11.9766C25.4077 11.9766 25.353 11.8836 25.3639 11.982C25.3694 12.1023 25.3968 12.2172 25.4405 12.3266H25.4624L25.4788 12.343L25.5061 12.3648C25.5335 12.6055 25.6046 12.8133 25.6374 13.0484L25.6538 13.1742C25.6975 13.2781 25.7303 13.382 25.7522 13.4859L25.7303 13.7211L25.8397 14.0984C25.8343 14.1641 25.8178 14.2297 25.7905 14.2898C25.8124 14.432 25.8397 14.5688 25.878 14.7109C25.878 14.793 25.8671 14.8695 25.8561 14.9516C25.9491 15.0719 25.7905 15.132 25.8725 15.1594Z' fill='%2397A2DB'/%3E%3Cpath d='M15.3624 10.2538C15.3515 10.221 15.3515 10.1882 15.3515 10.1554C15.3624 10.1062 15.3624 10.057 15.3515 10.0132C15.3351 9.98041 15.3296 10.057 15.2859 10.0132C15.2421 9.96947 15.2421 9.96947 15.2531 9.93666C15.264 9.90385 15.3078 9.93666 15.3078 9.93666C15.3078 9.93666 15.3078 9.91479 15.3187 9.87651L15.2859 9.81088C15.264 9.76713 15.2531 9.71791 15.2476 9.67416C15.2367 9.61947 15.2203 9.55932 15.1984 9.50463C15.182 9.47182 15.1601 9.44447 15.1437 9.41166C15.1765 9.26401 15.2093 9.11088 15.2312 8.94682H15.1601L15.2093 8.55854L15.2203 8.51479C15.1656 8.39994 15.1273 8.27416 15.1109 8.14838C15.1109 8.14838 15.1437 8.22494 15.171 8.20307L15.1492 8.11557C15.1273 8.07182 15.1273 8.05541 15.1492 8.05541H15.171L15.1546 7.99526C15.1328 7.97338 15.1164 7.94604 15.0999 7.91322L15.0835 7.82026L15.0398 7.62885C15.0507 7.61244 15.0617 7.59057 15.0671 7.56869C15.0835 7.52494 15.0289 7.51947 15.0289 7.51947L15.0015 7.60151C14.9906 7.50307 14.9851 7.40463 14.9851 7.30619L15.0453 7.25697C15.0453 7.25697 15.0835 7.28432 15.089 7.25697C15.0945 7.22416 15.0835 7.18588 15.0562 7.16401H15.0343L14.9906 7.1476C14.9906 7.07104 14.996 6.99994 15.007 6.92885L15.0507 6.89604L15.0781 6.83588L15.0945 6.73744C15.1109 6.71557 15.1273 6.69916 15.1492 6.68822C15.1546 6.64994 15.1601 6.6226 15.1601 6.60072L15.1492 6.55151L15.1601 6.52963C15.1601 6.51869 15.171 6.50776 15.1765 6.49135C15.182 6.47494 15.1601 6.4476 15.1437 6.44213H15.1382L15.1109 6.52416C15.0999 6.42572 15.0234 6.37651 15.0179 6.2726L15.0562 6.23979L15.0726 6.22338C15.0726 6.22338 15.1109 6.25072 15.1164 6.22338C15.1218 6.19057 15.1109 6.15776 15.0835 6.13041H15.0617H15.0453L15.0179 6.11947C15.0179 6.05385 14.9742 5.99916 14.9796 5.93901V5.90619L14.8976 5.82416L14.9304 5.76401L14.832 5.67104C14.8484 5.64916 14.8648 5.63276 14.8867 5.62182C14.8921 5.57807 14.8101 5.53979 14.8101 5.52338L14.821 5.46322C14.7281 5.43588 14.8867 5.41947 14.7992 5.41401C14.7992 5.41401 14.832 5.37026 14.7007 5.26635C14.5695 5.16244 14.5476 5.16791 14.5476 5.16791C14.5203 5.14604 14.4874 5.1351 14.4546 5.12416C14.3781 5.09682 14.3015 5.1351 14.296 5.20072C14.2906 5.27182 14.1593 5.2226 14.1593 5.2226C14.121 5.23901 14.0992 5.28276 14.1046 5.32104C14.1046 5.40307 14.0062 5.28822 13.957 5.2226C13.9078 5.15697 13.7492 5.20072 13.7109 5.19526C13.6726 5.19526 13.4374 5.09135 13.4046 5.18979C13.3828 5.25541 13.3773 5.32651 13.3937 5.39213C13.3937 5.39213 13.2187 5.34291 13.1859 5.47416C13.1749 5.51791 13.1585 5.56166 13.1476 5.60541C13.1039 5.79135 13.0765 5.98276 13.0656 6.17416C13.071 6.20697 13.082 6.24526 13.0874 6.28354C13.1093 6.41479 12.9234 6.45307 12.9234 6.45307L12.9562 6.5351C12.9562 6.56244 12.9507 6.58432 12.9453 6.61166C12.9453 6.61166 12.9015 6.57338 12.8906 6.61166C12.8796 6.64994 12.8796 6.64994 12.9234 6.70463C12.9671 6.75932 12.9671 6.66088 12.989 6.70463C12.9999 6.76479 12.9999 6.81947 12.989 6.87963C12.9835 6.92338 12.989 6.96166 12.9999 7.00541C13.0109 7.06557 12.9945 7.10385 12.9999 7.15854C13.0109 7.19682 13.0164 7.2351 13.0164 7.26791V7.33901C13.0054 7.42104 12.9726 7.50854 12.9671 7.54682C12.9617 7.57963 12.9671 7.72182 12.9179 7.72729C12.8687 7.73276 12.8578 7.82026 12.9015 7.88588H12.8359V8.02807L12.8195 8.15385L12.814 8.17026H12.7484L12.7156 8.27963L12.732 8.32885C12.7046 8.38354 12.6664 8.43276 12.6335 8.48197L12.5679 8.49838C12.639 8.59682 12.6992 8.70072 12.7429 8.81557C12.7648 8.88119 12.7812 8.94682 12.7921 9.01791C12.7921 9.03979 12.7976 9.05619 12.8031 9.0726C12.8085 9.11088 12.8195 9.14916 12.8304 9.18197L12.8632 9.26401C12.8632 9.29135 12.8578 9.31322 12.8523 9.34057C12.8523 9.34057 12.8249 9.31869 12.8085 9.32963C12.8031 9.32963 12.7976 9.3351 12.7976 9.34057C12.7921 9.35151 12.7921 9.36791 12.7976 9.38432C12.8085 9.40072 12.8195 9.4226 12.8304 9.43354C12.8742 9.48822 12.8742 9.38979 12.896 9.43354C12.907 9.49369 12.907 9.54838 12.896 9.60854C12.8906 9.65229 12.896 9.69057 12.907 9.73432C12.9179 9.79447 12.9015 9.83276 12.907 9.88744C12.9179 9.92572 12.9234 9.95854 12.9234 9.99682V10.0679C12.9124 10.1281 12.9015 10.1828 12.8796 10.2429L12.8742 10.2757C12.8742 10.3304 12.8632 10.3851 12.8414 10.4398C12.8578 10.4671 12.8687 10.4945 12.8851 10.5218C12.907 10.5874 12.9234 10.6531 12.9343 10.7242C12.9398 10.7788 12.9562 10.839 12.9726 10.8937L13.0054 10.9757C12.9999 11.0249 12.9945 11.0523 12.9945 11.0523C12.9945 11.0523 12.9507 11.014 12.9398 11.0523C12.9289 11.0906 12.9289 11.0906 12.9726 11.1453C13.0164 11.1999 13.0218 11.1015 13.0382 11.1453V11.1617C13.0437 11.2163 13.0437 11.2656 13.0382 11.3203C13.0328 11.364 13.0382 11.4023 13.0492 11.446C13.0601 11.5062 13.0437 11.5445 13.0492 11.5992C13.0546 11.6374 13.0601 11.6703 13.0656 11.7085V11.7195V11.7359C13.071 11.7906 13.0874 11.8507 13.1039 11.9054L13.1367 11.9874C13.1367 12.0367 13.1257 12.064 13.1257 12.064C13.1257 12.064 13.082 12.0257 13.071 12.064C13.0601 12.1023 13.0601 12.1023 13.1039 12.157C13.1476 12.2117 13.1531 12.1132 13.1695 12.157C13.1804 12.2171 13.1804 12.2718 13.1695 12.332C13.164 12.3757 13.1695 12.414 13.1804 12.4578C13.1914 12.5179 13.1749 12.5562 13.1804 12.6109C13.1859 12.6492 13.1914 12.682 13.1968 12.7203V12.7913C13.1859 12.8734 13.1531 12.9609 13.1476 12.9992C13.1421 13.032 13.1476 13.1742 13.0984 13.1796C13.0492 13.1851 13.0382 13.2726 13.082 13.3382H13.0164V13.4804L12.9999 13.6062L12.9945 13.6226H12.9234L12.8906 13.732L12.907 13.7812C12.8742 13.8304 12.8414 13.8796 12.8085 13.9234C12.8249 13.9781 12.8523 13.9507 12.8906 14.0054L12.9015 14.0109L12.8468 14.0273L12.8085 14.0382C12.7812 14.1367 12.5351 14.1257 12.5351 14.1257C12.5351 14.1257 12.6117 13.9945 12.4257 14.082C12.3164 14.1367 12.2234 14.2296 12.1632 14.339C12.0429 14.432 11.9062 14.4976 11.7585 14.5304C11.6328 14.5523 11.5179 14.6234 11.4359 14.7218L10.9765 15.0445L10.8835 15.1538L10.8507 15.0992H10.8398L10.7632 15.121L10.6867 15.1648L10.6539 15.1101C10.6374 15.1648 10.5882 15.1757 10.5609 15.1429C10.5335 15.1046 10.4624 15.1484 10.4406 15.1538C10.4242 15.1593 10.3531 15.1593 10.3093 15.1757L10.271 15.1921C10.2546 15.2031 10.2328 15.2195 10.2218 15.2414C10.1999 15.2632 10.1671 15.2632 10.1398 15.2906C10.1124 15.3179 10.107 15.3288 10.0796 15.3343C10.0523 15.3453 10.0031 15.3617 9.98666 15.389C9.97026 15.4163 10.0249 15.389 10.0195 15.4437C10.014 15.4984 10.014 15.4984 9.98666 15.4984C9.95932 15.5038 9.95932 15.4546 9.95932 15.4546L9.91557 15.4656L9.88823 15.5203C9.87182 15.5531 9.84448 15.5804 9.81713 15.6078C9.78432 15.6406 9.75698 15.6788 9.7351 15.7171L9.70229 15.7992C9.58744 15.8265 9.4726 15.8593 9.35776 15.8976L9.39057 15.9578L9.11713 16.0562L9.08432 16.0617C9.04057 16.1492 8.98041 16.2312 8.90385 16.2913C8.90385 16.2913 8.93666 16.2312 8.90385 16.2203L8.8601 16.2749C8.84369 16.3078 8.83276 16.3187 8.82182 16.2968L8.81088 16.2749L8.78354 16.3132C8.77807 16.3406 8.7726 16.3679 8.75619 16.3898L8.70151 16.439L8.60307 16.5484C8.58666 16.5484 8.57026 16.5484 8.55385 16.5484C8.52104 16.5484 8.54291 16.6031 8.54291 16.6031L8.60854 16.5976C8.55385 16.6413 8.49369 16.6851 8.42807 16.7234L8.36791 16.6906C8.36791 16.6906 8.36791 16.6468 8.34604 16.6578C8.31869 16.6687 8.30229 16.6906 8.30229 16.7179L8.31323 16.7343L8.32963 16.7726C8.28041 16.7999 8.23119 16.8218 8.18198 16.8437L8.13823 16.8163H8.08354L8.01244 16.8382C7.99057 16.8328 7.97416 16.8218 7.95776 16.8109L7.89213 16.8328L7.86479 16.8601H7.84838H7.81557C7.78823 16.8601 7.79369 16.8929 7.79916 16.9038V16.9148L7.86479 16.9093C7.8101 16.9531 7.8101 17.0406 7.74994 17.0788L7.71713 17.057L7.69526 17.046C7.69526 17.046 7.69526 17.0023 7.67338 17.0078C7.64604 17.0187 7.62963 17.0406 7.62963 17.0679L7.64057 17.0843V17.1007L7.64604 17.1226C7.60229 17.1445 7.59135 17.2046 7.5476 17.221L7.52573 17.232L7.51479 17.3304H7.4601L7.44916 17.4507C7.42729 17.4453 7.40541 17.4343 7.38901 17.4234C7.35619 17.4343 7.37807 17.5218 7.35619 17.5218L7.31244 17.5382C7.33979 17.6257 7.25229 17.4999 7.29057 17.582C7.29057 17.582 7.24682 17.571 7.24135 17.7242C7.23588 17.8773 7.25229 17.8937 7.25229 17.8937C7.25229 17.9265 7.25776 17.9593 7.26869 17.9867C7.29057 18.0632 7.35073 18.1179 7.39994 18.096C7.44916 18.0742 7.47651 18.2054 7.47651 18.2054C7.49838 18.2328 7.54213 18.2382 7.56948 18.2163C7.62416 18.1835 7.59682 18.3148 7.57494 18.3859C7.55307 18.4515 7.65698 18.5773 7.67338 18.6101C7.68979 18.6429 7.73901 18.889 7.81557 18.8835C7.87026 18.8781 7.91948 18.8562 7.95229 18.8124C7.95229 18.8124 8.00151 18.982 8.11088 18.9656L8.20932 18.9492C8.35151 18.9163 8.48823 18.8671 8.61948 18.807L8.67963 18.7468C8.75073 18.6757 8.87104 18.8288 8.87104 18.8288L8.90932 18.7687L8.96401 18.7523C8.96401 18.7523 8.96401 18.807 8.99135 18.796C9.01869 18.7851 9.02416 18.796 9.0351 18.7359C9.04604 18.6757 8.98588 18.7085 9.00229 18.6812C9.0351 18.6484 9.07338 18.6265 9.11713 18.6156C9.14448 18.6046 9.17182 18.5828 9.1937 18.5609C9.22651 18.5281 9.26479 18.5281 9.29213 18.5007C9.31401 18.4788 9.33041 18.4624 9.35776 18.446L9.40698 18.4242C9.46166 18.4078 9.51088 18.3968 9.56557 18.3913C9.59291 18.3804 9.68041 18.3312 9.70776 18.364C9.7351 18.4023 9.79526 18.3804 9.8226 18.3203L9.85541 18.3749L9.94838 18.3203L10.0414 18.2874H10.0578L10.0906 18.3421L10.1781 18.3312L10.1999 18.2984C10.2492 18.3038 10.3039 18.3148 10.3531 18.3312L10.3968 18.3804C10.4242 18.2874 10.4624 18.1945 10.5171 18.107C10.5499 18.0632 10.5828 18.0249 10.6265 17.9867L10.6593 17.9538C10.6812 17.932 10.7031 17.9101 10.7195 17.8882L10.7578 17.8281L10.8124 17.8117C10.8124 17.8117 10.8124 17.8445 10.8289 17.8554H10.8398C10.8562 17.8554 10.8617 17.8554 10.8671 17.8445C10.8726 17.8281 10.8781 17.8117 10.8835 17.7953C10.8999 17.7406 10.8343 17.7679 10.8507 17.7406C10.8671 17.7078 10.9273 17.6859 10.9656 17.6749C10.9929 17.664 11.0203 17.6421 11.0421 17.6203C11.0749 17.5874 11.1078 17.5874 11.1406 17.5601C11.1624 17.5382 11.1789 17.5218 11.2062 17.5054L11.2554 17.4835C11.3046 17.4726 11.3539 17.4671 11.4085 17.4671L11.4304 17.4617C11.4523 17.4562 11.5179 17.4179 11.5507 17.4234L11.5835 17.3578C11.6164 17.314 11.6546 17.2757 11.6929 17.2374C11.7257 17.2101 11.7585 17.1773 11.7804 17.139L11.8187 17.0788L11.8734 17.0624C11.8734 17.0624 11.8734 17.1117 11.9007 17.1062C11.9281 17.1007 11.9335 17.1007 11.9445 17.046C11.9554 16.9914 11.8953 17.0187 11.9117 16.9914L11.9171 16.9804C11.9445 16.9531 11.9828 16.9367 12.0156 16.9203C12.0429 16.9093 12.0703 16.8874 12.0921 16.8656C12.1249 16.8328 12.1578 16.8328 12.1906 16.8054C12.2124 16.7835 12.2289 16.7671 12.2562 16.7507H12.2617L12.2726 16.7398C12.3054 16.7124 12.3382 16.6796 12.3601 16.6413L12.3984 16.5812L12.4531 16.5648C12.4531 16.5648 12.4531 16.6195 12.4804 16.6085C12.5078 16.6031 12.5132 16.6085 12.5242 16.5484C12.5351 16.4882 12.4749 16.521 12.4914 16.4937C12.5242 16.4609 12.5624 16.439 12.6062 16.4281C12.6335 16.4171 12.6609 16.3953 12.6828 16.3734C12.7156 16.3406 12.7484 16.3406 12.7812 16.3132C12.7976 16.2913 12.8195 16.2749 12.8414 16.2585L12.8906 16.2367C12.9507 16.2148 13.0218 16.2093 13.0492 16.1984C13.0765 16.1874 13.164 16.1382 13.1914 16.171C13.2187 16.2038 13.2843 16.1874 13.3062 16.1273L13.339 16.182L13.432 16.1273L13.5249 16.0945H13.5414L13.5796 16.1546L13.6671 16.1437L13.689 16.1109C13.7382 16.1163 13.7874 16.1273 13.8367 16.1437C13.864 16.1109 13.8312 16.0999 13.8476 16.0453C13.8531 15.9796 13.8476 15.9085 13.8257 15.8429C13.8804 15.8374 13.9296 15.8156 13.9734 15.7882C14.0664 15.7335 13.9734 15.7882 14.0609 15.6789C14.1484 15.5695 14.0718 15.5203 14.1867 15.4929C14.2468 15.482 14.3015 15.4492 14.3289 15.3945C14.3289 15.3562 14.3343 15.3234 14.3453 15.2906C14.3507 15.2796 14.3507 15.2687 14.3507 15.2632C14.3671 15.2632 14.3835 15.2687 14.3999 15.2687C14.482 15.2906 14.3343 15.3015 14.6296 15.3507C14.7226 15.3671 14.6953 15.3835 14.7937 15.3124C14.821 15.2632 14.8484 15.214 14.8867 15.1757C14.9523 15.1538 14.8648 15.0828 14.9523 15.0937C14.9796 14.9679 15.007 14.8367 15.0289 14.6999L15.0781 14.5632L15.1218 14.3007L15.1328 14.257C15.0562 14.1585 15.1929 13.8796 15.1929 13.8796C15.1929 13.8796 15.2695 14.0601 15.2859 13.7867C15.2968 13.6226 15.264 13.4585 15.1929 13.3054C15.171 13.1085 15.1874 12.9062 15.2312 12.7093C15.2749 12.5453 15.2749 12.3703 15.2257 12.2062L15.1765 11.4515C15.1601 11.3859 15.1437 11.3312 15.1273 11.271H15.1929L15.1984 11.2601L15.2148 11.1617V11.0468H15.2804C15.2421 10.9921 15.2531 10.921 15.2968 10.9156C15.3406 10.9101 15.3406 10.8007 15.346 10.7679C15.3679 10.7132 15.3843 10.6585 15.3953 10.5984C15.3953 10.582 15.3953 10.5601 15.3953 10.5437C15.3898 10.5109 15.3843 10.4835 15.3789 10.4562C15.3515 10.3359 15.3679 10.3031 15.3624 10.2538Z' fill='%2397A2DB'/%3E%3C/svg%3E") center/contain no-repeat}.animation .scard .content{flex:1}.animation .scard .margin-top{margin-top:auto;display:flex;gap:8px}.animation .scard .margin-top .btn{flex:1;min-width:100px;padding:0;margin:0}.animation+.animation:before{content:"";width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='1034' height='1034' viewBox='0 0 1034 1034' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M517 0C231.469 0 0 231.469 0 517C0 802.531 231.469 1034 517 1034C802.531 1034 1034 802.531 1034 517C1034 231.469 802.531 0 517 0ZM517 751.346C387.582 751.346 282.665 646.429 282.665 517.011C282.665 387.594 387.582 282.676 517 282.676C646.418 282.676 751.335 387.594 751.335 517.011C751.335 646.429 646.429 751.346 517 751.346Z' fill='white' fill-opacity='0.05'/%3E%3C/svg%3E") var(--container-margin) -25vh/100vh 100vh no-repeat,var(--23);position:absolute;top:calc(-50% - 50px);left:0;z-index:1}@media(max-width:1500px){.animation .wbox{padding:56px 24px 24px}}@media(max-width:1199px){.animation .wbox{padding:24px}.animation .scards{flex-wrap:wrap;gap:24px}.animation .scard{flex:1 1 90%}}@media(max-width:767px){.animation{padding:56px 0}.animation .wbox{padding:16px;border-radius:12px}.animation .hdr{grid:auto/1fr;grid-gap:16px;padding:0 0 32px}.animation .hdr .svg_{display:none}.animation .scard{border-radius:12px;gap:8px}.animation .scard .img img{height:auto}.animation .scard .num{font:800 var(--f50-)}.animation .scard .time:before{width:24px;height:24px}.animation .scard .content .margin-top{flex-direction:column}.animation .scard .content .btn{width:100%;max-width:100%}}
.animation{padding:100px 0;overflow:visible}.animation .wbox{padding:56px;position:relative;z-index:2}.animation .hdr{display:grid;grid:auto/7fr 2fr 10fr;grid-gap:32px;align-items:center;padding:0 0 56px}.animation .scards{display:flex;gap:16px}.animation .scard{flex:1 1 30%;overflow:hidden;border:1px solid rgba(151,162,219,.3490196078);background:rgba(236,238,248,.5019607843);border-radius:20px;padding:16px;display:flex;flex-direction:column;gap:16px}.animation .scard .img{margin:-16px -16px 0}.animation .scard .img img{width:100%;height:250px;object-fit:cover}.animation .scard .info{display:flex;justify-content:space-between;align-items:center}.animation .scard .num{font-weight:700;color:var(--fd)}.animation .scard .time{color:var(--97)}.animation .scard .time:before{margin:0 auto 4px;display:block;width:28px;height:28px;content:"";background:url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.5569 15.143C27.546 15.0172 27.5296 14.9297 27.5186 14.8641C27.5296 14.7328 27.546 14.607 27.5514 14.4703C27.5569 14.1148 27.5624 13.6992 27.5678 13.2617C27.5514 12.8297 27.4858 12.3758 27.4421 11.9547L27.3491 11.4898C27.1905 10.932 27.3382 10.7352 27.3382 10.7352L27.2178 10.3852L27.1467 10.0516C27.1467 10.0516 27.2288 10.2047 27.2014 10.0352C27.1796 9.89297 27.1249 9.76172 27.0374 9.64687C26.9116 9.42812 27.0538 9.83281 26.9772 9.66875C26.8952 9.50469 26.7749 9.14375 26.7092 8.93594C26.6546 8.75547 26.578 8.58594 26.496 8.41641L26.1952 7.80391L25.96 7.36641C25.9163 7.27344 25.8671 7.175 25.8178 7.0875L25.3585 6.28359C25.2819 6.125 24.9264 5.62734 24.9319 5.59453C24.828 5.37578 24.6803 5.18438 24.4999 5.02578L24.5491 4.98203C24.4178 4.8125 24.2811 4.64844 24.128 4.49531L23.7397 4.07422L23.6905 4.01953L23.7343 3.97578L23.4061 3.59844C23.3514 3.54922 23.2967 3.50547 23.2311 3.46719L22.7663 2.94219L22.7444 2.84375C22.3835 2.61406 21.9514 2.38438 21.4592 2.13281C21.2788 2.03984 20.9944 1.84297 20.628 1.68984L20.3928 1.58047L19.9225 1.37266C19.8077 1.32891 19.6928 1.27422 19.578 1.23594L19.2608 1.09922C19.2608 1.09922 19.3702 1.11016 19.3319 1.07734C19.3155 1.06641 19.3046 1.05547 19.2827 1.05C19.228 1.02266 19.1678 0.995312 19.1132 0.978906C19.0639 0.9625 18.9983 0.951562 18.878 0.924219C18.6319 0.869531 19.0311 1.03359 18.8561 0.984375C18.6811 0.935156 18.3311 0.771094 18.1124 0.710938C17.8936 0.65625 17.828 0.634375 17.56 0.56875L16.8928 0.388281L16.3897 0.317188L16.078 0.2625C15.7936 0.213281 15.4928 0.120312 15.296 0.109375L15.1483 0.0710937C15.0061 0.0546875 14.5632 0.0328125 14.3991 0L14.0163 0.0164063L13.0866 0.109375C12.8296 0.114844 12.578 0.147656 12.3319 0.207813L11.971 0.295312L11.6319 0.333594C11.6319 0.333594 11.796 0.2625 11.621 0.278906C11.4788 0.284375 11.3421 0.317188 11.2108 0.371875C10.9811 0.464844 11.3968 0.382812 11.2218 0.4375L11.1561 0.464844C10.9702 0.525 10.653 0.596094 10.4671 0.639844C10.2538 0.689062 10.1827 0.716406 9.92566 0.7875L9.28034 1.02266L8.82097 1.20859L8.77722 1.225L8.70613 1.25781C8.47644 1.36719 8.25222 1.48203 8.03894 1.61328L7.72722 1.79922C7.52488 1.88672 7.4155 1.94141 7.4155 1.94141C7.4155 1.94141 7.54128 1.81562 7.38816 1.89219C7.26238 1.95234 7.14753 2.03437 7.04909 2.13281C6.86316 2.29688 7.22956 2.07812 7.08191 2.1875C6.93425 2.29688 6.61159 2.48281 6.42019 2.59219C6.26706 2.69609 6.11394 2.81094 5.97722 2.93125L5.42488 3.33594C5.28269 3.44531 5.20613 3.53828 5.06394 3.66953L4.82878 3.87734C4.58816 4.06875 4.353 4.26562 4.13425 4.47891C3.95925 4.68125 3.76238 4.86719 3.55456 5.03672C3.49988 5.02031 3.23191 5.31016 3.09519 5.57266L3.04597 5.53984L2.66316 6.04844C2.54284 6.19609 2.43347 6.34922 2.33503 6.50781L2.29128 6.56797L2.23113 6.52969L1.94128 6.92891L1.84284 7.12031C1.68425 7.30078 1.56941 7.49219 1.44909 7.65078C1.35066 7.88594 1.43269 7.77656 1.36159 8.02266C1.30691 8.20859 1.28503 8.40547 1.2905 8.59688C1.2905 8.59688 1.17566 8.82656 0.94597 9.45547C0.732688 10.0898 0.913157 9.45 0.760032 10.2047C0.716282 10.6094 0.656126 11.0086 0.568626 11.4023C0.492063 11.7305 0.448313 12.0641 0.426438 12.3977C0.426438 12.3977 0.453782 12.7367 0.470188 12.8187C0.481126 12.95 0.497532 13.0813 0.524876 13.207C0.524876 13.207 0.524876 13.2398 0.530345 13.2727C0.46472 13.382 0.431907 13.5023 0.431907 13.6281C0.404563 13.8195 0.388157 14.0109 0.393626 14.2023V15.3945C0.410032 15.8266 0.492063 16.2695 0.535813 16.6906L0.628782 17.15C0.798313 17.7023 0.656126 17.8992 0.656126 17.8992L0.781907 18.2437L0.85847 18.5773C0.85847 18.5773 0.77097 18.4242 0.809251 18.5938C0.836595 18.7305 0.896751 18.8617 0.978782 18.9766C1.10456 19.1898 0.956907 18.7906 1.03894 18.9547C1.12097 19.1187 1.24675 19.4742 1.32331 19.6766C1.38347 19.8516 1.46003 20.0266 1.553 20.1852L1.87019 20.7867L2.11628 21.2133C2.16003 21.3062 2.21472 21.3937 2.27488 21.4812L2.75066 22.2688C2.82722 22.4273 3.22097 22.8922 3.21003 22.9359C3.31941 23.1492 3.47253 23.3406 3.65847 23.4883L3.60925 23.532C3.74597 23.6961 3.89363 23.8492 4.05769 23.9914L4.46238 24.3961L4.51159 24.4508L4.46784 24.5C4.58269 24.6203 4.68659 24.7461 4.81238 24.8555L4.99831 24.9703L5.47956 25.468L5.50691 25.5664C5.87331 25.7852 6.33816 25.9547 6.82488 26.2008C7.09831 26.343 7.38269 26.4742 7.67253 26.5836L7.90769 26.682L8.378 26.868C8.49284 26.9117 8.61316 26.9336 8.73347 26.9664L9.05066 27.0922C9.05066 27.0922 8.94128 27.0812 8.98503 27.1141C9.00144 27.125 9.01784 27.1359 9.03425 27.1414C9.08894 27.1687 9.14909 27.1906 9.20378 27.207C9.253 27.218 9.31316 27.2289 9.43347 27.2508C9.67956 27.2945 9.27488 27.1523 9.45534 27.1906C9.63581 27.2289 9.99128 27.3602 10.2046 27.4094C10.4178 27.4586 10.4889 27.4805 10.7514 27.5352C10.9702 27.5953 11.1944 27.6445 11.4186 27.6719L11.9108 27.7266L12.2171 27.7758C12.4741 27.8305 12.7311 27.8687 12.9882 27.8906L13.1249 27.907C13.2671 27.918 13.6991 27.9398 13.8632 27.9727C13.9889 27.9672 14.1147 27.9508 14.2405 27.9289L15.1593 27.8359C15.3561 27.8195 15.5585 27.7922 15.7499 27.7484L15.903 27.7156L16.2585 27.6281L16.5975 27.5898C16.5975 27.5898 16.4389 27.6609 16.6085 27.6445C16.7507 27.6391 16.8874 27.6008 17.0132 27.5297C17.2374 27.4312 16.8272 27.5297 16.9967 27.4641L17.0624 27.4422C17.2483 27.382 17.5546 27.3164 17.746 27.2727C17.9264 27.2344 18.1069 27.1797 18.2764 27.1086L18.9163 26.8789L19.3702 26.693L19.4139 26.6766L19.485 26.6383C19.9991 26.3703 20.1467 26.2773 20.1467 26.2773L20.4585 26.0914C20.5624 26.0477 20.6663 25.993 20.7593 25.9383C20.7593 25.9383 20.6389 26.0641 20.7866 25.9875C20.9124 25.9273 21.0272 25.8453 21.1202 25.7469C21.3061 25.5883 20.9452 25.7961 21.0874 25.6922C21.2296 25.5828 21.5577 25.4078 21.7382 25.2875C21.9186 25.1727 21.9678 25.1125 22.1757 24.9484L22.7116 24.5437L23.0616 24.2047L23.2913 24.0023C23.5319 23.8164 23.7616 23.6141 23.9749 23.4008C24.1499 23.1984 24.3413 23.0125 24.5491 22.8484C24.6093 22.8648 24.8499 22.5641 24.9975 22.307L25.0522 22.3453L25.4296 21.8422C25.5444 21.6945 25.6483 21.5414 25.7467 21.3828L25.7905 21.3281L25.8507 21.3664L26.135 20.9617L26.228 20.7703C26.3811 20.5898 26.4905 20.3984 26.6108 20.2398C26.7093 20.0047 26.6272 20.1141 26.6983 19.8734C26.753 19.6875 26.7694 19.4961 26.7585 19.3047C26.7585 19.3047 26.8733 19.075 27.0975 18.4516C27.3272 17.8281 27.1249 18.457 27.278 17.7078C27.4147 16.9586 27.3053 17.1555 27.4639 16.5211C27.5405 16.1984 27.5842 15.8648 27.6061 15.5367C27.6061 15.5586 27.5733 15.2195 27.5569 15.143ZM25.8725 15.1594C25.8671 15.2195 25.8616 15.2797 25.8671 15.3453C25.8014 15.7227 25.7194 16.1055 25.6319 16.5047L25.4514 17.0023C25.3639 17.3195 25.2546 17.6313 25.1124 17.932L25.0468 18.0797C24.91 18.5336 24.7022 18.9656 24.4233 19.3539C24.4233 19.3539 24.6585 18.7086 24.1827 19.6164L23.253 21.1641C23.1163 21.3664 22.9632 21.5578 22.7936 21.7328L22.3014 22.2578L21.6999 22.7609C21.3061 23.0945 20.896 23.3352 20.6389 23.5648C20.3655 23.7727 20.185 23.8875 20.185 23.8875C19.3866 24.407 18.528 24.8227 17.6311 25.1344C17.4124 25.2328 17.1936 25.2875 16.9858 25.3641L16.9694 25.3039L16.9202 25.3094L16.5428 25.3859C16.4007 25.4242 16.2585 25.4516 16.1163 25.468L16.1053 25.4023C15.9139 25.468 15.646 25.4953 15.6241 25.4516C15.6022 25.4078 15.1921 25.4898 15.0772 25.4734L14.4483 25.4516L14.235 25.457C14.1257 25.468 14.0108 25.4789 13.9014 25.4789L13.4366 25.457C13.3108 25.4625 13.1796 25.457 13.0538 25.4516C12.9061 25.4516 12.6491 25.3969 12.5233 25.3969C12.3975 25.3969 12.6874 25.4461 12.5178 25.4625C12.4249 25.4844 12.3264 25.4789 12.2335 25.4516C12.1186 25.4242 12.2389 25.3969 12.2389 25.3969L12.0093 25.3531H11.7577C11.5827 25.3422 11.4132 25.3203 11.2436 25.2766C10.9866 25.2273 10.7514 25.1891 10.6147 25.1781C10.4944 25.1672 10.3796 25.1508 10.2593 25.1234C9.71238 24.9102 9.18191 24.6641 8.67331 24.3797L8.6405 24.4398C8.21394 24.2102 7.79831 23.9586 7.39909 23.6797C7.35534 23.6523 7.31159 23.6195 7.26784 23.5867C6.86316 23.368 6.48034 23.1109 6.11941 22.8211C6.11941 22.8211 6.35456 22.9961 6.31081 22.9141L6.29988 22.9031L6.04831 22.7008C5.91706 22.6078 5.86784 22.5641 5.88425 22.5477L5.90066 22.5312L5.72566 22.3945C5.63269 22.3453 5.54519 22.2852 5.46316 22.225C5.38113 22.143 5.30456 22.0555 5.22253 21.9734L4.71941 21.4594L4.59909 21.268C4.51706 21.1258 4.46784 21.1367 4.46784 21.1367C4.51706 21.2297 4.56628 21.3172 4.62644 21.4047C4.40222 21.1203 4.19988 20.8141 3.98113 20.4969L3.92644 20.3109C3.92644 20.3109 4.01394 20.3766 3.95925 20.2891C3.9155 20.1797 3.84988 20.0813 3.77331 19.9937L3.75691 20.0047L3.70222 19.9883L3.31394 19.25L3.30847 19.1078L3.25378 18.8672L3.13894 18.5172C3.12253 18.457 3.11706 18.3914 3.12253 18.3258L3.01316 18.0086C2.98581 17.9484 2.96941 17.8828 2.94753 17.8227L2.93659 17.7406L2.91472 17.5984C2.89284 17.4781 2.86003 17.4453 2.83816 17.4344H2.82722L2.88191 17.7352C2.78347 17.3906 2.65222 17.2102 2.54831 16.8383C2.54831 16.7945 2.54831 16.7563 2.55925 16.707L2.57019 16.6414C2.57019 16.6414 2.62488 16.7344 2.60847 16.6359C2.59753 16.5211 2.57019 16.4008 2.52644 16.2914H2.50456L2.48269 16.275L2.45534 16.2531C2.42253 16.0125 2.34597 15.8102 2.31316 15.5805L2.29675 15.4602C2.25847 15.3617 2.22019 15.2578 2.19831 15.1539L2.22019 14.9187L2.10534 14.5469C2.11081 14.4812 2.12722 14.4156 2.14909 14.3555C2.12722 14.2188 2.09441 14.0766 2.05613 13.9398C2.05613 13.8305 2.07253 13.7648 2.07253 13.7047C1.9905 13.5898 2.14909 13.5297 2.06159 13.5023C2.078 13.393 2.07253 13.2781 2.05066 13.1687C2.06706 13.0594 2.03972 12.9008 2.10534 12.9445C2.17644 12.4578 2.28581 11.9656 2.40613 11.4516L2.58659 10.9484C2.67409 10.6258 2.78894 10.3141 2.93113 10.0078L2.99675 9.85469C3.06238 9.57031 3.17175 9.30234 3.33581 9.05625L3.63659 8.56953C3.64206 8.56953 3.3905 9.22031 3.88269 8.30703L4.82878 6.74844C4.97097 6.54609 5.12956 6.35469 5.30456 6.17969C5.63816 5.79688 6.01003 5.45234 6.41472 5.14609C6.82488 4.82891 7.22956 4.57188 7.49206 4.34766L7.95691 4.03047C8.77175 3.51641 9.64128 3.10625 10.5546 2.8L11.2163 2.58125L11.2327 2.64141L11.2819 2.63594L11.6647 2.55391L12.1022 2.48828L12.1132 2.55391C12.31 2.48281 12.578 2.46094 12.5999 2.49922C12.7858 2.51016 12.9718 2.51016 13.1577 2.49922L13.7921 2.51562L14.0053 2.51016H14.3389L14.8038 2.5375C14.9296 2.53203 15.0608 2.5375 15.1866 2.54844C15.3616 2.58672 15.5366 2.61953 15.7116 2.63594C15.8374 2.63594 15.553 2.58672 15.7225 2.57031C15.8155 2.55391 15.9139 2.55938 16.0069 2.58672C16.1218 2.61406 15.996 2.64141 15.996 2.64141L16.2257 2.69062C16.3077 2.69062 16.3952 2.69609 16.4772 2.7125C16.4772 2.7125 16.5921 2.72891 16.9858 2.81094C17.2428 2.87109 17.478 2.89844 17.6093 2.94219L17.9592 3.02422C18.2108 3.15 18.4788 3.25391 18.7358 3.39609L19.5178 3.85L19.5507 3.78984C19.9718 4.04688 20.3655 4.34766 20.7593 4.63203L20.8796 4.74688C21.1202 4.89453 21.3553 5.05312 21.585 5.21719C21.7327 5.32656 21.8694 5.45234 22.0007 5.58359C22.0007 5.58359 21.771 5.39766 21.8147 5.48516L21.8257 5.49609L22.0772 5.71484C22.2085 5.81328 22.2522 5.85703 22.2358 5.87344L22.2194 5.88984L22.3944 6.0375C22.4874 6.09219 22.5694 6.15781 22.646 6.22891L22.8757 6.49688L23.3678 7.03828C23.3678 7.03828 23.4007 7.09297 23.4772 7.24062C23.5483 7.38828 23.6085 7.37734 23.6085 7.37734L23.4608 7.09297C23.6632 7.39922 23.871 7.71641 24.0842 8.03906C24.1061 8.09922 24.1171 8.16484 24.128 8.23047C24.128 8.23047 24.046 8.15937 24.0897 8.25234C24.1335 8.36172 24.1936 8.46562 24.2702 8.55312L24.2866 8.54219L24.3413 8.56406C24.4616 8.82109 24.5928 9.07812 24.7022 9.32969V9.47734L24.7514 9.70156L24.8608 10.0625C24.8718 10.1281 24.8772 10.1883 24.8717 10.2539L24.9811 10.5766L25.0413 10.768L25.0522 10.85L25.0741 10.9922C25.0905 11.1125 25.1288 11.1508 25.1452 11.1617H25.1561L25.1069 10.85C25.2053 11.2055 25.3311 11.3914 25.4241 11.7688C25.4241 11.8125 25.4241 11.8563 25.4132 11.9L25.4077 11.9766C25.4077 11.9766 25.353 11.8836 25.3639 11.982C25.3694 12.1023 25.3968 12.2172 25.4405 12.3266H25.4624L25.4788 12.343L25.5061 12.3648C25.5335 12.6055 25.6046 12.8133 25.6374 13.0484L25.6538 13.1742C25.6975 13.2781 25.7303 13.382 25.7522 13.4859L25.7303 13.7211L25.8397 14.0984C25.8343 14.1641 25.8178 14.2297 25.7905 14.2898C25.8124 14.432 25.8397 14.5688 25.878 14.7109C25.878 14.793 25.8671 14.8695 25.8561 14.9516C25.9491 15.0719 25.7905 15.132 25.8725 15.1594Z' fill='%2397A2DB'/%3E%3Cpath d='M15.3624 10.2538C15.3515 10.221 15.3515 10.1882 15.3515 10.1554C15.3624 10.1062 15.3624 10.057 15.3515 10.0132C15.3351 9.98041 15.3296 10.057 15.2859 10.0132C15.2421 9.96947 15.2421 9.96947 15.2531 9.93666C15.264 9.90385 15.3078 9.93666 15.3078 9.93666C15.3078 9.93666 15.3078 9.91479 15.3187 9.87651L15.2859 9.81088C15.264 9.76713 15.2531 9.71791 15.2476 9.67416C15.2367 9.61947 15.2203 9.55932 15.1984 9.50463C15.182 9.47182 15.1601 9.44447 15.1437 9.41166C15.1765 9.26401 15.2093 9.11088 15.2312 8.94682H15.1601L15.2093 8.55854L15.2203 8.51479C15.1656 8.39994 15.1273 8.27416 15.1109 8.14838C15.1109 8.14838 15.1437 8.22494 15.171 8.20307L15.1492 8.11557C15.1273 8.07182 15.1273 8.05541 15.1492 8.05541H15.171L15.1546 7.99526C15.1328 7.97338 15.1164 7.94604 15.0999 7.91322L15.0835 7.82026L15.0398 7.62885C15.0507 7.61244 15.0617 7.59057 15.0671 7.56869C15.0835 7.52494 15.0289 7.51947 15.0289 7.51947L15.0015 7.60151C14.9906 7.50307 14.9851 7.40463 14.9851 7.30619L15.0453 7.25697C15.0453 7.25697 15.0835 7.28432 15.089 7.25697C15.0945 7.22416 15.0835 7.18588 15.0562 7.16401H15.0343L14.9906 7.1476C14.9906 7.07104 14.996 6.99994 15.007 6.92885L15.0507 6.89604L15.0781 6.83588L15.0945 6.73744C15.1109 6.71557 15.1273 6.69916 15.1492 6.68822C15.1546 6.64994 15.1601 6.6226 15.1601 6.60072L15.1492 6.55151L15.1601 6.52963C15.1601 6.51869 15.171 6.50776 15.1765 6.49135C15.182 6.47494 15.1601 6.4476 15.1437 6.44213H15.1382L15.1109 6.52416C15.0999 6.42572 15.0234 6.37651 15.0179 6.2726L15.0562 6.23979L15.0726 6.22338C15.0726 6.22338 15.1109 6.25072 15.1164 6.22338C15.1218 6.19057 15.1109 6.15776 15.0835 6.13041H15.0617H15.0453L15.0179 6.11947C15.0179 6.05385 14.9742 5.99916 14.9796 5.93901V5.90619L14.8976 5.82416L14.9304 5.76401L14.832 5.67104C14.8484 5.64916 14.8648 5.63276 14.8867 5.62182C14.8921 5.57807 14.8101 5.53979 14.8101 5.52338L14.821 5.46322C14.7281 5.43588 14.8867 5.41947 14.7992 5.41401C14.7992 5.41401 14.832 5.37026 14.7007 5.26635C14.5695 5.16244 14.5476 5.16791 14.5476 5.16791C14.5203 5.14604 14.4874 5.1351 14.4546 5.12416C14.3781 5.09682 14.3015 5.1351 14.296 5.20072C14.2906 5.27182 14.1593 5.2226 14.1593 5.2226C14.121 5.23901 14.0992 5.28276 14.1046 5.32104C14.1046 5.40307 14.0062 5.28822 13.957 5.2226C13.9078 5.15697 13.7492 5.20072 13.7109 5.19526C13.6726 5.19526 13.4374 5.09135 13.4046 5.18979C13.3828 5.25541 13.3773 5.32651 13.3937 5.39213C13.3937 5.39213 13.2187 5.34291 13.1859 5.47416C13.1749 5.51791 13.1585 5.56166 13.1476 5.60541C13.1039 5.79135 13.0765 5.98276 13.0656 6.17416C13.071 6.20697 13.082 6.24526 13.0874 6.28354C13.1093 6.41479 12.9234 6.45307 12.9234 6.45307L12.9562 6.5351C12.9562 6.56244 12.9507 6.58432 12.9453 6.61166C12.9453 6.61166 12.9015 6.57338 12.8906 6.61166C12.8796 6.64994 12.8796 6.64994 12.9234 6.70463C12.9671 6.75932 12.9671 6.66088 12.989 6.70463C12.9999 6.76479 12.9999 6.81947 12.989 6.87963C12.9835 6.92338 12.989 6.96166 12.9999 7.00541C13.0109 7.06557 12.9945 7.10385 12.9999 7.15854C13.0109 7.19682 13.0164 7.2351 13.0164 7.26791V7.33901C13.0054 7.42104 12.9726 7.50854 12.9671 7.54682C12.9617 7.57963 12.9671 7.72182 12.9179 7.72729C12.8687 7.73276 12.8578 7.82026 12.9015 7.88588H12.8359V8.02807L12.8195 8.15385L12.814 8.17026H12.7484L12.7156 8.27963L12.732 8.32885C12.7046 8.38354 12.6664 8.43276 12.6335 8.48197L12.5679 8.49838C12.639 8.59682 12.6992 8.70072 12.7429 8.81557C12.7648 8.88119 12.7812 8.94682 12.7921 9.01791C12.7921 9.03979 12.7976 9.05619 12.8031 9.0726C12.8085 9.11088 12.8195 9.14916 12.8304 9.18197L12.8632 9.26401C12.8632 9.29135 12.8578 9.31322 12.8523 9.34057C12.8523 9.34057 12.8249 9.31869 12.8085 9.32963C12.8031 9.32963 12.7976 9.3351 12.7976 9.34057C12.7921 9.35151 12.7921 9.36791 12.7976 9.38432C12.8085 9.40072 12.8195 9.4226 12.8304 9.43354C12.8742 9.48822 12.8742 9.38979 12.896 9.43354C12.907 9.49369 12.907 9.54838 12.896 9.60854C12.8906 9.65229 12.896 9.69057 12.907 9.73432C12.9179 9.79447 12.9015 9.83276 12.907 9.88744C12.9179 9.92572 12.9234 9.95854 12.9234 9.99682V10.0679C12.9124 10.1281 12.9015 10.1828 12.8796 10.2429L12.8742 10.2757C12.8742 10.3304 12.8632 10.3851 12.8414 10.4398C12.8578 10.4671 12.8687 10.4945 12.8851 10.5218C12.907 10.5874 12.9234 10.6531 12.9343 10.7242C12.9398 10.7788 12.9562 10.839 12.9726 10.8937L13.0054 10.9757C12.9999 11.0249 12.9945 11.0523 12.9945 11.0523C12.9945 11.0523 12.9507 11.014 12.9398 11.0523C12.9289 11.0906 12.9289 11.0906 12.9726 11.1453C13.0164 11.1999 13.0218 11.1015 13.0382 11.1453V11.1617C13.0437 11.2163 13.0437 11.2656 13.0382 11.3203C13.0328 11.364 13.0382 11.4023 13.0492 11.446C13.0601 11.5062 13.0437 11.5445 13.0492 11.5992C13.0546 11.6374 13.0601 11.6703 13.0656 11.7085V11.7195V11.7359C13.071 11.7906 13.0874 11.8507 13.1039 11.9054L13.1367 11.9874C13.1367 12.0367 13.1257 12.064 13.1257 12.064C13.1257 12.064 13.082 12.0257 13.071 12.064C13.0601 12.1023 13.0601 12.1023 13.1039 12.157C13.1476 12.2117 13.1531 12.1132 13.1695 12.157C13.1804 12.2171 13.1804 12.2718 13.1695 12.332C13.164 12.3757 13.1695 12.414 13.1804 12.4578C13.1914 12.5179 13.1749 12.5562 13.1804 12.6109C13.1859 12.6492 13.1914 12.682 13.1968 12.7203V12.7913C13.1859 12.8734 13.1531 12.9609 13.1476 12.9992C13.1421 13.032 13.1476 13.1742 13.0984 13.1796C13.0492 13.1851 13.0382 13.2726 13.082 13.3382H13.0164V13.4804L12.9999 13.6062L12.9945 13.6226H12.9234L12.8906 13.732L12.907 13.7812C12.8742 13.8304 12.8414 13.8796 12.8085 13.9234C12.8249 13.9781 12.8523 13.9507 12.8906 14.0054L12.9015 14.0109L12.8468 14.0273L12.8085 14.0382C12.7812 14.1367 12.5351 14.1257 12.5351 14.1257C12.5351 14.1257 12.6117 13.9945 12.4257 14.082C12.3164 14.1367 12.2234 14.2296 12.1632 14.339C12.0429 14.432 11.9062 14.4976 11.7585 14.5304C11.6328 14.5523 11.5179 14.6234 11.4359 14.7218L10.9765 15.0445L10.8835 15.1538L10.8507 15.0992H10.8398L10.7632 15.121L10.6867 15.1648L10.6539 15.1101C10.6374 15.1648 10.5882 15.1757 10.5609 15.1429C10.5335 15.1046 10.4624 15.1484 10.4406 15.1538C10.4242 15.1593 10.3531 15.1593 10.3093 15.1757L10.271 15.1921C10.2546 15.2031 10.2328 15.2195 10.2218 15.2414C10.1999 15.2632 10.1671 15.2632 10.1398 15.2906C10.1124 15.3179 10.107 15.3288 10.0796 15.3343C10.0523 15.3453 10.0031 15.3617 9.98666 15.389C9.97026 15.4163 10.0249 15.389 10.0195 15.4437C10.014 15.4984 10.014 15.4984 9.98666 15.4984C9.95932 15.5038 9.95932 15.4546 9.95932 15.4546L9.91557 15.4656L9.88823 15.5203C9.87182 15.5531 9.84448 15.5804 9.81713 15.6078C9.78432 15.6406 9.75698 15.6788 9.7351 15.7171L9.70229 15.7992C9.58744 15.8265 9.4726 15.8593 9.35776 15.8976L9.39057 15.9578L9.11713 16.0562L9.08432 16.0617C9.04057 16.1492 8.98041 16.2312 8.90385 16.2913C8.90385 16.2913 8.93666 16.2312 8.90385 16.2203L8.8601 16.2749C8.84369 16.3078 8.83276 16.3187 8.82182 16.2968L8.81088 16.2749L8.78354 16.3132C8.77807 16.3406 8.7726 16.3679 8.75619 16.3898L8.70151 16.439L8.60307 16.5484C8.58666 16.5484 8.57026 16.5484 8.55385 16.5484C8.52104 16.5484 8.54291 16.6031 8.54291 16.6031L8.60854 16.5976C8.55385 16.6413 8.49369 16.6851 8.42807 16.7234L8.36791 16.6906C8.36791 16.6906 8.36791 16.6468 8.34604 16.6578C8.31869 16.6687 8.30229 16.6906 8.30229 16.7179L8.31323 16.7343L8.32963 16.7726C8.28041 16.7999 8.23119 16.8218 8.18198 16.8437L8.13823 16.8163H8.08354L8.01244 16.8382C7.99057 16.8328 7.97416 16.8218 7.95776 16.8109L7.89213 16.8328L7.86479 16.8601H7.84838H7.81557C7.78823 16.8601 7.79369 16.8929 7.79916 16.9038V16.9148L7.86479 16.9093C7.8101 16.9531 7.8101 17.0406 7.74994 17.0788L7.71713 17.057L7.69526 17.046C7.69526 17.046 7.69526 17.0023 7.67338 17.0078C7.64604 17.0187 7.62963 17.0406 7.62963 17.0679L7.64057 17.0843V17.1007L7.64604 17.1226C7.60229 17.1445 7.59135 17.2046 7.5476 17.221L7.52573 17.232L7.51479 17.3304H7.4601L7.44916 17.4507C7.42729 17.4453 7.40541 17.4343 7.38901 17.4234C7.35619 17.4343 7.37807 17.5218 7.35619 17.5218L7.31244 17.5382C7.33979 17.6257 7.25229 17.4999 7.29057 17.582C7.29057 17.582 7.24682 17.571 7.24135 17.7242C7.23588 17.8773 7.25229 17.8937 7.25229 17.8937C7.25229 17.9265 7.25776 17.9593 7.26869 17.9867C7.29057 18.0632 7.35073 18.1179 7.39994 18.096C7.44916 18.0742 7.47651 18.2054 7.47651 18.2054C7.49838 18.2328 7.54213 18.2382 7.56948 18.2163C7.62416 18.1835 7.59682 18.3148 7.57494 18.3859C7.55307 18.4515 7.65698 18.5773 7.67338 18.6101C7.68979 18.6429 7.73901 18.889 7.81557 18.8835C7.87026 18.8781 7.91948 18.8562 7.95229 18.8124C7.95229 18.8124 8.00151 18.982 8.11088 18.9656L8.20932 18.9492C8.35151 18.9163 8.48823 18.8671 8.61948 18.807L8.67963 18.7468C8.75073 18.6757 8.87104 18.8288 8.87104 18.8288L8.90932 18.7687L8.96401 18.7523C8.96401 18.7523 8.96401 18.807 8.99135 18.796C9.01869 18.7851 9.02416 18.796 9.0351 18.7359C9.04604 18.6757 8.98588 18.7085 9.00229 18.6812C9.0351 18.6484 9.07338 18.6265 9.11713 18.6156C9.14448 18.6046 9.17182 18.5828 9.1937 18.5609C9.22651 18.5281 9.26479 18.5281 9.29213 18.5007C9.31401 18.4788 9.33041 18.4624 9.35776 18.446L9.40698 18.4242C9.46166 18.4078 9.51088 18.3968 9.56557 18.3913C9.59291 18.3804 9.68041 18.3312 9.70776 18.364C9.7351 18.4023 9.79526 18.3804 9.8226 18.3203L9.85541 18.3749L9.94838 18.3203L10.0414 18.2874H10.0578L10.0906 18.3421L10.1781 18.3312L10.1999 18.2984C10.2492 18.3038 10.3039 18.3148 10.3531 18.3312L10.3968 18.3804C10.4242 18.2874 10.4624 18.1945 10.5171 18.107C10.5499 18.0632 10.5828 18.0249 10.6265 17.9867L10.6593 17.9538C10.6812 17.932 10.7031 17.9101 10.7195 17.8882L10.7578 17.8281L10.8124 17.8117C10.8124 17.8117 10.8124 17.8445 10.8289 17.8554H10.8398C10.8562 17.8554 10.8617 17.8554 10.8671 17.8445C10.8726 17.8281 10.8781 17.8117 10.8835 17.7953C10.8999 17.7406 10.8343 17.7679 10.8507 17.7406C10.8671 17.7078 10.9273 17.6859 10.9656 17.6749C10.9929 17.664 11.0203 17.6421 11.0421 17.6203C11.0749 17.5874 11.1078 17.5874 11.1406 17.5601C11.1624 17.5382 11.1789 17.5218 11.2062 17.5054L11.2554 17.4835C11.3046 17.4726 11.3539 17.4671 11.4085 17.4671L11.4304 17.4617C11.4523 17.4562 11.5179 17.4179 11.5507 17.4234L11.5835 17.3578C11.6164 17.314 11.6546 17.2757 11.6929 17.2374C11.7257 17.2101 11.7585 17.1773 11.7804 17.139L11.8187 17.0788L11.8734 17.0624C11.8734 17.0624 11.8734 17.1117 11.9007 17.1062C11.9281 17.1007 11.9335 17.1007 11.9445 17.046C11.9554 16.9914 11.8953 17.0187 11.9117 16.9914L11.9171 16.9804C11.9445 16.9531 11.9828 16.9367 12.0156 16.9203C12.0429 16.9093 12.0703 16.8874 12.0921 16.8656C12.1249 16.8328 12.1578 16.8328 12.1906 16.8054C12.2124 16.7835 12.2289 16.7671 12.2562 16.7507H12.2617L12.2726 16.7398C12.3054 16.7124 12.3382 16.6796 12.3601 16.6413L12.3984 16.5812L12.4531 16.5648C12.4531 16.5648 12.4531 16.6195 12.4804 16.6085C12.5078 16.6031 12.5132 16.6085 12.5242 16.5484C12.5351 16.4882 12.4749 16.521 12.4914 16.4937C12.5242 16.4609 12.5624 16.439 12.6062 16.4281C12.6335 16.4171 12.6609 16.3953 12.6828 16.3734C12.7156 16.3406 12.7484 16.3406 12.7812 16.3132C12.7976 16.2913 12.8195 16.2749 12.8414 16.2585L12.8906 16.2367C12.9507 16.2148 13.0218 16.2093 13.0492 16.1984C13.0765 16.1874 13.164 16.1382 13.1914 16.171C13.2187 16.2038 13.2843 16.1874 13.3062 16.1273L13.339 16.182L13.432 16.1273L13.5249 16.0945H13.5414L13.5796 16.1546L13.6671 16.1437L13.689 16.1109C13.7382 16.1163 13.7874 16.1273 13.8367 16.1437C13.864 16.1109 13.8312 16.0999 13.8476 16.0453C13.8531 15.9796 13.8476 15.9085 13.8257 15.8429C13.8804 15.8374 13.9296 15.8156 13.9734 15.7882C14.0664 15.7335 13.9734 15.7882 14.0609 15.6789C14.1484 15.5695 14.0718 15.5203 14.1867 15.4929C14.2468 15.482 14.3015 15.4492 14.3289 15.3945C14.3289 15.3562 14.3343 15.3234 14.3453 15.2906C14.3507 15.2796 14.3507 15.2687 14.3507 15.2632C14.3671 15.2632 14.3835 15.2687 14.3999 15.2687C14.482 15.2906 14.3343 15.3015 14.6296 15.3507C14.7226 15.3671 14.6953 15.3835 14.7937 15.3124C14.821 15.2632 14.8484 15.214 14.8867 15.1757C14.9523 15.1538 14.8648 15.0828 14.9523 15.0937C14.9796 14.9679 15.007 14.8367 15.0289 14.6999L15.0781 14.5632L15.1218 14.3007L15.1328 14.257C15.0562 14.1585 15.1929 13.8796 15.1929 13.8796C15.1929 13.8796 15.2695 14.0601 15.2859 13.7867C15.2968 13.6226 15.264 13.4585 15.1929 13.3054C15.171 13.1085 15.1874 12.9062 15.2312 12.7093C15.2749 12.5453 15.2749 12.3703 15.2257 12.2062L15.1765 11.4515C15.1601 11.3859 15.1437 11.3312 15.1273 11.271H15.1929L15.1984 11.2601L15.2148 11.1617V11.0468H15.2804C15.2421 10.9921 15.2531 10.921 15.2968 10.9156C15.3406 10.9101 15.3406 10.8007 15.346 10.7679C15.3679 10.7132 15.3843 10.6585 15.3953 10.5984C15.3953 10.582 15.3953 10.5601 15.3953 10.5437C15.3898 10.5109 15.3843 10.4835 15.3789 10.4562C15.3515 10.3359 15.3679 10.3031 15.3624 10.2538Z' fill='%2397A2DB'/%3E%3C/svg%3E") center/contain no-repeat}.animation .scard .content{flex:1}.animation .scard .margin-top{margin-top:auto;display:flex;gap:8px}.animation .scard .margin-top .btn{flex:1;min-width:100px;padding:0;margin:0}.animation+.animation:before{content:"";width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='1034' height='1034' viewBox='0 0 1034 1034' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M517 0C231.469 0 0 231.469 0 517C0 802.531 231.469 1034 517 1034C802.531 1034 1034 802.531 1034 517C1034 231.469 802.531 0 517 0ZM517 751.346C387.582 751.346 282.665 646.429 282.665 517.011C282.665 387.594 387.582 282.676 517 282.676C646.418 282.676 751.335 387.594 751.335 517.011C751.335 646.429 646.429 751.346 517 751.346Z' fill='white' fill-opacity='0.05'/%3E%3C/svg%3E") var(--container-margin) -25vh/100vh 100vh no-repeat,var(--23);position:absolute;top:calc(-50% - 50px);left:0;z-index:1}@media(max-width:1500px){.animation .wbox{padding:56px 24px 24px}}@media(max-width:1199px){.animation .wbox{padding:24px}.animation .scards{flex-wrap:wrap;gap:24px}.animation .scard{flex:1 1 90%}}@media(max-width:767px){.animation{padding:56px 0}.animation .wbox{padding:16px;border-radius:12px}.animation .hdr{grid:auto/1fr;grid-gap:16px;padding:0 0 32px}.animation .hdr .svg_{display:none}.animation .scard{border-radius:12px;gap:8px}.animation .scard .img img{height:auto}.animation .scard .num{font:800 var(--f50-)}.animation .scard .time:before{width:24px;height:24px}.animation .scard .content .margin-top{flex-direction:column}.animation .scard .content .btn{width:100%;max-width:100%}}
.white-block{overflow:visible;padding:100px 0}.white-block.pad-2{padding-top:100px !important}.white-block.bpad-100{margin-bottom:-300px}.white-block.bpad-100 .container{position:relative;z-index:1}.white-block.bpad-100+.block{padding-top:300px}.white-block .wbox{padding:56px;display:grid;grid:auto/64fr 70fr;grid-gap:100px;background:var(--ff);color:var(--0a)}.white-block .wbox.bg-d{background:var(--0a);color:var(--ff)}.white-block .wbox.ratio-1-2{grid:auto/64fr 82fr}.white-block .wbox.ratio-2-1{grid:auto/82fr 64fr}.white-block .text__image{--s:56px;grid:auto/6fr 5fr;grid-gap:var(--s)}.white-block .text__image .r{position:relative}.white-block .text__image .r img{max-width:calc(100% + var(--s));position:absolute;inset:50% calc(0px - var(--s)) auto auto;transform:translateY(-50%)}.white-block .text__text .l{position:relative}.white-block .text__text .l .special{display:inline-block;padding:0 0 60px}.white-block .text__text .l .special:after{position:absolute;right:-32px;bottom:0;margin:16px 0 0 auto;width:180px;height:123px;background:url("data:image/svg+xml,%3Csvg width='180' height='123' viewBox='0 0 180 123' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M120.255 28.8139C120.846 28.1667 121.422 27.5476 121.985 26.9168C125.758 22.6881 130.159 19.2795 135.174 16.6161C139.207 14.3967 143.47 12.5183 147.768 10.8759C154.806 8.18915 162.162 6.1963 169.636 5.20805C168.229 5.0048 166.919 4.55389 165.546 4.23849C164.391 3.97449 163.198 3.63106 162.176 2.98157C161.703 2.68019 161.314 1.84614 161.332 1.26675C161.361 0.39064 162.153 -0.064939 163.01 0.00748577C164.17 0.107946 165.342 0.269155 166.467 0.568199C170.31 1.58448 174.135 2.66617 177.962 3.73852C178.41 3.86468 178.869 4.01888 179.256 4.26653C180.09 4.7992 180.242 5.68233 179.614 6.46965C179.281 6.88785 178.836 7.23595 178.393 7.54434C174.683 10.1236 170.969 12.6982 167.233 15.2401C166.598 15.6723 165.884 16.1068 165.15 16.2376C164.66 16.3241 163.835 16.0157 163.601 15.6232C163.371 15.2377 163.51 14.3733 163.819 13.9831C164.283 13.3991 165.021 13.0206 165.675 12.6024C167.798 11.245 169.971 9.97407 172.052 8.56295C166.898 9.22179 161.733 10.4203 156.725 11.8221C149.577 13.8219 142.622 16.518 136.072 20.0107C131.685 22.3494 127.82 25.3048 124.525 29.0124C124.218 29.3582 123.953 29.739 123.546 30.2624C124.071 30.6549 124.507 31.0614 125.013 31.3511C132.392 35.5727 138.689 41.1237 144.544 47.2051C149.552 52.4103 152.345 58.7767 154.009 65.6781C154.735 68.6942 154.349 71.701 153.39 74.6447C150.597 83.2259 142.498 89.6554 133.461 90.403C130.492 90.6483 127.736 89.8166 125.151 88.4335C118.409 84.8286 113.74 79.3383 110.879 72.3435C107.706 64.5894 107.242 56.6577 109.789 48.6139C111.486 43.2568 113.553 38.0679 116.785 33.4117C116.956 33.1664 117.042 32.865 117.167 32.594C96.1359 21.9031 62.7151 30.4259 50.0297 54.0457C50.2921 54.1906 50.5452 54.3611 50.8194 54.4803C68.452 62.0755 79.879 75.2054 85.5714 93.3794C86.7666 97.1969 87.172 101.134 86.326 105.129C85.3534 109.715 82.9185 113.306 78.89 115.691C71.3861 120.137 63.5939 120.511 55.9423 116.324C46.9714 111.415 41.3259 103.755 38.373 93.9892C34.9984 82.8264 36.8662 72.1566 40.9907 61.634C41.5344 60.2462 42.1883 58.9519 42.7741 57.5852C42.7976 57.5315 42.821 57.4684 42.7952 57.4146C42.7624 57.3445 42.6687 57.3329 42.589 57.3305C38.216 57.2347 34.1055 57.8095 30.0348 59.4799C16.9088 64.8627 8.91976 74.7592 4.98969 88.1321C4.23508 90.6997 4.32178 93.3327 4.73189 95.9937C5.82397 103.056 8.31513 109.481 12.899 115.055C14.6028 117.125 16.5807 118.84 18.7883 120.338C19.4421 120.782 20.5834 121.191 20.0866 122.235C19.5898 123.277 18.3641 123.071 17.5884 122.688C15.6784 121.742 13.7169 120.845 12.114 119.415C10.4454 117.924 8.90336 116.289 7.53943 114.516C5.48651 111.85 3.98432 108.934 2.78913 105.804C1.44864 102.297 0.354218 98.6243 0.0519048 94.8653C-0.0723014 93.328 0.0448703 91.5992 0.208916 90.0549C0.398741 88.2653 0.804171 86.5014 1.38302 84.7982C6.78013 68.9255 17.3423 58.3889 33.6626 53.8565C36.6834 53.0178 39.8096 52.6416 42.9312 53.0131C44.6958 53.2234 45.5512 52.5622 46.4371 51.1324C52.9544 40.6028 61.991 32.9444 73.5187 28.3863C88.6531 22.4031 103.865 21.8261 119.039 28.384C119.393 28.5335 119.761 28.6386 120.255 28.8139ZM47.5573 57.9263C45.1341 62.2788 43.824 66.5705 42.514 70.8857C40.044 79.0089 40.4728 87.0434 43.2546 94.933C46.1558 103.159 51.3397 109.647 59.3147 113.516C65.0774 116.312 70.9432 116.055 76.6332 113.07C79.9985 111.303 82.1358 108.572 82.942 104.837C83.8442 100.657 83.092 96.6338 81.6952 92.7089C76.4645 78.0113 66.5749 67.3672 52.8864 60.0967C51.26 59.2346 49.4625 58.6926 47.5573 57.9263ZM120.546 33.9C119.82 34.9116 119.149 35.7526 118.58 36.6568C116.035 40.6985 114.333 45.1141 112.901 49.6442C111.12 55.277 111.038 60.9541 112.512 66.6476C114.554 74.5256 118.945 80.7051 126.023 84.8777C128.43 86.2981 131.029 87.0738 133.845 86.6532C140.051 85.7257 144.954 82.6932 148.265 77.3502C150.33 74.021 151.433 70.339 150.447 66.4351C148.966 60.578 146.568 55.0994 142.399 50.5927C136.765 44.5043 130.415 39.2781 123.147 35.2106C122.348 34.7644 121.512 34.3836 120.546 33.9Z' fill='%23FD9B01'/%3E%3C/svg%3E") center/contain no-repeat;content:""}.white-block .text__text .r .special{position:relative;text-align:center}.white-block .text__text .r .special:after{background:url("data:image/svg+xml,%3Csvg width='122' height='8' viewBox='0 0 122 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M103.649 2.2332C102.284 2.0673 100.855 1.90628 99.3785 1.7268C97.8849 1.58305 96.3403 1.44567 94.735 1.28834C91.526 0.961265 88.085 0.782273 84.4747 0.544943C77.2283 0.180452 69.2568 -0.0203154 60.8926 0.10894C52.5253 0.263012 44.5623 0.718035 37.3362 1.3256C33.7295 1.68053 30.2932 1.9806 27.1069 2.39921C25.5091 2.59536 23.9609 2.79755 22.4777 2.98245C21.0025 3.20608 19.5798 3.41093 18.2193 3.62332C7.3874 5.30367 0.808474 7.00984 0.887314 7.39718C0.969515 7.86049 7.66588 6.9493 18.5043 5.83639C19.8559 5.69845 21.2833 5.55715 22.762 5.40948C24.2376 5.28662 25.7782 5.14647 27.3809 5.01388C30.5661 4.70845 33.9779 4.50613 37.574 4.23806C44.7542 3.8012 52.6556 3.43941 60.9607 3.2778C69.2614 3.15341 77.169 3.25829 84.3591 3.46483C87.9536 3.62469 91.3679 3.71229 94.5672 3.91226C96.1691 3.99363 97.7074 4.07987 99.1961 4.16007C100.682 4.2651 102.105 4.36257 103.455 4.451C114.317 5.21715 121.04 5.94623 121.111 5.4638C121.146 5.07762 114.53 3.5683 103.649 2.2332Z' fill='%23FD9B01'/%3E%3C/svg%3E") center/contain no-repeat;width:122px;height:8px;position:absolute;top:100%;left:calc(50% - 61px);content:""}.white-block .text__text .r .special~p{text-align:center}.white-block .wpcf7{width:100%;max-width:500px}@media(max-width:1199px){.white-block{overflow:hidden}.white-block.pad-2{padding-top:100px !important}.white-block .wbox{padding:32px;grid-gap:32px}.white-block .text__text{grid:auto/1fr !important;grid-gap:32px}.white-block .text__text .l .special{padding:0 0 60px}.white-block .text__text .l .special:after{height:56px;width:90px;transform:translate(50%,20%) rotate(165deg);right:50%}.white-block .wpcf7{max-width:400px}}@media(max-width:767px){.white-block{padding:56px 0 !important}.white-block.pad-2{padding-top:56px !important}.white-block .wbox{border-radius:12px;padding:16px;grid-gap:32px}.white-block .text__image{grid:auto/1fr}.white-block .text__image .r img{max-width:calc(100% + 32px);transform:none;position:relative;right:auto;top:auto;margin:0 -16px -32px}}
.our-features{padding:100px 0}.our-features .hdr{padding:0 0 56px}.our-features h2,.our-features h3{text-transform:capitalize}.our-features .special{position:relative}.our-features .special:after{background:url("data:image/svg+xml,%3Csvg width='249' height='15' viewBox='0 0 249 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M212.042 3.32404C209.201 3.07554 206.23 2.83684 203.157 2.56801C200.053 2.36018 196.844 2.16441 193.507 1.93625C186.836 1.45884 179.7 1.23827 172.208 0.92281C157.181 0.479428 140.672 0.331329 123.384 0.752629C106.093 1.21611 89.6682 2.18042 74.7837 3.38574C67.3599 4.07501 60.2828 4.6671 53.7351 5.45427C50.4502 5.82564 47.2685 6.20607 44.2197 6.55559C41.1911 6.97064 38.2695 7.35253 35.4771 7.74574C13.2443 10.8582 -0.188695 13.9118 0.0141719 14.5671C0.231791 15.3511 13.9894 13.6435 36.294 11.4935C39.0754 11.2269 42.0136 10.9527 45.0569 10.6664C48.0965 10.4223 51.269 10.1474 54.5705 9.88369C61.1274 9.28858 68.1639 8.86292 75.5748 8.32127C90.3819 7.40668 106.688 6.60203 123.851 6.12726C141.008 5.71575 157.375 5.70272 172.269 5.87948C179.72 6.06389 186.792 6.13004 193.43 6.39204C196.752 6.49141 199.942 6.60057 203.03 6.70069C206.114 6.84299 209.069 6.97399 211.868 7.09144C234.415 8.12895 248.397 9.20352 248.495 8.38331C248.526 7.72729 234.686 5.32637 212.042 3.32404Z' fill='%23495DC1'/%3E%3C/svg%3E") center no-repeat;width:249px;height:15px;position:absolute;top:110%;left:-15%;content:""}.our-features .scard{flex:1 1 21%;padding:24px;gap:8px}.our-features .scard .f24{margin:8px 0 0}.our-features .scards{display:flex;flex-wrap:wrap;gap:24px}.our-features .scards.columns-3 .scard{flex:1 1 31%}.our-features.bg-o{color:var(--ff)}.our-features.bg-o .scards{gap:0;background:rgba(151,162,219,.2);border-radius:20px;overflow:hidden;backdrop-filter:blur(5px)}.our-features.bg-o .scard{margin:-1px 0 0 -1px;border-radius:0;background:rgba(0,0,0,0);box-shadow:inset 0 1px 0 rgba(236,238,248,.1019607843),inset 1px 0 0 rgba(236,238,248,.1019607843)}@media(max-width:1199px){.our-features .scard{flex:1 1 30%;padding:16px}.our-features .scards{gap:16px}.our-features .scards.columns-3 .scard{flex:1 1 41%}}@media(max-width:767px){.our-features{padding:56px 0}.our-features .scard{flex:1 1 90%;display:grid;grid:auto/50px 1fr;gap:4px 16px}.our-features .scard img{grid-row:1/3}.our-features .scard .f24{margin:0}}
.faq{padding:100px 0}.faq .container{display:grid;grid:auto/7fr 9fr;grid-gap:56px}.faq .f__{display:flex;flex-direction:column;gap:16px}.faq .fhdr{padding:0 32px 8px}.faq .qa .q{padding:16px 80px 16px 32px;position:relative;cursor:pointer;transition:var(--tr)}.faq .qa .q:after{position:absolute;top:calc(50% - 16px);right:32px;width:32px;height:32px;border-radius:32px;background:url("data:image/svg+xml,%3Csvg width='15' height='18' viewBox='0 0 15 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8852 9.69913C14.0729 9.88686 14.1784 10.1415 14.1784 10.407C14.1784 10.6725 14.0729 10.9271 13.8852 11.1148L8.22255 16.7774C8.03482 16.9652 7.78021 17.0706 7.51472 17.0706C7.24923 17.0706 6.99462 16.9652 6.80689 16.7774L1.14424 11.1148C0.956507 10.9271 0.851042 10.6725 0.851042 10.407C0.851043 10.1415 0.956507 9.88686 1.14424 9.69913C1.33196 9.5114 1.58658 9.40594 1.85207 9.40594C2.11756 9.40594 2.37217 9.51141 2.5599 9.69913L6.51385 13.6531L6.51385 1.91299C6.51841 1.65055 6.62586 1.40041 6.81306 1.21643C7.00027 1.03245 7.25224 0.929358 7.51472 0.929358C7.7772 0.929358 8.02917 1.03245 8.21637 1.21643C8.40358 1.40041 8.51103 1.65055 8.51559 1.91299L8.51559 13.6531L12.4695 9.69913C12.6573 9.51141 12.9119 9.40594 13.1774 9.40594C13.4429 9.40594 13.6975 9.51141 13.8852 9.69913Z' fill='white'/%3E%3C/svg%3E") center no-repeat,var(--fd);content:"";transition:var(--tr)}@media(pointer:fine){.faq .qa .q:hover{color:var(--49)}.faq .qa .q:hover:after{transform:rotate(-45deg)}}.faq .qa .a{padding:0 32px 16px}.faq .qa.active .q:after{transform:rotate(-180deg)}.faq .qa+.fhdr{margin:40px 0 0}@media(max-width:1199px){.faq .fhdr{padding:0 0 0 16px}.faq .container{grid:auto/1fr}}@media(max-width:767px){.faq{padding:56px 0}.faq .container{grid-gap:32px}.faq .qa .q{padding:16px 48px 16px 16px}.faq .qa .q:after{right:16px}.faq .qa .a{padding:0 16px 16px}}