.elementor-3285 .elementor-element.elementor-element-3d8b1f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3285 .elementor-element.elementor-element-5dbabb6{font-family:"Outfit", Sans-serif;font-weight:300;color:#000000;}.elementor-3285 .elementor-element.elementor-element-6e494e6{--spacer-size:50px;}.elementor-3285 .elementor-element.elementor-element-914bce6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3285 .elementor-element.elementor-element-8b27af1 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:800;color:#001F6F;}.elementor-3285 .elementor-element.elementor-element-366301b{font-family:"Outfit", Sans-serif;font-weight:300;color:#000000;}.elementor-3285 .elementor-element.elementor-element-7c75e4d .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:800;color:#001F6F;}.elementor-3285 .elementor-element.elementor-element-c9ef1b8{font-family:"Outfit", Sans-serif;font-weight:300;color:#000000;}.elementor-3285 .elementor-element.elementor-element-6d41b00 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:800;color:#001F6F;}.elementor-3285 .elementor-element.elementor-element-917f7e1{font-family:"Outfit", Sans-serif;font-weight:300;color:#000000;}.elementor-3285 .elementor-element.elementor-element-c4c31ce .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:800;color:#001F6F;}.elementor-3285 .elementor-element.elementor-element-0f08e4b{font-family:"Outfit", Sans-serif;font-weight:300;color:#000000;}.elementor-3285 .elementor-element.elementor-element-2c48dc1 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:800;color:#001F6F;}.elementor-3285 .elementor-element.elementor-element-fb0acc0{font-family:"Outfit", Sans-serif;font-weight:300;color:#000000;}.elementor-3285 .elementor-element.elementor-element-79f2de9 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:800;color:#001F6F;}.elementor-3285 .elementor-element.elementor-element-b76e8a4{font-family:"Outfit", Sans-serif;font-weight:300;color:#000000;}.elementor-3285 .elementor-element.elementor-element-bb41bac .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:800;color:#001F6F;}.elementor-3285 .elementor-element.elementor-element-dcfb420{font-family:"Outfit", Sans-serif;font-weight:300;color:#000000;}.elementor-3285 .elementor-element.elementor-element-18c72a4 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:800;color:#001F6F;}.elementor-3285 .elementor-element.elementor-element-2d1c7d9{font-family:"Outfit", Sans-serif;font-weight:300;color:#000000;}.elementor-3285 .elementor-element.elementor-element-93e0569 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:800;color:#001F6F;}.elementor-3285 .elementor-element.elementor-element-1b21dfb{font-family:"Outfit", Sans-serif;font-weight:300;color:#000000;}.elementor-3285 .elementor-element.elementor-element-719150e .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:800;color:#001F6F;}.elementor-3285 .elementor-element.elementor-element-93d5701{font-family:"Outfit", Sans-serif;font-weight:300;color:#000000;}.elementor-3285 .elementor-element.elementor-element-34fed65 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:800;color:#001F6F;}.elementor-3285 .elementor-element.elementor-element-4daec4f{font-family:"Outfit", Sans-serif;font-weight:300;color:#000000;}.elementor-3285 .elementor-element.elementor-element-b30909f{--spacer-size:50px;}/* Start custom CSS for text-editor, class: .elementor-element-fb0acc0 */.tech-bg {
    background: #050b1f;
    position: relative;
    overflow: hidden;
}

.tech-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        90deg,
        rgba(0,255,255,0.08) 0,
        rgba(0,255,255,0.08) 2px,
        transparent 2px,
        transparent 40px
    );
    animation: dataFlow 6s linear infinite;
}

@keyframes dataFlow {
    from { background-position-x: 0; }
    to { background-position-x: 200px; }
}/* End custom CSS */