@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');:root{--red:#E53935;--red-dark:#C62828;--green:#43A047;--blue:#1E88E5;--yellow:#FDD835;--navy:#0a1628;--navy-light:#111d33;--navy-lighter:#162240;--white:#ffffff;--gray-200:#e2e8f0;--gray-400:#94a3b8;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px}body.home,body.page-id-100008{background:var(--navy)!important}body.home .hero,body.page-id-100008 .hero,body.home #stats,body.page-id-100008 #stats,body.home #features,body.page-id-100008 #features,body.home #home-cta,body.page-id-100008 #home-cta{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;color:var(--gray-200)}body.home .hero,body.page-id-100008 .hero{background:var(--navy)}body.home #stats,body.page-id-100008 #stats,body.home #features,body.page-id-100008 #features,body.home #home-cta,body.page-id-100008 #home-cta{background:var(--navy)!important}body.home .container,body.page-id-100008 .container{max-width:1200px;margin:0 auto;padding:0 var(--space-6)}body.home .section-padding,body.page-id-100008 .section-padding{padding:var(--space-24) 0}body.home .gradient-text,body.page-id-100008 .gradient-text{background:linear-gradient(135deg,var(--red),var(--yellow),var(--green),var(--blue));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}body.home .hero,body.page-id-100008 .hero{position:relative;min-height:calc(100vh - 80px);display:flex;align-items:center;padding-top:var(--space-20);overflow:hidden}body.home .hero__bg,body.page-id-100008 .hero__bg{position:absolute;inset:0;z-index:0;overflow:hidden}body.home .hero__bg::before,body.page-id-100008 .hero__bg::before{content:'';position:absolute;top:-30%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(229,57,53,0.12) 0%,transparent 70%);border-radius:50%;animation:zotma-float 15s ease-in-out infinite}body.home .hero__bg::after,body.page-id-100008 .hero__bg::after{content:'';position:absolute;bottom:-20%;left:-15%;width:700px;height:700px;background:radial-gradient(circle,rgba(30,136,229,0.10) 0%,transparent 70%);border-radius:50%;animation:zotma-float 18s ease-in-out infinite reverse}body.home .hero__grid,body.page-id-100008 .hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.02) 1px,transparent 1px);background-size:80px 80px}body.home .hero__shapes,body.page-id-100008 .hero__shapes{position:absolute;inset:0;pointer-events:none}body.home .hero__shape,body.page-id-100008 .hero__shape{position:absolute;border-radius:var(--radius-md);opacity:0.06;animation:zotma-float 20s ease-in-out infinite}body.home .hero__shape--1,body.page-id-100008 .hero__shape--1{top:15%;right:10%;width:120px;height:120px;background:var(--red);transform:rotate(15deg)}body.home .hero__shape--2,body.page-id-100008 .hero__shape--2{top:60%;right:25%;width:80px;height:80px;background:var(--yellow);border-radius:50%;animation-delay:-5s}body.home .hero__shape--3,body.page-id-100008 .hero__shape--3{top:30%;left:5%;width:100px;height:100px;background:var(--green);transform:rotate(-20deg);animation-delay:-10s}body.home .hero__shape--4,body.page-id-100008 .hero__shape--4{bottom:20%;left:15%;width:60px;height:60px;background:var(--blue);border-radius:50%;animation-delay:-7s}body.home .hero__content,body.page-id-100008 .hero__content{position:relative;z-index:1;max-width:760px}body.home .hero__badge,body.page-id-100008 .hero__badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);font-size:0.75rem;font-weight:600;color:var(--blue);background:rgba(30,136,229,0.1);border:1px solid rgba(30,136,229,0.2);border-radius:var(--radius-full);margin-bottom:var(--space-6);text-transform:uppercase;letter-spacing:0.1em}body.home .hero__title,body.page-id-100008 .hero__title{margin:0 0 var(--space-6);font-size:clamp(2.5rem,5vw,3.75rem);line-height:1.1;color:var(--white);font-weight:800;letter-spacing:-0.02em}body.home .hero__subtitle,body.page-id-100008 .hero__subtitle{margin:0 0 var(--space-10);font-size:1.125rem;color:var(--gray-400);line-height:1.8;max-width:620px}body.home .hero__actions,body.page-id-100008 .hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-4)}body.home .btn,body.page-id-100008 .btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-4) var(--space-10);border-radius:var(--radius-full);font-size:1rem;font-weight:600;transition:0.2s ease;text-decoration:none}body.home .btn:hover,body.page-id-100008 .btn:hover{transform:translateY(-2px)}body.home .btn--primary,body.page-id-100008 .btn--primary{color:var(--white);background:linear-gradient(135deg,var(--red),var(--red-dark));box-shadow:0 4px 20px rgba(229,57,53,.3)}body.home .btn--secondary,body.page-id-100008 .btn--secondary{color:var(--white);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15)}body.home .gradient-divider,body.page-id-100008 .gradient-divider{height:1px;border:0;margin:0;background:linear-gradient(90deg,transparent,var(--red),var(--yellow),var(--green),var(--blue),transparent)}body.home .stats-bar,body.page-id-100008 .stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-6);padding:var(--space-12) 0}body.home .stat-item,body.page-id-100008 .stat-item{text-align:center}body.home .stat-item__number,body.page-id-100008 .stat-item__number{margin-bottom:var(--space-2);font-size:2.25rem;font-weight:800;line-height:1}body.home .stat-item__label,body.page-id-100008 .stat-item__label{font-size:0.875rem;color:var(--gray-400);font-weight:500}body.home .section-header,body.page-id-100008 .section-header{text-align:center;max-width:700px;margin:0 auto var(--space-16)}body.home .section-header__label,body.page-id-100008 .section-header__label{display:inline-flex;align-items:center;font-size:0.75rem;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--blue);margin-bottom:var(--space-4)}body.home .section-header__title,body.page-id-100008 .section-header__title{margin:0 0 var(--space-4);font-size:clamp(1.75rem,3.5vw,2.25rem);line-height:1.2;color:var(--white);font-weight:800}body.home .section-header__desc,body.page-id-100008 .section-header__desc{margin:0;font-size:1rem;color:var(--gray-400);line-height:1.7}body.home .features-grid,body.page-id-100008 .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-8)}body.home .feature-card,body.page-id-100008 .feature-card{position:relative;overflow:hidden;padding:var(--space-10) var(--space-8);border-radius:var(--radius-lg);background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);transition:.3s ease}body.home .feature-card::before,body.page-id-100008 .feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--red),var(--yellow));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}body.home .feature-card:nth-child(2)::before,body.page-id-100008 .feature-card:nth-child(2)::before{background:linear-gradient(90deg,var(--green),var(--blue))}body.home .feature-card:nth-child(3)::before,body.page-id-100008 .feature-card:nth-child(3)::before{background:linear-gradient(90deg,var(--blue),var(--red))}body.home .feature-card:hover,body.page-id-100008 .feature-card:hover{transform:translateY(-6px);border-color:rgba(255,255,255,.1);box-shadow:0 10px 40px rgba(0,0,0,.2)}body.home .feature-card:hover::before,body.page-id-100008 .feature-card:hover::before{transform:scaleX(1)}body.home .feature-card__icon,body.page-id-100008 .feature-card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);margin-bottom:var(--space-6);font-size:1.5rem}body.home .feature-card__icon--red,body.page-id-100008 .feature-card__icon--red{background:rgba(229,57,53,.1);color:var(--red)}body.home .feature-card__icon--green,body.page-id-100008 .feature-card__icon--green{background:rgba(67,160,71,.1);color:var(--green)}body.home .feature-card__icon--blue,body.page-id-100008 .feature-card__icon--blue{background:rgba(30,136,229,.1);color:var(--blue)}body.home .feature-card__title,body.page-id-100008 .feature-card__title{margin:0 0 var(--space-3);font-size:1.25rem;color:var(--white);font-weight:700}body.home .feature-card__desc,body.page-id-100008 .feature-card__desc{margin:0;font-size:0.875rem;color:var(--gray-400);line-height:1.7}body.home .cta-section,body.page-id-100008 .cta-section{position:relative;overflow:hidden;text-align:center;padding:var(--space-16) var(--space-10);border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--navy-lighter),var(--navy-light));border:1px solid rgba(255,255,255,.06)}body.home .cta-section::before,body.page-id-100008 .cta-section::before{content:'';position:absolute;top:-50%;left:-20%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(229,57,53,.08) 0%,transparent 70%)}body.home .cta-section::after,body.page-id-100008 .cta-section::after{content:'';position:absolute;bottom:-50%;right:-20%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(30,136,229,.08) 0%,transparent 70%)}body.home .cta-section__content,body.page-id-100008 .cta-section__content{position:relative;z-index:1}body.home .cta-section__title,body.page-id-100008 .cta-section__title{margin:0 0 var(--space-4);font-size:clamp(1.5rem,3vw,1.875rem);color:var(--white);font-weight:800}body.home .cta-section__desc,body.page-id-100008 .cta-section__desc{margin:0 auto var(--space-8);max-width:500px;color:var(--gray-400)}@media (max-width:992px){body.home .features-grid,body.page-id-100008 .features-grid{grid-template-columns:repeat(2,1fr)}body.home .stats-bar,body.page-id-100008 .stats-bar{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){body.home .hero,body.page-id-100008 .hero{min-height:auto;padding-top:var(--space-16);padding-bottom:var(--space-12)}body.home .hero__title,body.page-id-100008 .hero__title{font-size:clamp(2rem,8vw,3rem)}body.home .hero__actions,body.page-id-100008 .hero__actions{flex-direction:column}body.home .features-grid,body.page-id-100008 .features-grid{grid-template-columns:1fr}body.home .section-padding,body.page-id-100008 .section-padding{padding:var(--space-16) 0}}@media (max-width:480px){body.home .stats-bar,body.page-id-100008 .stats-bar{grid-template-columns:1fr}}@keyframes zotma-float{0%,100%{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(2deg)}66%{transform:translateY(10px) rotate(-1deg)}}body.page .et_pb_text_inner>.zotma-services,body.page .zotma-services{display:block!important;position:relative;left:50%;right:50%;width:100vw!important;margin-left:-50vw!important;margin-right:-50vw!important;background:var(--navy)!important;color:var(--gray-200)!important}body.page .et_pb_section:has(.zotma-services){background:var(--navy)!important;padding:0!important}body.page .et_pb_section:has(.zotma-services) .et_pb_row{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}body.page .et_pb_section:has(.zotma-services) .et_pb_column,body.page .et_pb_section:has(.zotma-services) .et_pb_module{margin:0!important}body.page .zotma-services .hero,body.page .zotma-services #services-intro,body.page .zotma-services #services-grid,body.page .zotma-services #services-extra,body.page .zotma-services .section-padding{background:var(--navy)!important}body.page .zotma-services .section-header__title,body.page .zotma-services .service-card__title,body.page .zotma-services .cta-section__title{color:var(--white)!important}body.page .zotma-services .section-header__desc,body.page .zotma-services .service-card__desc,body.page .zotma-services .hero__subtitle,body.page .zotma-services .cta-section__desc{color:var(--gray-400)!important}body.page:has(.zotma-about),body.page:has(.zotma-contact){background:var(--navy)!important}body.page:has(.zotma-about) #main-content,body.page:has(.zotma-contact) #main-content,body.page:has(.zotma-about) #page-container,body.page:has(.zotma-contact) #page-container{background:var(--navy)!important}body.page .et_pb_text_inner>.zotma-about,body.page .zotma-about,body.page .et_pb_text_inner>.zotma-contact,body.page .zotma-contact{display:block!important;position:relative;left:50%;right:50%;width:100vw!important;margin-left:-50vw!important;margin-right:-50vw!important;background:var(--navy)!important;color:var(--gray-200)!important}body.page .et_pb_section:has(.zotma-about),body.page .et_pb_section:has(.zotma-contact){background:var(--navy)!important;padding:0!important;margin:0!important}body.page .et_pb_section:has(.zotma-about) .et_pb_row,body.page .et_pb_section:has(.zotma-contact) .et_pb_row{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}body.page .et_pb_section:has(.zotma-about) .et_pb_column,body.page .et_pb_section:has(.zotma-contact) .et_pb_column,body.page .et_pb_section:has(.zotma-about) .et_pb_module,body.page .et_pb_section:has(.zotma-contact) .et_pb_module{margin:0!important}body.page .zotma-about .hero,body.page .zotma-about #about-story,body.page .zotma-about #history,body.page .zotma-about #competence,body.page .zotma-about #why-zotma,body.page .zotma-about #about-cta,body.page .zotma-about .section-padding,body.page .zotma-contact .hero,body.page .zotma-contact #contact-section,body.page .zotma-contact .section-padding{background:var(--navy)!important}body.page .zotma-about .competence-list__item::before{content:"✓"!important}.et-l--header .zotma-global-header,.et-l--header .et_pb_section:first-child{position:fixed;top:0;left:0;right:0;width:100vw!important;max-width:100vw!important;margin:0!important;padding-left:0!important;padding-right:0!important;z-index:1000;background:#0a1628!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom:1px solid rgba(255,255,255,0.06);overflow:visible!important}.et-l--header .zotma-global-header::before,.et-l--header .et_pb_section:first-child::before{content:"";position:absolute;top:0;bottom:0;left:-100vw;right:-100vw;background:#0a1628;z-index:-1;pointer-events:none}.et-l--header,.et-l--header .zotma-global-header,.et-l--header .et_pb_section:first-child,.et-l--header .zotma-global-header .et_pb_row,.et-l--header .et_pb_section:first-child .et_pb_row,.et-l--header .zotma-global-header .et_pb_column,.et-l--header .et_pb_section:first-child .et_pb_column{background-color:#0a1628!important;background-image:none!important}.et-l--header{position:fixed!important;top:0;left:0;right:0;width:100vw!important;max-width:100vw!important;margin:0!important;padding:0!important;z-index:1000}.et-l--header .et_pb_sticky,.et-l--header .et_pb_sticky--top,.et-l--header .et_pb_section.et_pb_sticky_module{background-color:#0a1628!important;background-image:none!important}body.admin-bar .et-l--header .zotma-global-header,body.admin-bar .et-l--header .et_pb_section:first-child{top:32px}.et-l--header .zotma-global-header .et_pb_row,.et-l--header .et_pb_section:first-child .et_pb_row{max-width:1200px!important;width:100%!important;margin:0 auto!important;padding:0 1.5rem!important;min-height:76px;display:flex!important;flex-wrap:nowrap!important;align-items:center!important}.et-l--header .zotma-global-header .et_pb_image_wrap img,.et-l--header .et_pb_section:first-child .et_pb_image_wrap img{height:38px!important;width:auto!important}.et-l--header .zotma-global-header .zotma-header-menu .et_pb_menu__menu>nav>ul,.et-l--header .et_pb_section:first-child .et_pb_menu .et_pb_menu__menu>nav>ul{display:flex;align-items:center;justify-content:center;gap:0.25rem;flex-wrap:nowrap!important;white-space:nowrap!important;margin:0!important;padding:0!important}.et-l--header .zotma-global-header .zotma-header-menu .et-menu,.et-l--header .et_pb_section:first-child .et_pb_menu .et-menu,.et-l--header .et_pb_section:first-child .et_pb_menu .et-menu.nav{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;margin:0!important;padding:0!important}.et-l--header .zotma-global-header .zotma-header-menu .et-menu>li,.et-l--header .et_pb_section:first-child .et_pb_menu .et-menu>li{display:inline-flex!important;float:none!important;flex:0 0 auto!important;margin:0!important;padding:0!important}.et-l--header .zotma-global-header .zotma-header-menu .et_pb_menu__menu>nav>ul>li>a,.et-l--header .et_pb_section:first-child .et_pb_menu .et_pb_menu__menu>nav>ul>li>a{position:relative;padding:0.45rem 0.9rem!important;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:0.875rem!important;font-weight:500!important;color:#cbd5e1!important;border-radius:6px;letter-spacing:0.02em;transition:color 0.2s ease,background 0.2s ease}.et-l--header .zotma-global-header .zotma-header-menu .et_pb_menu__menu>nav>ul>li>a:hover,.et-l--header .et_pb_section:first-child .et_pb_menu .et_pb_menu__menu>nav>ul>li>a:hover{color:#ffffff!important;background:rgba(255,255,255,0.06)}.et-l--header .zotma-global-header .zotma-header-menu .et_pb_menu__menu>nav>ul>li.current-menu-item>a,.et-l--header .zotma-global-header .zotma-header-menu .et_pb_menu__menu>nav>ul>li.current_page_item>a,.et-l--header .et_pb_section:first-child .et_pb_menu .et_pb_menu__menu>nav>ul>li.current-menu-item>a,.et-l--header .et_pb_section:first-child .et_pb_menu .et_pb_menu__menu>nav>ul>li.current_page_item>a{color:#ffffff!important}.et-l--header .zotma-global-header .zotma-header-menu .et_pb_menu__menu>nav>ul>li.current-menu-item>a::after,.et-l--header .zotma-global-header .zotma-header-menu .et_pb_menu__menu>nav>ul>li.current_page_item>a::after,.et-l--header .et_pb_section:first-child .et_pb_menu .et_pb_menu__menu>nav>ul>li.current-menu-item>a::after,.et-l--header .et_pb_section:first-child .et_pb_menu .et_pb_menu__menu>nav>ul>li.current_page_item>a::after{content:"";position:absolute;left:50%;bottom:-3px;transform:translateX(-50%);width:20px;height:3px;border-radius:9999px;background:linear-gradient(90deg,#e53935,#1e88e5)}.et-l--header .zotma-global-header .zotma-header-cta,.et-l--header .et_pb_section:first-child .et_pb_button_module_wrapper .et_pb_button,.et-l--header .et_pb_section:first-child .zotma-header-cta-wrap a{display:inline-flex!important;align-items:center;justify-content:center;gap:0.5rem;padding:0.5rem 1.25rem!important;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:0.875rem!important;font-weight:600!important;color:#ffffff!important;background:linear-gradient(135deg,#e53935,#c62828)!important;border:none!important;border-radius:9999px!important;text-decoration:none!important;box-shadow:none!important;transition:transform 0.2s ease,box-shadow 0.2s ease}.et-l--header .zotma-global-header .zotma-header-cta:hover,.et-l--header .et_pb_section:first-child .et_pb_button_module_wrapper .et_pb_button:hover,.et-l--header .et_pb_section:first-child .zotma-header-cta-wrap a:hover{transform:translateY(-2px);box-shadow:0 0 30px rgba(229,57,53,0.3)!important}.et-l--header .zotma-global-header .zotma-header-cta-wrap,.et-l--header .et_pb_section:first-child .et_pb_column:last-child{text-align:right}.et-l--header .zotma-global-header .et_pb_column:first-child,.et-l--header .et_pb_section:first-child .et_pb_column:first-child{flex:0 0 22%!important;max-width:22%!important}.et-l--header .zotma-global-header .et_pb_column:nth-child(2),.et-l--header .et_pb_section:first-child .et_pb_column:nth-child(2){flex:1 1 auto!important;max-width:none!important}.et-l--header .zotma-global-header .et_pb_column:last-child,.et-l--header .et_pb_section:first-child .et_pb_column:last-child{flex:0 0 22%!important;max-width:22%!important}@media (max-width:980px){.et-l--header .et_pb_section:first-child .et_pb_column:last-child,.et-l--header .zotma-global-header .zotma-header-cta-wrap{display:none}.et-l--header .zotma-global-header .et_pb_row,.et-l--header .et_pb_section:first-child .et_pb_row{min-height:72px;padding:0 1rem!important}.et-l--header .zotma-global-header .et_pb_column:first-child,.et-l--header .et_pb_section:first-child .et_pb_column:first-child{flex:1 1 auto!important;max-width:none!important}.et-l--header .zotma-global-header .et_pb_column:nth-child(2),.et-l--header .et_pb_section:first-child .et_pb_column:nth-child(2){flex:0 0 auto!important;width:auto!important;max-width:none!important;margin-left:auto!important}.et-l--header .zotma-global-header .et_pb_menu .et_pb_menu__menu,.et-l--header .et_pb_section:first-child .et_pb_menu .et_pb_menu__menu{display:none!important}.et-l--header .zotma-global-header .et_pb_menu .et_mobile_nav_menu,.et-l--header .et_pb_section:first-child .et_pb_menu .et_mobile_nav_menu{display:flex!important;align-items:center;justify-content:flex-end}.et-l--header .zotma-global-header .et_pb_menu .mobile_menu_bar,.et-l--header .et_pb_section:first-child .et_pb_menu .mobile_menu_bar{width:44px;height:44px;padding:0!important;border-radius:10px;border:1px solid rgba(30,136,229,0.38);background:rgba(30,136,229,0.12);display:inline-flex;align-items:center;justify-content:center}.et-l--header .zotma-global-header .et_pb_menu .mobile_menu_bar::before,.et-l--header .et_pb_section:first-child .et_pb_menu .mobile_menu_bar::before{color:#3da2ff!important;font-size:30px!important;line-height:1!important;top:0!important}.et-l--header .zotma-global-header .et_pb_menu .mobile_nav.opened .mobile_menu_bar,.et-l--header .et_pb_section:first-child .et_pb_menu .mobile_nav.opened .mobile_menu_bar{background:rgba(229,57,53,0.14);border-color:rgba(229,57,53,0.45)}.et-l--header .zotma-global-header .et_pb_menu .mobile_nav.opened .mobile_menu_bar::before,.et-l--header .et_pb_section:first-child .et_pb_menu .mobile_nav.opened .mobile_menu_bar::before{color:#ff6b6b!important}.et-l--header .zotma-global-header .et_pb_menu .et_mobile_menu,.et-l--header .et_pb_section:first-child .et_pb_menu .et_mobile_menu{position:fixed!important;top:72px!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:100vw!important;margin:0!important;padding:1rem 1rem calc(6.25rem + env(safe-area-inset-bottom,0px))!important;border:0!important;border-top:1px solid rgba(255,255,255,0.08)!important;border-radius:0!important;background:linear-gradient(180deg,rgba(10,22,40,0.98),rgba(7,14,26,0.98))!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow-y:auto!important;box-shadow:none!important;z-index:1001!important}.et-l--header .zotma-global-header .et_pb_menu .et_mobile_menu li,.et-l--header .et_pb_section:first-child .et_pb_menu .et_mobile_menu li{border-bottom:1px solid rgba(255,255,255,0.08)!important;padding:0!important}.et-l--header .zotma-global-header .et_pb_menu .et_mobile_menu li:last-child,.et-l--header .et_pb_section:first-child .et_pb_menu .et_mobile_menu li:last-child{border-bottom:0!important}.et-l--header .zotma-global-header .et_pb_menu .et_mobile_menu li a,.et-l--header .et_pb_section:first-child .et_pb_menu .et_mobile_menu li a{color:#dbe7ff!important;font-size:1.08rem!important;font-weight:600!important;letter-spacing:0.01em;padding:1rem 0.25rem!important;border:0!important;line-height:1.35!important;background:transparent!important}.et-l--header .zotma-global-header .et_pb_menu .et_mobile_menu li a:hover,.et-l--header .et_pb_section:first-child .et_pb_menu .et_mobile_menu li a:hover{color:#ffffff!important;background:rgba(255,255,255,0.05)!important}.et-l--header .zotma-global-header .et_pb_menu .et_mobile_menu .current-menu-item>a,.et-l--header .zotma-global-header .et_pb_menu .et_mobile_menu .current_page_item>a,.et-l--header .et_pb_section:first-child .et_pb_menu .et_mobile_menu .current-menu-item>a,.et-l--header .et_pb_section:first-child .et_pb_menu .et_mobile_menu .current_page_item>a{color:#ffffff!important;background:linear-gradient(90deg,rgba(30,136,229,0.16),rgba(229,57,53,0.10))!important;border-radius:10px}.et-l--header .zotma-global-header .et_pb_menu .et_mobile_menu .current-menu-item>a::after,.et-l--header .zotma-global-header .et_pb_menu .et_mobile_menu .current_page_item>a::after,.et-l--header .et_pb_section:first-child .et_pb_menu .et_mobile_menu .current-menu-item>a::after,.et-l--header .et_pb_section:first-child .et_pb_menu .et_mobile_menu .current_page_item>a::after{content:"";display:inline-block;width:8px;height:8px;margin-left:10px;border-radius:9999px;background:linear-gradient(90deg,#e53935,#1e88e5);vertical-align:middle}.et-l--header .zotma-global-header .et_pb_menu .et_mobile_menu li:last-child a,.et-l--header .et_pb_section:first-child .et_pb_menu .et_mobile_menu li:last-child a{margin-top:0!important;text-align:left!important;justify-content:flex-start!important;display:block!important;width:auto!important;padding:1rem 0.25rem!important;border-radius:0!important;font-weight:600!important;color:#dbe7ff!important;background:transparent!important;box-shadow:none!important}.et-l--header .zotma-global-header .et_pb_row:has(.et_pb_menu .mobile_nav.opened) .zotma-header-cta-wrap,.et-l--header .et_pb_section:first-child .et_pb_row:has(.et_pb_menu .mobile_nav.opened) .zotma-header-cta-wrap,.et-l--header .zotma-global-header .et_pb_row:has(.et_pb_menu .mobile_nav.opened) .et_pb_column:last-child,.et-l--header .et_pb_section:first-child .et_pb_row:has(.et_pb_menu .mobile_nav.opened) .et_pb_column:last-child{display:block!important;position:fixed!important;left:1rem!important;right:1rem!important;bottom:calc(1rem + env(safe-area-inset-bottom,0px))!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important;z-index:1003!important;text-align:center!important}.et-l--header .zotma-global-header .et_pb_row:has(.et_pb_menu .mobile_nav.opened) .zotma-header-cta-wrap a,.et-l--header .et_pb_section:first-child .et_pb_row:has(.et_pb_menu .mobile_nav.opened) .zotma-header-cta-wrap a,.et-l--header .zotma-global-header .et_pb_row:has(.et_pb_menu .mobile_nav.opened) .et_pb_column:last-child .et_pb_button,.et-l--header .et_pb_section:first-child .et_pb_row:has(.et_pb_menu .mobile_nav.opened) .et_pb_column:last-child .et_pb_button{display:inline-flex!important;width:100%!important;justify-content:center!important;margin:0!important;padding:0.9rem 1.1rem!important;border-radius:9999px!important;font-size:1.05rem!important;font-weight:700!important;color:#ffffff!important;background:linear-gradient(135deg,#e53935,#c62828)!important;box-shadow:0 10px 30px rgba(229,57,53,0.28)!important;text-decoration:none!important}}@media (max-width:782px){body.admin-bar .et-l--header .zotma-global-header,body.admin-bar .et-l--header .et_pb_section:first-child{top:46px}}body.page #et-main-area,body.page #main-content,body.page #page-container{background:var(--navy)!important}body.page #main-content .et_pb_section:last-child,body.page #main-content .et_pb_row:last-child,body.page #main-content .et_pb_module:last-child{margin-bottom:0!important;padding-bottom:0!important}#main-footer{display:none!important}.et-l--footer,.et-l--footer .et_pb_section,.et-l--footer .et_pb_row,.et-l--footer .et_pb_column,.et-l--footer .et_pb_module{background:#0a1628!important}.et-l--footer .et_pb_section{margin:0!important;padding:0!important}.et-l--footer .et_pb_row{width:100%!important;max-width:1200px!important;margin:0 auto!important;padding:0 1.5rem!important}.et-l--footer .et_pb_column,.et-l--footer .et_pb_text,.et-l--footer .et_pb_text_inner{width:100%!important;max-width:none!important}.et-l--footer .zotma-global-footer-wrap,.et-l--footer .zotma-global-footer{background:#0a1628!important}.et-l--footer .zotma-global-footer{border-top:1px solid rgba(255,255,255,0.06);padding:4rem 0 2rem;color:#e2e8f0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.et-l--footer .zotma-global-footer .container{width:100%!important;max-width:none!important;margin:0 auto;padding:0!important}.et-l--footer .zotma-global-footer .nav__logo{display:inline-flex;align-items:center}.et-l--footer .zotma-global-footer .nav__logo img{width:140px;height:auto}.et-l--footer .zotma-global-footer .footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2.5rem;margin-bottom:3rem}.et-l--footer .zotma-global-footer .footer__brand p{font-size:0.875rem;color:#94a3b8;line-height:1.7;margin-top:1rem;max-width:300px}.et-l--footer .zotma-global-footer .footer__heading{margin:0 0 1.25rem;font-size:0.875rem;font-weight:700;color:#ffffff;text-transform:uppercase;letter-spacing:0.1em}.et-l--footer .zotma-global-footer .footer__links{list-style:none;margin:0;padding:0}.et-l--footer .zotma-global-footer .footer__links li{margin-bottom:0.75rem}.et-l--footer .zotma-global-footer .footer__links a{font-size:0.875rem;color:#94a3b8;text-decoration:none;transition:color 0.2s ease,padding-left 0.2s ease}.et-l--footer .zotma-global-footer .footer__links a:hover{color:#ffffff;padding-left:0.5rem}.et-l--footer .zotma-global-footer .footer__contact-item{display:flex;align-items:center;gap:0.75rem;font-size:0.875rem;color:#94a3b8;margin-bottom:0.75rem}.et-l--footer .zotma-global-footer .gradient-divider{height:1px;border:0;margin:0;background:linear-gradient(90deg,transparent,#e53935,#fdd835,#43a047,#1e88e5,transparent)}.et-l--footer .zotma-global-footer .footer__bottom{border-top:1px solid rgba(255,255,255,0.06);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.et-l--footer .zotma-global-footer .footer__copyright{margin:0;font-size:0.75rem;color:#64748b}.et-l--footer .zotma-global-footer .footer__bottom-links{display:flex;gap:1.5rem}.et-l--footer .zotma-global-footer .footer__bottom-links a{font-size:0.75rem;color:#64748b;text-decoration:none}.et-l--footer .zotma-global-footer .footer__bottom-links a:hover{color:#cbd5e1}@media (max-width:992px){.et-l--footer .et_pb_row{padding:0 1rem!important}.et-l--footer .zotma-global-footer .footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.et-l--footer .zotma-global-footer .footer__grid{grid-template-columns:1fr}.et-l--footer .zotma-global-footer .footer__bottom{flex-direction:column;gap:1rem;text-align:center}}