/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*-------------------------------------@DEFAULT-----------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------------------------*/
/*-----------------------------------@GENERATEPRESS-------------------------------*/
/*--------------------------------------------------------------------------------*/

html .entry-content:not(:first-child), 
html .entry-summary:not(:first-child), 
html .page-content:not(:first-child) {
    margin:0;
}

/*--------------------------------------------------------------------------------*/
/*----------------------------------------@DIVI-----------------------------------*/
/*--------------------------------------------------------------------------------*/

html .et-db #et-boc .et-l .et_pb_section {
    padding:0;
    margin:0;
}

html .et-db #et-boc .et-l .et_pb_row {
    padding:0;
    margin:0;
}

html .et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
html .et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module,
html .et-db #et-boc .et-l .et_pb_column .et_pb_module {
    margin:0;
}

html .et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column, 
html .et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column,
html .et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module, 
html .et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
    margin:0;
}

html .et-db #et-boc .et-l .et_pb_row:after, 
html .et-db #et-boc .et-l .et_pb_row_inner:after {
    content:none
}

html .et-db #et-boc .et-l .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module, 
html .et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module {
    margin-bottom:0;
}

html #et-boc .et-l h1,
html #et-boc .et-l h2,
html #et-boc .et-l h3,
html #et-boc .et-l h4, 
html #et-boc .et-l h5, 
html #et-boc .et-l h6 {
    padding-bottom:0;
}


@media ( min-width: 1025px ) {

    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*-------------------------------------#DEFAULT-----------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/

}

@media ( min-width:768px ) and ( max-width:1024px ) {

    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*-------------------------------------$DEFAULT-----------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/

}

@media ( max-width:767px ) {

    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*-------------------------------------%DEFAULT-----------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------*/
    
}