.elementor-1426 .elementor-element.elementor-element-b4de317{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-1426 .elementor-element.elementor-element-b4de317:not(.elementor-motion-effects-element-type-background), .elementor-1426 .elementor-element.elementor-element-b4de317 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0A0E;}.elementor-1426 .elementor-element.elementor-element-ba28f6b{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.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-1426 .elementor-element.elementor-element-c8e6d03{text-align:center;}.elementor-1426 .elementor-element.elementor-element-c8e6d03 .elementor-heading-title{font-family:"Space Grotesk", Sans-serif;font-size:62px;font-weight:700;color:#FFFFFF;}.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-1426 .elementor-element.elementor-element-4e96340{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-1426 .elementor-element.elementor-element-0d738fc{--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;--padding-top:0%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-1426 .elementor-element.elementor-element-0d738fc:not(.elementor-motion-effects-element-type-background), .elementor-1426 .elementor-element.elementor-element-0d738fc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0A0E;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1426 .elementor-element.elementor-element-b4de317{--content-width:1400px;}.elementor-1426 .elementor-element.elementor-element-ba28f6b{--width:100%;}.elementor-1426 .elementor-element.elementor-element-0d738fc{--content-width:1400px;}}/* Start custom CSS for heading, class: .elementor-element-c8e6d03 */.ai-heading{
    font-size: clamp(48px, 7vw, 110px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
}

.ai-heading .ai-gradient-text{
    position: relative;
    display: inline-block;

    background: linear-gradient(
        90deg,
        #5b4dff 0%,
        #3b82f6 45%,
        #22d3ee 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Cursor */
.ai-heading .ai-gradient-text::after{
    content: "";
    position: absolute;
    right: -12px;
    top: 10%;
    width: 4px;
    height: 82%;
    background: #22d3ee;

    animation: aiBlink 1s infinite;
}

@keyframes aiBlink{
    0%,50%{
        opacity:1;
    }

    51%,100%{
        opacity:0;
    }
}/* End custom CSS */