/* 

@@@TODO check content 

*/

.is-width-two-sixths {
    width: calc(2/6 * 100%) !important;
}
.is-width-three-sixths {
    width: calc(3/6 * 100%) !important;
}
.is-width-four-sixths {
    width: calc(4/6 * 100%) !important;
}
.is-width-five-sixths {
    width: calc(5/6 * 100%) !important;
}
.is-width-one-seventh {
    width: calc(1/7 * 100%) !important;
}
.is-width-two-sevenths {
    width: calc(2/7 * 100%) !important;
}
.is-width-three-sevenths {
    width: calc(3/7 * 100%) !important;
}
.is-width-four-sevenths {
    width: calc(4/7 * 100%) !important;
}
.is-width-five-sevenths {
    width: calc(5/7 * 100%) !important;
}
.is-width-six-sevenths {
    width: calc(6/7 * 100%) !important;
}
.is-width-one-eighth {
    width: calc(1/8 * 100%) !important;
}
.is-width-two-eighths {
    width: calc(2/8 * 100%) !important;
}
.is-width-three-eighths {
    width: calc(3/8 * 100%) !important;
}
.is-width-seven-eighths {
    width: calc(7/8 * 100%) !important;
}

@media (max-width: 1024px) {
    .is-width-two-sixths-mobile {
        width: calc(2/6 * 100%) !important;
    }
    .is-width-three-sixths-mobile {
        width: calc(3/6 * 100%) !important;
    }
    .is-width-four-sixths-mobile {
        width: calc(4/6 * 100%) !important;
    }
    .is-width-five-sixths-mobile {
        width: calc(5/6 * 100%) !important;
    }
    .is-width-one-seventh-mobile {
        width: calc(1/7 * 100%) !important;
    }
    .is-width-two-sevenths-mobile {
        width: calc(2/7 * 100%) !important;
    }
    .is-width-three-sevenths-mobile {
        width: calc(3/7 * 100%) !important;
    }
    .is-width-four-sevenths-mobile {
        width: calc(4/7 * 100%) !important;
    }
    .is-width-five-sevenths-mobile {
        width: calc(5/7 * 100%) !important;
    }
    .is-width-six-sevenths-mobile {
        width: calc(6/7 * 100%) !important;
    }
    .is-width-one-eighth-mobile {
        width: calc(1/8 * 100%) !important;
    }
    .is-width-two-eighths-mobile {
        width: calc(2/8 * 100%) !important;
    }
    .is-width-three-eighths-mobile {
        width: calc(3/8 * 100%) !important;
    }
    .is-width-seven-eighths-mobile {
        width: calc(7/8 * 100%) !important;
    }
}

@media (max-width: 1024px) {
    .columns.is-aligned-center-mobile, .columns .column.is-aligned-center { 
        justify-content: center !important;
        align-items: center !important;
    }
    .columns.is-width-aligned-center-mobile, .columns .column.is-width-aligned-center-mobile { 
        justify-content: center !important;
    }
    .columns.is-height-aligned-center-mobile, .columns .column.is-height-aligned-center-mobile { 
        align-items: center !important;
    }
    .columns.is-height-aligned-start-mobile, .columns .column.is-height-aligned-start-mobile { 
        align-items: flex-start !important;
    }
    .columns.is-height-aligned-end-mobile, .columns .column.is-height-aligned-end-mobile { 
        align-items: flex-end !important;
    }
    .columns.is-width-aligned-start-mobile, .columns .column.is-width-aligned-start-mobile { 
        justify-content: flex-start !important;
    }
    .columns.is-width-aligned-end-mobile, .columns .column.is-width-aligned-end-mobile { 
        justify-content: flex-end !important;
    }
    .columns.is-width-aligned-space-around {
        justify-content: space-around !important;
    }
    .is-flex-mobile {
        display: flex !important;
    }
    .is-width-aligned-end-mobile { 
        justify-content: flex-end !important;
    }
    .is-direction-column-reverse-mobile {
        flex-direction: column-reverse !important;
    }
    .is-width-aligned-center-mobile { 
        justify-content: center !important;
    }

    /* html[data-scroll-direction='down']:not([data-scroll='0']) header {
        margin-top: 23px; 
    }
    html[data-scroll-direction='up']:not([data-scroll='0']) header {
        margin-top: 0; 
    } */


}