.desktop-menu,.desktop-menu .sub-menu,.mobile-menu-list,.mobile-menu-list .sub-menu{list-style:none;margin:0;padding:0}.desktop-menu a,.mobile-menu-list a{text-decoration:none;color:inherit}.header{position:fixed;top:0;left:0;width:100%;z-index:1010;background:#002329;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.desktop-menu>li>a,.nav_inner{position:relative;align-items:center}.nav_inner{max-width:1400px;margin:0 auto;padding:0 10rem;height:80px;display:flex;justify-content:space-between}.nav_logo,.nav_menu_label{transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s ease}.nav_logo{display:flex;align-items:center;z-index:10}.nav_logo img{height:80px;width:auto}.nav_menu_label{position:absolute;left:3.5rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:rgb(255 255 255/.5);font-weight:600;opacity:0;transform:translateY(20px);pointer-events:none}.desktop-menu .sub-menu::before,.nav_desktop{position:absolute;left:50%;transform:translateX(-50%)}.desktop-menu,.nav_right{display:flex;gap:2.5rem}.desktop-menu>li{position:relative}.desktop-menu>li>a{font-size:.95rem;font-weight:500;color:rgb(255 255 255/.5);padding:.5rem 0;transition:color .2s ease;display:inline-flex;gap:.4rem}.desktop-menu>li>a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-red);transition:width .3s cubic-bezier(.4,0,.2,1)}.desktop-menu>li:hover>a{color:rgb(255 255 255/.75)}.desktop-menu>li:hover>a::after{width:100%}.desktop-menu>li.menu-item-has-children::before{content:"";position:absolute;bottom:-15px;left:0;width:100%;height:20px}.desktop-menu .sub-menu{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(10px);min-width:180px;background:#002329;border:1px solid rgb(255 255 255/.1);border-radius:12px;padding:.75rem 0;opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility .3s ease;box-shadow:0 10px 40px rgb(0 0 0/.3)}.desktop-menu .sub-menu::before{content:"";top:-6px;border-left:6px solid #fff0;border-right:6px solid #fff0;border-bottom:6px solid rgb(255 255 255/.1)}.desktop-menu>li.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.desktop-menu .sub-menu li a{display:block;padding:.6rem 1.25rem;font-size:.9rem;color:rgb(255 255 255/.5);transition:color .2s ease,background .2s ease}.desktop-menu .sub-menu li a:hover{color:rgb(255 255 255/.9);background:rgb(255 255 255/.05)}.nav_right{align-items:center;gap:1.5rem;z-index:10}.nav_cta{align-items:center;justify-content:center;transition:all .4s ease}.mobile_cta,.nav_cta{display:inline-flex;gap:.5rem;background:var(--primary-red);border:1px solid var(--primary-red);color:#000;padding:10px 28px;border-radius:50px;font-size:.95rem;font-weight:600;font-family:"Satoshi",sans-serif}.mobile_cta:hover,.nav_cta:hover{background:var(--white);border-color:var(--white);color:#000;transform:translateY(-2px);box-shadow:0 10px 30px rgb(0 0 0/.3)}.mobile_cta svg,.nav_cta svg{transition:transform .3s ease}.mobile_cta:hover svg,.nav_cta:hover svg{transform:translate(2px,-2px)}.burger_icon,.menu_burger,.mobile_cta{align-items:center;justify-content:center}.menu_burger{display:none;width:48px;height:48px;background:rgb(255 255 255/.1);border:0;border-radius:50%;cursor:pointer;transition:background .3s ease;position:relative}.menu_burger:hover{background:rgb(255 255 255/.15)}.burger_icon{display:flex;width:100%;height:100%}.burger_lines{position:relative;width:20px;height:14px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .5s cubic-bezier(.4,0,.2,1)}.burger_line{display:block;width:100%;height:2px;background:rgb(255 255 255/.8);border-radius:2px;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,background .3s ease;transform-origin:center}@media (max-width:1200px){.nav_inner{padding:0 2.5rem}.nav_menu_label{left:2.5rem}.desktop-menu{gap:2rem}}@media (max-width:991px){.nav_cta,.nav_desktop{display:none}.menu_burger{display:flex}.nav_inner{padding:0 1.5rem}.nav_logo img{height:60px}.nav_menu_label{left:1.5rem}}.mobile_overlay{position:fixed;inset:0;background:rgb(0 35 41/.7);backdrop-filter:blur(4px);opacity:0;visibility:hidden;z-index:1000;transition:opacity .4s ease,visibility .4s ease}.mobile_menu{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:#002329;z-index:1005;transform:translateY(-100%);transition:transform .6s cubic-bezier(.4,0,.2,1);overflow-y:auto}.mobile_menu_inner{padding:100px 2rem 2rem;min-height:100%;display:flex;flex-direction:column}.mobile-menu-list>li.menu-item-has-children>a,.mobile_nav{flex:1}.mobile-menu-list,.section-2contact.ct-section .ct-section-inner-wrap{display:flex;flex-direction:column}.mobile-menu-list>li{border-bottom:1px solid rgb(255 255 255/.08)}.mobile-menu-list>li.menu-item-has-children{display:flex;flex-wrap:wrap;align-items:center}.mobile-menu-list>li>a,.mobile_cta{opacity:0;transform:translateY(30px)}.mobile-menu-list>li>a{display:block;padding:1.2rem 0;font-size:1.3rem;font-weight:500;color:rgb(255 255 255/.5);transition:opacity .4s ease,transform .4s ease,color .2s ease}.mobile-menu-list .sub-menu li a:hover,.mobile-menu-list>li>a:hover{color:rgb(255 255 255/.75)}.mobile-menu-list>li.menu-item-has-children>.sub-menu{flex-basis:100%;width:100%;max-height:0;overflow:hidden;transition:max-height .4s ease;border-left:2px solid rgb(255 255 255/.1);margin-left:.5rem;padding-left:1rem}.mobile-menu-list .sub-menu li{border-bottom:none}.mobile-menu-list .sub-menu li a{display:block;padding:.8rem 0;font-size:1.1rem;color:rgb(255 255 255/.4);transition:color .2s ease}.mobile_cta{margin-top:2rem;transition:all .4s ease,opacity .4s ease,transform .4s ease;transition-delay:.4s}@font-face{font-family:"Satoshi";font-weight:1 1000;font-style:italic;src:url(/wp-content/uploads/fonts/Satoshi-VariableFontItalic.woff2)format("woff2");font-display:swap}@font-face{font-family:"Satoshi";font-weight:1 1000;font-style:normal;src:url(/wp-content/uploads/fonts/Satoshi-VariableFont.woff2)format("woff2");font-display:swap}ul{box-sizing:border-box}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--color--theme-palette-1:var(--global-palette1);--wp--preset--color--theme-palette-2:var(--global-palette2);--wp--preset--color--theme-palette-3:var(--global-palette3);--wp--preset--color--theme-palette-4:var(--global-palette4);--wp--preset--color--theme-palette-5:var(--global-palette5);--wp--preset--color--theme-palette-6:var(--global-palette6);--wp--preset--color--theme-palette-7:var(--global-palette7);--wp--preset--color--theme-palette-8:var(--global-palette8);--wp--preset--color--theme-palette-9:var(--global-palette9);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:var(--global-font-size-small);--wp--preset--font-size--medium:var(--global-font-size-medium);--wp--preset--font-size--large:var(--global-font-size-large);--wp--preset--font-size--x-large:42px;--wp--preset--font-size--larger:var(--global-font-size-larger);--wp--preset--font-size--xxlarge:var(--global-font-size-xxlarge);--wp--preset--font-family--satoshi:"Satoshi";--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0)}button,html{line-height:1.15}button{overflow:visible;font-size:100%;text-transform:none;-webkit-appearance:button}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box;margin-top:0!important}button,h1,h2,h3,h4{margin:0}header,nav,section{display:block}a{background-color:#fff0;-webkit-text-decoration-skip:objects;color:#e6f0f9;text-decoration:none}strong{font-weight:bolder}img{border-style:none}svg:not(:root){overflow:hidden}button::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:ButtonText dotted 1px}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}body{color:rgb(64 64 64);font-family:"Satoshi";line-height:1.6;font-size:16px;font-weight:400;color:#404040}*,::after,::before{box-sizing:inherit}.ct-section-inner-wrap{margin-left:auto;margin-right:auto;height:100%;min-height:inherit}:-webkit-any(li,div._important),:is(li){display:list-item}:-webkit-any(table,div._important){display:table}:-webkit-any(thead,div._important){display:table-header-group}:-webkit-any(tr,div._important){display:table-row}:-webkit-any(tbody,div._important){display:table-row-group}:-webkit-any(th,td,div._important){display:table-cell}:-webkit-any(caption,div._important){display:table-caption}:-webkit-any(colgroup,div._important){display:table-column-group}:-webkit-any(col,div._important){display:table-column}:-webkit-any(tfoot,div._important){display:table-footer-group}.footer a{transition:color 400ms ease-in-out}.footer a:hover{color:#fe5752!important}#section-13-2542>.ct-section-inner-wrap{padding-top:0;padding-bottom:47px}#section-13-2542,body{background-color:#002329}#section-13-2542:hover{color:#fe5752}#div_block-16-2542{align-items:flex-start;text-align:left}#div_block-18-2542{width:50%;align-items:flex-start;padding-left:0;margin-bottom:0;gap:8px;padding-bottom:0}#link-14-2542{text-align:center;align-items:flex-start;width:100%}#div_block-22-2542{width:50%;text-align:left;align-items:flex-end;padding-bottom:0}#div_block-48-2542{display:none}#div_block-65-2542{padding-bottom:0;text-align:right;align-items:flex-start;padding-left:224px;gap:16px;width:75%;margin-right:0}#div_block-75-2542{width:25%;gap:16px;padding-left:19px}#div_block-24-2542{padding-bottom:0;text-align:right;align-items:flex-start;padding-left:224px;gap:16px;width:75%;margin-right:0}#div_block-29-2542{width:25%;gap:16px;padding-left:19px}#div_block-37-2542,#div_block-86-2542{display:flex;align-items:center;justify-content:center}#div_block-37-2542{flex-direction:row;margin-top:10px;width:100%;gap:5px;padding-top:0}#div_block-86-2542{text-align:center}#div_block-104-2542,#div_block-107-2542,#div_block-109-2542{flex-direction:row;display:flex;align-items:center}#div_block-109-2542{text-align:left}@media (max-width:479px){#div_block-16-2542{width:100%;text-align:left}#div_block-18-2542{width:100%}#div_block-22-2542{padding-left:0;display:flex;width:100%;flex-direction:column;align-items:center;padding-right:0;margin-top:20px}#div_block-48-2542{flex-direction:row;display:flex;gap:16px;width:100%;margin-right:0}#div_block-65-2542,#div_block-75-2542{padding-left:0;width:50%;align-items:flex-start;text-align:left}#div_block-24-2542,#div_block-29-2542{padding-left:0;width:50%}#div_block-35-2542{width:100%}#div_block-37-2542{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:5px;width:100%}#div_block-104-2542,#div_block-86-2542{display:flex;text-align:left}#div_block-104-2542{flex-direction:row;padding-left:0;padding-bottom:0;align-items:center;width:100%}#div_block-107-2542{width:100%}#div_block-107-2542,#div_block-109-2542{flex-direction:row;display:flex;align-items:center}}@media (max-width:991px){#new_columns-17-2542>.ct-div-block{width:100%!important}}#new_columns-17-2542{text-align:left}@media (max-width:1120px){#new_columns-23-2542>.ct-div-block{width:100%!important}#new_columns-23-2542{flex-direction:column}}@media (max-width:479px){#new_columns-23-2542{display:none}}#headline-19-2542{font-size:18px;font-family:"Satoshi";color:#fff;font-weight:500}#headline-25-2542,#headline-30-2542,#headline-38-2542,#headline-66-2542,#headline-76-2542{color:#fff;font-family:"Satoshi";font-size:16px;font-weight:500}#headline-38-2542{color:#e6f0f9}#headline-103-2542{color:#fff;font-family:"Satoshi";font-size:16px}#headline-41-2542,#headline-43-2542{color:#e6f0f9;font-size:16px;font-family:"Satoshi";font-weight:500}@media (max-width:479px){#headline-19-2542{width:100%}#headline-38-2542{font-size:12px}#headline-103-2542{font-family:"Satoshi-Variable";text-align:right;color:#e6f0f9;font-size:12px}#headline-41-2542,#headline-43-2542{font-size:12px}}#text_block-26-2542,#text_block-27-2542,#text_block-28-2542,#text_block-67-2542,#text_block-69-2542{color:#e6f0f9;font-size:16px;font-weight:400;font-family:"Satoshi"}#text_block-26-2542:hover,#text_block-27-2542:hover,#text_block-28-2542:hover,#text_block-31-2542:hover,#text_block-32-2542:hover,#text_block-33-2542:hover,#text_block-67-2542:hover,#text_block-69-2542:hover,#text_block-77-2542:hover,#text_block-78-2542:hover,#text_block-79-2542:hover{color:#fff}#text_block-36-2542{font-family:"Satoshi";width:100%;color:#353c59;font-size:15px}@media (max-width:479px){#text_block-36-2542{width:100%;font-size:15px}}#text_block-31-2542,#text_block-32-2542,#text_block-33-2542,#text_block-77-2542,#text_block-78-2542,#text_block-79-2542{color:#e6f0f9;font-size:16px;font-weight:400;font-family:"Satoshi"}#image-15-2542{width:100px;height:100px;object-fit:contain}#inner_content-9-2542{margin-top:80px}#shortcode-99-2542{useCustomTag:false;color:#fff;font-size:16px;font-family:"Satoshi"}@media (max-width:479px){#shortcode-99-2542{color:#fff;font-family:"Satoshi-Variable";padding-bottom:0;padding-top:0;padding-left:0;font-size:12px}}#section-3-3084>.ct-section-inner-wrap{max-width:1200px;padding:40px 0 20px;display:flex;flex-direction:column;align-items:center}#section-3-3084{display:block;text-align:left;background-color:#002329;height:100%}#section-8-3084>.ct-section-inner-wrap{padding:0 10px;align-items:center}#section-8-3084{text-align:left;background-color:#fff}@media (max-width:479px){#section-8-3084>.ct-section-inner-wrap{padding-top:37px;padding-bottom:37px}}#div_block-4-3084{display:flex;flex-direction:column;align-items:center;line-height:1.2;position:relative;width:100%}#headline-5-3084{width:80%;text-align:center;font-family:"Satoshi";position:relative;padding-left:0;padding-right:0;font-size:60px;font-weight:500;color:#fff}@media (max-width:479px){#headline-5-3084{padding-left:0;padding-right:0;width:100%;font-size:30px}}#text_block-10-3084,#text_block-6-3084{font-family:"Satoshi";font-size:18px;text-align:center}#text_block-6-3084{width:50%;color:rgb(234 244 245/.9);margin-top:20px;margin-bottom:20px}#text_block-10-3084{color:#002329;margin-top:62px;width:100%}@media (max-width:479px){#text_block-6-3084{font-size:18px;width:80%}#text_block-10-3084{margin-top:9px;font-size:15px}}.ct-section{width:100%;background-size:cover;background-repeat:repeat}.ct-div-block,.ct-section>.ct-section-inner-wrap{display:flex;flex-direction:column;align-items:flex-start}.ct-div-block{flex-wrap:nowrap}.ct-new-columns{display:flex;width:100%;flex-direction:row;align-items:stretch;justify-content:center;flex-wrap:wrap}.ct-link-text{display:inline-block}.ct-image{max-width:100%}.ct-inner-content{width:100%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ct-div-block,.ct-headline,.ct-link-text,.ct-text-block{max-width:100%}img{flex-shrink:0}body *{min-height:1px}}.ct-section-inner-wrap{max-width:1120px}h1{font-size:36px}h1,h2,h3,h4{font-family:"Satoshi";font-weight:700}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}a:hover{text-decoration:none}.ct-link-text{color:#fff}.ct-section-inner-wrap{padding:75px 20px}.ct-new-columns>.ct-div-block{padding:20px}.section-2contact{background-color:#fff}.section-2contact .ct-section-inner-wrap{padding-right:75px;padding-left:75px}@media (max-width:479px){.section-2contact .ct-section-inner-wrap{padding-bottom:211px}}@media screen and (max-width:782px){html{margin-top:0!important}}body,html{max-width:100%}body{position:relative;margin:0;padding:0}.ct-section:first-of-type{margin-top:0!important;padding-top:0!important}@media (max-width:768px){.ct-section,.ct-section-inner-wrap{max-width:100%;overflow-x:hidden}img{max-width:100%;height:auto}.ct-div-block{overflow-x:hidden}}[data-aos]{overflow:visible!important}body,html{overflow-x:hidden!important;overflow-y:auto!important}:root{--primary-blue:#072a47;--light-blue:rgba(7, 42, 71, 0.05);--light-red:rgba(254, 87, 82, 0.05);--gradient-start:rgba(7, 42, 71, 0.03);--gradient-end:rgba(255, 255, 255, 0.5);--text-dark:#072a47;--text-light:rgba(7, 42, 71, 0.65);--white:#ffffff}@media (max-width:768px){.ct-section,.ct-section-inner-wrap{overflow:visible!important}}:root{--kap-primary:#002329;--kap-secondary:#fe5752;--kap-secondary-hover:#e04845;--kap-success:#22c55e;--kap-danger:#ef4444;--kap-white:#ffffff;--kap-light:#f5f5f5;--kap-dark:#0a0a0a;--kap-gray:rgba(13, 13, 13, 0.7);--kap-gray-light:rgba(13, 13, 13, 0.5);--kap-border:#e5e5e5;--kap-shadow:rgba(0, 0, 0, 0.04) 0px 0.8px 0.8px -1px,
        rgba(0, 0, 0, 0.04) 0px 2.4px 2.4px -2px,
        rgba(0, 0, 0, 0.03) 0px 6.4px 6.4px -3px,
        rgba(0, 0, 0, 0.01) 0px 20px 20px -4px;--kap-shadow-hover:rgba(0, 0, 0, 0.08) 0px 0.8px 0.8px -1px,
        rgba(0, 0, 0, 0.08) 0px 2.4px 2.4px -2px,
        rgba(0, 0, 0, 0.06) 0px 6.4px 6.4px -3px,
        rgba(0, 0, 0, 0.02) 0px 20px 20px -4px;--kap-shadow-inset:rgba(0, 0, 0, 0.04) 0px 0.8px 0.8px -1px,
        rgba(0, 0, 0, 0.04) 0px 2.4px 2.4px -2px,
        rgba(0, 0, 0, 0.03) 0px 6.4px 6.4px -3px,
        rgba(0, 0, 0, 0.01) 0px 20px 20px -4px,
        rgb(255, 255, 255) 0px 0px 1px 1px inset;--kap-radius:20px;--kap-radius-sm:12px;--kap-transition:all 0.3s ease}.features-wrapper{display:grid;grid-template-columns:1fr 1fr}.features-content{padding-right:2rem;display:block!important;visibility:visible!important;position:relative!important;z-index:1!important}.features-btn,.features-description,.features-description p,.features-subtitle,.features-title{opacity:1!important;visibility:visible!important}.features-btn{display:inline-flex!important}.features-title{color:var(--kap-gray)}.feature-content h4,.features-subtitle{font-size:2.75rem;color:var(--kap-primary);letter-spacing:-.03em}.features-description{color:var(--kap-gray);line-height:1.8;margin-bottom:2rem;font-weight:500}.features-description p{margin-bottom:1rem}.features-btn{background:var(--kap-secondary);color:var(--kap-white);transition:var(--kap-transition);border:2px solid var(--kap-secondary);letter-spacing:-.01em}.features-btn:hover{background:#fff0;color:var(--kap-secondary);box-shadow:rgb(254 87 82/.2)0 8px 24px}.features-cards{grid-template-columns:1fr 1fr}.feature-card,.feature-icon{border-radius:var(--kap-radius-sm);transition:var(--kap-transition)}.feature-card{background:var(--kap-light);position:relative;overflow:hidden}.feature-card:hover{box-shadow:var(--kap-shadow-hover);border-color:rgb(254 87 82/.15);background:var(--kap-white)}.feature-icon{background:var(--kap-white);box-shadow:var(--kap-shadow)}.feature-icon svg{stroke:var(--kap-secondary)}.feature-card:hover .feature-icon{background:var(--kap-secondary);transform:scale(1.1)}.feature-card:hover .feature-icon svg{stroke:var(--kap-white)}.feature-content h4{transition:color .3s ease;letter-spacing:-.02em;font-size:1.2rem;font-weight:700;color:#002329;margin:0 0 .6rem}.feature-content p{color:var(--kap-gray);font-weight:500}@media (max-width:1200px){.features-wrapper{gap:3rem}}@media (max-width:991px){.features-wrapper{grid-template-columns:1fr}.features-content{padding-right:0;margin-bottom:3rem;text-align:center}.features-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.features-subtitle{font-size:2rem}.features-cards{grid-template-columns:1fr}}@media (max-width:480px){.features-subtitle{font-size:1.75rem}}[data-aos][data-aos][data-aos-duration="800"]{transition-duration:.8s}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos=slide-up]{transform:translate3d(0,100%,0)}:root{--bg-white:#ffffff;--bg-light:#f9fafb;--primary-red:#fe5752;--primary-red-glow:rgba(254, 87, 82, 0.4);--dark:#002329;--text-medium:#5a5a5a;--text-light:#8a8a8a;--border-light:rgba(0, 35, 41, 0.08);--shadow:0 25px 50px -12px rgba(0, 35, 41, 0.25);--radius-lg:24px;--radius-pill:50px;--transition:0.8s cubic-bezier(0.25, 0.1, 0.25, 1)}.stats-section{background:var(--bg-white);padding:5rem 0}.stats-container{max-width:1200px;margin:0 auto;padding:0 2rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{text-align:center;padding:1.5rem;position:relative}.stat-item::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:50%;background:var(--border-light)}.stat-item:last-child::after{display:none}.stat-number{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:var(--dark);line-height:1;margin-bottom:.5rem;display:flex;align-items:baseline;justify-content:center}.stat-number .prefix,.stat-number .suffix{color:var(--primary-red);font-size:.65em}.stat-number .suffix{font-size:.5em;margin-left:.05em}.stat-label{font-size:.95rem;font-weight:500;color:var(--text-medium)}.cases-section{background:var(--bg-white);padding:2rem 0 5rem;overflow:hidden}.cases-container{max-width:1400px;margin:0 auto;padding:0 2rem}.cases-slider-wrapper{overflow-x:auto;overflow-y:visible;margin:0-2rem;padding:0 2rem;scrollbar-width:none;-ms-overflow-style:none}.cases-slider-wrapper::-webkit-scrollbar{display:none}.cases-slider{display:flex;gap:1.25rem;padding-right:2rem;transition:none}.case-slide{position:relative;flex-shrink:0;width:200px;height:480px;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:width var(--transition)}.case-slide.active{width:700px;cursor:default}.case-slide-bg{position:absolute;inset:0;transition:opacity .5s ease}.case-open-image img,.case-slide-bg img{width:100%;height:100%;object-fit:cover}.case-slide.active .case-slide-bg{opacity:0}.case-bg-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 35 41/.3)0,rgb(0 35 41/.5) 40%,rgb(0 35 41/.92) 100%)}.case-slide-closed{position:absolute;inset:0;display:flex;flex-direction:column;padding:1.75rem;z-index:2;transition:opacity .4s ease}.case-slide.active .case-slide-closed{opacity:0;pointer-events:none}.case-closed-index{font-size:4rem;font-weight:900;color:rgb(255 255 255/.1);line-height:1;position:absolute;top:1rem;right:1rem}.case-closed-content{margin-top:auto;margin-bottom:1.5rem}.case-slide-closed .case-badge{display:inline-block;background:var(--primary-red);color:#fff;padding:6px 14px;border-radius:var(--radius-pill);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.case-slide-closed .case-name{font-size:1.35rem;font-weight:800;color:#fff;margin:0 0 .35rem;line-height:1.2}.case-slide-closed .case-sector{font-size:.85rem;color:rgb(255 255 255/.6);margin:0}.case-closed-kpi,.kpi-circle{position:relative}.kpi-circle{width:90px;height:90px}.kpi-circle svg{width:100%;height:100%;transform:rotate(-90deg)}.kpi-circle-bg{fill:none;stroke:rgb(255 255 255/.1);stroke-width:4}.kpi-circle-fill{fill:none;stroke:var(--primary-red);stroke-width:4;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:calc(283 - (283*var(--percent))/100);filter:drop-shadow(0 0 6px var(--primary-red-glow));transition:stroke-dashoffset .6s ease}.case-slide:not(.active):hover .kpi-circle-fill{stroke-dashoffset:283}.case-closed-arrow,.kpi-circle-content{position:absolute;display:flex;align-items:center;justify-content:center}.kpi-circle-content{inset:0;flex-direction:column}.kpi-circle .kpi-value{font-size:1.1rem;font-weight:800;color:#fff;line-height:1}.kpi-circle .kpi-label{font-size:.6rem;color:rgb(255 255 255/.5);text-transform:uppercase;letter-spacing:.08em;margin-top:.2rem}.case-closed-arrow{bottom:1.75rem;right:1.75rem;width:44px;height:44px;border-radius:50%;background:rgb(255 255 255/.1);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255/.15);transition:background .3s ease,border-color .3s ease}.case-closed-arrow svg{width:20px;height:20px;color:#fff;transition:color .3s ease}.case-slide:not(.active):hover .case-closed-arrow{background:var(--primary-red);border-color:var(--primary-red)}.case-slide:not(.active):hover .case-closed-arrow svg,.cases-arrow:hover:not(:disabled) svg{color:#fff}.case-slide-open{position:absolute;inset:0;display:grid;grid-template-columns:300px 1fr;background:var(--bg-white);opacity:0;pointer-events:none;transition:opacity .5s ease .2s;z-index:1;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.case-slide.active .case-slide-open{opacity:1;pointer-events:auto}.case-open-image{position:relative;height:100%;overflow:hidden}.case-open-image-overlay{position:absolute;inset:0;background:linear-gradient(90deg,transparent 80%,rgb(255 255 255/.4) 100%)}.case-open-content{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.case-open-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.case-open-content .case-badge{background:var(--primary-red);color:#fff;padding:6px 14px;border-radius:var(--radius-pill);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.case-index{font-size:.8rem;font-weight:600;color:var(--text-light)}.case-open-content .case-name{font-size:1.75rem;font-weight:800;color:var(--dark);margin:0 0 .35rem;line-height:1.2}.case-open-content .case-sector{font-size:.95rem;color:var(--text-light);margin:0 0 1rem}.case-description{font-size:.95rem;color:var(--text-medium);line-height:1.7;margin:0 0 1.75rem}.case-kpis{display:flex;gap:2rem;margin-bottom:2rem}.case-kpi{flex:1}.case-kpis .kpi-value{font-size:1.75rem;font-weight:800;color:var(--dark);line-height:1;display:block}.case-kpis .kpi-label{font-size:.7rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;display:block}.kpi-bar{height:4px;background:var(--bg-light);border-radius:2px;margin-top:.75rem;overflow:hidden}.kpi-bar span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--primary-red),#ff8a87);border-radius:2px;transition:width .8s ease .2s}.case-slide.active .kpi-bar span{width:var(--width)}.case-link{display:inline-flex;align-items:center;gap:.75rem;padding:14px 28px;background:var(--dark);color:#fff;border-radius:var(--radius-pill);font-size:.9rem;font-weight:600;text-decoration:none;align-self:flex-start;transition:background .3s ease;margin-top:.5rem}.case-link:hover{background:var(--primary-red);color:#fff}.case-link svg{width:18px;height:18px}.cases-nav,.cases-progress{display:flex;align-items:center}.cases-nav{justify-content:space-between;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-light)}.cases-progress{gap:1.5rem}.cases-progress-bar{width:200px;height:4px;background:var(--bg-light);border-radius:2px;overflow:hidden}.cases-progress-fill{display:block;height:100%;width:25%;background:linear-gradient(90deg,var(--primary-red),#ff8a87);border-radius:2px;transition:width .5s ease}.cases-progress-text{font-size:1rem;font-weight:600;color:var(--dark);display:flex;align-items:baseline;gap:.25rem}.cases-progress-text .current{font-size:1.5rem;font-weight:800}.cases-progress-text .separator,.cases-progress-text .total{color:var(--text-light)}.cases-arrows{display:flex;gap:.75rem}.cases-arrow{width:52px;height:52px;border-radius:50%;background:var(--bg-light);border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.cases-arrow svg{width:22px;height:22px;color:var(--dark);transition:color .3s ease}.cases-arrow:hover:not(:disabled){background:var(--dark)}.cases-arrow:disabled{opacity:.3;cursor:not-allowed}.features-section{background:#fff;padding:0 0 6rem;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.features-container{width:100%;max-width:1400px;margin:0 auto;padding:0 5rem}.features-wrapper{display:flex;flex-direction:column;align-items:center;gap:4rem}.features-content{max-width:800px;text-align:center;transition:opacity .8s ease,transform .8s ease}.features-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#8a8a8a;margin:0 0 1rem}.features-subtitle{font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;color:#002329;line-height:1.1;margin:0 0 1.75rem}.features-description{margin-bottom:0}.features-description p{font-size:1rem;color:#5a5a5a;line-height:1.8;margin:0}.features-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem;width:100%}.feature-card{background:#f9fafb;border-radius:20px;padding:2.25rem;border:1px solid #fff0;transition:opacity .8s ease,transform .8s ease}.feature-card:hover{background:#fff;border-color:var(--primary-red)}.feature-card:nth-child(1){transition-delay:0s}.feature-card:nth-child(2){transition-delay:.15s}.feature-card:nth-child(3){transition-delay:.3s}.feature-card:nth-child(4){transition-delay:.45s}.feature-icon{width:60px;height:60px;background:#fff;border-radius:16px;border:1px solid rgb(0 35 41/.08);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.feature-icon svg{width:30px;height:30px;color:var(--primary-red);transition:color .3s ease}.feature-card:hover .feature-icon{background:var(--primary-red);border-color:var(--primary-red)}.feature-card:hover .feature-icon svg{color:#fff}.feature-content p{font-size:.95rem;color:#8a8a8a;line-height:1.65;margin:0}.features-btn-wrapper{text-align:center}.features-btn{align-items:center;gap:.75rem;background:var(--primary-red);color:#fff;padding:18px 36px;border-radius:50px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.25,.1,.25,1);box-shadow:0 4px 15px rgb(254 87 82/.4);border:0!important;outline:0!important}.features-btn:focus,.features-btn:hover{background:#002329;color:#fff;box-shadow:0 4px 15px rgb(0 35 41/.4);border:0!important;outline:0!important}.features-btn svg{transition:transform .3s ease}.features-btn:hover svg{transform:translate(3px,-3px)}.feature-card,.features-content{opacity:1!important;transform:translateY(0)!important}@media (max-width:1400px){.features-container{padding:0 4rem}}@media (max-width:1200px){.cases-container{padding:0 1.5rem}.features-container{padding:0 3rem}.case-slide{width:180px;height:460px}.case-slide.active{width:600px}.case-slide-open{grid-template-columns:250px 1fr}.case-open-content{padding:2rem}.case-kpis{gap:1.5rem}.features-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.cases-section{padding:1.5rem 0 4rem}.case-slide{width:160px;height:440px}.case-slide.active{width:520px}.case-slide-open{grid-template-columns:200px 1fr}.case-open-content{padding:1.75rem}.case-kpis .kpi-value,.case-open-content .case-name{font-size:1.4rem}.case-description{font-size:.9rem;margin-bottom:1.5rem}.cases-nav{margin-top:2.5rem;padding-top:1.75rem}.cases-progress-bar{width:160px}}@media (max-width:900px){.case-slide{width:150px;height:420px}.case-slide.active{width:480px}.case-slide-closed{padding:1.5rem}.case-closed-index{font-size:3.5rem}.case-slide-closed .case-name{font-size:1.2rem}.kpi-circle{width:80px;height:80px}.case-slide-open{grid-template-columns:180px 1fr}.case-kpis .kpi-value,.case-open-content .case-name{font-size:1.3rem}.case-kpis{gap:1.25rem}.case-link{padding:12px 24px;font-size:.85rem}.features-section{padding:2rem 0 4rem;width:100%;left:0;right:0;margin-left:0;margin-right:0;position:relative}.features-container{padding:0 2rem}.features-wrapper{gap:3rem}}@media (max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-item:nth-child(2)::after{display:none}.cases-section{padding:1rem 0 3rem}.cases-container{padding:0 1rem}.cases-slider-wrapper{overflow-x:visible;overflow-y:visible;margin:0;padding:0}.cases-slider{flex-direction:column;gap:1rem;padding-right:0}.case-slide{width:100%;height:180px;transition:height .6s cubic-bezier(.25,.1,.25,1)}.case-slide.active{width:100%;height:auto;min-height:520px;cursor:default}.case-slide .case-slide-bg{opacity:1}.case-slide.active .case-slide-bg{opacity:0}.case-slide-closed{display:flex;flex-direction:row;align-items:center;padding:1.25rem;opacity:1;transition:opacity .3s ease}.case-slide.active .case-slide-closed{opacity:0;pointer-events:none}.case-closed-index{font-size:2.5rem;position:static;margin-right:1rem;color:rgb(255 255 255/.2)}.case-closed-content{margin:0;flex:1}.case-slide-closed .case-badge{font-size:.55rem;padding:4px 10px;margin-bottom:.5rem}.case-slide-closed .case-name{font-size:1.1rem;margin-bottom:.2rem}.case-slide-closed .case-sector{font-size:.75rem}.case-closed-kpi{margin-left:auto}.kpi-circle{width:70px;height:70px}.kpi-circle .kpi-value{font-size:.95rem}.kpi-circle .kpi-label{font-size:.5rem}.case-closed-arrow{position:static;width:40px;height:40px;margin-left:.75rem;flex-shrink:0}.case-closed-arrow svg{width:18px;height:18px;transition:transform .3s ease}.case-slide.active .case-closed-arrow svg{transform:rotate(90deg)}.case-slide-open{position:relative;grid-template-columns:1fr;grid-template-rows:200px auto;opacity:0;pointer-events:none;box-shadow:0 10px 30px rgb(0 35 41/.15);transition:opacity .4s ease .1s}.case-slide.active .case-slide-open{opacity:1;pointer-events:auto}.case-open-image{height:200px}.case-open-image-overlay{background:linear-gradient(180deg,transparent 50%,rgb(255 255 255/.3) 100%)}.case-open-content{padding:1.5rem}.case-open-header{margin-bottom:.75rem}.case-open-content .case-badge{font-size:.6rem;padding:5px 12px}.case-index{font-size:.75rem}.case-open-content .case-name{font-size:1.25rem}.case-open-content .case-sector{font-size:.85rem;margin-bottom:.75rem}.case-description{font-size:.85rem;line-height:1.6;margin-bottom:1.25rem}.case-kpis{gap:1rem;margin-bottom:1.25rem}.case-kpis .kpi-value{font-size:1.25rem}.case-kpis .kpi-label{font-size:.6rem}.kpi-bar{margin-top:.5rem}.case-link{width:100%;justify-content:center;padding:14px 24px;font-size:.9rem}.cases-nav{margin-top:2rem;padding-top:1.5rem}.cases-progress-bar{width:120px}.cases-progress-text .current{font-size:1.25rem}.cases-arrow{width:44px;height:44px}.cases-arrow svg{width:18px;height:18px}}@media (max-width:600px){.features-section{padding:2.5rem 0;width:100%;left:0;right:0;margin-left:0;margin-right:0;position:relative}.features-container{padding:0 1.5rem}.features-cards{grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.75rem}.features-subtitle{font-size:1.85rem}.features-btn{width:100%;justify-content:center}}@media (max-width:480px){.stats-section{padding:3rem 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{padding:1rem .5rem}.stat-item::after{display:none}.stat-number{font-size:2.25rem}.stat-label{font-size:.8rem}.cases-section{padding:.5rem 0 2rem}.cases-container{padding:0 .75rem}.cases-slider{gap:.75rem}.case-slide{height:150px;border-radius:20px}.case-slide.active{min-height:480px}.case-slide-closed{padding:1rem}.case-closed-index{font-size:2rem;margin-right:.75rem}.case-slide-closed .case-badge{font-size:.5rem;padding:3px 8px}.case-slide-closed .case-name{font-size:1rem}.case-slide-closed .case-sector{font-size:.7rem}.kpi-circle{width:60px;height:60px}.kpi-circle .kpi-value{font-size:.85rem}.kpi-circle .kpi-label{font-size:.45rem}.case-closed-arrow{width:36px;height:36px}.case-closed-arrow svg,.case-link svg{width:16px;height:16px}.case-slide-open{grid-template-rows:160px auto;border-radius:20px}.case-open-image{height:160px}.case-open-content{padding:1.25rem}.case-open-header{margin-bottom:.5rem}.case-open-content .case-badge{font-size:.55rem;padding:4px 10px}.case-open-content .case-name{font-size:1.1rem}.case-open-content .case-sector{font-size:.8rem;margin-bottom:.5rem}.case-description{font-size:.8rem;margin-bottom:1rem}.case-kpis{gap:.75rem;margin-bottom:1rem}.case-kpis .kpi-value{font-size:1.1rem}.case-kpis .kpi-label{font-size:.55rem}.kpi-bar{height:3px}.case-link{padding:12px 20px;font-size:.85rem}.cases-nav{margin-top:1.5rem;padding-top:1.25rem}.cases-progress{gap:1rem}.cases-progress-bar{width:80px}.cases-arrows{gap:.5rem}.cases-arrow{width:40px;height:40px}}@media (max-width:360px){.cases-container{padding:0 .5rem}.cases-slider{gap:.5rem}.case-slide{height:130px;border-radius:16px}.case-slide.active{min-height:440px}.case-slide-closed{padding:.75rem}.case-closed-index{font-size:1.75rem;margin-right:.5rem}.case-slide-closed .case-name{font-size:.9rem}.kpi-circle{width:50px;height:50px}.kpi-circle .kpi-value{font-size:.75rem}.case-closed-arrow{width:32px;height:32px;margin-left:.5rem}.case-slide-open{grid-template-rows:140px auto;border-radius:16px}.case-open-image{height:140px}.case-open-content{padding:1rem}.case-open-content .case-name{font-size:1rem}.case-open-content .case-sector{font-size:.75rem}.case-description{font-size:.75rem;line-height:1.5}.case-kpis{gap:.5rem}.case-kpis .kpi-value{font-size:1rem}.case-kpis .kpi-label{font-size:.5rem}.case-link{padding:10px 16px;font-size:.8rem}.cases-progress-bar{width:60px}.cases-progress-text .current{font-size:1.1rem}}