html .anwp-pg-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

.anwp-pg-wrap *, .anwp-pg-wrap :after, .anwp-pg-wrap :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.anwp-pg-wrap .container, .anwp-pg-wrap .container-fluid, .anwp-pg-wrap .container-lg, .anwp-pg-wrap .container-md, .anwp-pg-wrap .container-sm, .anwp-pg-wrap .container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .anwp-pg-wrap .container, .anwp-pg-wrap .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .anwp-pg-wrap .container, .anwp-pg-wrap .container-md, .anwp-pg-wrap .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .container, .anwp-pg-wrap .container-lg, .anwp-pg-wrap .container-md, .anwp-pg-wrap .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .anwp-pg-wrap .container, .anwp-pg-wrap .container-lg, .anwp-pg-wrap .container-md, .anwp-pg-wrap .container-sm, .anwp-pg-wrap .container-xl {
        max-width: 1140px
    }
}

.anwp-pg-wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.anwp-pg-wrap .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.anwp-pg-wrap .no-gutters > .col, .anwp-pg-wrap .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.anwp-pg-wrap .col, .anwp-pg-wrap .col-1, .anwp-pg-wrap .col-2, .anwp-pg-wrap .col-3, .anwp-pg-wrap .col-4, .anwp-pg-wrap .col-5, .anwp-pg-wrap .col-6, .anwp-pg-wrap .col-7, .anwp-pg-wrap .col-8, .anwp-pg-wrap .col-9, .anwp-pg-wrap .col-10, .anwp-pg-wrap .col-11, .anwp-pg-wrap .col-12, .anwp-pg-wrap .col-auto, .anwp-pg-wrap .col-lg, .anwp-pg-wrap .col-lg-1, .anwp-pg-wrap .col-lg-2, .anwp-pg-wrap .col-lg-3, .anwp-pg-wrap .col-lg-4, .anwp-pg-wrap .col-lg-5, .anwp-pg-wrap .col-lg-6, .anwp-pg-wrap .col-lg-7, .anwp-pg-wrap .col-lg-8, .anwp-pg-wrap .col-lg-9, .anwp-pg-wrap .col-lg-10, .anwp-pg-wrap .col-lg-11, .anwp-pg-wrap .col-lg-12, .anwp-pg-wrap .col-lg-auto, .anwp-pg-wrap .col-md, .anwp-pg-wrap .col-md-1, .anwp-pg-wrap .col-md-2, .anwp-pg-wrap .col-md-3, .anwp-pg-wrap .col-md-4, .anwp-pg-wrap .col-md-5, .anwp-pg-wrap .col-md-6, .anwp-pg-wrap .col-md-7, .anwp-pg-wrap .col-md-8, .anwp-pg-wrap .col-md-9, .anwp-pg-wrap .col-md-10, .anwp-pg-wrap .col-md-11, .anwp-pg-wrap .col-md-12, .anwp-pg-wrap .col-md-auto, .anwp-pg-wrap .col-sm, .anwp-pg-wrap .col-sm-1, .anwp-pg-wrap .col-sm-2, .anwp-pg-wrap .col-sm-3, .anwp-pg-wrap .col-sm-4, .anwp-pg-wrap .col-sm-5, .anwp-pg-wrap .col-sm-6, .anwp-pg-wrap .col-sm-7, .anwp-pg-wrap .col-sm-8, .anwp-pg-wrap .col-sm-9, .anwp-pg-wrap .col-sm-10, .anwp-pg-wrap .col-sm-11, .anwp-pg-wrap .col-sm-12, .anwp-pg-wrap .col-sm-auto, .anwp-pg-wrap .col-xl, .anwp-pg-wrap .col-xl-1, .anwp-pg-wrap .col-xl-2, .anwp-pg-wrap .col-xl-3, .anwp-pg-wrap .col-xl-4, .anwp-pg-wrap .col-xl-5, .anwp-pg-wrap .col-xl-6, .anwp-pg-wrap .col-xl-7, .anwp-pg-wrap .col-xl-8, .anwp-pg-wrap .col-xl-9, .anwp-pg-wrap .col-xl-10, .anwp-pg-wrap .col-xl-11, .anwp-pg-wrap .col-xl-12, .anwp-pg-wrap .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.anwp-pg-wrap .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.anwp-pg-wrap .row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.anwp-pg-wrap .row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.anwp-pg-wrap .row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.anwp-pg-wrap .row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.anwp-pg-wrap .row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.anwp-pg-wrap .row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.anwp-pg-wrap .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.anwp-pg-wrap .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.anwp-pg-wrap .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.anwp-pg-wrap .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.anwp-pg-wrap .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.anwp-pg-wrap .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.anwp-pg-wrap .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.anwp-pg-wrap .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.anwp-pg-wrap .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.anwp-pg-wrap .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.anwp-pg-wrap .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.anwp-pg-wrap .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.anwp-pg-wrap .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.anwp-pg-wrap .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.anwp-pg-wrap .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.anwp-pg-wrap .order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.anwp-pg-wrap .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.anwp-pg-wrap .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.anwp-pg-wrap .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.anwp-pg-wrap .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.anwp-pg-wrap .order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.anwp-pg-wrap .order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.anwp-pg-wrap .order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.anwp-pg-wrap .order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.anwp-pg-wrap .order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.anwp-pg-wrap .order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.anwp-pg-wrap .order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.anwp-pg-wrap .order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.anwp-pg-wrap .offset-1 {
    margin-left: 8.33333%
}

.anwp-pg-wrap .offset-2 {
    margin-left: 16.66667%
}

.anwp-pg-wrap .offset-3 {
    margin-left: 25%
}

.anwp-pg-wrap .offset-4 {
    margin-left: 33.33333%
}

.anwp-pg-wrap .offset-5 {
    margin-left: 41.66667%
}

.anwp-pg-wrap .offset-6 {
    margin-left: 50%
}

.anwp-pg-wrap .offset-7 {
    margin-left: 58.33333%
}

.anwp-pg-wrap .offset-8 {
    margin-left: 66.66667%
}

.anwp-pg-wrap .offset-9 {
    margin-left: 75%
}

.anwp-pg-wrap .offset-10 {
    margin-left: 83.33333%
}

.anwp-pg-wrap .offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .anwp-pg-wrap .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .anwp-pg-wrap .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-pg-wrap .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-pg-wrap .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-pg-wrap .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-pg-wrap .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .anwp-pg-wrap .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-pg-wrap .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .anwp-pg-wrap .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .anwp-pg-wrap .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-pg-wrap .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-pg-wrap .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-pg-wrap .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .anwp-pg-wrap .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-pg-wrap .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .anwp-pg-wrap .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .anwp-pg-wrap .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .anwp-pg-wrap .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .anwp-pg-wrap .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .anwp-pg-wrap .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-pg-wrap .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .anwp-pg-wrap .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .anwp-pg-wrap .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .anwp-pg-wrap .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .anwp-pg-wrap .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .anwp-pg-wrap .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .anwp-pg-wrap .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .anwp-pg-wrap .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .anwp-pg-wrap .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .anwp-pg-wrap .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .anwp-pg-wrap .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .anwp-pg-wrap .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .anwp-pg-wrap .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .anwp-pg-wrap .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .anwp-pg-wrap .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .anwp-pg-wrap .offset-sm-0 {
        margin-left: 0
    }

    .anwp-pg-wrap .offset-sm-1 {
        margin-left: 8.33333%
    }

    .anwp-pg-wrap .offset-sm-2 {
        margin-left: 16.66667%
    }

    .anwp-pg-wrap .offset-sm-3 {
        margin-left: 25%
    }

    .anwp-pg-wrap .offset-sm-4 {
        margin-left: 33.33333%
    }

    .anwp-pg-wrap .offset-sm-5 {
        margin-left: 41.66667%
    }

    .anwp-pg-wrap .offset-sm-6 {
        margin-left: 50%
    }

    .anwp-pg-wrap .offset-sm-7 {
        margin-left: 58.33333%
    }

    .anwp-pg-wrap .offset-sm-8 {
        margin-left: 66.66667%
    }

    .anwp-pg-wrap .offset-sm-9 {
        margin-left: 75%
    }

    .anwp-pg-wrap .offset-sm-10 {
        margin-left: 83.33333%
    }

    .anwp-pg-wrap .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .anwp-pg-wrap .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .anwp-pg-wrap .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-pg-wrap .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-pg-wrap .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-pg-wrap .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-pg-wrap .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .anwp-pg-wrap .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-pg-wrap .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .anwp-pg-wrap .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .anwp-pg-wrap .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-pg-wrap .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-pg-wrap .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-pg-wrap .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .anwp-pg-wrap .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-pg-wrap .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .anwp-pg-wrap .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .anwp-pg-wrap .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .anwp-pg-wrap .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .anwp-pg-wrap .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .anwp-pg-wrap .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-pg-wrap .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .anwp-pg-wrap .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .anwp-pg-wrap .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .anwp-pg-wrap .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .anwp-pg-wrap .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .anwp-pg-wrap .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .anwp-pg-wrap .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .anwp-pg-wrap .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .anwp-pg-wrap .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .anwp-pg-wrap .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .anwp-pg-wrap .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .anwp-pg-wrap .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .anwp-pg-wrap .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .anwp-pg-wrap .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .anwp-pg-wrap .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .anwp-pg-wrap .offset-md-0 {
        margin-left: 0
    }

    .anwp-pg-wrap .offset-md-1 {
        margin-left: 8.33333%
    }

    .anwp-pg-wrap .offset-md-2 {
        margin-left: 16.66667%
    }

    .anwp-pg-wrap .offset-md-3 {
        margin-left: 25%
    }

    .anwp-pg-wrap .offset-md-4 {
        margin-left: 33.33333%
    }

    .anwp-pg-wrap .offset-md-5 {
        margin-left: 41.66667%
    }

    .anwp-pg-wrap .offset-md-6 {
        margin-left: 50%
    }

    .anwp-pg-wrap .offset-md-7 {
        margin-left: 58.33333%
    }

    .anwp-pg-wrap .offset-md-8 {
        margin-left: 66.66667%
    }

    .anwp-pg-wrap .offset-md-9 {
        margin-left: 75%
    }

    .anwp-pg-wrap .offset-md-10 {
        margin-left: 83.33333%
    }

    .anwp-pg-wrap .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .anwp-pg-wrap .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-pg-wrap .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-pg-wrap .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-pg-wrap .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-pg-wrap .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .anwp-pg-wrap .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-pg-wrap .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .anwp-pg-wrap .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .anwp-pg-wrap .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-pg-wrap .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-pg-wrap .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-pg-wrap .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .anwp-pg-wrap .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-pg-wrap .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .anwp-pg-wrap .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .anwp-pg-wrap .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .anwp-pg-wrap .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .anwp-pg-wrap .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .anwp-pg-wrap .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-pg-wrap .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .anwp-pg-wrap .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .anwp-pg-wrap .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .anwp-pg-wrap .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .anwp-pg-wrap .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .anwp-pg-wrap .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .anwp-pg-wrap .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .anwp-pg-wrap .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .anwp-pg-wrap .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .anwp-pg-wrap .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .anwp-pg-wrap .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .anwp-pg-wrap .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .anwp-pg-wrap .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .anwp-pg-wrap .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .anwp-pg-wrap .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .anwp-pg-wrap .offset-lg-0 {
        margin-left: 0
    }

    .anwp-pg-wrap .offset-lg-1 {
        margin-left: 8.33333%
    }

    .anwp-pg-wrap .offset-lg-2 {
        margin-left: 16.66667%
    }

    .anwp-pg-wrap .offset-lg-3 {
        margin-left: 25%
    }

    .anwp-pg-wrap .offset-lg-4 {
        margin-left: 33.33333%
    }

    .anwp-pg-wrap .offset-lg-5 {
        margin-left: 41.66667%
    }

    .anwp-pg-wrap .offset-lg-6 {
        margin-left: 50%
    }

    .anwp-pg-wrap .offset-lg-7 {
        margin-left: 58.33333%
    }

    .anwp-pg-wrap .offset-lg-8 {
        margin-left: 66.66667%
    }

    .anwp-pg-wrap .offset-lg-9 {
        margin-left: 75%
    }

    .anwp-pg-wrap .offset-lg-10 {
        margin-left: 83.33333%
    }

    .anwp-pg-wrap .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .anwp-pg-wrap .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .anwp-pg-wrap .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-pg-wrap .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-pg-wrap .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-pg-wrap .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-pg-wrap .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .anwp-pg-wrap .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-pg-wrap .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .anwp-pg-wrap .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .anwp-pg-wrap .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-pg-wrap .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-pg-wrap .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-pg-wrap .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .anwp-pg-wrap .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-pg-wrap .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .anwp-pg-wrap .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .anwp-pg-wrap .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .anwp-pg-wrap .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .anwp-pg-wrap .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .anwp-pg-wrap .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-pg-wrap .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .anwp-pg-wrap .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .anwp-pg-wrap .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .anwp-pg-wrap .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .anwp-pg-wrap .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .anwp-pg-wrap .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .anwp-pg-wrap .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .anwp-pg-wrap .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .anwp-pg-wrap .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .anwp-pg-wrap .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .anwp-pg-wrap .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .anwp-pg-wrap .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .anwp-pg-wrap .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .anwp-pg-wrap .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .anwp-pg-wrap .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .anwp-pg-wrap .offset-xl-0 {
        margin-left: 0
    }

    .anwp-pg-wrap .offset-xl-1 {
        margin-left: 8.33333%
    }

    .anwp-pg-wrap .offset-xl-2 {
        margin-left: 16.66667%
    }

    .anwp-pg-wrap .offset-xl-3 {
        margin-left: 25%
    }

    .anwp-pg-wrap .offset-xl-4 {
        margin-left: 33.33333%
    }

    .anwp-pg-wrap .offset-xl-5 {
        margin-left: 41.66667%
    }

    .anwp-pg-wrap .offset-xl-6 {
        margin-left: 50%
    }

    .anwp-pg-wrap .offset-xl-7 {
        margin-left: 58.33333%
    }

    .anwp-pg-wrap .offset-xl-8 {
        margin-left: 66.66667%
    }

    .anwp-pg-wrap .offset-xl-9 {
        margin-left: 75%
    }

    .anwp-pg-wrap .offset-xl-10 {
        margin-left: 83.33333%
    }

    .anwp-pg-wrap .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.anwp-pg-wrap .align-baseline {
    vertical-align: baseline !important
}

.anwp-pg-wrap .align-top {
    vertical-align: top !important
}

.anwp-pg-wrap .align-middle {
    vertical-align: middle !important
}

.anwp-pg-wrap .align-bottom {
    vertical-align: bottom !important
}

.anwp-pg-wrap .align-text-bottom {
    vertical-align: text-bottom !important
}

.anwp-pg-wrap .align-text-top {
    vertical-align: text-top !important
}

.anwp-pg-wrap .bg-primary {
    background-color: #0085ba !important
}

.anwp-pg-wrap a.bg-primary:focus, .anwp-pg-wrap a.bg-primary:hover, .anwp-pg-wrap button.bg-primary:focus, .anwp-pg-wrap button.bg-primary:hover {
    background-color: #006187 !important
}

.anwp-pg-wrap .bg-secondary {
    background-color: #6c757d !important
}

.anwp-pg-wrap a.bg-secondary:focus, .anwp-pg-wrap a.bg-secondary:hover, .anwp-pg-wrap button.bg-secondary:focus, .anwp-pg-wrap button.bg-secondary:hover {
    background-color: #545b62 !important
}

.anwp-pg-wrap .bg-success {
    background-color: #388e3c !important
}

.anwp-pg-wrap a.bg-success:focus, .anwp-pg-wrap a.bg-success:hover, .anwp-pg-wrap button.bg-success:focus, .anwp-pg-wrap button.bg-success:hover {
    background-color: #2a692d !important
}

.anwp-pg-wrap .bg-info {
    background-color: #17a2b8 !important
}

.anwp-pg-wrap a.bg-info:focus, .anwp-pg-wrap a.bg-info:hover, .anwp-pg-wrap button.bg-info:focus, .anwp-pg-wrap button.bg-info:hover {
    background-color: #117a8b !important
}

.anwp-pg-wrap .bg-warning {
    background-color: #fbc02d !important
}

.anwp-pg-wrap a.bg-warning:focus, .anwp-pg-wrap a.bg-warning:hover, .anwp-pg-wrap button.bg-warning:focus, .anwp-pg-wrap button.bg-warning:hover {
    background-color: #f0ad05 !important
}

.anwp-pg-wrap .bg-danger {
    background-color: #dc3545 !important
}

.anwp-pg-wrap a.bg-danger:focus, .anwp-pg-wrap a.bg-danger:hover, .anwp-pg-wrap button.bg-danger:focus, .anwp-pg-wrap button.bg-danger:hover {
    background-color: #bd2130 !important
}

.anwp-pg-wrap .bg-light {
    background-color: #f8f9fa !important
}

.anwp-pg-wrap a.bg-light:focus, .anwp-pg-wrap a.bg-light:hover, .anwp-pg-wrap button.bg-light:focus, .anwp-pg-wrap button.bg-light:hover {
    background-color: #dae0e5 !important
}

.anwp-pg-wrap .bg-dark {
    background-color: #343a40 !important
}

.anwp-pg-wrap a.bg-dark:focus, .anwp-pg-wrap a.bg-dark:hover, .anwp-pg-wrap button.bg-dark:focus, .anwp-pg-wrap button.bg-dark:hover {
    background-color: #1d2124 !important
}

.anwp-pg-wrap .bg-white {
    background-color: #fff !important
}

.anwp-pg-wrap .bg-transparent {
    background-color: transparent !important
}

.anwp-pg-wrap .border {
    border: 1px solid #dee2e6 !important
}

.anwp-pg-wrap .border-top {
    border-top: 1px solid #dee2e6 !important
}

.anwp-pg-wrap .border-right {
    border-right: 1px solid #dee2e6 !important
}

.anwp-pg-wrap .border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.anwp-pg-wrap .border-left {
    border-left: 1px solid #dee2e6 !important
}

.anwp-pg-wrap .border-0 {
    border: 0 !important
}

.anwp-pg-wrap .border-top-0 {
    border-top: 0 !important
}

.anwp-pg-wrap .border-right-0 {
    border-right: 0 !important
}

.anwp-pg-wrap .border-bottom-0 {
    border-bottom: 0 !important
}

.anwp-pg-wrap .border-left-0 {
    border-left: 0 !important
}

.anwp-pg-wrap .border-primary {
    border-color: #0085ba !important
}

.anwp-pg-wrap .border-secondary {
    border-color: #6c757d !important
}

.anwp-pg-wrap .border-success {
    border-color: #388e3c !important
}

.anwp-pg-wrap .border-info {
    border-color: #17a2b8 !important
}

.anwp-pg-wrap .border-warning {
    border-color: #fbc02d !important
}

.anwp-pg-wrap .border-danger {
    border-color: #dc3545 !important
}

.anwp-pg-wrap .border-light {
    border-color: #f8f9fa !important
}

.anwp-pg-wrap .border-dark {
    border-color: #343a40 !important
}

.anwp-pg-wrap .border-white {
    border-color: #fff !important
}

.anwp-pg-wrap .rounded, .anwp-pg-wrap .rounded-sm {
    border-radius: 4px !important
}

.anwp-pg-wrap .rounded-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important
}

.anwp-pg-wrap .rounded-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.anwp-pg-wrap .rounded-bottom {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.anwp-pg-wrap .rounded-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.anwp-pg-wrap .rounded-lg {
    border-radius: 4px !important
}

.anwp-pg-wrap .rounded-circle {
    border-radius: 50% !important
}

.anwp-pg-wrap .rounded-pill {
    border-radius: 50rem !important
}

.anwp-pg-wrap .rounded-0 {
    border-radius: 0 !important
}

.anwp-pg-wrap .clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.anwp-pg-wrap .d-none {
    display: none !important
}

.anwp-pg-wrap .d-inline {
    display: inline !important
}

.anwp-pg-wrap .d-inline-block {
    display: inline-block !important
}

.anwp-pg-wrap .d-block {
    display: block !important
}

.anwp-pg-wrap .d-table {
    display: table !important
}

.anwp-pg-wrap .d-table-row {
    display: table-row !important
}

.anwp-pg-wrap .d-table-cell {
    display: table-cell !important
}

.anwp-pg-wrap .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.anwp-pg-wrap .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .anwp-pg-wrap .d-sm-none {
        display: none !important
    }

    .anwp-pg-wrap .d-sm-inline {
        display: inline !important
    }

    .anwp-pg-wrap .d-sm-inline-block {
        display: inline-block !important
    }

    .anwp-pg-wrap .d-sm-block {
        display: block !important
    }

    .anwp-pg-wrap .d-sm-table {
        display: table !important
    }

    .anwp-pg-wrap .d-sm-table-row {
        display: table-row !important
    }

    .anwp-pg-wrap .d-sm-table-cell {
        display: table-cell !important
    }

    .anwp-pg-wrap .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .anwp-pg-wrap .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .anwp-pg-wrap .d-md-none {
        display: none !important
    }

    .anwp-pg-wrap .d-md-inline {
        display: inline !important
    }

    .anwp-pg-wrap .d-md-inline-block {
        display: inline-block !important
    }

    .anwp-pg-wrap .d-md-block {
        display: block !important
    }

    .anwp-pg-wrap .d-md-table {
        display: table !important
    }

    .anwp-pg-wrap .d-md-table-row {
        display: table-row !important
    }

    .anwp-pg-wrap .d-md-table-cell {
        display: table-cell !important
    }

    .anwp-pg-wrap .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .anwp-pg-wrap .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .d-lg-none {
        display: none !important
    }

    .anwp-pg-wrap .d-lg-inline {
        display: inline !important
    }

    .anwp-pg-wrap .d-lg-inline-block {
        display: inline-block !important
    }

    .anwp-pg-wrap .d-lg-block {
        display: block !important
    }

    .anwp-pg-wrap .d-lg-table {
        display: table !important
    }

    .anwp-pg-wrap .d-lg-table-row {
        display: table-row !important
    }

    .anwp-pg-wrap .d-lg-table-cell {
        display: table-cell !important
    }

    .anwp-pg-wrap .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .anwp-pg-wrap .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .anwp-pg-wrap .d-xl-none {
        display: none !important
    }

    .anwp-pg-wrap .d-xl-inline {
        display: inline !important
    }

    .anwp-pg-wrap .d-xl-inline-block {
        display: inline-block !important
    }

    .anwp-pg-wrap .d-xl-block {
        display: block !important
    }

    .anwp-pg-wrap .d-xl-table {
        display: table !important
    }

    .anwp-pg-wrap .d-xl-table-row {
        display: table-row !important
    }

    .anwp-pg-wrap .d-xl-table-cell {
        display: table-cell !important
    }

    .anwp-pg-wrap .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .anwp-pg-wrap .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .anwp-pg-wrap .d-print-none {
        display: none !important
    }

    .anwp-pg-wrap .d-print-inline {
        display: inline !important
    }

    .anwp-pg-wrap .d-print-inline-block {
        display: inline-block !important
    }

    .anwp-pg-wrap .d-print-block {
        display: block !important
    }

    .anwp-pg-wrap .d-print-table {
        display: table !important
    }

    .anwp-pg-wrap .d-print-table-row {
        display: table-row !important
    }

    .anwp-pg-wrap .d-print-table-cell {
        display: table-cell !important
    }

    .anwp-pg-wrap .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .anwp-pg-wrap .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.anwp-pg-wrap .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.anwp-pg-wrap .embed-responsive:before {
    display: block;
    content: ""
}

.anwp-pg-wrap .embed-responsive .embed-responsive-item, .anwp-pg-wrap .embed-responsive embed, .anwp-pg-wrap .embed-responsive iframe, .anwp-pg-wrap .embed-responsive object, .anwp-pg-wrap .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.anwp-pg-wrap .embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.anwp-pg-wrap .embed-responsive-16by9:before {
    padding-top: 56.25%
}

.anwp-pg-wrap .embed-responsive-4by3:before {
    padding-top: 75%
}

.anwp-pg-wrap .embed-responsive-1by1:before {
    padding-top: 100%
}

.anwp-pg-wrap .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.anwp-pg-wrap .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.anwp-pg-wrap .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.anwp-pg-wrap .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.anwp-pg-wrap .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.anwp-pg-wrap .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.anwp-pg-wrap .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.anwp-pg-wrap .flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.anwp-pg-wrap .flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.anwp-pg-wrap .flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.anwp-pg-wrap .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.anwp-pg-wrap .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.anwp-pg-wrap .justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.anwp-pg-wrap .justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.anwp-pg-wrap .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.anwp-pg-wrap .justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.anwp-pg-wrap .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.anwp-pg-wrap .align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.anwp-pg-wrap .align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.anwp-pg-wrap .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.anwp-pg-wrap .align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.anwp-pg-wrap .align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.anwp-pg-wrap .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.anwp-pg-wrap .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.anwp-pg-wrap .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.anwp-pg-wrap .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.anwp-pg-wrap .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.anwp-pg-wrap .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.anwp-pg-wrap .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.anwp-pg-wrap .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.anwp-pg-wrap .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.anwp-pg-wrap .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.anwp-pg-wrap .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.anwp-pg-wrap .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .anwp-pg-wrap .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .anwp-pg-wrap .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .anwp-pg-wrap .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .anwp-pg-wrap .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .anwp-pg-wrap .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .anwp-pg-wrap .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .anwp-pg-wrap .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .anwp-pg-wrap .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .anwp-pg-wrap .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .anwp-pg-wrap .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .anwp-pg-wrap .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .anwp-pg-wrap .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .anwp-pg-wrap .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .anwp-pg-wrap .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .anwp-pg-wrap .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .anwp-pg-wrap .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .anwp-pg-wrap .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .anwp-pg-wrap .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .anwp-pg-wrap .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .anwp-pg-wrap .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .anwp-pg-wrap .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .anwp-pg-wrap .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .anwp-pg-wrap .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .anwp-pg-wrap .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .anwp-pg-wrap .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .anwp-pg-wrap .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .anwp-pg-wrap .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .anwp-pg-wrap .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .anwp-pg-wrap .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .anwp-pg-wrap .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .anwp-pg-wrap .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .anwp-pg-wrap .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .anwp-pg-wrap .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .anwp-pg-wrap .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .anwp-pg-wrap .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .anwp-pg-wrap .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .anwp-pg-wrap .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .anwp-pg-wrap .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .anwp-pg-wrap .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .anwp-pg-wrap .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .anwp-pg-wrap .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .anwp-pg-wrap .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .anwp-pg-wrap .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .anwp-pg-wrap .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .anwp-pg-wrap .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .anwp-pg-wrap .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .anwp-pg-wrap .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .anwp-pg-wrap .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .anwp-pg-wrap .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .anwp-pg-wrap .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .anwp-pg-wrap .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .anwp-pg-wrap .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .anwp-pg-wrap .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .anwp-pg-wrap .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .anwp-pg-wrap .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .anwp-pg-wrap .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .anwp-pg-wrap .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .anwp-pg-wrap .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .anwp-pg-wrap .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .anwp-pg-wrap .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .anwp-pg-wrap .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .anwp-pg-wrap .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .anwp-pg-wrap .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .anwp-pg-wrap .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .anwp-pg-wrap .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .anwp-pg-wrap .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .anwp-pg-wrap .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .anwp-pg-wrap .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .anwp-pg-wrap .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .anwp-pg-wrap .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .anwp-pg-wrap .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .anwp-pg-wrap .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .anwp-pg-wrap .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .anwp-pg-wrap .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .anwp-pg-wrap .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .anwp-pg-wrap .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .anwp-pg-wrap .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .anwp-pg-wrap .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .anwp-pg-wrap .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .anwp-pg-wrap .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .anwp-pg-wrap .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .anwp-pg-wrap .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .anwp-pg-wrap .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .anwp-pg-wrap .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .anwp-pg-wrap .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .anwp-pg-wrap .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .anwp-pg-wrap .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .anwp-pg-wrap .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .anwp-pg-wrap .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .anwp-pg-wrap .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .anwp-pg-wrap .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .anwp-pg-wrap .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .anwp-pg-wrap .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .anwp-pg-wrap .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .anwp-pg-wrap .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .anwp-pg-wrap .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .anwp-pg-wrap .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .anwp-pg-wrap .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .anwp-pg-wrap .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .anwp-pg-wrap .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .anwp-pg-wrap .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .anwp-pg-wrap .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .anwp-pg-wrap .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .anwp-pg-wrap .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .anwp-pg-wrap .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .anwp-pg-wrap .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .anwp-pg-wrap .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .anwp-pg-wrap .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .anwp-pg-wrap .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .anwp-pg-wrap .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .anwp-pg-wrap .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .anwp-pg-wrap .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .anwp-pg-wrap .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .anwp-pg-wrap .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .anwp-pg-wrap .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .anwp-pg-wrap .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .anwp-pg-wrap .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .anwp-pg-wrap .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .anwp-pg-wrap .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .anwp-pg-wrap .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .anwp-pg-wrap .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .anwp-pg-wrap .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .anwp-pg-wrap .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .anwp-pg-wrap .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .anwp-pg-wrap .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .anwp-pg-wrap .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .anwp-pg-wrap .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .anwp-pg-wrap .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .anwp-pg-wrap .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .anwp-pg-wrap .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .anwp-pg-wrap .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .anwp-pg-wrap .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .anwp-pg-wrap .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .anwp-pg-wrap .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .anwp-pg-wrap .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.anwp-pg-wrap .float-left {
    float: left !important
}

.anwp-pg-wrap .float-right {
    float: right !important
}

.anwp-pg-wrap .float-none {
    float: none !important
}

@media (min-width: 576px) {
    .anwp-pg-wrap .float-sm-left {
        float: left !important
    }

    .anwp-pg-wrap .float-sm-right {
        float: right !important
    }

    .anwp-pg-wrap .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .anwp-pg-wrap .float-md-left {
        float: left !important
    }

    .anwp-pg-wrap .float-md-right {
        float: right !important
    }

    .anwp-pg-wrap .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .float-lg-left {
        float: left !important
    }

    .anwp-pg-wrap .float-lg-right {
        float: right !important
    }

    .anwp-pg-wrap .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .anwp-pg-wrap .float-xl-left {
        float: left !important
    }

    .anwp-pg-wrap .float-xl-right {
        float: right !important
    }

    .anwp-pg-wrap .float-xl-none {
        float: none !important
    }
}

.anwp-pg-wrap .user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.anwp-pg-wrap .user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.anwp-pg-wrap .user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.anwp-pg-wrap .overflow-auto {
    overflow: auto !important
}

.anwp-pg-wrap .overflow-hidden {
    overflow: hidden !important
}

.anwp-pg-wrap .position-static {
    position: static !important
}

.anwp-pg-wrap .position-relative {
    position: relative !important
}

.anwp-pg-wrap .position-absolute {
    position: absolute !important
}

.anwp-pg-wrap .position-fixed {
    position: fixed !important
}

.anwp-pg-wrap .position-sticky {
    position: sticky !important
}

.anwp-pg-wrap .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.anwp-pg-wrap .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position:sticky) {
    .anwp-pg-wrap .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.anwp-pg-wrap .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.anwp-pg-wrap .sr-only-focusable:active, .anwp-pg-wrap .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.anwp-pg-wrap .shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.anwp-pg-wrap .shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.anwp-pg-wrap .shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.anwp-pg-wrap .shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.anwp-pg-wrap .w-25 {
    width: 25% !important
}

.anwp-pg-wrap .w-50 {
    width: 50% !important
}

.anwp-pg-wrap .w-75 {
    width: 75% !important
}

.anwp-pg-wrap .w-100 {
    width: 100% !important
}

.anwp-pg-wrap .w-auto {
    width: auto !important
}

.anwp-pg-wrap .h-25 {
    height: 25% !important
}

.anwp-pg-wrap .h-50 {
    height: 50% !important
}

.anwp-pg-wrap .h-75 {
    height: 75% !important
}

.anwp-pg-wrap .h-100 {
    height: 100% !important
}

.anwp-pg-wrap .h-auto {
    height: auto !important
}

.anwp-pg-wrap .mw-100 {
    max-width: 100% !important
}

.anwp-pg-wrap .mh-100 {
    max-height: 100% !important
}

.anwp-pg-wrap .min-vw-100 {
    min-width: 100vw !important
}

.anwp-pg-wrap .min-vh-100 {
    min-height: 100vh !important
}

.anwp-pg-wrap .vw-100 {
    width: 100vw !important
}

.anwp-pg-wrap .vh-100 {
    height: 100vh !important
}

.anwp-pg-wrap .m-0 {
    margin: 0 !important
}

.anwp-pg-wrap .mt-0, .anwp-pg-wrap .my-0 {
    margin-top: 0 !important
}

.anwp-pg-wrap .mr-0, .anwp-pg-wrap .mx-0 {
    margin-right: 0 !important
}

.anwp-pg-wrap .mb-0, .anwp-pg-wrap .my-0 {
    margin-bottom: 0 !important
}

.anwp-pg-wrap .ml-0, .anwp-pg-wrap .mx-0 {
    margin-left: 0 !important
}

.anwp-pg-wrap .m-1 {
    margin: .25rem !important
}

.anwp-pg-wrap .mt-1, .anwp-pg-wrap .my-1 {
    margin-top: .25rem !important
}

.anwp-pg-wrap .mr-1, .anwp-pg-wrap .mx-1 {
    margin-right: .25rem !important
}

.anwp-pg-wrap .mb-1, .anwp-pg-wrap .my-1 {
    margin-bottom: .25rem !important
}

.anwp-pg-wrap .ml-1, .anwp-pg-wrap .mx-1 {
    margin-left: .25rem !important
}

.anwp-pg-wrap .m-2 {
    margin: .5rem !important
}

.anwp-pg-wrap .mt-2, .anwp-pg-wrap .my-2 {
    margin-top: .5rem !important
}

.anwp-pg-wrap .mr-2, .anwp-pg-wrap .mx-2 {
    margin-right: .5rem !important
}

.anwp-pg-wrap .mb-2, .anwp-pg-wrap .my-2 {
    margin-bottom: .5rem !important
}

.anwp-pg-wrap .ml-2, .anwp-pg-wrap .mx-2 {
    margin-left: .5rem !important
}

.anwp-pg-wrap .m-3 {
    margin: 1rem !important
}

.anwp-pg-wrap .mt-3, .anwp-pg-wrap .my-3 {
    margin-top: 1rem !important
}

.anwp-pg-wrap .mr-3, .anwp-pg-wrap .mx-3 {
    margin-right: 1rem !important
}

.anwp-pg-wrap .mb-3, .anwp-pg-wrap .my-3 {
    margin-bottom: 1rem !important
}

.anwp-pg-wrap .ml-3, .anwp-pg-wrap .mx-3 {
    margin-left: 1rem !important
}

.anwp-pg-wrap .m-4 {
    margin: 1.5rem !important
}

.anwp-pg-wrap .mt-4, .anwp-pg-wrap .my-4 {
    margin-top: 1.5rem !important
}

.anwp-pg-wrap .mr-4, .anwp-pg-wrap .mx-4 {
    margin-right: 1.5rem !important
}

.anwp-pg-wrap .mb-4, .anwp-pg-wrap .my-4 {
    margin-bottom: 1.5rem !important
}

.anwp-pg-wrap .ml-4, .anwp-pg-wrap .mx-4 {
    margin-left: 1.5rem !important
}

.anwp-pg-wrap .m-5 {
    margin: 3rem !important
}

.anwp-pg-wrap .mt-5, .anwp-pg-wrap .my-5 {
    margin-top: 3rem !important
}

.anwp-pg-wrap .mr-5, .anwp-pg-wrap .mx-5 {
    margin-right: 3rem !important
}

.anwp-pg-wrap .mb-5, .anwp-pg-wrap .my-5 {
    margin-bottom: 3rem !important
}

.anwp-pg-wrap .ml-5, .anwp-pg-wrap .mx-5 {
    margin-left: 3rem !important
}

.anwp-pg-wrap .p-0 {
    padding: 0 !important
}

.anwp-pg-wrap .pt-0, .anwp-pg-wrap .py-0 {
    padding-top: 0 !important
}

.anwp-pg-wrap .pr-0, .anwp-pg-wrap .px-0 {
    padding-right: 0 !important
}

.anwp-pg-wrap .pb-0, .anwp-pg-wrap .py-0 {
    padding-bottom: 0 !important
}

.anwp-pg-wrap .pl-0, .anwp-pg-wrap .px-0 {
    padding-left: 0 !important
}

.anwp-pg-wrap .p-1 {
    padding: .25rem !important
}

.anwp-pg-wrap .pt-1, .anwp-pg-wrap .py-1 {
    padding-top: .25rem !important
}

.anwp-pg-wrap .pr-1, .anwp-pg-wrap .px-1 {
    padding-right: .25rem !important
}

.anwp-pg-wrap .pb-1, .anwp-pg-wrap .py-1 {
    padding-bottom: .25rem !important
}

.anwp-pg-wrap .pl-1, .anwp-pg-wrap .px-1 {
    padding-left: .25rem !important
}

.anwp-pg-wrap .p-2 {
    padding: .5rem !important
}

.anwp-pg-wrap .pt-2, .anwp-pg-wrap .py-2 {
    padding-top: .5rem !important
}

.anwp-pg-wrap .pr-2, .anwp-pg-wrap .px-2 {
    padding-right: .5rem !important
}

.anwp-pg-wrap .pb-2, .anwp-pg-wrap .py-2 {
    padding-bottom: .5rem !important
}

.anwp-pg-wrap .pl-2, .anwp-pg-wrap .px-2 {
    padding-left: .5rem !important
}

.anwp-pg-wrap .p-3 {
    padding: 1rem !important
}

.anwp-pg-wrap .pt-3, .anwp-pg-wrap .py-3 {
    padding-top: 1rem !important
}

.anwp-pg-wrap .pr-3, .anwp-pg-wrap .px-3 {
    padding-right: 1rem !important
}

.anwp-pg-wrap .pb-3, .anwp-pg-wrap .py-3 {
    padding-bottom: 1rem !important
}

.anwp-pg-wrap .pl-3, .anwp-pg-wrap .px-3 {
    padding-left: 1rem !important
}

.anwp-pg-wrap .p-4 {
    padding: 1.5rem !important
}

.anwp-pg-wrap .pt-4, .anwp-pg-wrap .py-4 {
    padding-top: 1.5rem !important
}

.anwp-pg-wrap .pr-4, .anwp-pg-wrap .px-4 {
    padding-right: 1.5rem !important
}

.anwp-pg-wrap .pb-4, .anwp-pg-wrap .py-4 {
    padding-bottom: 1.5rem !important
}

.anwp-pg-wrap .pl-4, .anwp-pg-wrap .px-4 {
    padding-left: 1.5rem !important
}

.anwp-pg-wrap .p-5 {
    padding: 3rem !important
}

.anwp-pg-wrap .pt-5, .anwp-pg-wrap .py-5 {
    padding-top: 3rem !important
}

.anwp-pg-wrap .pr-5, .anwp-pg-wrap .px-5 {
    padding-right: 3rem !important
}

.anwp-pg-wrap .pb-5, .anwp-pg-wrap .py-5 {
    padding-bottom: 3rem !important
}

.anwp-pg-wrap .pl-5, .anwp-pg-wrap .px-5 {
    padding-left: 3rem !important
}

.anwp-pg-wrap .m-n1 {
    margin: -.25rem !important
}

.anwp-pg-wrap .mt-n1, .anwp-pg-wrap .my-n1 {
    margin-top: -.25rem !important
}

.anwp-pg-wrap .mr-n1, .anwp-pg-wrap .mx-n1 {
    margin-right: -.25rem !important
}

.anwp-pg-wrap .mb-n1, .anwp-pg-wrap .my-n1 {
    margin-bottom: -.25rem !important
}

.anwp-pg-wrap .ml-n1, .anwp-pg-wrap .mx-n1 {
    margin-left: -.25rem !important
}

.anwp-pg-wrap .m-n2 {
    margin: -.5rem !important
}

.anwp-pg-wrap .mt-n2, .anwp-pg-wrap .my-n2 {
    margin-top: -.5rem !important
}

.anwp-pg-wrap .mr-n2, .anwp-pg-wrap .mx-n2 {
    margin-right: -.5rem !important
}

.anwp-pg-wrap .mb-n2, .anwp-pg-wrap .my-n2 {
    margin-bottom: -.5rem !important
}

.anwp-pg-wrap .ml-n2, .anwp-pg-wrap .mx-n2 {
    margin-left: -.5rem !important
}

.anwp-pg-wrap .m-n3 {
    margin: -1rem !important
}

.anwp-pg-wrap .mt-n3, .anwp-pg-wrap .my-n3 {
    margin-top: -1rem !important
}

.anwp-pg-wrap .mr-n3, .anwp-pg-wrap .mx-n3 {
    margin-right: -1rem !important
}

.anwp-pg-wrap .mb-n3, .anwp-pg-wrap .my-n3 {
    margin-bottom: -1rem !important
}

.anwp-pg-wrap .ml-n3, .anwp-pg-wrap .mx-n3 {
    margin-left: -1rem !important
}

.anwp-pg-wrap .m-n4 {
    margin: -1.5rem !important
}

.anwp-pg-wrap .mt-n4, .anwp-pg-wrap .my-n4 {
    margin-top: -1.5rem !important
}

.anwp-pg-wrap .mr-n4, .anwp-pg-wrap .mx-n4 {
    margin-right: -1.5rem !important
}

.anwp-pg-wrap .mb-n4, .anwp-pg-wrap .my-n4 {
    margin-bottom: -1.5rem !important
}

.anwp-pg-wrap .ml-n4, .anwp-pg-wrap .mx-n4 {
    margin-left: -1.5rem !important
}

.anwp-pg-wrap .m-n5 {
    margin: -3rem !important
}

.anwp-pg-wrap .mt-n5, .anwp-pg-wrap .my-n5 {
    margin-top: -3rem !important
}

.anwp-pg-wrap .mr-n5, .anwp-pg-wrap .mx-n5 {
    margin-right: -3rem !important
}

.anwp-pg-wrap .mb-n5, .anwp-pg-wrap .my-n5 {
    margin-bottom: -3rem !important
}

.anwp-pg-wrap .ml-n5, .anwp-pg-wrap .mx-n5 {
    margin-left: -3rem !important
}

.anwp-pg-wrap .m-auto {
    margin: auto !important
}

.anwp-pg-wrap .mt-auto, .anwp-pg-wrap .my-auto {
    margin-top: auto !important
}

.anwp-pg-wrap .mr-auto, .anwp-pg-wrap .mx-auto {
    margin-right: auto !important
}

.anwp-pg-wrap .mb-auto, .anwp-pg-wrap .my-auto {
    margin-bottom: auto !important
}

.anwp-pg-wrap .ml-auto, .anwp-pg-wrap .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .anwp-pg-wrap .m-sm-0 {
        margin: 0 !important
    }

    .anwp-pg-wrap .mt-sm-0, .anwp-pg-wrap .my-sm-0 {
        margin-top: 0 !important
    }

    .anwp-pg-wrap .mr-sm-0, .anwp-pg-wrap .mx-sm-0 {
        margin-right: 0 !important
    }

    .anwp-pg-wrap .mb-sm-0, .anwp-pg-wrap .my-sm-0 {
        margin-bottom: 0 !important
    }

    .anwp-pg-wrap .ml-sm-0, .anwp-pg-wrap .mx-sm-0 {
        margin-left: 0 !important
    }

    .anwp-pg-wrap .m-sm-1 {
        margin: .25rem !important
    }

    .anwp-pg-wrap .mt-sm-1, .anwp-pg-wrap .my-sm-1 {
        margin-top: .25rem !important
    }

    .anwp-pg-wrap .mr-sm-1, .anwp-pg-wrap .mx-sm-1 {
        margin-right: .25rem !important
    }

    .anwp-pg-wrap .mb-sm-1, .anwp-pg-wrap .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .anwp-pg-wrap .ml-sm-1, .anwp-pg-wrap .mx-sm-1 {
        margin-left: .25rem !important
    }

    .anwp-pg-wrap .m-sm-2 {
        margin: .5rem !important
    }

    .anwp-pg-wrap .mt-sm-2, .anwp-pg-wrap .my-sm-2 {
        margin-top: .5rem !important
    }

    .anwp-pg-wrap .mr-sm-2, .anwp-pg-wrap .mx-sm-2 {
        margin-right: .5rem !important
    }

    .anwp-pg-wrap .mb-sm-2, .anwp-pg-wrap .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .anwp-pg-wrap .ml-sm-2, .anwp-pg-wrap .mx-sm-2 {
        margin-left: .5rem !important
    }

    .anwp-pg-wrap .m-sm-3 {
        margin: 1rem !important
    }

    .anwp-pg-wrap .mt-sm-3, .anwp-pg-wrap .my-sm-3 {
        margin-top: 1rem !important
    }

    .anwp-pg-wrap .mr-sm-3, .anwp-pg-wrap .mx-sm-3 {
        margin-right: 1rem !important
    }

    .anwp-pg-wrap .mb-sm-3, .anwp-pg-wrap .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .anwp-pg-wrap .ml-sm-3, .anwp-pg-wrap .mx-sm-3 {
        margin-left: 1rem !important
    }

    .anwp-pg-wrap .m-sm-4 {
        margin: 1.5rem !important
    }

    .anwp-pg-wrap .mt-sm-4, .anwp-pg-wrap .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .anwp-pg-wrap .mr-sm-4, .anwp-pg-wrap .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .anwp-pg-wrap .mb-sm-4, .anwp-pg-wrap .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .anwp-pg-wrap .ml-sm-4, .anwp-pg-wrap .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .anwp-pg-wrap .m-sm-5 {
        margin: 3rem !important
    }

    .anwp-pg-wrap .mt-sm-5, .anwp-pg-wrap .my-sm-5 {
        margin-top: 3rem !important
    }

    .anwp-pg-wrap .mr-sm-5, .anwp-pg-wrap .mx-sm-5 {
        margin-right: 3rem !important
    }

    .anwp-pg-wrap .mb-sm-5, .anwp-pg-wrap .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .anwp-pg-wrap .ml-sm-5, .anwp-pg-wrap .mx-sm-5 {
        margin-left: 3rem !important
    }

    .anwp-pg-wrap .p-sm-0 {
        padding: 0 !important
    }

    .anwp-pg-wrap .pt-sm-0, .anwp-pg-wrap .py-sm-0 {
        padding-top: 0 !important
    }

    .anwp-pg-wrap .pr-sm-0, .anwp-pg-wrap .px-sm-0 {
        padding-right: 0 !important
    }

    .anwp-pg-wrap .pb-sm-0, .anwp-pg-wrap .py-sm-0 {
        padding-bottom: 0 !important
    }

    .anwp-pg-wrap .pl-sm-0, .anwp-pg-wrap .px-sm-0 {
        padding-left: 0 !important
    }

    .anwp-pg-wrap .p-sm-1 {
        padding: .25rem !important
    }

    .anwp-pg-wrap .pt-sm-1, .anwp-pg-wrap .py-sm-1 {
        padding-top: .25rem !important
    }

    .anwp-pg-wrap .pr-sm-1, .anwp-pg-wrap .px-sm-1 {
        padding-right: .25rem !important
    }

    .anwp-pg-wrap .pb-sm-1, .anwp-pg-wrap .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .anwp-pg-wrap .pl-sm-1, .anwp-pg-wrap .px-sm-1 {
        padding-left: .25rem !important
    }

    .anwp-pg-wrap .p-sm-2 {
        padding: .5rem !important
    }

    .anwp-pg-wrap .pt-sm-2, .anwp-pg-wrap .py-sm-2 {
        padding-top: .5rem !important
    }

    .anwp-pg-wrap .pr-sm-2, .anwp-pg-wrap .px-sm-2 {
        padding-right: .5rem !important
    }

    .anwp-pg-wrap .pb-sm-2, .anwp-pg-wrap .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .anwp-pg-wrap .pl-sm-2, .anwp-pg-wrap .px-sm-2 {
        padding-left: .5rem !important
    }

    .anwp-pg-wrap .p-sm-3 {
        padding: 1rem !important
    }

    .anwp-pg-wrap .pt-sm-3, .anwp-pg-wrap .py-sm-3 {
        padding-top: 1rem !important
    }

    .anwp-pg-wrap .pr-sm-3, .anwp-pg-wrap .px-sm-3 {
        padding-right: 1rem !important
    }

    .anwp-pg-wrap .pb-sm-3, .anwp-pg-wrap .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .anwp-pg-wrap .pl-sm-3, .anwp-pg-wrap .px-sm-3 {
        padding-left: 1rem !important
    }

    .anwp-pg-wrap .p-sm-4 {
        padding: 1.5rem !important
    }

    .anwp-pg-wrap .pt-sm-4, .anwp-pg-wrap .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .anwp-pg-wrap .pr-sm-4, .anwp-pg-wrap .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .anwp-pg-wrap .pb-sm-4, .anwp-pg-wrap .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .anwp-pg-wrap .pl-sm-4, .anwp-pg-wrap .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .anwp-pg-wrap .p-sm-5 {
        padding: 3rem !important
    }

    .anwp-pg-wrap .pt-sm-5, .anwp-pg-wrap .py-sm-5 {
        padding-top: 3rem !important
    }

    .anwp-pg-wrap .pr-sm-5, .anwp-pg-wrap .px-sm-5 {
        padding-right: 3rem !important
    }

    .anwp-pg-wrap .pb-sm-5, .anwp-pg-wrap .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .anwp-pg-wrap .pl-sm-5, .anwp-pg-wrap .px-sm-5 {
        padding-left: 3rem !important
    }

    .anwp-pg-wrap .m-sm-n1 {
        margin: -.25rem !important
    }

    .anwp-pg-wrap .mt-sm-n1, .anwp-pg-wrap .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .anwp-pg-wrap .mr-sm-n1, .anwp-pg-wrap .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .anwp-pg-wrap .mb-sm-n1, .anwp-pg-wrap .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .anwp-pg-wrap .ml-sm-n1, .anwp-pg-wrap .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .anwp-pg-wrap .m-sm-n2 {
        margin: -.5rem !important
    }

    .anwp-pg-wrap .mt-sm-n2, .anwp-pg-wrap .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .anwp-pg-wrap .mr-sm-n2, .anwp-pg-wrap .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .anwp-pg-wrap .mb-sm-n2, .anwp-pg-wrap .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .anwp-pg-wrap .ml-sm-n2, .anwp-pg-wrap .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .anwp-pg-wrap .m-sm-n3 {
        margin: -1rem !important
    }

    .anwp-pg-wrap .mt-sm-n3, .anwp-pg-wrap .my-sm-n3 {
        margin-top: -1rem !important
    }

    .anwp-pg-wrap .mr-sm-n3, .anwp-pg-wrap .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .anwp-pg-wrap .mb-sm-n3, .anwp-pg-wrap .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .anwp-pg-wrap .ml-sm-n3, .anwp-pg-wrap .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .anwp-pg-wrap .m-sm-n4 {
        margin: -1.5rem !important
    }

    .anwp-pg-wrap .mt-sm-n4, .anwp-pg-wrap .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .anwp-pg-wrap .mr-sm-n4, .anwp-pg-wrap .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .anwp-pg-wrap .mb-sm-n4, .anwp-pg-wrap .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .anwp-pg-wrap .ml-sm-n4, .anwp-pg-wrap .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .anwp-pg-wrap .m-sm-n5 {
        margin: -3rem !important
    }

    .anwp-pg-wrap .mt-sm-n5, .anwp-pg-wrap .my-sm-n5 {
        margin-top: -3rem !important
    }

    .anwp-pg-wrap .mr-sm-n5, .anwp-pg-wrap .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .anwp-pg-wrap .mb-sm-n5, .anwp-pg-wrap .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .anwp-pg-wrap .ml-sm-n5, .anwp-pg-wrap .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .anwp-pg-wrap .m-sm-auto {
        margin: auto !important
    }

    .anwp-pg-wrap .mt-sm-auto, .anwp-pg-wrap .my-sm-auto {
        margin-top: auto !important
    }

    .anwp-pg-wrap .mr-sm-auto, .anwp-pg-wrap .mx-sm-auto {
        margin-right: auto !important
    }

    .anwp-pg-wrap .mb-sm-auto, .anwp-pg-wrap .my-sm-auto {
        margin-bottom: auto !important
    }

    .anwp-pg-wrap .ml-sm-auto, .anwp-pg-wrap .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .anwp-pg-wrap .m-md-0 {
        margin: 0 !important
    }

    .anwp-pg-wrap .mt-md-0, .anwp-pg-wrap .my-md-0 {
        margin-top: 0 !important
    }

    .anwp-pg-wrap .mr-md-0, .anwp-pg-wrap .mx-md-0 {
        margin-right: 0 !important
    }

    .anwp-pg-wrap .mb-md-0, .anwp-pg-wrap .my-md-0 {
        margin-bottom: 0 !important
    }

    .anwp-pg-wrap .ml-md-0, .anwp-pg-wrap .mx-md-0 {
        margin-left: 0 !important
    }

    .anwp-pg-wrap .m-md-1 {
        margin: .25rem !important
    }

    .anwp-pg-wrap .mt-md-1, .anwp-pg-wrap .my-md-1 {
        margin-top: .25rem !important
    }

    .anwp-pg-wrap .mr-md-1, .anwp-pg-wrap .mx-md-1 {
        margin-right: .25rem !important
    }

    .anwp-pg-wrap .mb-md-1, .anwp-pg-wrap .my-md-1 {
        margin-bottom: .25rem !important
    }

    .anwp-pg-wrap .ml-md-1, .anwp-pg-wrap .mx-md-1 {
        margin-left: .25rem !important
    }

    .anwp-pg-wrap .m-md-2 {
        margin: .5rem !important
    }

    .anwp-pg-wrap .mt-md-2, .anwp-pg-wrap .my-md-2 {
        margin-top: .5rem !important
    }

    .anwp-pg-wrap .mr-md-2, .anwp-pg-wrap .mx-md-2 {
        margin-right: .5rem !important
    }

    .anwp-pg-wrap .mb-md-2, .anwp-pg-wrap .my-md-2 {
        margin-bottom: .5rem !important
    }

    .anwp-pg-wrap .ml-md-2, .anwp-pg-wrap .mx-md-2 {
        margin-left: .5rem !important
    }

    .anwp-pg-wrap .m-md-3 {
        margin: 1rem !important
    }

    .anwp-pg-wrap .mt-md-3, .anwp-pg-wrap .my-md-3 {
        margin-top: 1rem !important
    }

    .anwp-pg-wrap .mr-md-3, .anwp-pg-wrap .mx-md-3 {
        margin-right: 1rem !important
    }

    .anwp-pg-wrap .mb-md-3, .anwp-pg-wrap .my-md-3 {
        margin-bottom: 1rem !important
    }

    .anwp-pg-wrap .ml-md-3, .anwp-pg-wrap .mx-md-3 {
        margin-left: 1rem !important
    }

    .anwp-pg-wrap .m-md-4 {
        margin: 1.5rem !important
    }

    .anwp-pg-wrap .mt-md-4, .anwp-pg-wrap .my-md-4 {
        margin-top: 1.5rem !important
    }

    .anwp-pg-wrap .mr-md-4, .anwp-pg-wrap .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .anwp-pg-wrap .mb-md-4, .anwp-pg-wrap .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .anwp-pg-wrap .ml-md-4, .anwp-pg-wrap .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .anwp-pg-wrap .m-md-5 {
        margin: 3rem !important
    }

    .anwp-pg-wrap .mt-md-5, .anwp-pg-wrap .my-md-5 {
        margin-top: 3rem !important
    }

    .anwp-pg-wrap .mr-md-5, .anwp-pg-wrap .mx-md-5 {
        margin-right: 3rem !important
    }

    .anwp-pg-wrap .mb-md-5, .anwp-pg-wrap .my-md-5 {
        margin-bottom: 3rem !important
    }

    .anwp-pg-wrap .ml-md-5, .anwp-pg-wrap .mx-md-5 {
        margin-left: 3rem !important
    }

    .anwp-pg-wrap .p-md-0 {
        padding: 0 !important
    }

    .anwp-pg-wrap .pt-md-0, .anwp-pg-wrap .py-md-0 {
        padding-top: 0 !important
    }

    .anwp-pg-wrap .pr-md-0, .anwp-pg-wrap .px-md-0 {
        padding-right: 0 !important
    }

    .anwp-pg-wrap .pb-md-0, .anwp-pg-wrap .py-md-0 {
        padding-bottom: 0 !important
    }

    .anwp-pg-wrap .pl-md-0, .anwp-pg-wrap .px-md-0 {
        padding-left: 0 !important
    }

    .anwp-pg-wrap .p-md-1 {
        padding: .25rem !important
    }

    .anwp-pg-wrap .pt-md-1, .anwp-pg-wrap .py-md-1 {
        padding-top: .25rem !important
    }

    .anwp-pg-wrap .pr-md-1, .anwp-pg-wrap .px-md-1 {
        padding-right: .25rem !important
    }

    .anwp-pg-wrap .pb-md-1, .anwp-pg-wrap .py-md-1 {
        padding-bottom: .25rem !important
    }

    .anwp-pg-wrap .pl-md-1, .anwp-pg-wrap .px-md-1 {
        padding-left: .25rem !important
    }

    .anwp-pg-wrap .p-md-2 {
        padding: .5rem !important
    }

    .anwp-pg-wrap .pt-md-2, .anwp-pg-wrap .py-md-2 {
        padding-top: .5rem !important
    }

    .anwp-pg-wrap .pr-md-2, .anwp-pg-wrap .px-md-2 {
        padding-right: .5rem !important
    }

    .anwp-pg-wrap .pb-md-2, .anwp-pg-wrap .py-md-2 {
        padding-bottom: .5rem !important
    }

    .anwp-pg-wrap .pl-md-2, .anwp-pg-wrap .px-md-2 {
        padding-left: .5rem !important
    }

    .anwp-pg-wrap .p-md-3 {
        padding: 1rem !important
    }

    .anwp-pg-wrap .pt-md-3, .anwp-pg-wrap .py-md-3 {
        padding-top: 1rem !important
    }

    .anwp-pg-wrap .pr-md-3, .anwp-pg-wrap .px-md-3 {
        padding-right: 1rem !important
    }

    .anwp-pg-wrap .pb-md-3, .anwp-pg-wrap .py-md-3 {
        padding-bottom: 1rem !important
    }

    .anwp-pg-wrap .pl-md-3, .anwp-pg-wrap .px-md-3 {
        padding-left: 1rem !important
    }

    .anwp-pg-wrap .p-md-4 {
        padding: 1.5rem !important
    }

    .anwp-pg-wrap .pt-md-4, .anwp-pg-wrap .py-md-4 {
        padding-top: 1.5rem !important
    }

    .anwp-pg-wrap .pr-md-4, .anwp-pg-wrap .px-md-4 {
        padding-right: 1.5rem !important
    }

    .anwp-pg-wrap .pb-md-4, .anwp-pg-wrap .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .anwp-pg-wrap .pl-md-4, .anwp-pg-wrap .px-md-4 {
        padding-left: 1.5rem !important
    }

    .anwp-pg-wrap .p-md-5 {
        padding: 3rem !important
    }

    .anwp-pg-wrap .pt-md-5, .anwp-pg-wrap .py-md-5 {
        padding-top: 3rem !important
    }

    .anwp-pg-wrap .pr-md-5, .anwp-pg-wrap .px-md-5 {
        padding-right: 3rem !important
    }

    .anwp-pg-wrap .pb-md-5, .anwp-pg-wrap .py-md-5 {
        padding-bottom: 3rem !important
    }

    .anwp-pg-wrap .pl-md-5, .anwp-pg-wrap .px-md-5 {
        padding-left: 3rem !important
    }

    .anwp-pg-wrap .m-md-n1 {
        margin: -.25rem !important
    }

    .anwp-pg-wrap .mt-md-n1, .anwp-pg-wrap .my-md-n1 {
        margin-top: -.25rem !important
    }

    .anwp-pg-wrap .mr-md-n1, .anwp-pg-wrap .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .anwp-pg-wrap .mb-md-n1, .anwp-pg-wrap .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .anwp-pg-wrap .ml-md-n1, .anwp-pg-wrap .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .anwp-pg-wrap .m-md-n2 {
        margin: -.5rem !important
    }

    .anwp-pg-wrap .mt-md-n2, .anwp-pg-wrap .my-md-n2 {
        margin-top: -.5rem !important
    }

    .anwp-pg-wrap .mr-md-n2, .anwp-pg-wrap .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .anwp-pg-wrap .mb-md-n2, .anwp-pg-wrap .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .anwp-pg-wrap .ml-md-n2, .anwp-pg-wrap .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .anwp-pg-wrap .m-md-n3 {
        margin: -1rem !important
    }

    .anwp-pg-wrap .mt-md-n3, .anwp-pg-wrap .my-md-n3 {
        margin-top: -1rem !important
    }

    .anwp-pg-wrap .mr-md-n3, .anwp-pg-wrap .mx-md-n3 {
        margin-right: -1rem !important
    }

    .anwp-pg-wrap .mb-md-n3, .anwp-pg-wrap .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .anwp-pg-wrap .ml-md-n3, .anwp-pg-wrap .mx-md-n3 {
        margin-left: -1rem !important
    }

    .anwp-pg-wrap .m-md-n4 {
        margin: -1.5rem !important
    }

    .anwp-pg-wrap .mt-md-n4, .anwp-pg-wrap .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .anwp-pg-wrap .mr-md-n4, .anwp-pg-wrap .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .anwp-pg-wrap .mb-md-n4, .anwp-pg-wrap .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .anwp-pg-wrap .ml-md-n4, .anwp-pg-wrap .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .anwp-pg-wrap .m-md-n5 {
        margin: -3rem !important
    }

    .anwp-pg-wrap .mt-md-n5, .anwp-pg-wrap .my-md-n5 {
        margin-top: -3rem !important
    }

    .anwp-pg-wrap .mr-md-n5, .anwp-pg-wrap .mx-md-n5 {
        margin-right: -3rem !important
    }

    .anwp-pg-wrap .mb-md-n5, .anwp-pg-wrap .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .anwp-pg-wrap .ml-md-n5, .anwp-pg-wrap .mx-md-n5 {
        margin-left: -3rem !important
    }

    .anwp-pg-wrap .m-md-auto {
        margin: auto !important
    }

    .anwp-pg-wrap .mt-md-auto, .anwp-pg-wrap .my-md-auto {
        margin-top: auto !important
    }

    .anwp-pg-wrap .mr-md-auto, .anwp-pg-wrap .mx-md-auto {
        margin-right: auto !important
    }

    .anwp-pg-wrap .mb-md-auto, .anwp-pg-wrap .my-md-auto {
        margin-bottom: auto !important
    }

    .anwp-pg-wrap .ml-md-auto, .anwp-pg-wrap .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .m-lg-0 {
        margin: 0 !important
    }

    .anwp-pg-wrap .mt-lg-0, .anwp-pg-wrap .my-lg-0 {
        margin-top: 0 !important
    }

    .anwp-pg-wrap .mr-lg-0, .anwp-pg-wrap .mx-lg-0 {
        margin-right: 0 !important
    }

    .anwp-pg-wrap .mb-lg-0, .anwp-pg-wrap .my-lg-0 {
        margin-bottom: 0 !important
    }

    .anwp-pg-wrap .ml-lg-0, .anwp-pg-wrap .mx-lg-0 {
        margin-left: 0 !important
    }

    .anwp-pg-wrap .m-lg-1 {
        margin: .25rem !important
    }

    .anwp-pg-wrap .mt-lg-1, .anwp-pg-wrap .my-lg-1 {
        margin-top: .25rem !important
    }

    .anwp-pg-wrap .mr-lg-1, .anwp-pg-wrap .mx-lg-1 {
        margin-right: .25rem !important
    }

    .anwp-pg-wrap .mb-lg-1, .anwp-pg-wrap .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .anwp-pg-wrap .ml-lg-1, .anwp-pg-wrap .mx-lg-1 {
        margin-left: .25rem !important
    }

    .anwp-pg-wrap .m-lg-2 {
        margin: .5rem !important
    }

    .anwp-pg-wrap .mt-lg-2, .anwp-pg-wrap .my-lg-2 {
        margin-top: .5rem !important
    }

    .anwp-pg-wrap .mr-lg-2, .anwp-pg-wrap .mx-lg-2 {
        margin-right: .5rem !important
    }

    .anwp-pg-wrap .mb-lg-2, .anwp-pg-wrap .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .anwp-pg-wrap .ml-lg-2, .anwp-pg-wrap .mx-lg-2 {
        margin-left: .5rem !important
    }

    .anwp-pg-wrap .m-lg-3 {
        margin: 1rem !important
    }

    .anwp-pg-wrap .mt-lg-3, .anwp-pg-wrap .my-lg-3 {
        margin-top: 1rem !important
    }

    .anwp-pg-wrap .mr-lg-3, .anwp-pg-wrap .mx-lg-3 {
        margin-right: 1rem !important
    }

    .anwp-pg-wrap .mb-lg-3, .anwp-pg-wrap .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .anwp-pg-wrap .ml-lg-3, .anwp-pg-wrap .mx-lg-3 {
        margin-left: 1rem !important
    }

    .anwp-pg-wrap .m-lg-4 {
        margin: 1.5rem !important
    }

    .anwp-pg-wrap .mt-lg-4, .anwp-pg-wrap .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .anwp-pg-wrap .mr-lg-4, .anwp-pg-wrap .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .anwp-pg-wrap .mb-lg-4, .anwp-pg-wrap .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .anwp-pg-wrap .ml-lg-4, .anwp-pg-wrap .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .anwp-pg-wrap .m-lg-5 {
        margin: 3rem !important
    }

    .anwp-pg-wrap .mt-lg-5, .anwp-pg-wrap .my-lg-5 {
        margin-top: 3rem !important
    }

    .anwp-pg-wrap .mr-lg-5, .anwp-pg-wrap .mx-lg-5 {
        margin-right: 3rem !important
    }

    .anwp-pg-wrap .mb-lg-5, .anwp-pg-wrap .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .anwp-pg-wrap .ml-lg-5, .anwp-pg-wrap .mx-lg-5 {
        margin-left: 3rem !important
    }

    .anwp-pg-wrap .p-lg-0 {
        padding: 0 !important
    }

    .anwp-pg-wrap .pt-lg-0, .anwp-pg-wrap .py-lg-0 {
        padding-top: 0 !important
    }

    .anwp-pg-wrap .pr-lg-0, .anwp-pg-wrap .px-lg-0 {
        padding-right: 0 !important
    }

    .anwp-pg-wrap .pb-lg-0, .anwp-pg-wrap .py-lg-0 {
        padding-bottom: 0 !important
    }

    .anwp-pg-wrap .pl-lg-0, .anwp-pg-wrap .px-lg-0 {
        padding-left: 0 !important
    }

    .anwp-pg-wrap .p-lg-1 {
        padding: .25rem !important
    }

    .anwp-pg-wrap .pt-lg-1, .anwp-pg-wrap .py-lg-1 {
        padding-top: .25rem !important
    }

    .anwp-pg-wrap .pr-lg-1, .anwp-pg-wrap .px-lg-1 {
        padding-right: .25rem !important
    }

    .anwp-pg-wrap .pb-lg-1, .anwp-pg-wrap .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .anwp-pg-wrap .pl-lg-1, .anwp-pg-wrap .px-lg-1 {
        padding-left: .25rem !important
    }

    .anwp-pg-wrap .p-lg-2 {
        padding: .5rem !important
    }

    .anwp-pg-wrap .pt-lg-2, .anwp-pg-wrap .py-lg-2 {
        padding-top: .5rem !important
    }

    .anwp-pg-wrap .pr-lg-2, .anwp-pg-wrap .px-lg-2 {
        padding-right: .5rem !important
    }

    .anwp-pg-wrap .pb-lg-2, .anwp-pg-wrap .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .anwp-pg-wrap .pl-lg-2, .anwp-pg-wrap .px-lg-2 {
        padding-left: .5rem !important
    }

    .anwp-pg-wrap .p-lg-3 {
        padding: 1rem !important
    }

    .anwp-pg-wrap .pt-lg-3, .anwp-pg-wrap .py-lg-3 {
        padding-top: 1rem !important
    }

    .anwp-pg-wrap .pr-lg-3, .anwp-pg-wrap .px-lg-3 {
        padding-right: 1rem !important
    }

    .anwp-pg-wrap .pb-lg-3, .anwp-pg-wrap .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .anwp-pg-wrap .pl-lg-3, .anwp-pg-wrap .px-lg-3 {
        padding-left: 1rem !important
    }

    .anwp-pg-wrap .p-lg-4 {
        padding: 1.5rem !important
    }

    .anwp-pg-wrap .pt-lg-4, .anwp-pg-wrap .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .anwp-pg-wrap .pr-lg-4, .anwp-pg-wrap .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .anwp-pg-wrap .pb-lg-4, .anwp-pg-wrap .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .anwp-pg-wrap .pl-lg-4, .anwp-pg-wrap .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .anwp-pg-wrap .p-lg-5 {
        padding: 3rem !important
    }

    .anwp-pg-wrap .pt-lg-5, .anwp-pg-wrap .py-lg-5 {
        padding-top: 3rem !important
    }

    .anwp-pg-wrap .pr-lg-5, .anwp-pg-wrap .px-lg-5 {
        padding-right: 3rem !important
    }

    .anwp-pg-wrap .pb-lg-5, .anwp-pg-wrap .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .anwp-pg-wrap .pl-lg-5, .anwp-pg-wrap .px-lg-5 {
        padding-left: 3rem !important
    }

    .anwp-pg-wrap .m-lg-n1 {
        margin: -.25rem !important
    }

    .anwp-pg-wrap .mt-lg-n1, .anwp-pg-wrap .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .anwp-pg-wrap .mr-lg-n1, .anwp-pg-wrap .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .anwp-pg-wrap .mb-lg-n1, .anwp-pg-wrap .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .anwp-pg-wrap .ml-lg-n1, .anwp-pg-wrap .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .anwp-pg-wrap .m-lg-n2 {
        margin: -.5rem !important
    }

    .anwp-pg-wrap .mt-lg-n2, .anwp-pg-wrap .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .anwp-pg-wrap .mr-lg-n2, .anwp-pg-wrap .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .anwp-pg-wrap .mb-lg-n2, .anwp-pg-wrap .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .anwp-pg-wrap .ml-lg-n2, .anwp-pg-wrap .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .anwp-pg-wrap .m-lg-n3 {
        margin: -1rem !important
    }

    .anwp-pg-wrap .mt-lg-n3, .anwp-pg-wrap .my-lg-n3 {
        margin-top: -1rem !important
    }

    .anwp-pg-wrap .mr-lg-n3, .anwp-pg-wrap .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .anwp-pg-wrap .mb-lg-n3, .anwp-pg-wrap .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .anwp-pg-wrap .ml-lg-n3, .anwp-pg-wrap .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .anwp-pg-wrap .m-lg-n4 {
        margin: -1.5rem !important
    }

    .anwp-pg-wrap .mt-lg-n4, .anwp-pg-wrap .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .anwp-pg-wrap .mr-lg-n4, .anwp-pg-wrap .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .anwp-pg-wrap .mb-lg-n4, .anwp-pg-wrap .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .anwp-pg-wrap .ml-lg-n4, .anwp-pg-wrap .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .anwp-pg-wrap .m-lg-n5 {
        margin: -3rem !important
    }

    .anwp-pg-wrap .mt-lg-n5, .anwp-pg-wrap .my-lg-n5 {
        margin-top: -3rem !important
    }

    .anwp-pg-wrap .mr-lg-n5, .anwp-pg-wrap .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .anwp-pg-wrap .mb-lg-n5, .anwp-pg-wrap .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .anwp-pg-wrap .ml-lg-n5, .anwp-pg-wrap .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .anwp-pg-wrap .m-lg-auto {
        margin: auto !important
    }

    .anwp-pg-wrap .mt-lg-auto, .anwp-pg-wrap .my-lg-auto {
        margin-top: auto !important
    }

    .anwp-pg-wrap .mr-lg-auto, .anwp-pg-wrap .mx-lg-auto {
        margin-right: auto !important
    }

    .anwp-pg-wrap .mb-lg-auto, .anwp-pg-wrap .my-lg-auto {
        margin-bottom: auto !important
    }

    .anwp-pg-wrap .ml-lg-auto, .anwp-pg-wrap .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .anwp-pg-wrap .m-xl-0 {
        margin: 0 !important
    }

    .anwp-pg-wrap .mt-xl-0, .anwp-pg-wrap .my-xl-0 {
        margin-top: 0 !important
    }

    .anwp-pg-wrap .mr-xl-0, .anwp-pg-wrap .mx-xl-0 {
        margin-right: 0 !important
    }

    .anwp-pg-wrap .mb-xl-0, .anwp-pg-wrap .my-xl-0 {
        margin-bottom: 0 !important
    }

    .anwp-pg-wrap .ml-xl-0, .anwp-pg-wrap .mx-xl-0 {
        margin-left: 0 !important
    }

    .anwp-pg-wrap .m-xl-1 {
        margin: .25rem !important
    }

    .anwp-pg-wrap .mt-xl-1, .anwp-pg-wrap .my-xl-1 {
        margin-top: .25rem !important
    }

    .anwp-pg-wrap .mr-xl-1, .anwp-pg-wrap .mx-xl-1 {
        margin-right: .25rem !important
    }

    .anwp-pg-wrap .mb-xl-1, .anwp-pg-wrap .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .anwp-pg-wrap .ml-xl-1, .anwp-pg-wrap .mx-xl-1 {
        margin-left: .25rem !important
    }

    .anwp-pg-wrap .m-xl-2 {
        margin: .5rem !important
    }

    .anwp-pg-wrap .mt-xl-2, .anwp-pg-wrap .my-xl-2 {
        margin-top: .5rem !important
    }

    .anwp-pg-wrap .mr-xl-2, .anwp-pg-wrap .mx-xl-2 {
        margin-right: .5rem !important
    }

    .anwp-pg-wrap .mb-xl-2, .anwp-pg-wrap .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .anwp-pg-wrap .ml-xl-2, .anwp-pg-wrap .mx-xl-2 {
        margin-left: .5rem !important
    }

    .anwp-pg-wrap .m-xl-3 {
        margin: 1rem !important
    }

    .anwp-pg-wrap .mt-xl-3, .anwp-pg-wrap .my-xl-3 {
        margin-top: 1rem !important
    }

    .anwp-pg-wrap .mr-xl-3, .anwp-pg-wrap .mx-xl-3 {
        margin-right: 1rem !important
    }

    .anwp-pg-wrap .mb-xl-3, .anwp-pg-wrap .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .anwp-pg-wrap .ml-xl-3, .anwp-pg-wrap .mx-xl-3 {
        margin-left: 1rem !important
    }

    .anwp-pg-wrap .m-xl-4 {
        margin: 1.5rem !important
    }

    .anwp-pg-wrap .mt-xl-4, .anwp-pg-wrap .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .anwp-pg-wrap .mr-xl-4, .anwp-pg-wrap .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .anwp-pg-wrap .mb-xl-4, .anwp-pg-wrap .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .anwp-pg-wrap .ml-xl-4, .anwp-pg-wrap .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .anwp-pg-wrap .m-xl-5 {
        margin: 3rem !important
    }

    .anwp-pg-wrap .mt-xl-5, .anwp-pg-wrap .my-xl-5 {
        margin-top: 3rem !important
    }

    .anwp-pg-wrap .mr-xl-5, .anwp-pg-wrap .mx-xl-5 {
        margin-right: 3rem !important
    }

    .anwp-pg-wrap .mb-xl-5, .anwp-pg-wrap .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .anwp-pg-wrap .ml-xl-5, .anwp-pg-wrap .mx-xl-5 {
        margin-left: 3rem !important
    }

    .anwp-pg-wrap .p-xl-0 {
        padding: 0 !important
    }

    .anwp-pg-wrap .pt-xl-0, .anwp-pg-wrap .py-xl-0 {
        padding-top: 0 !important
    }

    .anwp-pg-wrap .pr-xl-0, .anwp-pg-wrap .px-xl-0 {
        padding-right: 0 !important
    }

    .anwp-pg-wrap .pb-xl-0, .anwp-pg-wrap .py-xl-0 {
        padding-bottom: 0 !important
    }

    .anwp-pg-wrap .pl-xl-0, .anwp-pg-wrap .px-xl-0 {
        padding-left: 0 !important
    }

    .anwp-pg-wrap .p-xl-1 {
        padding: .25rem !important
    }

    .anwp-pg-wrap .pt-xl-1, .anwp-pg-wrap .py-xl-1 {
        padding-top: .25rem !important
    }

    .anwp-pg-wrap .pr-xl-1, .anwp-pg-wrap .px-xl-1 {
        padding-right: .25rem !important
    }

    .anwp-pg-wrap .pb-xl-1, .anwp-pg-wrap .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .anwp-pg-wrap .pl-xl-1, .anwp-pg-wrap .px-xl-1 {
        padding-left: .25rem !important
    }

    .anwp-pg-wrap .p-xl-2 {
        padding: .5rem !important
    }

    .anwp-pg-wrap .pt-xl-2, .anwp-pg-wrap .py-xl-2 {
        padding-top: .5rem !important
    }

    .anwp-pg-wrap .pr-xl-2, .anwp-pg-wrap .px-xl-2 {
        padding-right: .5rem !important
    }

    .anwp-pg-wrap .pb-xl-2, .anwp-pg-wrap .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .anwp-pg-wrap .pl-xl-2, .anwp-pg-wrap .px-xl-2 {
        padding-left: .5rem !important
    }

    .anwp-pg-wrap .p-xl-3 {
        padding: 1rem !important
    }

    .anwp-pg-wrap .pt-xl-3, .anwp-pg-wrap .py-xl-3 {
        padding-top: 1rem !important
    }

    .anwp-pg-wrap .pr-xl-3, .anwp-pg-wrap .px-xl-3 {
        padding-right: 1rem !important
    }

    .anwp-pg-wrap .pb-xl-3, .anwp-pg-wrap .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .anwp-pg-wrap .pl-xl-3, .anwp-pg-wrap .px-xl-3 {
        padding-left: 1rem !important
    }

    .anwp-pg-wrap .p-xl-4 {
        padding: 1.5rem !important
    }

    .anwp-pg-wrap .pt-xl-4, .anwp-pg-wrap .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .anwp-pg-wrap .pr-xl-4, .anwp-pg-wrap .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .anwp-pg-wrap .pb-xl-4, .anwp-pg-wrap .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .anwp-pg-wrap .pl-xl-4, .anwp-pg-wrap .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .anwp-pg-wrap .p-xl-5 {
        padding: 3rem !important
    }

    .anwp-pg-wrap .pt-xl-5, .anwp-pg-wrap .py-xl-5 {
        padding-top: 3rem !important
    }

    .anwp-pg-wrap .pr-xl-5, .anwp-pg-wrap .px-xl-5 {
        padding-right: 3rem !important
    }

    .anwp-pg-wrap .pb-xl-5, .anwp-pg-wrap .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .anwp-pg-wrap .pl-xl-5, .anwp-pg-wrap .px-xl-5 {
        padding-left: 3rem !important
    }

    .anwp-pg-wrap .m-xl-n1 {
        margin: -.25rem !important
    }

    .anwp-pg-wrap .mt-xl-n1, .anwp-pg-wrap .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .anwp-pg-wrap .mr-xl-n1, .anwp-pg-wrap .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .anwp-pg-wrap .mb-xl-n1, .anwp-pg-wrap .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .anwp-pg-wrap .ml-xl-n1, .anwp-pg-wrap .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .anwp-pg-wrap .m-xl-n2 {
        margin: -.5rem !important
    }

    .anwp-pg-wrap .mt-xl-n2, .anwp-pg-wrap .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .anwp-pg-wrap .mr-xl-n2, .anwp-pg-wrap .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .anwp-pg-wrap .mb-xl-n2, .anwp-pg-wrap .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .anwp-pg-wrap .ml-xl-n2, .anwp-pg-wrap .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .anwp-pg-wrap .m-xl-n3 {
        margin: -1rem !important
    }

    .anwp-pg-wrap .mt-xl-n3, .anwp-pg-wrap .my-xl-n3 {
        margin-top: -1rem !important
    }

    .anwp-pg-wrap .mr-xl-n3, .anwp-pg-wrap .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .anwp-pg-wrap .mb-xl-n3, .anwp-pg-wrap .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .anwp-pg-wrap .ml-xl-n3, .anwp-pg-wrap .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .anwp-pg-wrap .m-xl-n4 {
        margin: -1.5rem !important
    }

    .anwp-pg-wrap .mt-xl-n4, .anwp-pg-wrap .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .anwp-pg-wrap .mr-xl-n4, .anwp-pg-wrap .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .anwp-pg-wrap .mb-xl-n4, .anwp-pg-wrap .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .anwp-pg-wrap .ml-xl-n4, .anwp-pg-wrap .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .anwp-pg-wrap .m-xl-n5 {
        margin: -3rem !important
    }

    .anwp-pg-wrap .mt-xl-n5, .anwp-pg-wrap .my-xl-n5 {
        margin-top: -3rem !important
    }

    .anwp-pg-wrap .mr-xl-n5, .anwp-pg-wrap .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .anwp-pg-wrap .mb-xl-n5, .anwp-pg-wrap .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .anwp-pg-wrap .ml-xl-n5, .anwp-pg-wrap .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .anwp-pg-wrap .m-xl-auto {
        margin: auto !important
    }

    .anwp-pg-wrap .mt-xl-auto, .anwp-pg-wrap .my-xl-auto {
        margin-top: auto !important
    }

    .anwp-pg-wrap .mr-xl-auto, .anwp-pg-wrap .mx-xl-auto {
        margin-right: auto !important
    }

    .anwp-pg-wrap .mb-xl-auto, .anwp-pg-wrap .my-xl-auto {
        margin-bottom: auto !important
    }

    .anwp-pg-wrap .ml-xl-auto, .anwp-pg-wrap .mx-xl-auto {
        margin-left: auto !important
    }
}

.anwp-pg-wrap .stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.anwp-pg-wrap .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.anwp-pg-wrap .text-justify {
    text-align: justify !important
}

.anwp-pg-wrap .text-wrap {
    white-space: normal !important
}

.anwp-pg-wrap .text-nowrap {
    white-space: nowrap !important
}

.anwp-pg-wrap .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.anwp-pg-wrap .text-left {
    text-align: left !important
}

.anwp-pg-wrap .text-right {
    text-align: right !important
}

.anwp-pg-wrap .text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .anwp-pg-wrap .text-sm-left {
        text-align: left !important
    }

    .anwp-pg-wrap .text-sm-right {
        text-align: right !important
    }

    .anwp-pg-wrap .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .anwp-pg-wrap .text-md-left {
        text-align: left !important
    }

    .anwp-pg-wrap .text-md-right {
        text-align: right !important
    }

    .anwp-pg-wrap .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .text-lg-left {
        text-align: left !important
    }

    .anwp-pg-wrap .text-lg-right {
        text-align: right !important
    }

    .anwp-pg-wrap .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .anwp-pg-wrap .text-xl-left {
        text-align: left !important
    }

    .anwp-pg-wrap .text-xl-right {
        text-align: right !important
    }

    .anwp-pg-wrap .text-xl-center {
        text-align: center !important
    }
}

.anwp-pg-wrap .text-lowercase {
    text-transform: lowercase !important
}

.anwp-pg-wrap .text-uppercase {
    text-transform: uppercase !important
}

.anwp-pg-wrap .text-capitalize {
    text-transform: capitalize !important
}

.anwp-pg-wrap .font-weight-light {
    font-weight: 300 !important
}

.anwp-pg-wrap .font-weight-lighter {
    font-weight: lighter !important
}

.anwp-pg-wrap .font-weight-normal {
    font-weight: 400 !important
}

.anwp-pg-wrap .font-weight-bold {
    font-weight: 700 !important
}

.anwp-pg-wrap .font-weight-bolder {
    font-weight: bolder !important
}

.anwp-pg-wrap .font-italic {
    font-style: italic !important
}

.anwp-pg-wrap .text-white {
    color: #fff !important
}

.anwp-pg-wrap .text-primary {
    color: #0085ba !important
}

.anwp-pg-wrap a.text-primary:focus, .anwp-pg-wrap a.text-primary:hover {
    color: #004e6e !important
}

.anwp-pg-wrap .text-secondary {
    color: #6c757d !important
}

.anwp-pg-wrap a.text-secondary:focus, .anwp-pg-wrap a.text-secondary:hover {
    color: #494f54 !important
}

.anwp-pg-wrap .text-success {
    color: #388e3c !important
}

.anwp-pg-wrap a.text-success:focus, .anwp-pg-wrap a.text-success:hover {
    color: #225725 !important
}

.anwp-pg-wrap .text-info {
    color: #17a2b8 !important
}

.anwp-pg-wrap a.text-info:focus, .anwp-pg-wrap a.text-info:hover {
    color: #0f6674 !important
}

.anwp-pg-wrap .text-warning {
    color: #fbc02d !important
}

.anwp-pg-wrap a.text-warning:focus, .anwp-pg-wrap a.text-warning:hover {
    color: #d79b04 !important
}

.anwp-pg-wrap .text-danger {
    color: #dc3545 !important
}

.anwp-pg-wrap a.text-danger:focus, .anwp-pg-wrap a.text-danger:hover {
    color: #a71d2a !important
}

.anwp-pg-wrap .text-light {
    color: #f8f9fa !important
}

.anwp-pg-wrap a.text-light:focus, .anwp-pg-wrap a.text-light:hover {
    color: #cbd3da !important
}

.anwp-pg-wrap .text-dark {
    color: #343a40 !important
}

.anwp-pg-wrap a.text-dark:focus, .anwp-pg-wrap a.text-dark:hover {
    color: #121416 !important
}

.anwp-pg-wrap .text-body {
    color: #212529 !important
}

.anwp-pg-wrap .text-muted {
    color: #6c757d !important
}

.anwp-pg-wrap .text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.anwp-pg-wrap .text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.anwp-pg-wrap .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.anwp-pg-wrap .text-decoration-none {
    text-decoration: none !important
}

.anwp-pg-wrap .text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.anwp-pg-wrap .text-reset {
    color: inherit !important
}

.anwp-pg-wrap .visible {
    visibility: visible !important
}

.anwp-pg-wrap .invisible {
    visibility: hidden !important
}

.anwp-pg-wrap .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .anwp-pg-wrap .btn {
        -webkit-transition: none;
        transition: none
    }
}

.anwp-pg-wrap .btn:hover {
    color: #212529;
    text-decoration: none
}

.anwp-pg-wrap .btn.focus, .anwp-pg-wrap .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 133, 186, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 133, 186, .25)
}

.anwp-pg-wrap .btn.disabled, .anwp-pg-wrap .btn:disabled {
    opacity: .65
}

.anwp-pg-wrap .btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.anwp-pg-wrap a.btn.disabled, .anwp-pg-wrap fieldset:disabled a.btn {
    pointer-events: none
}

.anwp-pg-wrap .btn-primary {
    color: #fff;
    background-color: #0085ba;
    border-color: #0085ba
}

.anwp-pg-wrap .btn-primary:hover {
    color: #fff;
    background-color: #006a94;
    border-color: #006187
}

.anwp-pg-wrap .btn-primary.focus, .anwp-pg-wrap .btn-primary:focus {
    color: #fff;
    background-color: #006a94;
    border-color: #006187;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 151, 196, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 151, 196, .5)
}

.anwp-pg-wrap .btn-primary.disabled, .anwp-pg-wrap .btn-primary:disabled {
    color: #fff;
    background-color: #0085ba;
    border-color: #0085ba
}

.anwp-pg-wrap .btn-primary:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-primary:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006187;
    border-color: #00577a
}

.anwp-pg-wrap .btn-primary:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 151, 196, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 151, 196, .5)
}

.anwp-pg-wrap .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.anwp-pg-wrap .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.anwp-pg-wrap .btn-secondary.focus, .anwp-pg-wrap .btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.anwp-pg-wrap .btn-secondary.disabled, .anwp-pg-wrap .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.anwp-pg-wrap .btn-secondary:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-secondary:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.anwp-pg-wrap .btn-secondary:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.anwp-pg-wrap .btn-success {
    color: #fff;
    background-color: #388e3c;
    border-color: #388e3c
}

.anwp-pg-wrap .btn-success:hover {
    color: #fff;
    background-color: #2d7330;
    border-color: #2a692d
}

.anwp-pg-wrap .btn-success.focus, .anwp-pg-wrap .btn-success:focus {
    color: #fff;
    background-color: #2d7330;
    border-color: #2a692d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(86, 159, 89, .5);
    box-shadow: 0 0 0 .2rem rgba(86, 159, 89, .5)
}

.anwp-pg-wrap .btn-success.disabled, .anwp-pg-wrap .btn-success:disabled {
    color: #fff;
    background-color: #388e3c;
    border-color: #388e3c
}

.anwp-pg-wrap .btn-success:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-success:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2a692d;
    border-color: #266029
}

.anwp-pg-wrap .btn-success:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-success:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(86, 159, 89, .5);
    box-shadow: 0 0 0 .2rem rgba(86, 159, 89, .5)
}

.anwp-pg-wrap .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.anwp-pg-wrap .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.anwp-pg-wrap .btn-info.focus, .anwp-pg-wrap .btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.anwp-pg-wrap .btn-info.disabled, .anwp-pg-wrap .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.anwp-pg-wrap .btn-info:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-info:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.anwp-pg-wrap .btn-info:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-info:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.anwp-pg-wrap .btn-warning {
    color: #212529;
    background-color: #fbc02d;
    border-color: #fbc02d
}

.anwp-pg-wrap .btn-warning:hover {
    color: #212529;
    background-color: #fab507;
    border-color: #f0ad05
}

.anwp-pg-wrap .btn-warning.focus, .anwp-pg-wrap .btn-warning:focus {
    color: #212529;
    background-color: #fab507;
    border-color: #f0ad05;
    -webkit-box-shadow: 0 0 0 .2rem rgba(218, 169, 44, .5);
    box-shadow: 0 0 0 .2rem rgba(218, 169, 44, .5)
}

.anwp-pg-wrap .btn-warning.disabled, .anwp-pg-wrap .btn-warning:disabled {
    color: #212529;
    background-color: #fbc02d;
    border-color: #fbc02d
}

.anwp-pg-wrap .btn-warning:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-warning:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #f0ad05;
    border-color: #e4a404
}

.anwp-pg-wrap .btn-warning:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(218, 169, 44, .5);
    box-shadow: 0 0 0 .2rem rgba(218, 169, 44, .5)
}

.anwp-pg-wrap .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.anwp-pg-wrap .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.anwp-pg-wrap .btn-danger.focus, .anwp-pg-wrap .btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.anwp-pg-wrap .btn-danger.disabled, .anwp-pg-wrap .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.anwp-pg-wrap .btn-danger:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-danger:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.anwp-pg-wrap .btn-danger:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.anwp-pg-wrap .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.anwp-pg-wrap .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.anwp-pg-wrap .btn-light.focus, .anwp-pg-wrap .btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.anwp-pg-wrap .btn-light.disabled, .anwp-pg-wrap .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.anwp-pg-wrap .btn-light:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-light:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.anwp-pg-wrap .btn-light:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-light:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.anwp-pg-wrap .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.anwp-pg-wrap .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.anwp-pg-wrap .btn-dark.focus, .anwp-pg-wrap .btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.anwp-pg-wrap .btn-dark.disabled, .anwp-pg-wrap .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.anwp-pg-wrap .btn-dark:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-dark:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.anwp-pg-wrap .btn-dark:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.anwp-pg-wrap .btn-outline-primary {
    color: #0085ba;
    border-color: #0085ba
}

.anwp-pg-wrap .btn-outline-primary:hover {
    color: #fff;
    background-color: #0085ba;
    border-color: #0085ba
}

.anwp-pg-wrap .btn-outline-primary.focus, .anwp-pg-wrap .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 133, 186, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 133, 186, .5)
}

.anwp-pg-wrap .btn-outline-primary.disabled, .anwp-pg-wrap .btn-outline-primary:disabled {
    color: #0085ba;
    background-color: transparent
}

.anwp-pg-wrap .btn-outline-primary:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0085ba;
    border-color: #0085ba
}

.anwp-pg-wrap .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 133, 186, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 133, 186, .5)
}

.anwp-pg-wrap .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.anwp-pg-wrap .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.anwp-pg-wrap .btn-outline-secondary.focus, .anwp-pg-wrap .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.anwp-pg-wrap .btn-outline-secondary.disabled, .anwp-pg-wrap .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.anwp-pg-wrap .btn-outline-secondary:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.anwp-pg-wrap .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.anwp-pg-wrap .btn-outline-success {
    color: #388e3c;
    border-color: #388e3c
}

.anwp-pg-wrap .btn-outline-success:hover {
    color: #fff;
    background-color: #388e3c;
    border-color: #388e3c
}

.anwp-pg-wrap .btn-outline-success.focus, .anwp-pg-wrap .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 142, 60, .5);
    box-shadow: 0 0 0 .2rem rgba(56, 142, 60, .5)
}

.anwp-pg-wrap .btn-outline-success.disabled, .anwp-pg-wrap .btn-outline-success:disabled {
    color: #388e3c;
    background-color: transparent
}

.anwp-pg-wrap .btn-outline-success:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-outline-success:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #388e3c;
    border-color: #388e3c
}

.anwp-pg-wrap .btn-outline-success:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(56, 142, 60, .5);
    box-shadow: 0 0 0 .2rem rgba(56, 142, 60, .5)
}

.anwp-pg-wrap .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.anwp-pg-wrap .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.anwp-pg-wrap .btn-outline-info.focus, .anwp-pg-wrap .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.anwp-pg-wrap .btn-outline-info.disabled, .anwp-pg-wrap .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.anwp-pg-wrap .btn-outline-info:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-outline-info:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.anwp-pg-wrap .btn-outline-info:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.anwp-pg-wrap .btn-outline-warning {
    color: #fbc02d;
    border-color: #fbc02d
}

.anwp-pg-wrap .btn-outline-warning:hover {
    color: #212529;
    background-color: #fbc02d;
    border-color: #fbc02d
}

.anwp-pg-wrap .btn-outline-warning.focus, .anwp-pg-wrap .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(251, 192, 45, .5);
    box-shadow: 0 0 0 .2rem rgba(251, 192, 45, .5)
}

.anwp-pg-wrap .btn-outline-warning.disabled, .anwp-pg-wrap .btn-outline-warning:disabled {
    color: #fbc02d;
    background-color: transparent
}

.anwp-pg-wrap .btn-outline-warning:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #fbc02d;
    border-color: #fbc02d
}

.anwp-pg-wrap .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(251, 192, 45, .5);
    box-shadow: 0 0 0 .2rem rgba(251, 192, 45, .5)
}

.anwp-pg-wrap .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.anwp-pg-wrap .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.anwp-pg-wrap .btn-outline-danger.focus, .anwp-pg-wrap .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.anwp-pg-wrap .btn-outline-danger.disabled, .anwp-pg-wrap .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.anwp-pg-wrap .btn-outline-danger:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.anwp-pg-wrap .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.anwp-pg-wrap .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.anwp-pg-wrap .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.anwp-pg-wrap .btn-outline-light.focus, .anwp-pg-wrap .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.anwp-pg-wrap .btn-outline-light.disabled, .anwp-pg-wrap .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.anwp-pg-wrap .btn-outline-light:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-outline-light:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.anwp-pg-wrap .btn-outline-light:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.anwp-pg-wrap .btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.anwp-pg-wrap .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.anwp-pg-wrap .btn-outline-dark.focus, .anwp-pg-wrap .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.anwp-pg-wrap .btn-outline-dark.disabled, .anwp-pg-wrap .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.anwp-pg-wrap .btn-outline-dark:not(:disabled):not(.disabled).active, .anwp-pg-wrap .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .anwp-pg-wrap .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.anwp-pg-wrap .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .anwp-pg-wrap .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .anwp-pg-wrap .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.anwp-pg-wrap .btn-link {
    font-weight: 400;
    color: #0085ba;
    text-decoration: none
}

.anwp-pg-wrap .btn-link:hover {
    color: #004e6e;
    text-decoration: none
}

.anwp-pg-wrap .btn-link.focus, .anwp-pg-wrap .btn-link:focus {
    text-decoration: none
}

.anwp-pg-wrap .btn-link.disabled, .anwp-pg-wrap .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.anwp-pg-wrap .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 4px
}

.anwp-pg-wrap .btn-sm {
    padding: .2rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 4px
}

.anwp-pg-wrap .btn-block {
    display: block;
    width: 100%
}

.anwp-pg-wrap .btn-block + .btn-block {
    margin-top: .5rem
}

.anwp-pg-wrap input[type=button].btn-block, .anwp-pg-wrap input[type=reset].btn-block, .anwp-pg-wrap input[type=submit].btn-block {
    width: 100%
}

.anwp-pg-wrap .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px
}

.anwp-pg-wrap .alert-heading {
    color: inherit
}

.anwp-pg-wrap .alert-link {
    font-weight: 700
}

.anwp-pg-wrap .alert-dismissible {
    padding-right: 4rem
}

.anwp-pg-wrap .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.anwp-pg-wrap .alert-primary {
    color: #004561;
    background-color: #cce7f1;
    border-color: #b8ddec
}

.anwp-pg-wrap .alert-primary hr {
    border-top-color: #a4d3e7
}

.anwp-pg-wrap .alert-primary .alert-link {
    color: #00212e
}

.anwp-pg-wrap .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.anwp-pg-wrap .alert-secondary hr {
    border-top-color: #c8cbcf
}

.anwp-pg-wrap .alert-secondary .alert-link {
    color: #202326
}

.anwp-pg-wrap .alert-success {
    color: #1d4a1f;
    background-color: #d7e8d8;
    border-color: #c7dfc8
}

.anwp-pg-wrap .alert-success hr {
    border-top-color: #b7d6b8
}

.anwp-pg-wrap .alert-success .alert-link {
    color: #0f2510
}

.anwp-pg-wrap .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.anwp-pg-wrap .alert-info hr {
    border-top-color: #abdde5
}

.anwp-pg-wrap .alert-info .alert-link {
    color: #062c33
}

.anwp-pg-wrap .alert-warning {
    color: #836417;
    background-color: #fef2d5;
    border-color: #feedc4
}

.anwp-pg-wrap .alert-warning hr {
    border-top-color: #fee5ab
}

.anwp-pg-wrap .alert-warning .alert-link {
    color: #58430f
}

.anwp-pg-wrap .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.anwp-pg-wrap .alert-danger hr {
    border-top-color: #f1b0b7
}

.anwp-pg-wrap .alert-danger .alert-link {
    color: #491217
}

.anwp-pg-wrap .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.anwp-pg-wrap .alert-light hr {
    border-top-color: #ececf6
}

.anwp-pg-wrap .alert-light .alert-link {
    color: #686868
}

.anwp-pg-wrap .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.anwp-pg-wrap .alert-dark hr {
    border-top-color: #b9bbbe
}

.anwp-pg-wrap .alert-dark .alert-link {
    color: #040505
}

.anwp-pg-wrap .anwp-pg-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 4px;
    margin-top: 25px
}

.anwp-pg-wrap .anwp-pg-pagination-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px
}

.anwp-pg-wrap .anwp-pg-posts-wrapper {
    position: relative
}

.anwp-pg-wrap .anwp-pg-posts-wrapper:not(.anwp-pg-pagination--loading) .anwp-pg-pagination-loader {
    display: none
}

.anwp-pg-wrap .anwp-pg-posts-wrapper.anwp-pg-pagination--loading > :not(.anwp-pg-pagination-loader) {
    opacity: .1
}

.anwp-pg-wrap .anwp-page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0085ba;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.anwp-pg-wrap .anwp-page-link:hover {
    z-index: 2;
    color: #004e6e;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.anwp-pg-wrap .anwp-page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 133, 186, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 133, 186, .25)
}

.anwp-pg-wrap .anwp-page-item {
    min-width: 32px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.anwp-pg-wrap .anwp-page-item:first-child .anwp-page-link {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.anwp-pg-wrap .anwp-page-item:last-child .anwp-page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.anwp-pg-wrap .anwp-page-item .anwp-page-link--active {
    z-index: 3;
    color: #fff !important;
    background-color: #0085ba;
    border-color: #0085ba
}

.anwp-pg-wrap .anwp-page-item .anwp-page-link--disabled {
    color: #6c757d !important;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    opacity: .7
}

.anwp-pg-wrap .pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.anwp-pg-wrap .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.anwp-pg-wrap .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.anwp-pg-wrap .pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.anwp-pg-wrap .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.anwp-pg-wrap .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.anwp-container, .anwp-container-fluid, .anwp-container-lg, .anwp-container-md, .anwp-container-sm, .anwp-container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .anwp-container, .anwp-container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .anwp-container, .anwp-container-md, .anwp-container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .anwp-container, .anwp-container-lg, .anwp-container-md, .anwp-container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .anwp-container, .anwp-container-lg, .anwp-container-md, .anwp-container-sm, .anwp-container-xl {
        max-width: 1140px
    }
}

.anwp-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.anwp-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.anwp-no-gutters > .anwp-col, .anwp-no-gutters > [class*=anwp-col-] {
    padding-right: 0;
    padding-left: 0
}

.anwp-col, .anwp-col-1, .anwp-col-2, .anwp-col-3, .anwp-col-4, .anwp-col-5, .anwp-col-6, .anwp-col-7, .anwp-col-8, .anwp-col-9, .anwp-col-10, .anwp-col-11, .anwp-col-12, .anwp-col-auto, .anwp-col-lg, .anwp-col-lg-1, .anwp-col-lg-2, .anwp-col-lg-3, .anwp-col-lg-4, .anwp-col-lg-5, .anwp-col-lg-6, .anwp-col-lg-7, .anwp-col-lg-8, .anwp-col-lg-9, .anwp-col-lg-10, .anwp-col-lg-11, .anwp-col-lg-12, .anwp-col-lg-auto, .anwp-col-md, .anwp-col-md-1, .anwp-col-md-2, .anwp-col-md-3, .anwp-col-md-4, .anwp-col-md-5, .anwp-col-md-6, .anwp-col-md-7, .anwp-col-md-8, .anwp-col-md-9, .anwp-col-md-10, .anwp-col-md-11, .anwp-col-md-12, .anwp-col-md-auto, .anwp-col-sm, .anwp-col-sm-1, .anwp-col-sm-2, .anwp-col-sm-3, .anwp-col-sm-4, .anwp-col-sm-5, .anwp-col-sm-6, .anwp-col-sm-7, .anwp-col-sm-8, .anwp-col-sm-9, .anwp-col-sm-10, .anwp-col-sm-11, .anwp-col-sm-12, .anwp-col-sm-auto, .anwp-col-xl, .anwp-col-xl-1, .anwp-col-xl-2, .anwp-col-xl-3, .anwp-col-xl-4, .anwp-col-xl-5, .anwp-col-xl-6, .anwp-col-xl-7, .anwp-col-xl-8, .anwp-col-xl-9, .anwp-col-xl-10, .anwp-col-xl-11, .anwp-col-xl-12, .anwp-col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.anwp-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.anwp-row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.anwp-row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.anwp-row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.anwp-row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.anwp-row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.anwp-row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.anwp-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.anwp-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.anwp-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.anwp-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.anwp-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.anwp-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.anwp-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.anwp-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.anwp-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.anwp-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.anwp-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.anwp-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.anwp-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.anwp-order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.anwp-order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.anwp-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.anwp-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.anwp-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.anwp-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.anwp-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.anwp-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.anwp-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.anwp-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.anwp-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.anwp-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.anwp-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.anwp-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.anwp-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.anwp-offset-1 {
    margin-left: 8.33333%
}

.anwp-offset-2 {
    margin-left: 16.66667%
}

.anwp-offset-3 {
    margin-left: 25%
}

.anwp-offset-4 {
    margin-left: 33.33333%
}

.anwp-offset-5 {
    margin-left: 41.66667%
}

.anwp-offset-6 {
    margin-left: 50%
}

.anwp-offset-7 {
    margin-left: 58.33333%
}

.anwp-offset-8 {
    margin-left: 66.66667%
}

.anwp-offset-9 {
    margin-left: 75%
}

.anwp-offset-10 {
    margin-left: 83.33333%
}

.anwp-offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .anwp-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .anwp-row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .anwp-row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .anwp-col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .anwp-col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .anwp-col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .anwp-col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .anwp-col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .anwp-col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .anwp-col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .anwp-col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .anwp-order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .anwp-order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .anwp-order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .anwp-order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .anwp-order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .anwp-order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .anwp-order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .anwp-order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .anwp-order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .anwp-order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .anwp-order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .anwp-order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .anwp-order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .anwp-order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .anwp-offset-sm-0 {
        margin-left: 0
    }

    .anwp-offset-sm-1 {
        margin-left: 8.33333%
    }

    .anwp-offset-sm-2 {
        margin-left: 16.66667%
    }

    .anwp-offset-sm-3 {
        margin-left: 25%
    }

    .anwp-offset-sm-4 {
        margin-left: 33.33333%
    }

    .anwp-offset-sm-5 {
        margin-left: 41.66667%
    }

    .anwp-offset-sm-6 {
        margin-left: 50%
    }

    .anwp-offset-sm-7 {
        margin-left: 58.33333%
    }

    .anwp-offset-sm-8 {
        margin-left: 66.66667%
    }

    .anwp-offset-sm-9 {
        margin-left: 75%
    }

    .anwp-offset-sm-10 {
        margin-left: 83.33333%
    }

    .anwp-offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .anwp-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .anwp-row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .anwp-row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .anwp-col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .anwp-col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .anwp-col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .anwp-col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .anwp-col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .anwp-col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .anwp-col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .anwp-col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .anwp-order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .anwp-order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .anwp-order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .anwp-order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .anwp-order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .anwp-order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .anwp-order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .anwp-order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .anwp-order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .anwp-order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .anwp-order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .anwp-order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .anwp-order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .anwp-order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .anwp-offset-md-0 {
        margin-left: 0
    }

    .anwp-offset-md-1 {
        margin-left: 8.33333%
    }

    .anwp-offset-md-2 {
        margin-left: 16.66667%
    }

    .anwp-offset-md-3 {
        margin-left: 25%
    }

    .anwp-offset-md-4 {
        margin-left: 33.33333%
    }

    .anwp-offset-md-5 {
        margin-left: 41.66667%
    }

    .anwp-offset-md-6 {
        margin-left: 50%
    }

    .anwp-offset-md-7 {
        margin-left: 58.33333%
    }

    .anwp-offset-md-8 {
        margin-left: 66.66667%
    }

    .anwp-offset-md-9 {
        margin-left: 75%
    }

    .anwp-offset-md-10 {
        margin-left: 83.33333%
    }

    .anwp-offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .anwp-col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .anwp-row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .anwp-row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .anwp-col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .anwp-col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .anwp-col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .anwp-col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .anwp-col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .anwp-col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .anwp-col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .anwp-col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .anwp-order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .anwp-order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .anwp-order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .anwp-order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .anwp-order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .anwp-order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .anwp-order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .anwp-order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .anwp-order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .anwp-order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .anwp-order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .anwp-order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .anwp-order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .anwp-order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .anwp-offset-lg-0 {
        margin-left: 0
    }

    .anwp-offset-lg-1 {
        margin-left: 8.33333%
    }

    .anwp-offset-lg-2 {
        margin-left: 16.66667%
    }

    .anwp-offset-lg-3 {
        margin-left: 25%
    }

    .anwp-offset-lg-4 {
        margin-left: 33.33333%
    }

    .anwp-offset-lg-5 {
        margin-left: 41.66667%
    }

    .anwp-offset-lg-6 {
        margin-left: 50%
    }

    .anwp-offset-lg-7 {
        margin-left: 58.33333%
    }

    .anwp-offset-lg-8 {
        margin-left: 66.66667%
    }

    .anwp-offset-lg-9 {
        margin-left: 75%
    }

    .anwp-offset-lg-10 {
        margin-left: 83.33333%
    }

    .anwp-offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .anwp-col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .anwp-row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .anwp-row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .anwp-col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .anwp-col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .anwp-col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .anwp-col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .anwp-col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .anwp-col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .anwp-col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .anwp-col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .anwp-col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .anwp-col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .anwp-col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .anwp-col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .anwp-order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .anwp-order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .anwp-order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .anwp-order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .anwp-order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .anwp-order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .anwp-order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .anwp-order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .anwp-order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .anwp-order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .anwp-order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .anwp-order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .anwp-order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .anwp-order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .anwp-order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

    .anwp-offset-xl-1 {
        margin-left: 8.33333%
    }

    .anwp-offset-xl-2 {
        margin-left: 16.66667%
    }

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

    .anwp-offset-xl-4 {
        margin-left: 33.33333%
    }

    .anwp-offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .anwp-offset-xl-7 {
        margin-left: 58.33333%
    }

    .anwp-offset-xl-8 {
        margin-left: 66.66667%
    }

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

    .anwp-offset-xl-10 {
        margin-left: 83.33333%
    }

    .anwp-offset-xl-11 {
        margin-left: 91.66667%
    }
}

.anwp-border {
    border: 1px solid
}

.anwp-border-top {
    border-top: 1px solid
}

.anwp-border-right {
    border-right: 1px solid
}

.anwp-border-bottom {
    border-bottom: 1px solid
}

.anwp-border-left {
    border-left: 1px solid
}

.anwp-border-0 {
    border: 0 !important
}

.anwp-border-top-0 {
    border-top: 0 !important
}

.anwp-border-right-0 {
    border-right: 0 !important
}

.anwp-border-bottom-0 {
    border-bottom: 0 !important
}

.anwp-border-left-0 {
    border-left: 0 !important
}

.anwp-box-border {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.anwp-box-content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.anwp-link-cover, .anwp-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.anwp-cursor-auto {
    cursor: auto
}

.anwp-cursor-default {
    cursor: default
}

.anwp-cursor-pointer {
    cursor: pointer
}

.anwp-cursor-wait {
    cursor: wait
}

.anwp-cursor-text {
    cursor: text
}

.anwp-cursor-move {
    cursor: move
}

.anwp-cursor-not-allowed {
    cursor: not-allowed
}

.anwp-flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.anwp-flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.anwp-flex-initial {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.anwp-flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

@media (min-width: 576px) {
    .anwp-flex-sm-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }

    .anwp-flex-sm-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .anwp-flex-sm-initial {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .anwp-flex-sm-none {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media (min-width: 768px) {
    .anwp-flex-md-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }

    .anwp-flex-md-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .anwp-flex-md-initial {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .anwp-flex-md-none {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media (min-width: 992px) {
    .anwp-flex-lg-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }

    .anwp-flex-lg-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .anwp-flex-lg-initial {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .anwp-flex-lg-none {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media (min-width: 1200px) {
    .anwp-flex-xl-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }

    .anwp-flex-xl-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .anwp-flex-xl-initial {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .anwp-flex-xl-none {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.anwp-image-background-contain, .anwp-image-background-cover {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.anwp-image-background-cover {
    background-size: cover
}

.anwp-image-background-contain {
    background-size: contain
}

.anwp-user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.anwp-user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.anwp-user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.anwp-object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.anwp-object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.anwp-object-fill {
    -o-object-fit: fill;
    object-fit: fill
}

.anwp-object-none {
    -o-object-fit: none;
    object-fit: none
}

.anwp-object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.anwp-opacity-0 {
    opacity: 0
}

.anwp-opacity-10 {
    opacity: .1
}

.anwp-opacity-20 {
    opacity: .2
}

.anwp-opacity-30 {
    opacity: .3
}

.anwp-opacity-40 {
    opacity: .4
}

.anwp-opacity-50 {
    opacity: .5
}

.anwp-opacity-60 {
    opacity: .6
}

.anwp-opacity-70 {
    opacity: .7
}

.anwp-opacity-80 {
    opacity: .8
}

.anwp-opacity-90 {
    opacity: .9
}

.anwp-opacity-100 {
    opacity: 1
}

.anwp-overflow-auto {
    overflow: auto
}

.anwp-overflow-hidden {
    overflow: hidden
}

.anwp-overflow-visible {
    overflow: visible
}

.anwp-overflow-scroll {
    overflow: scroll
}

.anwp-overflow-x-auto {
    overflow-x: auto
}

.anwp-overflow-y-auto {
    overflow-y: auto
}

.anwp-overflow-x-hidden {
    overflow-x: hidden
}

.anwp-overflow-y-hidden {
    overflow-y: hidden
}

.anwp-overflow-x-visible {
    overflow-x: visible
}

.anwp-overflow-y-visible {
    overflow-y: visible
}

.anwp-overflow-x-scroll {
    overflow-x: scroll
}

.anwp-overflow-y-scroll {
    overflow-y: scroll
}

.anwp-w-10 {
    width: 10px
}

.anwp-h-10 {
    height: 10px
}

.anwp-h-min-10 {
    min-height: 10px
}

.anwp-h-max-10 {
    max-height: 10px
}

.anwp-w-20 {
    width: 20px
}

.anwp-h-20 {
    height: 20px
}

.anwp-h-min-20 {
    min-height: 20px
}

.anwp-h-max-20 {
    max-height: 20px
}

.anwp-w-30 {
    width: 30px
}

.anwp-h-30 {
    height: 30px
}

.anwp-h-min-30 {
    min-height: 30px
}

.anwp-h-max-30 {
    max-height: 30px
}

.anwp-w-40 {
    width: 40px
}

.anwp-h-40 {
    height: 40px
}

.anwp-h-min-40 {
    min-height: 40px
}

.anwp-h-max-40 {
    max-height: 40px
}

.anwp-w-50 {
    width: 50px
}

.anwp-h-50 {
    height: 50px
}

.anwp-h-min-50 {
    min-height: 50px
}

.anwp-h-max-50 {
    max-height: 50px
}

.anwp-w-60 {
    width: 60px
}

.anwp-h-60 {
    height: 60px
}

.anwp-h-min-60 {
    min-height: 60px
}

.anwp-h-max-60 {
    max-height: 60px
}

.anwp-w-70 {
    width: 70px
}

.anwp-h-70 {
    height: 70px
}

.anwp-h-min-70 {
    min-height: 70px
}

.anwp-h-max-70 {
    max-height: 70px
}

.anwp-w-80 {
    width: 80px
}

.anwp-h-80 {
    height: 80px
}

.anwp-h-min-80 {
    min-height: 80px
}

.anwp-h-max-80 {
    max-height: 80px
}

.anwp-w-90 {
    width: 90px
}

.anwp-h-90 {
    height: 90px
}

.anwp-h-min-90 {
    min-height: 90px
}

.anwp-h-max-90 {
    max-height: 90px
}

.anwp-w-100 {
    width: 100px
}

.anwp-h-100 {
    height: 100px
}

.anwp-h-min-100 {
    min-height: 100px
}

.anwp-h-max-100 {
    max-height: 100px
}

.anwp-w-150 {
    width: 150px
}

.anwp-w-200 {
    width: 200px
}

.anwp-w-250 {
    width: 250px
}

.anwp-w-300 {
    width: 300px
}

.anwp-w-350 {
    width: 350px
}

.anwp-w-400 {
    width: 400px
}

.anwp-w-min-100 {
    min-width: 100px
}

.anwp-w-min-150 {
    min-width: 150px
}

.anwp-w-min-200 {
    min-width: 200px
}

.anwp-w-min-250 {
    min-width: 250px
}

.anwp-w-min-300 {
    min-width: 300px
}

.anwp-w-min-350 {
    min-width: 350px
}

.anwp-w-min-400 {
    min-width: 400px
}

.anwp-w-15 {
    width: 15px
}

.anwp-h-15 {
    height: 15px
}

.anwp-h-min-15 {
    min-height: 15px
}

.anwp-h-max-15 {
    max-height: 15px
}

.anwp-w-25 {
    width: 25px
}

.anwp-h-25 {
    height: 25px
}

.anwp-h-min-25 {
    min-height: 25px
}

.anwp-h-max-25 {
    max-height: 25px
}

.anwp-w-35 {
    width: 35px
}

.anwp-h-35 {
    height: 35px
}

.anwp-h-min-35 {
    min-height: 35px
}

.anwp-h-max-35 {
    max-height: 35px
}

.anwp-w-45 {
    width: 45px
}

.anwp-h-45 {
    height: 45px
}

.anwp-h-min-45 {
    min-height: 45px
}

.anwp-h-max-45 {
    max-height: 45px
}

.anwp-w-55 {
    width: 55px
}

.anwp-h-55 {
    height: 55px
}

.anwp-h-min-55 {
    min-height: 55px
}

.anwp-h-max-55 {
    max-height: 55px
}

.anwp-max-width-1 {
    max-width: 1px
}

.anwp-min-width-0 {
    min-width: 0
}

.anwp-fill-current {
    fill: currentColor !important
}

.anwp-stroke-current {
    stroke: currentColor !important
}

.anwp-stroke-0 {
    stroke-width: 0
}

.anwp-stroke-1 {
    stroke-width: 1
}

.anwp-stroke-2 {
    stroke-width: 2
}

.anwp-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.anwp-text-truncate-multiline {
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: normal;
    word-break: normal
}

.anwp-text-wrap {
    white-space: normal !important
}

.anwp-text-nowrap {
    white-space: nowrap !important
}

.anwp-text-xxs {
    font-size: .6rem;
    line-height: .8rem
}

.anwp-text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.anwp-text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.anwp-text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.anwp-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.anwp-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.anwp-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.anwp-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.anwp-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.anwp-leading-1 {
    line-height: 1
}

.anwp-leading-1-25 {
    line-height: 1.25
}

.anwp-leading-1-5 {
    line-height: 1.5
}

.anwp-leading-2 {
    line-height: 2
}

.anwp-pg-wrap .anwp-max-width-1 {
    max-width: 1px
}

.anwp-pg-wrap .anwp-min-width-0 {
    min-width: 0
}

.anwp-pg-wrap .anwp-hidden {
    visibility: hidden
}

.anwp-pg-wrap .anwp-no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.anwp-pg-wrap .anwp-flex-even {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-flex-sm-even {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.anwp-pg-wrap .anwp-pg-updated:not(.anwp-pg-published) {
    display: none
}

.anwp-pg-wrap .anwp-bg-light {
    background-color: #f8f9fa
}

.anwp-pg-wrap .anwp-bg-white {
    background-color: #fff
}

.anwp-pg-wrap .anwp-bg-secondary {
    background-color: #6c757d
}

.anwp-pg-wrap .anwp-bg-primary {
    background-color: #0085ba
}

.anwp-pg-wrap .anwp-bg-success {
    background-color: #388e3c
}

.anwp-pg-wrap .anwp-bg-info {
    background-color: #17a2b8
}

.anwp-pg-wrap .anwp-bg-warning {
    background-color: #fbc02d
}

.anwp-pg-wrap .anwp-bg-danger {
    background-color: #dc3545
}

.anwp-pg-wrap .anwp-bg-dark {
    background-color: #343a40
}

.anwp-pg-wrap .anwp-bg-transparent {
    background-color: transparent
}

.anwp-pg-wrap .anwp-link, .anwp-pg-wrap .site-content .anwp-link {
    -webkit-transition: color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s
}

.anwp-pg-wrap .anwp-link:hover, .anwp-pg-wrap .site-content .anwp-link:hover {
    color: #0085ba
}

.bg-dark .anwp-pg-wrap .anwp-link:active, .bg-dark .anwp-pg-wrap .anwp-link:focus, .bg-dark .anwp-pg-wrap .anwp-link:hover, .bg-dark .anwp-pg-wrap .site-content .anwp-link:active, .bg-dark .anwp-pg-wrap .site-content .anwp-link:focus, .bg-dark .anwp-pg-wrap .site-content .anwp-link:hover {
    color: #80c2dd
}

.anwp-pg-wrap .anwp-pg-wrap + .anwp-pg-wrap {
    margin-top: 1.5rem
}

.anwp-pg-wrap .anwp-link-without-effects, .anwp-pg-wrap .anwp-link-without-effects:active, .anwp-pg-wrap .anwp-link-without-effects:focus, .anwp-pg-wrap .anwp-link-without-effects:hover {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: none !important
}

.anwp-pg-wrap .anwp-link-cover, .anwp-pg-wrap .anwp-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.anwp-pg-wrap .anwp-image-background-contain, .anwp-pg-wrap .anwp-image-background-cover {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.anwp-pg-wrap .anwp-image-background-cover {
    background-size: cover
}

.anwp-pg-wrap .anwp-image-background-contain {
    background-size: contain
}

.anwp-pg-wrap .anwp-semi-opacity {
    opacity: .5
}

.anwp-pg-wrap .anwp-pg-load-more .anwp-pg-load-more__btn.anwp-pg-load-more--active .anwp-pg-load-more__label, .anwp-pg-wrap .anwp-pg-load-more .anwp-pg-load-more__btn:not(.anwp-pg-load-more--active) .anwp-pg-wave, .anwp-pg-wrap .row:after, .anwp-pg-wrap .row:before {
    display: none !important
}

.anwp-pg-wrap .anwp-pg-wave {
    margin: 0 auto;
    height: 24px;
    text-align: center;
    font-size: 10px
}

.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect {
    background-color: rgba(41, 41, 41, .7);
    height: 80%;
    width: 8px;
    display: inline-block;
    -webkit-animation: anwpPGWaveStretchDelay 1.2s ease-in-out infinite;
    animation: anwpPGWaveStretchDelay 1.2s ease-in-out infinite;
    margin: 0 2px
}

.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.anwp-pg-wrap .anwp-pg-wave .anwp-pg-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes anwpPGWaveStretchDelay {
    0%, 40%, to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes anwpPGWaveStretchDelay {
    0%, 40%, to {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.anwp-pg-wrap .anwp-pg-height-150 {
    height: 150px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-150 {
    height: 300px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-150 {
    height: 302px
}

.anwp-pg-wrap .anwp-pg-height-160 {
    height: 160px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-160 {
    height: 320px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-160 {
    height: 322px
}

.anwp-pg-wrap .anwp-pg-height-170 {
    height: 170px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-170 {
    height: 340px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-170 {
    height: 342px
}

.anwp-pg-wrap .anwp-pg-height-180 {
    height: 180px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-180 {
    height: 360px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-180 {
    height: 362px
}

.anwp-pg-wrap .anwp-pg-height-190 {
    height: 190px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-190 {
    height: 380px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-190 {
    height: 382px
}

.anwp-pg-wrap .anwp-pg-height-200 {
    height: 200px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-200 {
    height: 400px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-200 {
    height: 402px
}

.anwp-pg-wrap .anwp-pg-height-210 {
    height: 210px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-210 {
    height: 420px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-210 {
    height: 422px
}

.anwp-pg-wrap .anwp-pg-height-220 {
    height: 220px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-220 {
    height: 440px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-220 {
    height: 442px
}

.anwp-pg-wrap .anwp-pg-height-230 {
    height: 230px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-230 {
    height: 460px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-230 {
    height: 462px
}

.anwp-pg-wrap .anwp-pg-height-240 {
    height: 240px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-240 {
    height: 480px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-240 {
    height: 482px
}

.anwp-pg-wrap .anwp-pg-height-250 {
    height: 250px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-250 {
    height: 500px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-250 {
    height: 502px
}

.anwp-pg-wrap .anwp-pg-height-260 {
    height: 260px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-260 {
    height: 520px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-260 {
    height: 522px
}

.anwp-pg-wrap .anwp-pg-height-270 {
    height: 270px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-270 {
    height: 540px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-270 {
    height: 542px
}

.anwp-pg-wrap .anwp-pg-height-280 {
    height: 280px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-280 {
    height: 560px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-280 {
    height: 562px
}

.anwp-pg-wrap .anwp-pg-height-290 {
    height: 290px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-290 {
    height: 580px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-290 {
    height: 582px
}

.anwp-pg-wrap .anwp-pg-height-300 {
    height: 300px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-300 {
    height: 600px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-300 {
    height: 602px
}

.anwp-pg-wrap .anwp-pg-height-310 {
    height: 310px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-310 {
    height: 620px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-310 {
    height: 622px
}

.anwp-pg-wrap .anwp-pg-height-320 {
    height: 320px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-320 {
    height: 640px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-320 {
    height: 642px
}

.anwp-pg-wrap .anwp-pg-height-330 {
    height: 330px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-330 {
    height: 660px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-330 {
    height: 662px
}

.anwp-pg-wrap .anwp-pg-height-340 {
    height: 340px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-340 {
    height: 680px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-340 {
    height: 682px
}

.anwp-pg-wrap .anwp-pg-height-350 {
    height: 350px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-350 {
    height: 700px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-350 {
    height: 702px
}

.anwp-pg-wrap .anwp-pg-height-360 {
    height: 360px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-360 {
    height: 720px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-360 {
    height: 722px
}

.anwp-pg-wrap .anwp-pg-height-370 {
    height: 370px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-370 {
    height: 740px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-370 {
    height: 742px
}

.anwp-pg-wrap .anwp-pg-height-380 {
    height: 380px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-380 {
    height: 760px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-380 {
    height: 762px
}

.anwp-pg-wrap .anwp-pg-height-390 {
    height: 390px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-390 {
    height: 780px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-390 {
    height: 782px
}

.anwp-pg-wrap .anwp-pg-height-400 {
    height: 400px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-400 {
    height: 800px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-400 {
    height: 802px
}

.anwp-pg-wrap .anwp-pg-height-410 {
    height: 410px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-410 {
    height: 820px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-410 {
    height: 822px
}

.anwp-pg-wrap .anwp-pg-height-420 {
    height: 420px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-420 {
    height: 840px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-420 {
    height: 842px
}

.anwp-pg-wrap .anwp-pg-height-430 {
    height: 430px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-430 {
    height: 860px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-430 {
    height: 862px
}

.anwp-pg-wrap .anwp-pg-height-440 {
    height: 440px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-440 {
    height: 880px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-440 {
    height: 882px
}

.anwp-pg-wrap .anwp-pg-height-450 {
    height: 450px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-450 {
    height: 900px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-450 {
    height: 902px
}

.anwp-pg-wrap .anwp-pg-height-460 {
    height: 460px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-460 {
    height: 920px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-460 {
    height: 922px
}

.anwp-pg-wrap .anwp-pg-height-470 {
    height: 470px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-470 {
    height: 940px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-470 {
    height: 942px
}

.anwp-pg-wrap .anwp-pg-height-480 {
    height: 480px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-480 {
    height: 960px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-480 {
    height: 962px
}

.anwp-pg-wrap .anwp-pg-height-490 {
    height: 490px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-490 {
    height: 980px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-490 {
    height: 982px
}

.anwp-pg-wrap .anwp-pg-height-500 {
    height: 500px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-500 {
    height: 1000px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-500 {
    height: 1002px
}

.anwp-pg-wrap .anwp-pg-height-510 {
    height: 510px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-510 {
    height: 1020px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-510 {
    height: 1022px
}

.anwp-pg-wrap .anwp-pg-height-520 {
    height: 520px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-520 {
    height: 1040px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-520 {
    height: 1042px
}

.anwp-pg-wrap .anwp-pg-height-530 {
    height: 530px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-530 {
    height: 1060px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-530 {
    height: 1062px
}

.anwp-pg-wrap .anwp-pg-height-540 {
    height: 540px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-540 {
    height: 1080px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-540 {
    height: 1082px
}

.anwp-pg-wrap .anwp-pg-height-550 {
    height: 550px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-550 {
    height: 1100px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-550 {
    height: 1102px
}

.anwp-pg-wrap .anwp-pg-height-560 {
    height: 560px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-560 {
    height: 1120px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-560 {
    height: 1122px
}

.anwp-pg-wrap .anwp-pg-height-570 {
    height: 570px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-570 {
    height: 1140px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-570 {
    height: 1142px
}

.anwp-pg-wrap .anwp-pg-height-580 {
    height: 580px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-580 {
    height: 1160px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-580 {
    height: 1162px
}

.anwp-pg-wrap .anwp-pg-height-590 {
    height: 590px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-590 {
    height: 1180px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-590 {
    height: 1182px
}

.anwp-pg-wrap .anwp-pg-height-600 {
    height: 600px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-600 {
    height: 1200px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-600 {
    height: 1202px
}

.anwp-pg-wrap .anwp-pg-height-610 {
    height: 610px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-610 {
    height: 1220px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-610 {
    height: 1222px
}

.anwp-pg-wrap .anwp-pg-height-620 {
    height: 620px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-620 {
    height: 1240px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-620 {
    height: 1242px
}

.anwp-pg-wrap .anwp-pg-height-630 {
    height: 630px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-630 {
    height: 1260px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-630 {
    height: 1262px
}

.anwp-pg-wrap .anwp-pg-height-640 {
    height: 640px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-640 {
    height: 1280px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-640 {
    height: 1282px
}

.anwp-pg-wrap .anwp-pg-height-650 {
    height: 650px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-650 {
    height: 1300px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-650 {
    height: 1302px
}

.anwp-pg-wrap .anwp-pg-height-660 {
    height: 660px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-660 {
    height: 1320px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-660 {
    height: 1322px
}

.anwp-pg-wrap .anwp-pg-height-670 {
    height: 670px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-670 {
    height: 1340px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-670 {
    height: 1342px
}

.anwp-pg-wrap .anwp-pg-height-680 {
    height: 680px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-680 {
    height: 1360px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-680 {
    height: 1362px
}

.anwp-pg-wrap .anwp-pg-height-690 {
    height: 690px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-690 {
    height: 1380px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-690 {
    height: 1382px
}

.anwp-pg-wrap .anwp-pg-height-700 {
    height: 700px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-700 {
    height: 1400px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-700 {
    height: 1402px
}

.anwp-pg-wrap .anwp-pg-height-710 {
    height: 710px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-710 {
    height: 1420px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-710 {
    height: 1422px
}

.anwp-pg-wrap .anwp-pg-height-720 {
    height: 720px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-720 {
    height: 1440px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-720 {
    height: 1442px
}

.anwp-pg-wrap .anwp-pg-height-730 {
    height: 730px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-730 {
    height: 1460px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-730 {
    height: 1462px
}

.anwp-pg-wrap .anwp-pg-height-740 {
    height: 740px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-740 {
    height: 1480px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-740 {
    height: 1482px
}

.anwp-pg-wrap .anwp-pg-height-750 {
    height: 750px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-750 {
    height: 1500px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-750 {
    height: 1502px
}

.anwp-pg-wrap .anwp-pg-height-760 {
    height: 760px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-760 {
    height: 1520px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-760 {
    height: 1522px
}

.anwp-pg-wrap .anwp-pg-height-770 {
    height: 770px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-770 {
    height: 1540px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-770 {
    height: 1542px
}

.anwp-pg-wrap .anwp-pg-height-780 {
    height: 780px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-780 {
    height: 1560px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-780 {
    height: 1562px
}

.anwp-pg-wrap .anwp-pg-height-790 {
    height: 790px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-790 {
    height: 1580px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-790 {
    height: 1582px
}

.anwp-pg-wrap .anwp-pg-height-800 {
    height: 800px
}

.anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-height-800 {
    height: 1600px
}

.anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-height-800 {
    height: 1602px
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-150 {
        height: 150px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-150 {
        height: 300px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-150 {
        height: 302px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-160 {
        height: 160px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-160 {
        height: 320px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-160 {
        height: 322px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-170 {
        height: 170px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-170 {
        height: 340px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-170 {
        height: 342px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-180 {
        height: 180px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-180 {
        height: 360px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-180 {
        height: 362px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-190 {
        height: 190px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-190 {
        height: 380px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-190 {
        height: 382px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-200 {
        height: 200px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-200 {
        height: 400px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-200 {
        height: 402px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-210 {
        height: 210px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-210 {
        height: 420px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-210 {
        height: 422px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-220 {
        height: 220px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-220 {
        height: 440px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-220 {
        height: 442px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-230 {
        height: 230px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-230 {
        height: 460px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-230 {
        height: 462px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-240 {
        height: 240px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-240 {
        height: 480px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-240 {
        height: 482px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-250 {
        height: 250px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-250 {
        height: 500px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-250 {
        height: 502px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-260 {
        height: 260px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-260 {
        height: 520px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-260 {
        height: 522px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-270 {
        height: 270px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-270 {
        height: 540px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-270 {
        height: 542px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-280 {
        height: 280px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-280 {
        height: 560px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-280 {
        height: 562px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-290 {
        height: 290px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-290 {
        height: 580px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-290 {
        height: 582px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-300 {
        height: 300px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-300 {
        height: 600px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-300 {
        height: 602px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-310 {
        height: 310px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-310 {
        height: 620px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-310 {
        height: 622px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-320 {
        height: 320px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-320 {
        height: 640px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-320 {
        height: 642px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-330 {
        height: 330px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-330 {
        height: 660px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-330 {
        height: 662px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-340 {
        height: 340px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-340 {
        height: 680px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-340 {
        height: 682px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-350 {
        height: 350px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-350 {
        height: 700px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-350 {
        height: 702px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-360 {
        height: 360px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-360 {
        height: 720px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-360 {
        height: 722px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-370 {
        height: 370px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-370 {
        height: 740px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-370 {
        height: 742px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-380 {
        height: 380px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-380 {
        height: 760px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-380 {
        height: 762px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-390 {
        height: 390px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-390 {
        height: 780px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-390 {
        height: 782px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-400 {
        height: 400px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-400 {
        height: 800px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-400 {
        height: 802px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-410 {
        height: 410px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-410 {
        height: 820px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-410 {
        height: 822px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-420 {
        height: 420px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-420 {
        height: 840px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-420 {
        height: 842px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-430 {
        height: 430px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-430 {
        height: 860px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-430 {
        height: 862px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-440 {
        height: 440px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-440 {
        height: 880px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-440 {
        height: 882px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-450 {
        height: 450px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-450 {
        height: 900px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-450 {
        height: 902px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-460 {
        height: 460px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-460 {
        height: 920px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-460 {
        height: 922px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-470 {
        height: 470px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-470 {
        height: 940px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-470 {
        height: 942px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-480 {
        height: 480px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-480 {
        height: 960px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-480 {
        height: 962px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-490 {
        height: 490px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-490 {
        height: 980px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-490 {
        height: 982px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-500 {
        height: 500px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-500 {
        height: 1000px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-500 {
        height: 1002px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-510 {
        height: 510px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-510 {
        height: 1020px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-510 {
        height: 1022px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-520 {
        height: 520px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-520 {
        height: 1040px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-520 {
        height: 1042px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-530 {
        height: 530px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-530 {
        height: 1060px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-530 {
        height: 1062px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-540 {
        height: 540px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-540 {
        height: 1080px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-540 {
        height: 1082px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-550 {
        height: 550px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-550 {
        height: 1100px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-550 {
        height: 1102px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-560 {
        height: 560px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-560 {
        height: 1120px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-560 {
        height: 1122px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-570 {
        height: 570px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-570 {
        height: 1140px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-570 {
        height: 1142px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-580 {
        height: 580px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-580 {
        height: 1160px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-580 {
        height: 1162px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-590 {
        height: 590px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-590 {
        height: 1180px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-590 {
        height: 1182px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-600 {
        height: 600px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-600 {
        height: 1200px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-600 {
        height: 1202px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-610 {
        height: 610px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-610 {
        height: 1220px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-610 {
        height: 1222px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-620 {
        height: 620px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-620 {
        height: 1240px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-620 {
        height: 1242px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-630 {
        height: 630px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-630 {
        height: 1260px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-630 {
        height: 1262px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-640 {
        height: 640px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-640 {
        height: 1280px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-640 {
        height: 1282px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-650 {
        height: 650px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-650 {
        height: 1300px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-650 {
        height: 1302px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-660 {
        height: 660px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-660 {
        height: 1320px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-660 {
        height: 1322px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-670 {
        height: 670px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-670 {
        height: 1340px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-670 {
        height: 1342px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-680 {
        height: 680px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-680 {
        height: 1360px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-680 {
        height: 1362px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-690 {
        height: 690px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-690 {
        height: 1380px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-690 {
        height: 1382px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-700 {
        height: 700px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-700 {
        height: 1400px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-700 {
        height: 1402px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-710 {
        height: 710px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-710 {
        height: 1420px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-710 {
        height: 1422px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-720 {
        height: 720px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-720 {
        height: 1440px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-720 {
        height: 1442px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-730 {
        height: 730px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-730 {
        height: 1460px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-730 {
        height: 1462px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-740 {
        height: 740px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-740 {
        height: 1480px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-740 {
        height: 1482px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-750 {
        height: 750px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-750 {
        height: 1500px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-750 {
        height: 1502px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-760 {
        height: 760px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-760 {
        height: 1520px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-760 {
        height: 1522px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-770 {
        height: 770px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-770 {
        height: 1540px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-770 {
        height: 1542px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-780 {
        height: 780px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-780 {
        height: 1560px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-780 {
        height: 1562px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-790 {
        height: 790px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-790 {
        height: 1580px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-790 {
        height: 1582px
    }
}

@media (min-width: 576px) {
    .anwp-pg-wrap .anwp-pg-sm-height-800 {
        height: 800px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-sm-height-800 {
        height: 1600px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-sm-height-800 {
        height: 1602px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-150 {
        height: 150px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-150 {
        height: 300px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-150 {
        height: 302px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-160 {
        height: 160px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-160 {
        height: 320px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-160 {
        height: 322px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-170 {
        height: 170px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-170 {
        height: 340px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-170 {
        height: 342px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-180 {
        height: 180px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-180 {
        height: 360px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-180 {
        height: 362px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-190 {
        height: 190px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-190 {
        height: 380px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-190 {
        height: 382px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-200 {
        height: 200px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-200 {
        height: 400px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-200 {
        height: 402px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-210 {
        height: 210px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-210 {
        height: 420px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-210 {
        height: 422px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-220 {
        height: 220px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-220 {
        height: 440px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-220 {
        height: 442px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-230 {
        height: 230px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-230 {
        height: 460px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-230 {
        height: 462px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-240 {
        height: 240px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-240 {
        height: 480px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-240 {
        height: 482px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-250 {
        height: 250px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-250 {
        height: 500px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-250 {
        height: 502px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-260 {
        height: 260px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-260 {
        height: 520px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-260 {
        height: 522px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-270 {
        height: 270px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-270 {
        height: 540px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-270 {
        height: 542px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-280 {
        height: 280px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-280 {
        height: 560px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-280 {
        height: 562px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-290 {
        height: 290px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-290 {
        height: 580px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-290 {
        height: 582px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-300 {
        height: 300px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-300 {
        height: 600px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-300 {
        height: 602px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-310 {
        height: 310px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-310 {
        height: 620px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-310 {
        height: 622px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-320 {
        height: 320px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-320 {
        height: 640px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-320 {
        height: 642px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-330 {
        height: 330px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-330 {
        height: 660px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-330 {
        height: 662px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-340 {
        height: 340px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-340 {
        height: 680px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-340 {
        height: 682px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-350 {
        height: 350px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-350 {
        height: 700px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-350 {
        height: 702px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-360 {
        height: 360px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-360 {
        height: 720px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-360 {
        height: 722px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-370 {
        height: 370px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-370 {
        height: 740px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-370 {
        height: 742px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-380 {
        height: 380px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-380 {
        height: 760px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-380 {
        height: 762px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-390 {
        height: 390px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-390 {
        height: 780px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-390 {
        height: 782px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-400 {
        height: 400px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-400 {
        height: 800px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-400 {
        height: 802px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-410 {
        height: 410px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-410 {
        height: 820px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-410 {
        height: 822px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-420 {
        height: 420px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-420 {
        height: 840px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-420 {
        height: 842px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-430 {
        height: 430px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-430 {
        height: 860px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-430 {
        height: 862px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-440 {
        height: 440px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-440 {
        height: 880px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-440 {
        height: 882px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-450 {
        height: 450px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-450 {
        height: 900px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-450 {
        height: 902px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-460 {
        height: 460px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-460 {
        height: 920px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-460 {
        height: 922px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-470 {
        height: 470px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-470 {
        height: 940px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-470 {
        height: 942px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-480 {
        height: 480px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-480 {
        height: 960px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-480 {
        height: 962px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-490 {
        height: 490px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-490 {
        height: 980px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-490 {
        height: 982px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-500 {
        height: 500px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-500 {
        height: 1000px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-500 {
        height: 1002px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-510 {
        height: 510px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-510 {
        height: 1020px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-510 {
        height: 1022px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-520 {
        height: 520px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-520 {
        height: 1040px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-520 {
        height: 1042px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-530 {
        height: 530px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-530 {
        height: 1060px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-530 {
        height: 1062px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-540 {
        height: 540px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-540 {
        height: 1080px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-540 {
        height: 1082px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-550 {
        height: 550px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-550 {
        height: 1100px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-550 {
        height: 1102px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-560 {
        height: 560px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-560 {
        height: 1120px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-560 {
        height: 1122px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-570 {
        height: 570px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-570 {
        height: 1140px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-570 {
        height: 1142px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-580 {
        height: 580px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-580 {
        height: 1160px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-580 {
        height: 1162px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-590 {
        height: 590px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-590 {
        height: 1180px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-590 {
        height: 1182px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-600 {
        height: 600px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-600 {
        height: 1200px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-600 {
        height: 1202px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-610 {
        height: 610px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-610 {
        height: 1220px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-610 {
        height: 1222px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-620 {
        height: 620px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-620 {
        height: 1240px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-620 {
        height: 1242px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-630 {
        height: 630px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-630 {
        height: 1260px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-630 {
        height: 1262px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-640 {
        height: 640px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-640 {
        height: 1280px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-640 {
        height: 1282px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-650 {
        height: 650px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-650 {
        height: 1300px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-650 {
        height: 1302px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-660 {
        height: 660px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-660 {
        height: 1320px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-660 {
        height: 1322px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-670 {
        height: 670px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-670 {
        height: 1340px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-670 {
        height: 1342px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-680 {
        height: 680px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-680 {
        height: 1360px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-680 {
        height: 1362px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-690 {
        height: 690px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-690 {
        height: 1380px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-690 {
        height: 1382px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-700 {
        height: 700px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-700 {
        height: 1400px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-700 {
        height: 1402px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-710 {
        height: 710px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-710 {
        height: 1420px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-710 {
        height: 1422px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-720 {
        height: 720px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-720 {
        height: 1440px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-720 {
        height: 1442px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-730 {
        height: 730px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-730 {
        height: 1460px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-730 {
        height: 1462px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-740 {
        height: 740px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-740 {
        height: 1480px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-740 {
        height: 1482px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-750 {
        height: 750px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-750 {
        height: 1500px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-750 {
        height: 1502px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-760 {
        height: 760px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-760 {
        height: 1520px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-760 {
        height: 1522px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-770 {
        height: 770px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-770 {
        height: 1540px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-770 {
        height: 1542px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-780 {
        height: 780px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-780 {
        height: 1560px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-780 {
        height: 1562px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-790 {
        height: 790px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-790 {
        height: 1580px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-790 {
        height: 1582px
    }
}

@media (min-width: 992px) {
    .anwp-pg-wrap .anwp-pg-lg-height-800 {
        height: 800px
    }

    .anwp-pg-wrap .anwp-pg-height-2x .anwp-pg-lg-height-800 {
        height: 1600px
    }

    .anwp-pg-wrap .anwp-pg-gutter--thin .anwp-pg-height-2x .anwp-pg-lg-height-800 {
        height: 1602px
    }
}

.anwp-pg-wrap .anwp-pg-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    stroke-width: 0;
    stroke: none;
    fill: #595959
}

.anwp-pg-wrap .anwp-pg-icon--trans {
    fill: transparent
}

.anwp-pg-wrap .anwp-pg-icon--s1em {
    width: 1em;
    height: 1em
}

.anwp-pg-wrap .anwp-pg-icon--s24 {
    width: 24px;
    height: 24px
}

.anwp-pg-wrap .anwp-pg-icon--s18 {
    width: 18px;
    height: 18px
}

.anwp-pg-wrap .anwp-pg-icon--s14 {
    width: 14px;
    height: 14px
}

.anwp-pg-wrap .anwp-pg-icon--s12 {
    width: 12px;
    height: 12px
}

.anwp-pg-wrap .anwp-pg-icon--s8 {
    width: 8px;
    height: 8px
}

.anwp-pg-wrap .anwp-pg-icon--primary {
    fill: #0085ba
}

.anwp-pg-wrap .anwp-pg-icon--white {
    fill: #fff
}

.anwp-pg-wrap .anwp-pg-icon--danger {
    fill: #dc3545
}

.anwp-pg-wrap .anwp-pg-icon--success {
    fill: #388e3c
}

.anwp-pg-wrap .anwp-pg-icon.text-secondary {
    fill: #6c757d;
    opacity: .5
}

.elementor-element.elementor-element-edit-mode.elementor-widget.elementor-widget-empty[class*=elementor-widget-anwp-pg-] {
    min-height: 50px
}

.anwp-pg-pro-element:before, .anwp-pg-pro-promotion-icon:before {
    content: "pro";
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #d48a0f;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    padding: 3px 5px 2px;
    opacity: .8;
    text-transform: uppercase;
    display: inline-block
}

.anwp-pg-element:after {
    content: "AnWP";
    position: absolute;
    top: 5px;
    right: 5px;
    color: #848484;
    border: 1px solid #969696;
    border-radius: 2px;
    font-size: 9px;
    font-style: normal;
    padding: 2px 4px;
    opacity: .9;
    display: inline-block
}

.anwp-pg-pro-news-ticker__admin-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI3LjUgMTguNUguNXYtOGgyN3Y4ek03LjUgMTF2N00xOSAxMy41aDZNMTAgMTMuNWg2TTE5IDE1LjVoNk0xMCAxNS41aDYiIHN0cm9rZT0iIzZENzg4MiIvPjwvc3ZnPg==)
}

.anwp-pg-simple-grid__admin-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSA3LjVoLTd2LTdoN3Y3ek03LjUgMTcuNWgtN3YtN2g3djd6TTcuNSAyNy41aC03di03aDd2N3pNMTcuNSA3LjVoLTd2LTdoN3Y3ek0xNy41IDE3LjVoLTd2LTdoN3Y3ek0xNy41IDI3LjVoLTd2LTdoN3Y3ek0yNy41IDcuNWgtN3YtN2g3djd6TTI3LjUgMTcuNWgtN3YtN2g3djd6TTI3LjUgMjcuNWgtN3YtN2g3djd6IiBzdHJva2U9IiM2RDc4ODIiLz48L3N2Zz4=)
}

.anwp-pg-light-grid__admin-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNSA2LjVoLTR2LTRoNHY0ek00LjUgMTMuNWgtNHYtNGg0djR6TTQuNSAyMC41aC00di00aDR2NHpNNC41IDI3LjVoLTR2LTRoNHY0ek0xOC41IDYuNWgtNHYtNGg0djR6TTE4LjUgMTMuNWgtNHYtNGg0djR6TTE4LjUgMjAuNWgtNHYtNGg0djR6TTE4LjUgMjcuNWgtNHYtNGg0djR6TTYgMy41aDVNNiAxMC41aDVNNiAxNy41aDVNNiAyNC41aDVNMjAgMy41aDVNMjAgMTAuNWg1TTIwIDE3LjVoNU0yMCAyNC41aDVNNiA1LjVoNk02IDEyLjVoNk02IDE5LjVoNk02IDI2LjVoNk0yMCA1LjVoNk0yMCAxMi41aDZNMjAgMTkuNWg2TTIwIDI2LjVoNiIgc3Ryb2tlPSIjNkQ3ODgyIi8+PC9zdmc+)
}

.anwp-pg-classic-grid__admin-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI3LjUgNy41aC0xMnYtN2gxMnY3ek0yNy41IDIyLjVoLTEydi03aDEydjd6TTEyLjUgMjIuNUguNXYtN2gxMnY3ek0xMi41IDcuNUguNXYtN2gxMnY3ek0wIDExLjVoMTNNMTUgMTEuNWgxM00wIDkuNWgxM00xNSA5LjVoMTNNMTUgMjQuNWgxM00wIDI0LjVoMTNNMTUgMjYuNWgxM00wIDI2LjVoMTMiIHN0cm9rZT0iIzZENzg4MiIvPjwvc3ZnPg==)
}

.anwp-pg-classic-blog__admin-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjUgMjQuNWgtMTB2LTloMTB2OXpNMTEuNSAxMi41aC0xMHYtOWgxMHY5ek0xMyAxOC41aDVNMTMgNi41aDVNMTMgMTYuNWgxME0xMyA0LjVoMTBNMTMgMjEuNWgxNE0xMyA5LjVoMTRNMTMgMjMuNWgxNE0xMyAxMS41aDE0IiBzdHJva2U9IiM2RDc4ODIiLz48L3N2Zz4=)
}

.anwp-pg-simple-slider__admin-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyLjUgMjAuNWgtN3YtMTNoN3YxM3pNMTIuNSAyMC41aC03di0xM2g3djEzek0yNSAxMGwyIDQtMiA0TTMgMThsLTItNCAyLTQiIHN0cm9rZT0iIzZENzg4MiIvPjwvc3ZnPg==)
}

.anwp-pg-classic-slider__admin-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI1IDEwbDIgNC0yIDRNMyAxOGwtMi00IDItNE0xMi41IDE2LjVoLTd2LTloN3Y5ek0yMi41IDE2LjVoLTd2LTloN3Y5ek01IDIwLjVoOE0xNSAyMC41aDhNNSAxOC41aDhNMTUgMTguNWg4IiBzdHJva2U9IiM2RDc4ODIiLz48L3N2Zz4=)
}

.anwp-pg-hero-block__admin-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5LjUgMTMuNWgtNnYtNmg2djZ6TTI3LjUgMTMuNWgtNnYtNmg2djZ6TTE5LjUgMjEuNWgtNnYtNmg2djZ6TTI3LjUgMjEuNWgtNnYtNmg2djZ6TTExLjUgMjEuNUguNXYtMTRoMTF2MTR6IiBzdHJva2U9IiM2RDc4ODIiLz48L3N2Zz4=)
}

.anwp-grid_card_bg_effect-darken_only .anwp-pg-post-teaser__thumbnail-img {
    -webkit-transform: none !important;
    transform: none !important
}

.anwp-pg-not-ready {
    opacity: 0;
    visibility: hidden
}

.anwp-pg-ready .anwp-pg-not-ready {
    opacity: 1;
    visibility: visible
}

body:not(.anwp-pg-ready) .anwp-pg-not-ready-0 {
    display: none !important
}

.elementor-control-section_anwp_pro_promo_tab .elementor-panel-heading-toggle, .elementor-control-section_anwp_pro_promo_tab .elementor-section-title {
    color: #d48a0f
}

.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-post-teaser__format-icon img {
    width: 24px;
    height: 24px
}

.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-post-teaser__format-icon img {
    width: 36px;
    height: 36px
}

.anwp-pg-post-teaser__post-icon--position-center .anwp-pg-wrap .anwp-pg-post-teaser__format-icon {
    top: 50%;
    right: 50%;
    margin-top: -16px;
    margin-right: -16px
}

.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-post-teaser__format-icon {
    margin-top: -20px;
    margin-right: -20px
}

.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-post-teaser__format-icon {
    margin-top: -26px;
    margin-right: -26px
}

.anwp-pg-post-teaser__post-icon--position-bottom-right .anwp-pg-wrap .anwp-pg-post-teaser__format-icon {
    top: auto;
    bottom: 10px;
    right: 10px
}

.anwp-pg-post-teaser__post-icon--position-top-left .anwp-pg-wrap .anwp-pg-post-teaser__format-icon {
    top: 10px;
    right: auto;
    left: 10px
}

.anwp-pg-post-teaser__post-icon--position-top-left .anwp-pg-wrap .anwp-pg-post-teaser__format-icon.anwp-pg-post-teaser__format-icon--has-comments {
    top: 30px
}

.anwp-pg-light-grid .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon {
    top: 50%;
    right: 50%;
    margin-top: -16px;
    margin-right: -16px
}

.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-light-grid .anwp-pg-post-teaser__format-icon {
    margin-top: -20px;
    margin-right: -20px
}

.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-light-grid .anwp-pg-post-teaser__format-icon {
    margin-top: -26px;
    margin-right: -26px
}

.anwp-pg-post-teaser__post-icon--position-bottom-right .anwp-pg-light-grid .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon {
    top: auto;
    right: 5px;
    bottom: 5px;
    margin-top: 0;
    margin-right: 0
}

.anwp-pg-post-teaser__post-icon--position-top-right .anwp-pg-light-grid .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon {
    top: 5px;
    right: 5px;
    bottom: auto;
    margin-top: 0;
    margin-right: 0
}

.anwp-pg-post-teaser__post-icon--position-top-left .anwp-pg-light-grid .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon {
    top: 5px;
    left: 5px;
    right: auto;
    bottom: auto;
    margin-top: 0;
    margin-right: 0
}

.anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon {
    top: 10px;
    right: 10px
}

.anwp-pg-post-teaser__post-icon--position-bottom-right .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon {
    top: auto;
    right: 10px;
    bottom: 10px
}

.anwp-pg-post-teaser__post-icon--position-center .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon {
    top: 50%;
    right: 50%;
    margin-top: -16px;
    margin-right: -16px
}

.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__format-icon {
    margin-top: -20px;
    margin-right: -20px
}

.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__format-icon {
    margin-top: -26px;
    margin-right: -26px
}

.anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon {
    top: 10px;
    right: 10px
}

.anwp-pg-post-teaser__post-icon--position-bottom-right .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon {
    top: auto;
    right: 10px;
    bottom: 10px
}

.anwp-pg-post-teaser__post-icon--position-center .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail .anwp-pg-post-teaser__format-icon {
    top: 50%;
    right: 50%;
    margin-top: -16px;
    margin-right: -16px
}

.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-24 .anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__format-icon {
    margin-top: -20px;
    margin-right: -20px
}

.anwp-pg-post-teaser__post-icon--position-center.anwp-pg-post-teaser__post-icon--size-36 .anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__format-icon {
    margin-top: -26px;
    margin-right: -26px
}

.anwp-pg-wrap .anwp-pg-no-transform .anwp-pg-post-teaser:hover .anwp-pg-post-teaser__thumbnail-img {
    -webkit-transform: none !important;
    transform: none !important
}

.anwp-pg-wrap .anwp-pg-post-teaser {
    font-size: 16px
}

.anwp-pg-wrap .anwp-pg-post-teaser__thumbnail {
    overflow: hidden
}

.anwp-pg-wrap .anwp-pg-post-teaser__format-icon {
    top: 10px;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    border: 2px solid #fff;
    border-radius: 50%;
    right: 10px;
    left: auto;
    padding: 6px;
    z-index: 1
}

.anwp-pg-wrap .anwp-pg-post-teaser__format-icon--has-category {
    top: 30px
}

.anwp-pg-wrap .anwp-pg-post-teaser__format-icon img {
    width: 16px;
    height: 16px
}

.anwp-pg-wrap .anwp-pg-post-teaser__thumbnail-bg, .anwp-pg-wrap .anwp-pg-post-teaser__thumbnail-img {
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.anwp-pg-wrap .anwp-pg-post-teaser__thumbnail-img {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.anwp-pg-wrap .anwp-pg-post-teaser:not(.anwp-pg-post-teaser--inner-cover-link):hover .anwp-pg-post-teaser__thumbnail-bg {
    background: rgba(0, 0, 0, .4);
    -webkit-transition: background-color .4s ease-in-out 0s;
    transition: background-color .4s ease-in-out 0s
}

.anwp-pg-wrap .anwp-pg-post-teaser:not(.anwp-pg-post-teaser--inner-cover-link):hover .anwp-pg-post-teaser__thumbnail-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .4s ease-in-out 0s;
    transition: -webkit-transform .4s ease-in-out 0s;
    transition: transform .4s ease-in-out 0s;
    transition: transform .4s ease-in-out 0s, -webkit-transform .4s ease-in-out 0s
}

.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--inner-cover-link .anwp-pg-post-teaser__thumbnail:hover .anwp-pg-post-teaser__thumbnail-bg {
    background: rgba(0, 0, 0, .4);
    -webkit-transition: background-color .4s ease-in-out 0s;
    transition: background-color .4s ease-in-out 0s
}

.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--inner-cover-link .anwp-pg-post-teaser__thumbnail:hover .anwp-pg-post-teaser__thumbnail-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .4s ease-in-out 0s;
    transition: -webkit-transform .4s ease-in-out 0s;
    transition: transform .4s ease-in-out 0s;
    transition: transform .4s ease-in-out 0s, -webkit-transform .4s ease-in-out 0s
}

.anwp-pg-wrap .anwp-pg-post-teaser__top-meta {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.anwp-pg-wrap .anwp-pg-post-teaser__top-meta > span {
    padding: 4px 6px;
    background-color: rgba(39, 52, 58, .8);
    color: #fff;
    font-size: .75em;
    line-height: 1;
    text-align: center
}

.anwp-pg-wrap .anwp-pg-post-teaser__bottom-meta {
    font-size: .75em;
    color: #f5f5f5;
    padding: 0 12px
}

.anwp-pg-wrap .anwp-pg-post-teaser__category-wrapper {
    color: #fff;
    font-size: .75em;
    line-height: 1;
    text-transform: uppercase
}

.anwp-pg-wrap .anwp-pg-post-teaser__title {
    font-size: 1em;
    line-height: 1.2em;
    word-spacing: 1px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 12px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__title {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.4em
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__muted_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 30%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#b3000000", GradientType=0)
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__bottom-meta:before {
    position: absolute;
    content: "";
    width: 40px;
    border-top: 1px solid #fff;
    top: -4px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-a .anwp-pg-post-teaser__bottom-meta {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7)
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__muted_bg {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAABpJREFUCJljZGBg8GVgYDBmYmBgMGZgYDgLAAg2AYRjQjgZAAAAAElFTkSuQmCC")
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__title {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.4em
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__bottom-meta:before {
    position: absolute;
    content: "";
    width: 40px;
    border-top: 1px solid #fff;
    top: -4px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-b .anwp-pg-post-teaser__bottom-meta {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7)
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__top-meta {
    min-height: 20px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__bottom-block {
    background-color: rgba(34, 34, 34, .6);
    width: 75%
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__bottom-meta {
    top: 4px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7)
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__bottom-meta + .anwp-pg-post-teaser__title {
    margin-bottom: -5px;
    margin-top: 3px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-c .anwp-pg-post-teaser__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.4em;
    min-height: 2.4em;
    line-height: 1.2em;
    color: #fff
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__thumbnail-img {
    min-height: 150px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__top-meta {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__bottom-meta {
    font-size: 12px;
    color: #777;
    padding: 0;
    overflow: hidden;
    line-height: 1.5
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__bottom-meta .anwp-pg-icon {
    fill: #777
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__title {
    font-size: 1.1em;
    padding: 0;
    font-weight: 700;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: unset
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__excerpt {
    font-size: .9em;
    line-height: 1.2em
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__thumbnail-img {
    height: 80px;
    width: 80px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__thumbnail {
    min-width: 80px;
    max-height: 80px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.2em;
    line-height: 1em;
    font-size: .9em;
    margin-top: 2px;
    padding: 0;
    font-weight: 700;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: unset
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__bottom-meta {
    font-size: 12px;
    color: #777;
    padding: 0;
    overflow: hidden;
    max-height: 1.5em;
    line-height: 1.5
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__bottom-meta .anwp-pg-icon {
    fill: #777
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__bottom-meta > .anwp-pg-post-teaser__bottom-meta-item:first-child > .anwp-pg-icon {
    margin-left: -2px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__category-wrapper {
    font-size: 10px;
    line-height: 12px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .5px;
    border-radius: 2px;
    white-space: nowrap;
    border: 1px solid;
    padding: 1px 8px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e .anwp-pg-post-teaser__content {
    padding-left: 12px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-e:hover .anwp-pg-post-teaser__content {
    background-color: #fafafa
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__thumbnail-img {
    height: 120px;
    width: 120px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__thumbnail {
    min-width: 120px;
    max-height: 120px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 3.3em;
    line-height: 1.1em;
    font-size: 1em;
    margin-top: 2px;
    padding: 0;
    font-weight: 700;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: unset
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__bottom-meta {
    font-size: 12px;
    color: #777;
    padding: 0;
    overflow: hidden;
    max-height: 1.5em;
    line-height: 1.5
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__bottom-meta .anwp-pg-icon {
    fill: #777
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__bottom-meta > .anwp-pg-post-teaser__bottom-meta-item:first-child > .anwp-pg-icon {
    margin-left: -2px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__category-wrapper {
    font-size: 10px;
    line-height: 12px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .5px;
    border-radius: 2px;
    white-space: nowrap;
    border: 1px solid;
    padding: 1px 8px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f .anwp-pg-post-teaser__content {
    padding-left: 12px
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-f:hover .anwp-pg-post-teaser__content {
    background-color: #fafafa
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__top-meta {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__bottom-meta {
    font-size: 12px;
    color: #777;
    padding: 0;
    line-height: 1.2
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__title {
    font-size: 1.1em;
    padding: 0;
    font-weight: 600;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: unset
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__excerpt {
    font-size: .9em;
    line-height: 1.3em
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail:hover .anwp-pg-post-teaser__thumbnail-classic-bg {
    background: rgba(0, 0, 0, .4);
    -webkit-transition: background-color .4s ease-in-out 0s;
    transition: background-color .4s ease-in-out 0s
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-post-teaser__thumbnail-classic-bg {
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-classic .anwp-pg-read-more__btn {
    font-size: .9em
}

.anwp-pg-wrap .anwp-pg-post-teaser__category-column {
    position: absolute;
    top: 0;
    right: 0
}

.anwp-pg-wrap .anwp-pg-post-teaser__category-column .anwp-pg-category__wrapper-filled {
    padding-top: 4px;
    padding-bottom: 4px
}

.anwp-pg-wrap .anwp-pg-post-teaser__category-column .anwp-pg-post-teaser__category-wrapper + .anwp-pg-post-teaser__category-wrapper {
    margin-top: 4px
}

.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--has-comments-meta .anwp-pg-post-teaser__category-column, .anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--has-pvc-meta .anwp-pg-post-teaser__category-column {
    max-width: calc(100% - 50px)
}

.anwp-pg-wrap .anwp-pg-post-teaser.anwp-pg-post-teaser--has-comments-meta.anwp-pg-post-teaser--has-pvc-meta .anwp-pg-post-teaser__category-column {
    max-width: calc(100% - 100px)
}

.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thick {
    margin-top: -10px;
    margin-bottom: -10px
}

.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thick .anwp-pg-post-teaser {
    margin-top: 10px;
    margin-bottom: 10px
}

.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thin {
    margin: -1px
}

.anwp-pg-wrap .anwp-pg-simple-grid__gutter-thin .anwp-pg-post-teaser {
    border: 1px solid transparent
}

.anwp-pg-wrap .anwp-pg-classic-blog .anwp-pg-post-teaser + .anwp-pg-post-teaser {
    margin-top: 30px
}

@media (min-width: 768px) {
    .anwp-pg-wrap .anwp-pg-classic-blog .anwp-pg-post-teaser__content {
        padding-left: 20px
    }
}

.anwp-pg-wrap .anwp-pg-classic-blog .anwp-pg-post-teaser__bottom-meta {
    margin-top: 15px;
    margin-bottom: 15px
}

.anwp-pg-wrap .anwp-pg-classic-slider .anwp-pg-post-teaser__bottom-meta {
    margin-top: 10px;
    margin-bottom: 10px
}

.anwp-pg-wrap .anwp-pg-classic-slider .anwp-pg-post-teaser.anwp-pg-post-teaser--with-read-more {
    height: auto;
    padding-bottom: 10px
}

.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button {
    -webkit-transition: background-color .5s;
    transition: background-color .5s
}

.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button:hover {
    background-color: rgba(34, 34, 34, .4)
}

.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: 6px;
    padding: 4px
}

.anwp-pg-wrap .anwp-pg-simple-slider .elementor-swiper-button.elementor-swiper-button-next {
    right: 6px;
    padding: 4px
}

.anwp-pg-wrap .anwp-pg-light-grid {
    margin-bottom: -20px
}

.anwp-pg-wrap .anwp-pg-light-grid .anwp-pg-post-teaser {
    margin-bottom: 20px
}

.anwp-pg-wrap .anwp-pg-classic-grid {
    margin-bottom: -20px
}

.anwp-pg-wrap .anwp-pg-classic-grid .anwp-pg-post-teaser {
    margin-bottom: 20px
}

.anwp-pg-wrap .anwp-pg-classic-grid .anwp-pg-post-teaser__content {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.anwp-pg-wrap .anwp-pg-classic-grid .anwp-pg-post-teaser__bottom-meta {
    margin-top: 10px;
    margin-bottom: 10px
}

.anwp-pg-wrap .anwp-pg-hero-block .anwp-pg-hero-main-block .anwp-pg-post-teaser__title {
    font-size: 1.5em
}

.anwp-pg-wrap .anwp-pg-hero-block.anwp-pg-gutter--thin .anwp-pg-post-teaser {
    border: 1px solid #fff
}

.anwp-pg-wrap .anwp-pg-widget-header {
    border: none
}

.anwp-pg-wrap .anwp-pg-widget-header__title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    z-index: 1;
    font-weight: 400
}

.anwp-pg-wrap .anwp-pg-widget-header__secondary-line {
    z-index: 0
}

.anwp-pg-wrap .anwp-pg-widget-header__icon {
    margin-right: 8px
}

.anwp-pg-widget-header-style--b .anwp-pg-wrap .anwp-pg-widget-header__secondary-line {
    position: absolute;
    width: 100%;
    bottom: 0
}

.anwp-pg-widget-header-style--b .anwp-pg-wrap .anwp-pg-widget-header__title {
    padding: 3px 15px
}

.anwp-pg-widget-header-style--c .anwp-pg-wrap .anwp-pg-widget-header__secondary-line {
    position: absolute;
    width: 100%;
    top: 0
}

.anwp-pg-widget-header-style--c .anwp-pg-wrap .anwp-pg-widget-header__title {
    padding: 3px 15px
}

.anwp-pg-widget-header-style--d .anwp-pg-wrap .anwp-pg-widget-header__secondary-line {
    position: absolute;
    width: 100%;
    bottom: 0
}

.anwp-pg-widget-header-style--d .anwp-pg-wrap .anwp-pg-widget-header__title {
    padding-bottom: 5px
}

.anwp-pg-widget-header-style--e .anwp-pg-wrap .anwp-pg-widget-header__secondary-line {
    position: absolute;
    width: 100%;
    top: 0
}

.anwp-pg-widget-header-style--e .anwp-pg-wrap .anwp-pg-widget-header__title {
    padding-top: 5px
}

.anwp-pg-widget-header-style--f .anwp-pg-wrap .anwp-pg-widget-header__secondary-line {
    position: absolute;
    width: 100px;
    bottom: 0
}

.anwp-pg-widget-header-style--f .anwp-pg-wrap .anwp-pg-widget-header__title {
    padding-bottom: 5px
}

.anwp-pg-widget-header-style--g .anwp-pg-wrap .anwp-pg-widget-header__secondary-line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.anwp-pg-widget-header-style--g .anwp-pg-wrap .anwp-pg-widget-header__title {
    padding-left: 10px
}