@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{scroll-behavior:smooth}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}html,body{overflow-x:visible;overflow-y:scroll;margin:0;padding:0}body{overflow-y:hidden;overflow-x:hidden}html::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track{background:#212121}html::-webkit-scrollbar-thumb{background:#fff;border-radius:6px}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.btn-cal[data-v-bb05c8de]{font-family:Inter,"sans-serif";background-color:#447f47;color:#fff;width:214px;height:56px;padding:16px 24px;display:flex;align-items:center;justify-content:center;gap:10px;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.btn-cal[data-v-bb05c8de]:hover{background-color:#529855}[data-v-03f36d4b]{font-family:Inter,sans-serif}.modal-overlay[data-v-2bdc37f9]{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;overflow:hidden}.modal-overlay .modal-container[data-v-2bdc37f9]{max-width:700px;max-height:670px;flex:1;background:#1d1d20;border-radius:8px;padding:35px;color:#fff;align-items:start;position:relative;display:flex;flex-direction:column;gap:24px}.modal-overlay .modal-container .close-btn[data-v-2bdc37f9]{position:absolute;top:10px;right:10px;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.modal-overlay .modal-container .section-1[data-v-2bdc37f9]{background-color:#212123;padding:12px 20px;display:flex;align-items:center;height:43px;gap:20px;width:180px;border-radius:10px}.modal-overlay .modal-container .section-1 p[data-v-2bdc37f9]{font-size:15px;color:#fff}.modal-overlay .modal-container .title[data-v-2bdc37f9]{font-size:28px;font-weight:600;line-height:50px;max-width:100%}.modal-overlay .modal-container .description[data-v-2bdc37f9]{font-size:15px;line-height:27px;color:#b0b0b0}.modal-overlay .modal-container .video-wrapper[data-v-2bdc37f9]{position:relative;width:100%;height:400px;overflow:hidden;border-radius:8px}.modal-overlay .modal-container .video-wrapper .skeleton-loader[data-v-2bdc37f9]{width:100%;height:400px;background:linear-gradient(90deg,#555 25%,#666,#555 75%);background-size:200% 100%;animation:shimmer-2bdc37f9 1s infinite;border-radius:8px}.modal-overlay .modal-container .video-wrapper[data-v-2bdc37f9]>*{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width: 680px){.modal-overlay .modal-container[data-v-2bdc37f9]{max-width:540px;padding-bottom:10px;height:540px;gap:12px}.modal-overlay .video-wrapper[data-v-2bdc37f9]{height:300px}}@media (max-width: 550px){.modal-overlay .modal-container[data-v-2bdc37f9]{max-width:400px;padding:20px 30px 30px;height:500px;gap:10px}.modal-overlay .modal-container .section-1[data-v-2bdc37f9]{padding:8px 16px;width:150px;height:30px}.modal-overlay .modal-container .section-1 p[data-v-2bdc37f9]{font-size:12px;text-wrap:nowrap}.modal-overlay .modal-container .title[data-v-2bdc37f9]{font-size:24px;line-height:36px}.modal-overlay .modal-container .description[data-v-2bdc37f9]{font-size:12px}.modal-overlay .video-wrapper[data-v-2bdc37f9]{height:220px}}@media (max-width: 410px){.modal-overlay .modal-container[data-v-2bdc37f9]{padding-bottom:40px;max-width:320px}}@keyframes shimmer-2bdc37f9{0%{background-position:200% 0}to{background-position:-200% 0}}.hero[data-v-c9e30000]{display:flex;align-items:center;justify-content:center;width:100%;background-color:#161618;flex-direction:row}.hero .container[data-v-c9e30000]{max-width:1440px;margin:0 auto;display:flex;gap:48px;width:100%;min-height:650px}.hero .container .left-side[data-v-c9e30000]{flex:1;display:flex;flex-direction:column;align-items:start;gap:50px;padding:90px 40px 60px 100px;width:720px}.hero .container .left-side .section-2[data-v-c9e30000],.hero .container .left-side .section-3[data-v-c9e30000],.hero .container .left-side .section-4[data-v-c9e30000]{width:100%;display:flex;gap:12px}.hero .container .left-side .section-1[data-v-c9e30000]{background-color:#212123;padding:12px 20px;display:flex;gap:16px;align-items:center;max-height:43px;flex:1;border-radius:10px}.hero .container .left-side .section-1 p[data-v-c9e30000]{font-size:15px;color:#fff}.hero .container .left-side .section-1 .view[data-v-c9e30000]{color:#7dba80;display:flex;align-items:center;cursor:pointer}.hero .container .left-side .section-1 .view img[data-v-c9e30000]{margin-top:2px}.hero .container .left-side .section-2 h1[data-v-c9e30000]{width:580px;font-size:48px;font-weight:600;line-height:64px;color:#fff}.hero .container .left-side .section-3 h3[data-v-c9e30000]{width:580px;font-size:15px;font-weight:400;line-height:22px;color:#b0b0b0}.hero .container .left-side .section-4[data-v-c9e30000]{gap:16px;margin-top:10px}.hero .container .left-side .section-4 .btn-2[data-v-c9e30000]{font-family:Inter,"sans-serif";padding:16px 24px;width:167px;background-color:#161618;height:56px;cursor:pointer;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:16px;line-height:19px;transition:background-color .2s}.hero .container .left-side .section-4 .btn-2[data-v-c9e30000]:hover{background-color:#fff;color:#000}.hero .container .right-side[data-v-c9e30000]{flex:1;display:flex;justify-content:center;align-items:center}.hero .container .right-side img[data-v-c9e30000]{width:720px;height:650px;object-fit:cover}@media (max-width: 1150px){.hero .container .right-side[data-v-c9e30000]{display:none}.hero .container .left-side[data-v-c9e30000]{display:flex;justify-content:center;align-items:center;margin-bottom:0;width:100%;padding:40px;height:auto;gap:30px;text-align:center}.hero .container .left-side .section-2[data-v-c9e30000]{display:flex;justify-content:center}.hero .container .left-side .section-2 h1[data-v-c9e30000]{font-size:44px;width:auto;text-align:start}.hero .container .left-side .section-3 h3[data-v-c9e30000]{width:auto;font-size:20px;line-height:30px}.hero .container .left-side .section-4[data-v-c9e30000]{display:flex;justify-content:center}}@media (max-width: 768px){.hero .container[data-v-c9e30000]{flex-direction:column;align-items:center;gap:30px;padding-bottom:0}.hero .container .left-side[data-v-c9e30000]{width:100%;padding:40px 16px}.hero .container .left-side .section-2[data-v-c9e30000]{display:flex;justify-content:center}.hero .container .left-side .section-2 h1[data-v-c9e30000]{font-size:44px;width:auto;text-align:center}.hero .container .left-side .section-3 h3[data-v-c9e30000]{font-size:18px;line-height:36px}.hero .container .right-side[data-v-c9e30000]{display:block;width:100%;height:auto}.hero .container .right-side img[data-v-c9e30000]{width:100%;height:auto;max-width:720px;aspect-ratio:720/650}}@media (max-width: 480px){.hero .container[data-v-c9e30000]{gap:10px}.hero .container .left-side[data-v-c9e30000]{flex-direction:column}.hero .container .left-side .section-1[data-v-c9e30000]{align-self:start}.hero .container .left-side .section-1 .view span[data-v-c9e30000]{display:none}.hero .container .left-side .section-1 p[data-v-c9e30000]{flex:1;font-size:15px}.hero .container .left-side .section-2 h1[data-v-c9e30000]{text-align:start;font-size:36px;line-height:48px}.hero .container .left-side .section-3 h3[data-v-c9e30000]{text-align:start;line-height:27px}.hero .container .left-side .section-4[data-v-c9e30000]{display:flex;flex-direction:column}.hero .container .left-side .section-4 .btn-1[data-v-c9e30000],.hero .container .left-side .section-4 .btn-2[data-v-c9e30000]{width:100%}}.hero[data-v-64610973]{display:flex;align-items:center;justify-content:center;padding:40px 100px;background-color:#18181b;min-height:850px;gap:40px}.hero .left-side[data-v-64610973]{flex:1;max-width:720px;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero .left-side .image-container[data-v-64610973]{width:580px;min-height:730px;position:relative}.hero .left-side .image-container .comment[data-v-64610973]{background-color:#447f5c;font-family:Inter,sans-serif;position:absolute;right:0;bottom:4%;padding:50px 24px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom-left-radius:10px;border-top-left-radius:10px;max-height:185px;min-width:350px}.hero .left-side .image-container .comment h2[data-v-64610973]{color:#9fcfa1;font-size:18px;font-weight:500}@media (max-width: 420px){.hero .left-side .image-container .comment h2[data-v-64610973]{font-size:110px}}.hero .left-side .image-container .comment h1[data-v-64610973]{color:#fff;font-size:86px;font-weight:600}.hero .left-side .image-container .vector[data-v-64610973]{width:100%;height:100%;object-fit:contain}.hero .left-side .controllers[data-v-64610973]{margin-top:10px;display:none;align-items:center;justify-content:space-between;gap:10px}.hero .left-side .controllers .prev[data-v-64610973],.hero .left-side .controllers .next[data-v-64610973]{width:47%;height:51px;border-radius:8px;gap:16px 24px;border:none;cursor:pointer;font-weight:400;font-size:16px;color:#fff}.hero .left-side .controllers .prev[data-v-64610973]{font-family:Inter,"sans-serif";background-color:#161618;border:1px solid rgba(255,255,255,.1);transition:background-color .2s}.hero .left-side .controllers .prev[data-v-64610973]:hover{background-color:#fff;color:#000}.hero .left-side .controllers .next[data-v-64610973]{font-family:Inter,"sans-serif";background-color:#447f47;transition:background-color .2s}.hero .left-side .controllers .next[data-v-64610973]:hover{background-color:#529855}.hero .right[data-v-64610973]{flex:1;display:flex;flex-direction:column;width:620px;max-width:720px;height:730px;gap:12px}.hero .right .section-1[data-v-64610973]{background-color:#212123;padding:12px 20px;height:42px;width:205px;border-radius:10px;display:flex;gap:12px;align-items:center}.hero .right .section-1 p[data-v-64610973]{font-size:15px;color:#fff}.hero .right h1[data-v-64610973]{font-size:32px;line-height:50px;color:#fff;font-weight:600}.hero .right .description[data-v-64610973]{font-weight:400;font-size:16px;line-height:27px;margin-bottom:20px}.hero .right .features[data-v-64610973]{display:flex;flex-direction:column;gap:24px}.hero .right .features .feature[data-v-64610973]{background:#1f1f1f;padding:24px;gap:10px;width:620px;min-height:146px;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.hero .right .features .feature h3[data-v-64610973]{font-size:22px;line-height:28px;font-weight:600;margin-bottom:10px;color:#fff}.hero .right .features .feature p[data-v-64610973]{font-size:16px;line-height:27px;font-weight:400;color:#b0b0b0}.hero .right .features .feature.active[data-v-64610973]{background-color:#447f47;transition:background-color .7s ease}.hero .right .features .feature.active p[data-v-64610973]{color:#f1f1f1e6}@media (max-width: 1200px){.hero[data-v-64610973]{flex-direction:column-reverse;align-items:center}.hero .left-side .image-container .comment[data-v-64610973]{bottom:11%}.hero .left-side .controllers[data-v-64610973]{display:flex}.hero .right[data-v-64610973]{display:flex;flex-direction:column;align-items:center}.hero .right h1[data-v-64610973],.hero .right .description[data-v-64610973]{text-align:center}.hero .right .features .feature[data-v-64610973]{display:none}.hero .right .features .feature.active[data-v-64610973]{background-color:#447f47;display:flex;flex-direction:column;align-items:start}}@media (max-width: 680px){.hero[data-v-64610973]{padding:60px 20px}.hero .left-side .image-container[data-v-64610973]{width:100%;min-height:auto}.hero .left-side .image-container .vector[data-v-64610973]{height:auto}.hero .left-side .controllers[data-v-64610973]{flex-direction:row;gap:10px}.hero .left-side .controllers .prev[data-v-64610973],.hero .left-side .controllers .next[data-v-64610973],.hero .right[data-v-64610973]{width:100%}.hero .right .section-1[data-v-64610973]{width:auto;align-self:start;text-align:center}.hero .right h1[data-v-64610973]{text-align:start;font-size:32px;line-height:45px}.hero .right .description[data-v-64610973]{text-align:start}.hero .right .features .feature[data-v-64610973]{gap:0;width:100%}.hero .right .features .feature p[data-v-64610973]{font-size:14px}}@media (max-width: 480px){.hero[data-v-64610973]{flex-direction:column-reverse;padding:40px 16px}.hero .left-side .image-container[data-v-64610973]{width:100%;min-height:auto}.hero .left-side .image-container .comment[data-v-64610973]{bottom:14%;padding:28px 18px 18px;min-width:0;width:60%;height:25%}.hero .left-side .image-container .comment h1[data-v-64610973]{font-size:46px}.hero .left-side .image-container .comment h2[data-v-64610973]{font-size:14px;text-wrap:nowrap}}@media (max-width: 480px) and (max-width: 420px){.hero .left-side .image-container .comment h2[data-v-64610973]{font-size:12px}}@media (max-width: 480px){.hero .left-side .image-container .vector[data-v-64610973]{height:auto}.hero .left-side .controllers[data-v-64610973]{flex-direction:row;gap:10px}.hero .left-side .controllers .prev[data-v-64610973],.hero .left-side .controllers .next[data-v-64610973],.hero .right[data-v-64610973]{width:100%}.hero .right .section-1[data-v-64610973]{width:auto;align-self:start;text-align:center}.hero .right h1[data-v-64610973]{text-align:start;font-size:28px;line-height:40px}.hero .right .description[data-v-64610973]{text-align:start;line-height:27px;font-size:16px}.hero .right .features .feature[data-v-64610973]{width:100%}.hero .right .features .feature h3[data-v-64610973]{margin-bottom:4px;font-size:22px;line-height:28px}.hero .right .features .feature p[data-v-64610973]{font-size:14px;font-weight:400}}.roles-section[data-v-7b0579ee]{display:flex;flex-direction:column;align-items:center;padding:60px 100px;background-color:#161618;gap:32px;min-height:1040px;color:#fff}.roles-section .header[data-v-7b0579ee]{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;width:700px;height:220px}.roles-section .header .section-1[data-v-7b0579ee]{background-color:#212123;padding:12px 20px;height:42px;width:173px;border-radius:10px;display:flex;gap:12px;align-items:center}.roles-section .header .section-1 p[data-v-7b0579ee]{font-size:15px;color:#fff}.roles-section .header h1[data-v-7b0579ee]{font-size:32px;line-height:50px;font-weight:600;color:#fff}.roles-section .header p[data-v-7b0579ee]{font-size:16px;font-weight:400;color:gray}.roles-section .roles[data-v-7b0579ee]{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:820px;height:42px}.roles-section .roles .button[data-v-7b0579ee]{background:#212123;color:#fff;display:flex;align-items:center;justify-content:center;padding:12px 20px;min-width:72px;height:42px;border-radius:8px;cursor:pointer;transition:background-color .3s ease,flex .5s ease-in-out}.roles-section .roles .button.active[data-v-7b0579ee]{background:#5eb263;color:#212123}.roles-section .roles .button[data-v-7b0579ee]:hover{flex:1;white-space:nowrap;background-color:#343436;color:#fff;transition:background-color .3s ease,flex .5s ease-out}.roles-section .roles .button .role-short[data-v-7b0579ee]{overflow:hidden;text-overflow:fade;white-space:nowrap;transition:flex .7s ease-in-out}.roles-section .roles .button .always-short[data-v-7b0579ee]{display:none}@media (max-width: 840px){.roles-section .roles .button[data-v-7b0579ee]{flex:unset}.roles-section .roles .button[data-v-7b0579ee]:hover{flex:unset;background-color:#343436;color:#fff}.roles-section .roles .button.active[data-v-7b0579ee]{background:#5eb263;color:#212123}.roles-section .roles .button .role-short[data-v-7b0579ee]{display:none}.roles-section .roles .button .always-short[data-v-7b0579ee]{display:block}}.roles-section .scrollable-roles[data-v-7b0579ee]::-webkit-scrollbar{margin-top:200px;height:8px}.roles-section .scrollable-roles[data-v-7b0579ee]::-webkit-scrollbar-track{background-color:#353535;border-radius:10px}.roles-section .scrollable-roles[data-v-7b0579ee]::-webkit-scrollbar-thumb{background-color:#fff;border-radius:10px}.roles-section .scrollable-roles[data-v-7b0579ee]{display:flex;gap:20px;overflow-x:scroll;scroll-behavior:smooth;width:96%;max-width:1300px;padding:0 10px 30px;margin:30px auto;position:relative;box-sizing:border-box}.roles-section .scrollable-roles .role-card[data-v-7b0579ee]{display:flex;gap:20px;max-width:1200px}.roles-section .scrollable-roles .role-card .left[data-v-7b0579ee]{flex:1;background-color:#1b1b1d;width:555px;min-height:575px;padding:46px 40px;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between}.roles-section .scrollable-roles .role-card .left h1[data-v-7b0579ee]{font-size:30px;line-height:50px;font-weight:600;margin-bottom:16px}.roles-section .scrollable-roles .role-card .left .subtitle[data-v-7b0579ee]{display:flex;flex-direction:column;align-self:start;gap:20px;color:#b0b0b0;padding:0;margin-bottom:50px}.roles-section .scrollable-roles .role-card .left .subtitle-item[data-v-7b0579ee]{display:flex;gap:10px;color:#b0b0b0}.roles-section .scrollable-roles .role-card .left .subtitle-item img[data-v-7b0579ee]{width:24px;height:24px}.roles-section .scrollable-roles .role-card .left .subtitle-item span[data-v-7b0579ee]{font-size:16px;color:#b0b0b0}.roles-section .scrollable-roles .role-card .left .cta-button[data-v-7b0579ee]{font-family:Inter,"sans-serif";background:#447f47;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;width:214px;max-height:56px;padding:16px 24px;border:none;border-radius:8px;cursor:pointer;font-weight:700;font-size:16px;margin-top:24px;transition:background-color .2s}.roles-section .scrollable-roles .role-card .left .cta-button[data-v-7b0579ee]:hover{background-color:#529855}.roles-section .scrollable-roles .role-card .right[data-v-7b0579ee]{display:flex;align-items:center;justify-content:center;width:610px;border-radius:12px;box-shadow:0 4px 10px #0000001a}.roles-section .scrollable-roles .role-card .right img[data-v-7b0579ee]{max-width:100%;height:100%;object-fit:cover;border-radius:6px;box-shadow:0 4px 10px #00000080}@media (max-width: 1200px){.roles-section .scrollable-roles[data-v-7b0579ee]{align-items:center}.roles-section .scrollable-roles .role-card[data-v-7b0579ee]{display:flex;flex-direction:column}.roles-section .scrollable-roles .role-card .left .cta-button[data-v-7b0579ee]{width:100%}.roles-section .scrollable-roles .role-card .right[data-v-7b0579ee]{width:555px}}@media (max-width: 720px){.roles-section[data-v-7b0579ee]{padding:60px 30px}.roles-section .header[data-v-7b0579ee]{padding:0;align-items:start;width:100%}.roles-section .header .section-1[data-v-7b0579ee]{align-self:start}.roles-section .header h1[data-v-7b0579ee]{font-size:28px;text-align:start}.roles-section .header p[data-v-7b0579ee]{font-size:16px;text-align:start}.roles-section .roles[data-v-7b0579ee]{display:grid;grid-template-columns:repeat(4,1fr);padding:0 16px}.roles-section .roles .button[data-v-7b0579ee]{min-width:60px}.roles-section .scrollable-roles[data-v-7b0579ee]{margin-top:40px;gap:40px}.roles-section .scrollable-roles .role-card[data-v-7b0579ee]{max-width:500px}.roles-section .scrollable-roles .role-card .right[data-v-7b0579ee]{padding:0;background-color:#161618}.roles-section .scrollable-roles .role-card .right img[data-v-7b0579ee]{width:100%;min-height:auto;background-color:#161618}}@media (max-width: 550px){.roles-section[data-v-7b0579ee]{padding:40px 0;gap:50px}.roles-section .header[data-v-7b0579ee]{padding:0 16px;align-items:start;width:100%;flex:1}.roles-section .header .section-1[data-v-7b0579ee]{align-self:start;width:auto}.roles-section .header h1[data-v-7b0579ee]{font-size:28px;line-height:40px;text-align:start;text-wrap:wrap}.roles-section .header p[data-v-7b0579ee]{font-size:15px;line-height:27px;text-align:start;width:100%;max-height:40px}.roles-section .header .desc[data-v-7b0579ee]{margin-bottom:20px}.roles-section .roles[data-v-7b0579ee]{margin-top:10px;display:grid;grid-template-columns:repeat(4,1fr);padding:0 20px;gap:8px}.roles-section .scrollable-roles[data-v-7b0579ee]{padding-inline:16px;margin-top:20px;gap:20px;align-items:start}.roles-section .scrollable-roles .role-card[data-v-7b0579ee]{flex-direction:column;align-items:center;gap:20px;justify-content:space-between}.roles-section .scrollable-roles .role-card .left[data-v-7b0579ee]{width:360px;height:550px;max-height:570px;padding:24px}.roles-section .scrollable-roles .role-card .left h1[data-v-7b0579ee]{font-size:22px;line-height:28px;margin-bottom:30px;min-height:100px}.roles-section .scrollable-roles .role-card .left .subtitle[data-v-7b0579ee]{font-size:15px;line-height:27px;min-height:300px}.roles-section .scrollable-roles .role-card .left .cta-button[data-v-7b0579ee]{margin-top:0}.roles-section .scrollable-roles .role-card .right[data-v-7b0579ee]{padding:0;width:100%}.roles-section .scrollable-roles .role-card .right img[data-v-7b0579ee]{width:100%;height:auto}}@media (max-width: 380px){.roles-section .roles[data-v-7b0579ee]{margin-top:32px}}.metrics-section[data-v-27cf3ee4]{display:flex;align-items:center;justify-content:center;width:100%;background-color:#141415;padding:60px 100px;min-height:675px}.metrics-section .container[data-v-27cf3ee4]{max-width:1440px;margin:0 auto;display:flex;align-items:stretch;gap:40px;width:100%;min-height:575px}.metrics-section .image-container[data-v-27cf3ee4]{flex:1;display:flex;width:605px;min-height:575px;height:100%;justify-content:center;align-items:center;padding:0}.metrics-section .image-container img[data-v-27cf3ee4]{width:100%;height:100%;border-radius:8px;box-shadow:0 4px 12px #0003}.metrics-section .content-container[data-v-27cf3ee4]{flex:1;display:flex;width:605px;min-height:575px;height:100%;border-radius:8px;padding:46px 40px;background-color:#161618;flex-direction:column;color:#fff}.metrics-section .content-container .badge[data-v-27cf3ee4]{display:inline-flex;align-items:center;gap:8px;width:168px;justify-content:center;height:42px;background-color:#1f1f1f;padding:12px 20px;border-radius:8px;font-size:14px}.metrics-section .content-container .title[data-v-27cf3ee4]{font-size:32px;font-weight:600;margin:20px 0;line-height:1.4}.metrics-section .content-container .description[data-v-27cf3ee4]{font-size:16px;color:#b0b0b0;line-height:1.8;margin-bottom:84px}@media (max-width: 1280px){.metrics-section[data-v-27cf3ee4]{flex-direction:column-reverse;gap:10px;justify-content:center;align-items:center}.metrics-section .image-container[data-v-27cf3ee4]{display:none}.metrics-section .content-container[data-v-27cf3ee4]{width:100%}}@media (max-width: 680px){.metrics-section[data-v-27cf3ee4]{padding:60px 20px 10px;gap:0;margin-bottom:0}.metrics-section .content-container[data-v-27cf3ee4]{padding:40px 24px}.metrics-section .content-container .action-button[data-v-27cf3ee4]{margin-top:30px}.metrics-section .image-container[data-v-27cf3ee4]{display:flex;margin:0;width:100%;height:auto}.metrics-section .image-container img[data-v-27cf3ee4]{margin:0;width:100%;height:auto;max-width:720px;aspect-ratio:720/650}}@media (max-width: 500px){.metrics-section[data-v-27cf3ee4]{padding:30px 16px 10px}.metrics-section .image-container[data-v-27cf3ee4]{display:none}.metrics-section .content-container[data-v-27cf3ee4]{margin-bottom:40px}.metrics-section .content-container .title[data-v-27cf3ee4]{font-size:28px;line-height:40px}.metrics-section .content-container .description[data-v-27cf3ee4]{font-size:16px;line-height:27px}}.footer[data-v-eb62e999]{background-color:#181816;color:#fff;display:flex;flex-direction:column;align-items:center;width:100%;margin:0;padding:0}.footer .main[data-v-eb62e999]{max-width:1440px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center}.footer .main .contact-section[data-v-eb62e999]{text-align:center;padding:60px 100px;gap:12px;display:flex;flex-direction:column;align-items:center}.footer .main .contact-section .contact-button[data-v-eb62e999]{display:inline-flex;align-items:center;gap:12px;justify-content:center;width:183px;height:42px;background-color:#212123;padding:12px 25px;border-radius:8px;border:none;font-size:14px;font-weight:500;margin-right:60px}.footer .main .contact-section .contact-button p[data-v-eb62e999]{margin-top:1px;font-size:16px;color:#fff}.footer .main .contact-section .title[data-v-eb62e999]{font-size:32px;font-weight:600;margin:16px 60px 16px 0}.footer .main .contact-section .description[data-v-eb62e999]{font-size:16px;color:#9ca3af;line-height:1.8;margin-bottom:40px}.footer .main .contact-section .contact-info[data-v-eb62e999]{display:flex;justify-content:center;gap:100px;width:1240px;flex-wrap:wrap}.footer .main .contact-section .contact-info .vert-line[data-v-eb62e999]{margin-right:20px}.footer .main .contact-section .contact-info .horiz-line[data-v-eb62e999]{display:none}.footer .main .contact-section .contact-info .contact-item[data-v-eb62e999]{text-align:center;display:flex;flex-direction:column;align-items:start;width:250px}.footer .main .contact-section .contact-info .contact-item .icon[data-v-eb62e999]{font-size:24px;width:24px;height:24px;margin-bottom:20px;display:inline-block}.footer .main .contact-section .contact-info .contact-item h3[data-v-eb62e999]{font-size:18px;margin-bottom:8px}.footer .main .contact-section .contact-info .contact-item p[data-v-eb62e999]{font-size:14px;color:#9ca3af;margin-bottom:20px;text-align:start}.footer .main .contact-section .contact-info .contact-item a[data-v-eb62e999]{color:#fff;font-weight:600;text-decoration:underline;font-size:14px}.footer .main .contact-section .contact-info .contact-item a[data-v-eb62e999]:hover{text-decoration:underline}.footer .bottom-section[data-v-eb62e999]{width:100%;background-color:#161618;padding:32px 100px;display:flex;flex-direction:column}.footer .bottom-section .footer-up[data-v-eb62e999]{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;width:100%}.footer .bottom-section hr[data-v-eb62e999]{margin:10px auto 20px;border:none;border-top:1px solid #9ca3af;max-width:1440px;width:100%}.footer .bottom-section .footer-down[data-v-eb62e999]{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;width:100%}.footer .bottom-section .footer-down .cont-copy[data-v-eb62e999]{display:flex;gap:30px}.footer .bottom-section .footer-nav[data-v-eb62e999]{display:flex;justify-content:center;gap:40px;margin-bottom:20px}.footer .bottom-section .footer-nav a[data-v-eb62e999]{color:#9ca3af;font-size:14px;text-decoration:none;display:flex;align-items:center;gap:8px}.footer .bottom-section .footer-nav a img[data-v-eb62e999]{transform:translateY(-2px)}.footer .bottom-section .footer-nav a[data-v-eb62e999]:hover{font-weight:600;color:#fff}.footer .bottom-section .legal-links[data-v-eb62e999]{display:flex;justify-content:center;gap:20px;cursor:pointer;margin-bottom:10px}.footer .bottom-section .legal-links a[data-v-eb62e999]{font-size:12px;color:#9ca3af;text-decoration:none}.footer .bottom-section .legal-links a[data-v-eb62e999]:hover{text-decoration:underline}.footer .bottom-section .copyright[data-v-eb62e999]{font-size:12px;color:#9ca3af}@media (max-width: 1280px){.footer .main .contact-section img[data-v-eb62e999]{display:none}.footer .main .contact-section .circle[data-v-eb62e999]{display:flex}.footer .main .contact-section .contact-info[data-v-eb62e999]{display:flex;width:100%;flex-direction:column;gap:40px;align-items:center}.footer .main .contact-section .title[data-v-eb62e999],.footer .main .contact-section .description[data-v-eb62e999],.footer .main .contact-section .contact-button[data-v-eb62e999]{text-align:center;word-break:break-word;width:auto;margin:0}.footer .main .contact-section .description[data-v-eb62e999]{margin-bottom:20px}}@media (max-width: 780px){.footer .bottom-section[data-v-eb62e999]{padding:20px 40px}.footer .bottom-section .footer-up[data-v-eb62e999]{flex-direction:column;align-items:center;gap:20px}.footer .bottom-section .footer-down[data-v-eb62e999]{flex-direction:column;align-items:center;gap:10px}.footer .main .contact-section .description[data-v-eb62e999]{margin-bottom:30px}.footer .main .contact-section .contact-info .horiz-line[data-v-eb62e999]{display:flex}}@media (max-width: 480px){.footer .main .contact-section[data-v-eb62e999]{padding:40px 16px;flex-direction:column;display:flex}.footer .main .contact-section .contact-info[data-v-eb62e999]{flex-direction:column;align-items:start}.footer .main .contact-section .contact-info .contact-item[data-v-eb62e999]{width:100%}.footer .main .contact-section .contact-info .horiz-line[data-v-eb62e999]{display:flex}.footer .main .contact-section .title[data-v-eb62e999]{font-size:28px;line-height:40px}.footer .main .contact-section .description[data-v-eb62e999]{font-size:16px;line-height:27px}.footer .main .contact-section .title[data-v-eb62e999],.footer .main .contact-section .description[data-v-eb62e999],.footer .main .contact-section .contact-button[data-v-eb62e999]{text-align:start;align-self:start;word-break:break-word;width:auto;margin:0}.footer .main .contact-section .description[data-v-eb62e999]{margin-bottom:40px}.footer .bottom-section[data-v-eb62e999]{padding:10px 16px}.footer .bottom-section .footer-up .footer-nav[data-v-eb62e999]{flex-direction:column;text-align:start;align-self:start}.footer .bottom-section .footer-up .footer-nav a[data-v-eb62e999]{align-self:start}}.container[data-v-b9363690]{background-color:#18181b;display:flex;width:100%;flex-direction:column;align-items:center;padding:60px 120px;gap:42px}.container .header[data-v-b9363690]{display:flex;flex-direction:column;justify-content:space-between}.container .header .inner[data-v-b9363690]{display:flex;flex-direction:column;gap:12px;align-items:center}.container .header .inner .section-1[data-v-b9363690]{background-color:#212123;padding:12px 20px;max-height:42px;border-radius:10px;display:flex;flex:1;gap:12px;justify-content:center;align-items:center}.container .header .inner .section-1 p[data-v-b9363690]{text-wrap:nowrap;font-size:15px;color:#fff}.container .header .inner .title[data-v-b9363690]{font-weight:600;font-size:32px;color:#fff;text-align:center}.container .content[data-v-b9363690]{display:flex;align-items:center;justify-content:center;gap:24px}.container .content .team-card[data-v-b9363690]{max-width:400px;height:660px;color:#aeaeae;border:1px solid rgba(255,255,255,.2);border-radius:8px}.container .content .team-card .image-wrapper[data-v-b9363690]{position:relative}.container .content .team-card .image-wrapper .team-img[data-v-b9363690]{display:block}.container .content .team-card .image-wrapper .title-on-image[data-v-b9363690]{position:absolute;bottom:0;background-color:#fff;color:#000;padding:16px;font-weight:700;font-size:16px}.container .content .team-card .card-content[data-v-b9363690]{height:50%;display:flex;flex-direction:column;justify-content:space-between;padding:24px}.container .content .team-card .card-content .card-body[data-v-b9363690]{display:flex;flex-direction:column;gap:16px}.container .content .team-card .card-content .card-body h3[data-v-b9363690]{color:#fff;font-weight:600;font-size:24px}.container .content .team-card .card-content .card-body .description[data-v-b9363690]{display:flex;flex-direction:column;gap:16px;padding:0 0 0 12px;margin:0}.container .content .team-card .card-content a[data-v-b9363690]{display:flex;align-items:center;justify-content:flex-start;gap:10px;color:#fff;font-weight:400;font-size:12px;text-decoration:underline}@media (max-width: 768px){.container[data-v-b9363690]{padding:40px 20px}.container .content[data-v-b9363690]{flex-direction:column;align-items:stretch}.container .content .team-card[data-v-b9363690]{max-width:100%;height:auto}}.modal-overlay[data-v-1b916f71]{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;overflow:hidden}.modal-overlay .modal-container[data-v-1b916f71]{max-width:534px;max-height:380px;flex:1;background:#1d1d20;border-radius:8px;padding:35px;color:#fff;align-items:start;position:relative;display:flex;flex-direction:column;gap:24px}.modal-overlay .modal-container .close-btn[data-v-1b916f71]{position:absolute;top:10px;right:10px;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.modal-overlay .modal-container .section-1[data-v-1b916f71]{background-color:#212123;padding:12px 20px;display:flex;align-items:center;height:43px;gap:20px;min-width:180px;border-radius:10px}.modal-overlay .modal-container .section-1 p[data-v-1b916f71]{font-size:15px;color:#fff}.modal-overlay .modal-container .title[data-v-1b916f71]{font-size:32px;font-weight:600;line-height:46px;max-width:100%}.modal-overlay .modal-container .description[data-v-1b916f71]{font-size:16px;line-height:27px;color:#b0b0b0}.modal-overlay .modal-container a[data-v-1b916f71]{width:100%}.modal-overlay .modal-container a .btn[data-v-1b916f71]{font-family:Inter,"sans-serif";background-color:#447f47;color:#fff;width:100%;height:56px;padding:16px 24px;display:flex;align-items:center;justify-content:center;gap:10px;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.modal-overlay .modal-container a .btn span[data-v-1b916f71]{font-size:16px;line-height:19px}.modal-overlay .modal-container a .btn[data-v-1b916f71]:hover{background-color:#529855}@media (max-width: 640px){.modal-overlay .modal-container[data-v-1b916f71]{max-width:420px;padding:30px}.modal-overlay .modal-container .title[data-v-1b916f71]{font-size:26px;line-height:42px}}@media (max-width: 440px){.modal-overlay .modal-container[data-v-1b916f71]{max-width:340px;max-height:420px;gap:18px}.modal-overlay .modal-container a .btn[data-v-1b916f71]{height:52px}.modal-overlay .modal-container a .btn span[data-v-1b916f71]{font-size:15px}}.modal-overlay[data-v-f62d3b70]{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;overflow:hidden}.modal-overlay .modal-container[data-v-f62d3b70]{max-width:534px;max-height:540px;flex:1;background:#1d1d20;border-radius:8px;padding:32px;color:#fff;align-items:start;position:relative;display:flex;flex-direction:column;gap:14px}.modal-overlay .modal-container .close-btn[data-v-f62d3b70]{position:absolute;top:10px;right:10px;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.modal-overlay .modal-container .section-1[data-v-f62d3b70]{background-color:#212123;padding:12px 20px;display:flex;align-items:center;height:43px;gap:20px;min-width:180px;border-radius:10px}.modal-overlay .modal-container .section-1 p[data-v-f62d3b70]{font-size:15px;color:#fff}.modal-overlay .modal-container .title[data-v-f62d3b70]{font-size:32px;font-weight:600;line-height:50px;max-width:100%}.modal-overlay .modal-container .description[data-v-f62d3b70]{font-size:15px;line-height:27px;color:#b0b0b0;transform:translateY(-6px)}.modal-overlay .modal-container .form-section[data-v-f62d3b70]{display:flex;flex-direction:column;gap:20px;width:100%}.modal-overlay .modal-container .form-section .input-container[data-v-f62d3b70]{display:flex;flex-direction:column;gap:4px;width:98%}.modal-overlay .modal-container .form-section .input-container label[data-v-f62d3b70]{font-size:14px;font-weight:400;color:#fff}.modal-overlay .modal-container .form-section .input-container .input-wrapper[data-v-f62d3b70]{display:flex;align-items:center;border-radius:6px;padding:12px 16px;background-color:#212123;border:1px solid rgba(255,255,255,.12)}.modal-overlay .modal-container .form-section .input-container .input-wrapper input[data-v-f62d3b70]{flex:1;background:none;border:none;color:#fff;font-size:15px;width:100%}.modal-overlay .modal-container .form-section .input-container .input-wrapper input[data-v-f62d3b70]:focus{outline:none}.modal-overlay .modal-container .form-section .input-container .input-wrapper .copied[data-v-f62d3b70]{display:flex;align-items:center}.modal-overlay .modal-container .form-section .input-container .input-wrapper .copied span[data-v-f62d3b70]{animation:fadeIn-f62d3b70 .3s ease;font-size:12px;color:#7dba80}.modal-overlay .modal-container .form-section .input-container .input-wrapper .icon[data-v-f62d3b70]{cursor:pointer;margin-left:10px;width:22px;height:22px;transition:transform 1s ease}.modal-overlay .modal-container a[data-v-f62d3b70]{width:100%}.modal-overlay .modal-container a .btn[data-v-f62d3b70]{font-family:Inter,"sans-serif";background-color:#447f47;color:#fff;width:99%;height:56px;padding:16px 24px;display:flex;align-items:center;justify-content:center;gap:10px;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.modal-overlay .modal-container a .btn span[data-v-f62d3b70]{font-size:16px;line-height:19px}.modal-overlay .modal-container a .btn[data-v-f62d3b70]:hover{background-color:#529855}@media (max-width: 640px){.modal-overlay .modal-container[data-v-f62d3b70]{max-width:380px;max-height:620px;padding:34px;gap:14px}.modal-overlay .modal-container .title[data-v-f62d3b70]{font-size:28px;line-height:42px}}@media (max-width: 410px){.modal-overlay .modal-container[data-v-f62d3b70]{max-width:340px}}@keyframes fadeIn-f62d3b70{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar{display:flex;align-items:center;justify-content:space-between;background-color:#141415;color:#fff;height:97px;padding:24px 100px}.navbar .nav-logo img{height:40px}.navbar .right{display:flex;align-items:center;gap:60px}.navbar .right .burger-icon{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer}.navbar .right .burger-icon span{display:block;height:3px;background-color:#fff;border-radius:2px;transition:.3s}.navbar .nav-links{display:flex;align-items:center;gap:32px}.navbar .nav-links .navbar-link{color:#979797;text-decoration:none;font-size:15px;transition:color .3s}.navbar .nav-links .navbar-link:hover{color:#fff}.navbar .nav-controls{display:flex;align-items:center;gap:26px}.navbar .nav-controls .navbar-lang-wrapper{position:relative;background-color:transparent;color:#fff;border:none;border-radius:5px;font-size:.9rem;cursor:pointer;transition:background-color .3s,color .3s}.navbar .nav-controls .navbar-lang-wrapper .current-lang{margin-top:4px;display:flex;-webkit-user-select:none;user-select:none;align-items:center;justify-content:center;gap:4px;font-size:15px}.navbar .nav-controls .navbar-lang-wrapper .lang-dropdown{position:absolute;top:26px;width:59px;height:38px;left:12px;display:flex;align-items:center;justify-content:center;background-color:#1d1d20;border-radius:8px;overflow:hidden;z-index:1000;transition:background-color .3s}.navbar .nav-controls .navbar-lang-wrapper .lang-dropdown:hover{background-color:#333}.navbar .nav-controls .navbar-lang-wrapper .lang-dropdown .lang-option{font-size:15px;color:#fff;cursor:pointer;text-align:center}.navbar .nav-controls .demo-wrapper{position:relative}.navbar .nav-controls .demo-wrapper .line{border:0;border-top:1px solid rgba(255,255,255,.1);width:95%}.navbar .nav-controls .demo-wrapper .demo-button{font-family:Inter,"sans-serif";color:#78c37b;background-color:transparent;height:48px;width:127px;display:flex;gap:8px;justify-content:center;align-items:center;border:1px solid rgb(120,195,123);padding:15px;border-radius:8px;font-size:15px;font-weight:400;cursor:pointer;text-wrap:nowrap}.navbar .nav-controls .demo-wrapper .demo-dropdown{position:absolute;top:54px;width:165px;height:85px;display:flex;gap:7px;padding:16px 12px;flex-direction:column;align-items:center;justify-content:center;background-color:#1d1d20;border-radius:5px;overflow:hidden;z-index:1000;transition:background-color .3s}.navbar .nav-controls .demo-wrapper .demo-dropdown .demo-option{font-size:14px;gap:20px;color:#fff;cursor:pointer;text-align:start;display:flex;align-items:center;justify-content:space-between}.navbar .nav-controls .navbar-btn{font-family:Inter,"sans-serif";background-color:#447f47;color:#fff;height:50px;width:150px;display:flex;align-items:center;justify-content:center;border:none;padding:16px 24px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:background-color .2s;text-wrap:nowrap}.navbar .nav-controls .navbar-btn:hover{background-color:#529855}.navbar .nav-controls .burger{display:none;cursor:pointer}@media (max-width: 1220px){.navbar{padding:24px 40px}.navbar .nav-links{gap:20px}.navbar .nav-links .navbar-link{font-size:13px}}@media (max-width: 920px){.navbar{padding:24px 20px}.navbar .nav-links{gap:8px}.navbar .nav-links .navbar-link{font-size:11px}}@media (max-width: 820px){.navbar .nav-links{display:none}}@media (max-width: 540px){.navbar .nav-controls .navbar-btn{display:none}.navbar .nav-controls .burger{display:flex}.navbar .demo-wrapper{display:none}}.mobile-menu{position:absolute;top:97px;left:0;width:100%;min-height:360px;background-color:#141415;border-top:1px solid gray;display:flex;flex-direction:column;align-items:start;gap:38px;padding:24px 16px}.mobile-menu .mobile-link{font-family:Inter,"sans-serif";background:transparent;border:none;color:#979797;font-size:16px;font-weight:500;cursor:pointer;text-align:start;width:90%;transition:background-color .3s}.mobile-menu .mobile-link:hover{color:#fff}.mobile-menu .demo-container{width:100%;gap:12px;display:flex;flex-direction:column}.mobile-menu .demo-container .demo-mobile-option{display:flex;align-items:center;justify-content:space-between;gap:8px;height:50px;background-color:#212123;padding:12px 16px;border-radius:8px;width:100%;cursor:pointer;transition:background-color .3s ease}.mobile-menu .demo-container .demo-mobile-option:hover{background-color:#2a2a2b}.mobile-menu .demo-container .demo-mobile-option span{font-family:Inter,"sans-serif";color:#fff;font-size:15px}.mobile-menu .demo-container .demo-mobile-option img{object-fit:contain}.mobile-menu .navbar-btn-mobile{font-family:Inter,"sans-serif";background-color:#447f47;color:#fff;border:none;width:100%;padding:16px 24px;border-radius:10px;margin-top:10px;font-size:.9rem;font-weight:400;cursor:pointer;transition:background-color .2s}.mobile-menu .navbar-btn-mobile:hover{background-color:#529855}.roadmap[data-v-6816a179]{background-color:#161618;color:#fff;padding:60px 140px;gap:60px;text-align:center}.roadmap .header-section[data-v-6816a179]{display:flex;flex-direction:column;align-items:center}.roadmap .header-section .badge[data-v-6816a179]{display:flex;align-items:center;justify-content:center;gap:8px;margin-right:20px;max-width:191px;height:42px;background-color:#1e1e1e;padding:12px 20px;border-radius:8px}.roadmap .header-section .badge .badge-indicator[data-v-6816a179]{width:10px;height:10px;background-color:#447f47;border-radius:50%}.roadmap .header-section .title[data-v-6816a179]{font-size:32px;font-weight:600;margin-top:1.5rem}.roadmap .header-section .description[data-v-6816a179]{margin-top:1rem;color:#9ca3af;max-width:800px;margin-left:auto;margin-right:auto}.roadmap .roadmap-section .scrollable-items[data-v-6816a179]::-webkit-scrollbar{height:8px}.roadmap .roadmap-section .scrollable-items[data-v-6816a179]::-webkit-scrollbar-track{background-color:#353535;border-radius:10px}.roadmap .roadmap-section .scrollable-items[data-v-6816a179]::-webkit-scrollbar-thumb{background-color:#fff;border-radius:10px}.roadmap .roadmap-section .scrollable-items[data-v-6816a179]{display:flex;gap:16px;overflow-y:hidden;overflow-x:auto;scroll-behavior:smooth;width:96%;max-width:1300px;padding-bottom:50px;margin:40px auto;box-sizing:border-box}.roadmap .roadmap-section .card[data-v-6816a179]{background-color:#202023;border-radius:8px;padding:20px 20px 30px;min-width:300px;max-height:424px;color:#fff;display:flex;align-items:center;flex-direction:column;gap:20px;position:relative}.roadmap .roadmap-section .card .circle[data-v-6816a179]{position:absolute;right:-30px;z-index:10}.roadmap .roadmap-section .card .circle-2[data-v-6816a179]{display:none}.roadmap .roadmap-section .card .year-section[data-v-6816a179]{font-family:JetBrains Mono,serif;background-color:#242428;display:flex;padding:16px;height:50px;border-radius:8px;width:95%;align-items:center;justify-content:space-between;color:#aaa}.roadmap .roadmap-section .card .year-section .year[data-v-6816a179]{font-size:14px;font-weight:700;line-height:22px}.roadmap .roadmap-section .card .year-section .vert-line[data-v-6816a179]{width:1px;height:22px;background-color:#666;transform:translate(12px)}.roadmap .roadmap-section .card .year-section .quarter[data-v-6816a179]{font-size:15px;font-weight:400;line-height:22px;color:#fff}.roadmap .roadmap-section .card .list[data-v-6816a179]{font-family:JetBrains Mono,serif;display:flex;flex-direction:column;gap:14px;width:95%}.roadmap .roadmap-section .card .list .task-item[data-v-6816a179]{display:flex;align-items:center;flex:1;gap:10px;padding:10px 15px;border-radius:5px;justify-content:space-between;transition:border-color .3s}.roadmap .roadmap-section .card .list .task-item .task-title[data-v-6816a179]{font-size:15px;line-height:22px;font-weight:400;color:#fff;text-wrap:nowrap}@media (max-width: 830px){.roadmap[data-v-6816a179]{padding:60px 100px}.roadmap .roadmap-section .scrollable-items[data-v-6816a179]{flex-direction:column;gap:20px}.roadmap .roadmap-section .card .circle[data-v-6816a179]{display:none}.roadmap .roadmap-section .card .circle-2[data-v-6816a179]{display:flex;position:absolute;bottom:-30px;right:48%;z-index:10}}@media (max-width: 580px){.roadmap[data-v-6816a179]{padding:40px 16px 10px;margin-bottom:0}.roadmap .header-section .badge[data-v-6816a179]{align-self:start}.roadmap .header-section .title[data-v-6816a179]{font-weight:600;font-size:28px;line-height:40px;align-self:start}.roadmap .header-section .description[data-v-6816a179]{font-weight:400;font-size:16px;line-height:27px;text-align:start}.roadmap .roadmap-section[data-v-6816a179]{padding-bottom:0;margin-bottom:0}.roadmap .roadmap-section .scrollable-items[data-v-6816a179]{width:100%;padding-bottom:10px}}@media (max-width: 410px){.roadmap[data-v-6816a179]{padding-bottom:10px}.roadmap .roadmap-section .scrollable-items .card[data-v-6816a179]{min-width:200px}.roadmap .roadmap-section .scrollable-items .card .circle-2[data-v-6816a179]{display:flex;position:absolute;bottom:-30px;right:46%;z-index:10}.roadmap .roadmap-section .scrollable-items .card .list .task-item .task-title[data-v-6816a179]{font-size:14px}}.partners{background-color:#131316;height:365px;padding:60px 100px;display:flex;justify-content:center;align-items:center;font-family:Inter,sans-serif}.partners__content{text-align:center;color:#fff}.partners__title{font-size:32px;font-weight:700;line-height:50px;margin-bottom:12px}.partners__description{font-size:16px;font-weight:400;color:#b0b0b0;max-width:600px;margin:0 auto 30px}.partners__logos{display:flex;justify-content:center;align-items:center;gap:80px;margin-bottom:24px}.partners__logos .partners__logo{height:40px;object-fit:contain}.partners__dots{display:flex;justify-content:center;gap:8px}.partners__dots .partners__dot{width:8px;height:8px;background-color:#ffffff4d;border-radius:50%}.partners__dots .partners__dot.active{background-color:#fff}@media (max-width: 768px){.partners{padding:40px 16px}.partners__title{font-size:28px;line-height:36px;text-align:start}.partners__description{font-size:16px;text-align:start}}@media (max-width: 520px){.partners__logos{gap:20px}.partners__logos .partners__logo{height:28px}}.container[data-v-5a5791f9]{background-color:#18181b;display:flex;width:100%;flex-direction:column;align-items:center;padding:60px 120px;gap:42px}.container .header[data-v-5a5791f9]{display:flex;flex-direction:column;justify-content:space-between}.container .header .inner[data-v-5a5791f9]{display:flex;flex-direction:column;gap:12px;align-items:center}.container .header .inner .section-1[data-v-5a5791f9]{background-color:#212123;padding:12px 20px;max-height:42px;width:225px;border-radius:10px;display:flex;flex:1;gap:12px;justify-content:center;align-items:center}.container .header .inner .section-1 p[data-v-5a5791f9]{text-wrap:nowrap;font-size:15px;color:#fff}.container .header .inner .title[data-v-5a5791f9]{font-weight:600;font-size:32px;color:#fff;text-align:center}.container .header .inner .subtitle[data-v-5a5791f9]{font-weight:300;font-size:16px;text-align:center}.container .content .scrollable-items[data-v-5a5791f9]::-webkit-scrollbar{height:8px}.container .content .scrollable-items[data-v-5a5791f9]::-webkit-scrollbar-track{background-color:#353535;border-radius:10px}.container .content .scrollable-items[data-v-5a5791f9]::-webkit-scrollbar-thumb{background-color:#fff;border-radius:10px}.container .content .scrollable-items[data-v-5a5791f9]{display:flex;gap:20px;overflow-y:hidden;overflow-x:auto;scroll-behavior:smooth;width:96%;max-width:1300px;padding-bottom:40px;margin:0 auto;box-sizing:border-box}.container .content .single-item[data-v-5a5791f9]{display:none}.container .content .controllers[data-v-5a5791f9]{margin-top:10px;display:none;align-items:center;justify-content:space-between;gap:10px}.container .content .controllers .prev[data-v-5a5791f9],.container .content .controllers .next[data-v-5a5791f9]{width:47%;height:51px;border-radius:8px;gap:16px 24px;border:none;cursor:pointer;font-weight:400;font-size:16px;color:#fff}.container .content .controllers .prev[data-v-5a5791f9]{font-family:Inter,"sans-serif";background-color:#161618;border:1px solid rgba(255,255,255,.1);transition:background-color .2s}.container .content .controllers .prev[data-v-5a5791f9]:hover{background-color:#fff;color:#000}.container .content .controllers .next[data-v-5a5791f9]{font-family:Inter,"sans-serif";background-color:#447f47;transition:background-color .2s}.container .content .controllers .next[data-v-5a5791f9]:hover{background-color:#529855}@media (max-width: 1200px){.container[data-v-5a5791f9]{padding-inline:200px}.container .content .scrollable-items[data-v-5a5791f9]{max-width:900px;width:90%}}@media (max-width: 930px){.container[data-v-5a5791f9]{gap:10px}.container .content .scrollable-items[data-v-5a5791f9]::-webkit-scrollbar{height:8px;display:none}.container .content .scrollable-items[data-v-5a5791f9]{flex-direction:column;width:auto}.container .content .scrollable-items .card[data-v-5a5791f9]{display:none}.container .content .single-item[data-v-5a5791f9]{display:flex;margin-bottom:30px}.container .content .controllers[data-v-5a5791f9]{display:flex;margin-top:20px}}@media (max-width: 930px) and (max-width: 450px){.container .content .controllers[data-v-5a5791f9]{transform:translateY(-35px)}}@media (max-width: 720px){.container .header[data-v-5a5791f9]{padding:0;align-items:start;flex:1}.container .header .inner .subtitle[data-v-5a5791f9]{max-width:400px}}@media (max-width: 600px){.container[data-v-5a5791f9]{padding:40px 16px;display:flex}.container .header[data-v-5a5791f9]{align-self:start;flex:1}.container .header .inner[data-v-5a5791f9]{align-self:start}.container .header .inner .section-1[data-v-5a5791f9]{align-self:start;width:auto}.container .header .inner .title[data-v-5a5791f9]{font-size:28px;line-height:40px;align-self:start;text-wrap:wrap}.container .header .inner .subtitle[data-v-5a5791f9]{font-size:16px;line-height:27px;text-align:start;max-height:40px}}@media (max-width: 520px){.container[data-v-5a5791f9]{padding:40px 16px;gap:40px}.container .header .inner .subtitle[data-v-5a5791f9]{max-width:300px}}.card[data-v-5a5791f9]{height:376px;min-width:420px;background-color:#202023;display:flex;flex-direction:column;border-radius:8px;padding:24px;flex:1;position:relative}.card .sub-head[data-v-5a5791f9]{display:flex;align-items:center;gap:16px;margin-bottom:4px}.card .sub-head .titles[data-v-5a5791f9]{display:flex;flex-direction:column;gap:4px}.card .sub-head .titles h1[data-v-5a5791f9]{font-weight:600;font-size:18px;line-height:24px;color:#fff;max-width:220px;text-wrap:nowrap}.card .sub-head .titles p[data-v-5a5791f9]{font-weight:500;font-size:16px;line-height:24px;color:#949494;width:244px;text-wrap:nowrap}.card .line[data-v-5a5791f9],.card .line-end[data-v-5a5791f9]{border:1px solid rgba(255,255,255,.1);margin:16px 0}.card .subtitles[data-v-5a5791f9]{display:flex;flex-direction:column;align-items:start;gap:18px;max-height:218px;margin-bottom:20px}.card .subtitles .subtitle-item[data-v-5a5791f9]{display:flex;gap:10px;color:#b0b0b0;align-items:center}.card .subtitles .subtitle-item img[data-v-5a5791f9]{width:24px;height:24px}.card .subtitles .subtitle-item span[data-v-5a5791f9]{font-weight:400;font-size:16px;line-height:27px;color:#cdcdcd}@media (max-width: 450px){.card[data-v-5a5791f9]{transform:translateY(-30px);max-width:100%;margin-top:10px;min-width:0;flex:1;height:auto}.card .sub-head[data-v-5a5791f9]{height:60px}.card .sub-head .titles h1[data-v-5a5791f9]{font-size:17px;text-wrap:wrap}.card .sub-head .titles p[data-v-5a5791f9],.card .subtitles .subtitle-item span[data-v-5a5791f9]{font-size:15px}}.integration-group[data-v-843f0b44]{display:flex;flex-direction:column;gap:16px}.integration-group .title[data-v-843f0b44]{font-size:20px;font-weight:600}.integration-group .items[data-v-843f0b44]{display:flex;flex-wrap:nowrap;gap:16px}.integration-group .icon-card[data-v-843f0b44]{background-color:#1d1d20;border-radius:12px;padding:16px;text-align:center;min-width:112px;height:112px;display:flex;flex-direction:column;align-items:center;color:#fff;font-weight:700;font-size:16px;gap:16px;white-space:nowrap;width:auto}.integration-group .icon-card .icon[data-v-843f0b44]{width:40px;height:40px}@media (max-width: 768px){.integration-group .title[data-v-843f0b44]{font-size:16px}.integration-group .icon-card[data-v-843f0b44]{font-size:14px;background-color:transparent;min-width:60px;height:60px;padding:0}.integration-group .icon-card .icon[data-v-843f0b44]{width:24px;height:24px}}.integration-section[data-v-9e801d80]{padding:60px;background-color:#161618;color:#fff}.integration-section .wrapper[data-v-9e801d80]{max-width:1200px;margin:0 auto;padding:0 20px}.integration-section .inner[data-v-9e801d80]{display:flex;flex-direction:column;gap:12px}.integration-section .inner .section-1[data-v-9e801d80]{background-color:#212123;padding:12px 20px;max-height:42px;width:210px;border-radius:10px;display:flex;flex:1;gap:12px;justify-content:center;align-items:center}.integration-section .inner .section-1 p[data-v-9e801d80]{font-size:15px;color:#fff}.integration-section .inner .title[data-v-9e801d80]{font-weight:600;font-size:32px;color:#fff}.integration-section .inner .subtitle[data-v-9e801d80]{font-weight:300;font-size:16px}.integration-section .container[data-v-9e801d80]{display:flex;justify-content:space-between;align-items:center;padding-top:40px}.integration-section .container .integration-left[data-v-9e801d80]{display:flex;flex-direction:column;gap:24px}@media (max-width: 768px){.integration-section[data-v-9e801d80]{display:flex;flex-direction:column;align-items:center;padding:40px 16px}.integration-section .container[data-v-9e801d80]{flex-direction:column-reverse;justify-content:center;align-items:flex-start;gap:40px}.integration-section .container img[data-v-9e801d80]{max-width:343px;max-height:343px}}p{color:#b0b0b0}
