.elementor-1153 .elementor-element.elementor-element-1ddb3c24{--display:flex;--min-height:0px;--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;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1153 .elementor-element.elementor-element-5785b62b{--display:flex;--min-height:0px;--justify-content:flex-start;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:40px 40px;--row-gap:40px;--column-gap:40px;}.elementor-1153 .elementor-element.elementor-element-2030f166{--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;--justify-content:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-1153 .elementor-element.elementor-element-213a3f6f{color:#424242;}.elementor-1153 .elementor-element.elementor-element-1cecd6d9{--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;}.elementor-1153 .elementor-element.elementor-element-beb5532{--display:flex;}.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-1153 .elementor-element.elementor-element-66f19355 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:20px;font-weight:600;color:#0B1052;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-1153 .elementor-element.elementor-element-39d40c48 .elementor-icon-list-icon i{color:#F86828;transition:color 0.3s;}.elementor-1153 .elementor-element.elementor-element-39d40c48 .elementor-icon-list-icon svg{fill:#F86828;transition:fill 0.3s;}.elementor-1153 .elementor-element.elementor-element-39d40c48{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1153 .elementor-element.elementor-element-39d40c48 .elementor-icon-list-text{color:#424242;transition:color 0.3s;}body.elementor-page-1153:not(.elementor-motion-effects-element-type-background), body.elementor-page-1153 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-1153 .elementor-element.elementor-element-5785b62b{--content-width:1200px;}.elementor-1153 .elementor-element.elementor-element-2030f166{--content-width:900px;}.elementor-1153 .elementor-element.elementor-element-1cecd6d9{--content-width:1200px;}.elementor-1153 .elementor-element.elementor-element-beb5532{--content-width:900px;}}/* Start custom CSS for heading, class: .elementor-element-66f19355 */.B1{
    display:inline-block;
    position:relative;
}

.B1::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:16%;
    height:3px;
    background:#FF6A00;

    transform:scaleX(0);
    transform-origin:left;
    animation:drawLine 2s ease forwards;
    animation-delay:1s;
}

@keyframes drawLine{
    from{
        transform:scaleX(0);
    }
    to{
        transform:scaleX(1);
    }
}/* End custom CSS */