.hide {
    display: none
}

*, :after, :before {
    box-sizing: border-box
}

.container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    zoom: 1
}

.row:after, .row:before {
    content: "";
    display: table
}

.row:after {
    clear: both
}

.col-l-0, .col-l-1, .col-l-10, .col-l-11, .col-l-12, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-m-0, .col-m-1, .col-m-10, .col-m-11, .col-m-12, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-s-0, .col-s-1, .col-s-10, .col-s-11, .col-s-12, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-xl-0, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-0, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xxl-0, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9 {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.col-l-acenter, .col-m-acenter, .col-s-acenter, .col-xl-acenter, .col-xs-acenter, .col-xxl-acenter {
    margin-left: auto;
    margin-right: auto;
    float: none
}
.col-l-aleft, .col-m-aleft, .col-s-aleft, .col-xl-aleft, .col-xs-aleft, .col-xxl-aleft {
    text-align: left;

    margin-left: unset;
    margin-right: unset;
    float: left;
}
.col-l-aright, .col-m-aright, .col-s-aright, .col-xl-aright, .col-xs-aright, .col-xxl-aright {
    text-align: right;
    margin-left: unset;
    margin-right: unset;
    float: left;
}

@media only screen and (min-width: 1px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .col-l-1, .col-l-10, .col-l-11, .col-l-12, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-m-1, .col-m-10, .col-m-11, .col-m-12, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-s-1, .col-s-10, .col-s-11, .col-s-12, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9 {
        padding-left: 10px;
        padding-right: 10px
    }

    .col-xs-0 {
        width: 0
    }

    .col-xs-push-0 {
        left: 0
    }

    .col-xs-pull-0 {
        right: 0
    }

    .col-xs-offset-0 {
        margin-left: 0
    }

    .col-xs-1 {
        width: 8.333333333333334%
    }

    .col-xs-push-1 {
        left: 8.333333333333334%
    }

    .col-xs-pull-1 {
        right: 8.333333333333334%
    }

    .col-xs-offset-1 {
        margin-left: 8.333333333333334%
    }

    .col-xs-2 {
        width: 16.666666666666668%
    }

    .col-xs-push-2 {
        left: 16.666666666666668%
    }

    .col-xs-pull-2 {
        right: 16.666666666666668%
    }

    .col-xs-offset-2 {
        margin-left: 16.666666666666668%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-push-3 {
        left: 25%
    }

    .col-xs-pull-3 {
        right: 25%
    }

    .col-xs-offset-3 {
        margin-left: 25%
    }

    .col-xs-4 {
        width: 33.333333333333336%
    }

    .col-xs-push-4 {
        left: 33.333333333333336%
    }

    .col-xs-pull-4 {
        right: 33.333333333333336%
    }

    .col-xs-offset-4 {
        margin-left: 33.333333333333336%
    }

    .col-xs-5 {
        width: 41.66666666666667%
    }

    .col-xs-push-5 {
        left: 41.66666666666667%
    }

    .col-xs-pull-5 {
        right: 41.66666666666667%
    }

    .col-xs-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-push-6 {
        left: 50%
    }

    .col-xs-pull-6 {
        right: 50%
    }

    .col-xs-offset-6 {
        margin-left: 50%
    }

    .col-xs-7 {
        width: 58.33333333333334%
    }

    .col-xs-push-7 {
        left: 58.333333333333336%
    }

    .col-xs-pull-7 {
        right: 58.333333333333336%
    }

    .col-xs-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-xs-8 {
        width: 66.66666666666667%
    }

    .col-xs-push-8 {
        left: 66.66666666666667%
    }

    .col-xs-pull-8 {
        right: 66.66666666666667%
    }

    .col-xs-offset-8 {
        margin-left: 66.66666666666667%
    }

    .col-xs-9 {
        width: 75.00000000000001%
    }

    .col-xs-push-9 {
        left: 75%
    }

    .col-xs-pull-9 {
        right: 75%
    }

    .col-xs-offset-9 {
        margin-left: 75%
    }

    .col-xs-10 {
        width: 83.33333333333334%
    }

    .col-xs-push-10 {
        left: 83.33333333333334%
    }

    .col-xs-pull-10 {
        right: 83.33333333333334%
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-xs-11 {
        width: 91.66666666666666%
    }

    .col-xs-push-11 {
        left: 91.66666666666667%
    }

    .col-xs-pull-11 {
        right: 91.66666666666667%
    }

    .col-xs-offset-11 {
        margin-left: 91.66666666666667%
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-push-12 {
        left: 100%
    }

    .col-xs-pull-12 {
        right: 100%
    }

    .col-xs-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width: 320px) {
    .container {
        padding-left: 12.5px;
        padding-right: 12.5px
    }

    .row {
        margin-left: -12.5px;
        margin-right: -12.5px
    }

    .col-l-1, .col-l-10, .col-l-11, .col-l-12, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-m-1, .col-m-10, .col-m-11, .col-m-12, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-s-1, .col-s-10, .col-s-11, .col-s-12, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9 {
        padding-left: 12.5px;
        padding-right: 12.5px
    }

    .col-s-0 {
        width: 0
    }

    .col-s-push-0 {
        left: 0
    }

    .col-s-pull-0 {
        right: 0
    }

    .col-s-offset-0 {
        margin-left: 0
    }

    .col-s-1 {
        width: 8.333333333333334%
    }

    .col-s-push-1 {
        left: 8.333333333333334%
    }

    .col-s-pull-1 {
        right: 8.333333333333334%
    }

    .col-s-offset-1 {
        margin-left: 8.333333333333334%
    }

    .col-s-2 {
        width: 16.666666666666668%
    }

    .col-s-push-2 {
        left: 16.666666666666668%
    }

    .col-s-pull-2 {
        right: 16.666666666666668%
    }

    .col-s-offset-2 {
        margin-left: 16.666666666666668%
    }

    .col-s-3 {
        width: 25%
    }

    .col-s-push-3 {
        left: 25%
    }

    .col-s-pull-3 {
        right: 25%
    }

    .col-s-offset-3 {
        margin-left: 25%
    }

    .col-s-4 {
        width: 33.333333333333336%
    }

    .col-s-push-4 {
        left: 33.333333333333336%
    }

    .col-s-pull-4 {
        right: 33.333333333333336%
    }

    .col-s-offset-4 {
        margin-left: 33.333333333333336%
    }

    .col-s-5 {
        width: 41.66666666666667%
    }

    .col-s-push-5 {
        left: 41.66666666666667%
    }

    .col-s-pull-5 {
        right: 41.66666666666667%
    }

    .col-s-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-s-6 {
        width: 50%
    }

    .col-s-push-6 {
        left: 50%
    }

    .col-s-pull-6 {
        right: 50%
    }

    .col-s-offset-6 {
        margin-left: 50%
    }

    .col-s-7 {
        width: 58.33333333333334%
    }

    .col-s-push-7 {
        left: 58.333333333333336%
    }

    .col-s-pull-7 {
        right: 58.333333333333336%
    }

    .col-s-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-s-8 {
        width: 66.66666666666667%
    }

    .col-s-push-8 {
        left: 66.66666666666667%
    }

    .col-s-pull-8 {
        right: 66.66666666666667%
    }

    .col-s-offset-8 {
        margin-left: 66.66666666666667%
    }

    .col-s-9 {
        width: 75.00000000000001%
    }

    .col-s-push-9 {
        left: 75%
    }

    .col-s-pull-9 {
        right: 75%
    }

    .col-s-offset-9 {
        margin-left: 75%
    }

    .col-s-10 {
        width: 83.33333333333334%
    }

    .col-s-push-10 {
        left: 83.33333333333334%
    }

    .col-s-pull-10 {
        right: 83.33333333333334%
    }

    .col-s-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-s-11 {
        width: 91.66666666666666%
    }

    .col-s-push-11 {
        left: 91.66666666666667%
    }

    .col-s-pull-11 {
        right: 91.66666666666667%
    }

    .col-s-offset-11 {
        margin-left: 91.66666666666667%
    }

    .col-s-12 {
        width: 100%
    }

    .col-s-push-12 {
        left: 100%
    }

    .col-s-pull-12 {
        right: 100%
    }

    .col-s-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width: 480px) {
    .container {
        padding-left: 12.5px;
        padding-right: 12.5px
    }

    .row {
        margin-left: -12.5px;
        margin-right: -12.5px
    }

    .col-l-1, .col-l-10, .col-l-11, .col-l-12, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-m-1, .col-m-10, .col-m-11, .col-m-12, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-s-1, .col-s-10, .col-s-11, .col-s-12, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9 {
        padding-left: 12.5px;
        padding-right: 12.5px
    }

    .col-m-0 {
        width: 0
    }

    .col-m-push-0 {
        left: 0
    }

    .col-m-pull-0 {
        right: 0
    }

    .col-m-offset-0 {
        margin-left: 0
    }

    .col-m-1 {
        width: 8.333333333333334%
    }

    .col-m-push-1 {
        left: 8.333333333333334%
    }

    .col-m-pull-1 {
        right: 8.333333333333334%
    }

    .col-m-offset-1 {
        margin-left: 8.333333333333334%
    }

    .col-m-2 {
        width: 16.666666666666668%
    }

    .col-m-push-2 {
        left: 16.666666666666668%
    }

    .col-m-pull-2 {
        right: 16.666666666666668%
    }

    .col-m-offset-2 {
        margin-left: 16.666666666666668%
    }

    .col-m-3 {
        width: 25%
    }

    .col-m-push-3 {
        left: 25%
    }

    .col-m-pull-3 {
        right: 25%
    }

    .col-m-offset-3 {
        margin-left: 25%
    }

    .col-m-4 {
        width: 33.333333333333336%
    }

    .col-m-push-4 {
        left: 33.333333333333336%
    }

    .col-m-pull-4 {
        right: 33.333333333333336%
    }

    .col-m-offset-4 {
        margin-left: 33.333333333333336%
    }

    .col-m-5 {
        width: 41.66666666666667%
    }

    .col-m-push-5 {
        left: 41.66666666666667%
    }

    .col-m-pull-5 {
        right: 41.66666666666667%
    }

    .col-m-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-m-6 {
        width: 50%
    }

    .col-m-push-6 {
        left: 50%
    }

    .col-m-pull-6 {
        right: 50%
    }

    .col-m-offset-6 {
        margin-left: 50%
    }

    .col-m-7 {
        width: 58.33333333333334%
    }

    .col-m-push-7 {
        left: 58.333333333333336%
    }

    .col-m-pull-7 {
        right: 58.333333333333336%
    }

    .col-m-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-m-8 {
        width: 66.66666666666667%
    }

    .col-m-push-8 {
        left: 66.66666666666667%
    }

    .col-m-pull-8 {
        right: 66.66666666666667%
    }

    .col-m-offset-8 {
        margin-left: 66.66666666666667%
    }

    .col-m-9 {
        width: 75.00000000000001%
    }

    .col-m-push-9 {
        left: 75%
    }

    .col-m-pull-9 {
        right: 75%
    }

    .col-m-offset-9 {
        margin-left: 75%
    }

    .col-m-10 {
        width: 83.33333333333334%
    }

    .col-m-push-10 {
        left: 83.33333333333334%
    }

    .col-m-pull-10 {
        right: 83.33333333333334%
    }

    .col-m-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-m-11 {
        width: 91.66666666666666%
    }

    .col-m-push-11 {
        left: 91.66666666666667%
    }

    .col-m-pull-11 {
        right: 91.66666666666667%
    }

    .col-m-offset-11 {
        margin-left: 91.66666666666667%
    }

    .col-m-12 {
        width: 100%
    }

    .col-m-push-12 {
        left: 100%
    }

    .col-m-pull-12 {
        right: 100%
    }

    .col-m-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .col-l-1, .col-l-10, .col-l-11, .col-l-12, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-m-1, .col-m-10, .col-m-11, .col-m-12, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-s-1, .col-s-10, .col-s-11, .col-s-12, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9 {
        padding-left: 15px;
        padding-right: 15px
    }

    .col-l-0 {
        width: 0
    }

    .col-l-push-0 {
        left: 0
    }

    .col-l-pull-0 {
        right: 0
    }

    .col-l-offset-0 {
        margin-left: 0
    }

    .col-l-1 {
        width: 8.333333333333334%
    }

    .col-l-push-1 {
        left: 8.333333333333334%
    }

    .col-l-pull-1 {
        right: 8.333333333333334%
    }

    .col-l-offset-1 {
        margin-left: 8.333333333333334%
    }

    .col-l-2 {
        width: 16.666666666666668%
    }

    .col-l-push-2 {
        left: 16.666666666666668%
    }

    .col-l-pull-2 {
        right: 16.666666666666668%
    }

    .col-l-offset-2 {
        margin-left: 16.666666666666668%
    }

    .col-l-3 {
        width: 25%
    }

    .col-l-push-3 {
        left: 25%
    }

    .col-l-pull-3 {
        right: 25%
    }

    .col-l-offset-3 {
        margin-left: 25%
    }

    .col-l-4 {
        width: 33.333333333333336%
    }

    .col-l-push-4 {
        left: 33.333333333333336%
    }

    .col-l-pull-4 {
        right: 33.333333333333336%
    }

    .col-l-offset-4 {
        margin-left: 33.333333333333336%
    }

    .col-l-5 {
        width: 41.66666666666667%
    }

    .col-l-push-5 {
        left: 41.66666666666667%
    }

    .col-l-pull-5 {
        right: 41.66666666666667%
    }

    .col-l-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-l-6 {
        width: 50%
    }

    .col-l-push-6 {
        left: 50%
    }

    .col-l-pull-6 {
        right: 50%
    }

    .col-l-offset-6 {
        margin-left: 50%
    }

    .col-l-7 {
        width: 58.33333333333334%
    }

    .col-l-push-7 {
        left: 58.333333333333336%
    }

    .col-l-pull-7 {
        right: 58.333333333333336%
    }

    .col-l-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-l-8 {
        width: 66.66666666666667%
    }

    .col-l-push-8 {
        left: 66.66666666666667%
    }

    .col-l-pull-8 {
        right: 66.66666666666667%
    }

    .col-l-offset-8 {
        margin-left: 66.66666666666667%
    }

    .col-l-9 {
        width: 75.00000000000001%
    }

    .col-l-push-9 {
        left: 75%
    }

    .col-l-pull-9 {
        right: 75%
    }

    .col-l-offset-9 {
        margin-left: 75%
    }

    .col-l-10 {
        width: 83.33333333333334%
    }

    .col-l-push-10 {
        left: 83.33333333333334%
    }

    .col-l-pull-10 {
        right: 83.33333333333334%
    }

    .col-l-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-l-11 {
        width: 91.66666666666666%
    }

    .col-l-push-11 {
        left: 91.66666666666667%
    }

    .col-l-pull-11 {
        right: 91.66666666666667%
    }

    .col-l-offset-11 {
        margin-left: 91.66666666666667%
    }

    .col-l-12 {
        width: 100%
    }

    .col-l-push-12 {
        left: 100%
    }

    .col-l-pull-12 {
        right: 100%
    }

    .col-l-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width: 980px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .col-l-1, .col-l-10, .col-l-11, .col-l-12, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-m-1, .col-m-10, .col-m-11, .col-m-12, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-s-1, .col-s-10, .col-s-11, .col-s-12, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9 {
        padding-left: 15px;
        padding-right: 15px
    }

    .col-xl-0 {
        width: 0
    }

    .col-xl-push-0 {
        left: 0
    }

    .col-xl-pull-0 {
        right: 0
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .col-xl-1 {
        width: 8.333333333333334%
    }

    .col-xl-push-1 {
        left: 8.333333333333334%
    }

    .col-xl-pull-1 {
        right: 8.333333333333334%
    }

    .col-xl-offset-1 {
        margin-left: 8.333333333333334%
    }

    .col-xl-2 {
        width: 16.666666666666668%
    }

    .col-xl-push-2 {
        left: 16.666666666666668%
    }

    .col-xl-pull-2 {
        right: 16.666666666666668%
    }

    .col-xl-offset-2 {
        margin-left: 16.666666666666668%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-4 {
        width: 33.333333333333336%
    }

    .col-xl-push-4 {
        left: 33.333333333333336%
    }

    .col-xl-pull-4 {
        right: 33.333333333333336%
    }

    .col-xl-offset-4 {
        margin-left: 33.333333333333336%
    }

    .col-xl-5 {
        width: 41.66666666666667%
    }

    .col-xl-push-5 {
        left: 41.66666666666667%
    }

    .col-xl-pull-5 {
        right: 41.66666666666667%
    }

    .col-xl-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-7 {
        width: 58.33333333333334%
    }

    .col-xl-push-7 {
        left: 58.333333333333336%
    }

    .col-xl-pull-7 {
        right: 58.333333333333336%
    }

    .col-xl-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-xl-8 {
        width: 66.66666666666667%
    }

    .col-xl-push-8 {
        left: 66.66666666666667%
    }

    .col-xl-pull-8 {
        right: 66.66666666666667%
    }

    .col-xl-offset-8 {
        margin-left: 66.66666666666667%
    }

    .col-xl-9 {
        width: 75.00000000000001%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-10 {
        width: 83.33333333333334%
    }

    .col-xl-push-10 {
        left: 83.33333333333334%
    }

    .col-xl-pull-10 {
        right: 83.33333333333334%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-xl-11 {
        width: 91.66666666666666%
    }

    .col-xl-push-11 {
        left: 91.66666666666667%
    }

    .col-xl-pull-11 {
        right: 91.66666666666667%
    }

    .col-xl-offset-11 {
        margin-left: 91.66666666666667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .col-l-1, .col-l-10, .col-l-11, .col-l-12, .col-l-2, .col-l-3, .col-l-4, .col-l-5, .col-l-6, .col-l-7, .col-l-8, .col-l-9, .col-m-1, .col-m-10, .col-m-11, .col-m-12, .col-m-2, .col-m-3, .col-m-4, .col-m-5, .col-m-6, .col-m-7, .col-m-8, .col-m-9, .col-s-1, .col-s-10, .col-s-11, .col-s-12, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9 {
        padding-left: 15px;
        padding-right: 15px
    }

    .col-xxl-0 {
        width: 0
    }

    .col-xxl-push-0 {
        left: 0
    }

    .col-xxl-pull-0 {
        right: 0
    }

    .col-xxl-offset-0 {
        margin-left: 0
    }

    .col-xxl-1 {
        width: 8.333333333333334%
    }

    .col-xxl-push-1 {
        left: 8.333333333333334%
    }

    .col-xxl-pull-1 {
        right: 8.333333333333334%
    }

    .col-xxl-offset-1 {
        margin-left: 8.333333333333334%
    }

    .col-xxl-2 {
        width: 16.666666666666668%
    }

    .col-xxl-push-2 {
        left: 16.666666666666668%
    }

    .col-xxl-pull-2 {
        right: 16.666666666666668%
    }

    .col-xxl-offset-2 {
        margin-left: 16.666666666666668%
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-push-3 {
        left: 25%
    }

    .col-xxl-pull-3 {
        right: 25%
    }

    .col-xxl-offset-3 {
        margin-left: 25%
    }

    .col-xxl-4 {
        width: 33.333333333333336%
    }

    .col-xxl-push-4 {
        left: 33.333333333333336%
    }

    .col-xxl-pull-4 {
        right: 33.333333333333336%
    }

    .col-xxl-offset-4 {
        margin-left: 33.333333333333336%
    }

    .col-xxl-5 {
        width: 41.66666666666667%
    }

    .col-xxl-push-5 {
        left: 41.66666666666667%
    }

    .col-xxl-pull-5 {
        right: 41.66666666666667%
    }

    .col-xxl-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-push-6 {
        left: 50%
    }

    .col-xxl-pull-6 {
        right: 50%
    }

    .col-xxl-offset-6 {
        margin-left: 50%
    }

    .col-xxl-7 {
        width: 58.33333333333334%
    }

    .col-xxl-push-7 {
        left: 58.333333333333336%
    }

    .col-xxl-pull-7 {
        right: 58.333333333333336%
    }

    .col-xxl-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-xxl-8 {
        width: 66.66666666666667%
    }

    .col-xxl-push-8 {
        left: 66.66666666666667%
    }

    .col-xxl-pull-8 {
        right: 66.66666666666667%
    }

    .col-xxl-offset-8 {
        margin-left: 66.66666666666667%
    }

    .col-xxl-9 {
        width: 75.00000000000001%
    }

    .col-xxl-push-9 {
        left: 75%
    }

    .col-xxl-pull-9 {
        right: 75%
    }

    .col-xxl-offset-9 {
        margin-left: 75%
    }

    .col-xxl-10 {
        width: 83.33333333333334%
    }

    .col-xxl-push-10 {
        left: 83.33333333333334%
    }

    .col-xxl-pull-10 {
        right: 83.33333333333334%
    }

    .col-xxl-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-xxl-11 {
        width: 91.66666666666666%
    }

    .col-xxl-push-11 {
        left: 91.66666666666667%
    }

    .col-xxl-pull-11 {
        right: 91.66666666666667%
    }

    .col-xxl-offset-11 {
        margin-left: 91.66666666666667%
    }

    .col-xxl-12 {
        width: 100%
    }

    .col-xxl-push-12 {
        left: 100%
    }

    .col-xxl-pull-12 {
        right: 100%
    }

    .col-xxl-offset-12 {
        margin-left: 100%
    }
}