/* 
.hphc-grid-container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .hphc-grid-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .hphc-grid-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .hphc-grid-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .hphc-grid-container {
        max-width: 1140px;
    }
} */
/* 
.hphc-grid-container-fluid {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
} */

.hphc-grid-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.hphc-grid-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.hphc-grid-no-gutters>.hphc-grid-col,
.hphc-grid-no-gutters>[class*="hphc-grid-col-"] {
    padding-right: 0;
    padding-left: 0;
}

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

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

.hphc-grid-col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.hphc-grid-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.hphc-grid-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.hphc-grid-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.hphc-grid-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.hphc-grid-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.hphc-grid-col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.hphc-grid-col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.hphc-grid-col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.hphc-grid-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.hphc-grid-col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.hphc-grid-col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.hphc-grid-col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.hphc-grid-order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.hphc-grid-order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}

.hphc-grid-order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.hphc-grid-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.hphc-grid-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.hphc-grid-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.hphc-grid-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.hphc-grid-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.hphc-grid-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.hphc-grid-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.hphc-grid-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

.hphc-grid-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.hphc-grid-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.hphc-grid-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}

.hphc-grid-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}

.hphc-grid-offset-1 {
    margin-left: 8.3333333333%;
}

.hphc-grid-offset-2 {
    margin-left: 16.6666666667%;
}

.hphc-grid-offset-3 {
    margin-left: 25%;
}

.hphc-grid-offset-4 {
    margin-left: 33.3333333333%;
}

.hphc-grid-offset-5 {
    margin-left: 41.6666666667%;
}

.hphc-grid-offset-6 {
    margin-left: 50%;
}

.hphc-grid-offset-7 {
    margin-left: 58.3333333333%;
}

.hphc-grid-offset-8 {
    margin-left: 66.6666666667%;
}

.hphc-grid-offset-9 {
    margin-left: 75%;
}

.hphc-grid-offset-10 {
    margin-left: 83.3333333333%;
}

.hphc-grid-offset-11 {
    margin-left: 91.6666666667%;
}

.hphc-grid-d-flex {
    display: flex !important
}

.hphc-grid-d-inline-flex {
    display: inline-flex !important
}

.hphc-grid-d-none {
    display: none !important
}

.hphc-grid-d-block {
    display: block !important
}

.hphc-grid-flex-fill {
    flex: 1 1 auto !important
}

.hphc-grid-flex-row {
    flex-direction: row !important
}

.hphc-grid-flex-column {
    flex-direction: column !important
}

.hphc-grid-flex-row-reverse {
    flex-direction: row-reverse !important
}

.hphc-grid-flex-column-reverse {
    flex-direction: column-reverse !important
}

.hphc-grid-flex-grow-0 {
    flex-grow: 0 !important
}

.hphc-grid-flex-grow-1 {
    flex-grow: 1 !important
}

.hphc-grid-flex-shrink-0 {
    flex-shrink: 0 !important
}

.hphc-grid-flex-shrink-1 {
    flex-shrink: 1 !important
}

.hphc-grid-flex-wrap {
    flex-wrap: wrap !important
}

.hphc-grid-flex-nowrap {
    flex-wrap: nowrap !important
}

.hphc-grid-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.hphc-grid-justify-content-start {
    justify-content: flex-start !important
}

.hphc-grid-justify-content-end {
    justify-content: flex-end !important
}

.hphc-grid-justify-content-center {
    justify-content: center !important
}

.hphc-grid-justify-content-between {
    justify-content: space-between !important
}

.hphc-grid-justify-content-around {
    justify-content: space-around !important
}

.hphc-grid-justify-content-evenly {
    justify-content: space-evenly !important
}

.hphc-grid-align-items-start {
    align-items: flex-start !important
}

.hphc-grid-align-items-end {
    align-items: flex-end !important
}

.hphc-grid-align-items-center {
    align-items: center !important
}

.hphc-grid-align-items-baseline {
    align-items: baseline !important
}

.hphc-grid-align-items-stretch {
    align-items: stretch !important
}

.hphc-grid-align-content-start {
    align-content: flex-start !important
}

.hphc-grid-align-content-end {
    align-content: flex-end !important
}

.hphc-grid-align-content-center {
    align-content: center !important
}

.hphc-grid-align-content-between {
    align-content: space-between !important
}

.hphc-grid-align-content-around {
    align-content: space-around !important
}

.hphc-grid-align-content-stretch {
    align-content: stretch !important
}

.hphc-grid-align-self-auto {
    align-self: auto !important
}

.hphc-grid-align-self-start {
    align-self: flex-start !important
}

.hphc-grid-align-self-end {
    align-self: flex-end !important
}

.hphc-grid-align-self-center {
    align-self: center !important
}

.hphc-grid-align-self-baseline {
    align-self: baseline !important
}

.hphc-grid-align-self-stretch {
    align-self: stretch !important
}

.hphc-grid-text-start {
    text-align: left !important
}

.hphc-grid-text-end {
    text-align: right !important
}

.hphc-grid-text-center {
    text-align: center !important
}

.hphc-grid-mt-none {
    margin-top: 0px !important;
}

.hphc-grid-mb-none {
    margin-bottom: 0px !important;
}

.hphc-grid-ml-none {
    margin-left: 0px !important;
}

.hphc-grid-mr-none {
    margin-right: 0px !important;
}

.hphc-grid-pt-lg-none {
    padding-top: 0px !important;
}

.hphc-grid-pt-none {
    padding-top: 0px !important;
}

.hphc-grid-pb-none {
    padding-bottom: 0px !important;
}

.hphc-grid-pr-none {
    padding-right: 0px !important;
}

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

    .hphc-grid-col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .hphc-grid-col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .hphc-grid-col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .hphc-grid-col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .hphc-grid-col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .hphc-grid-col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .hphc-grid-col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .hphc-grid-col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .hphc-grid-col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .hphc-grid-col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .hphc-grid-col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .hphc-grid-col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .hphc-grid-col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hphc-grid-order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .hphc-grid-order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .hphc-grid-order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .hphc-grid-order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .hphc-grid-order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .hphc-grid-order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .hphc-grid-order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .hphc-grid-order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .hphc-grid-order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .hphc-grid-order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .hphc-grid-order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .hphc-grid-order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .hphc-grid-order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .hphc-grid-order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .hphc-grid-order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .hphc-grid-offset-lg-0 {
        margin-left: 0;
    }

    .hphc-grid-offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .hphc-grid-offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .hphc-grid-offset-lg-3 {
        margin-left: 25%;
    }

    .hphc-grid-offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .hphc-grid-offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .hphc-grid-offset-lg-6 {
        margin-left: 50%;
    }

    .hphc-grid-offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .hphc-grid-offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .hphc-grid-offset-lg-9 {
        margin-left: 75%;
    }

    .hphc-grid-offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .hphc-grid-offset-lg-11 {
        margin-left: 91.6666666667%;
    }

    .hphc-grid-d-lg-flex {
        display: flex !important
    }

    .hphc-grid-d-lg-inline-flex {
        display: inline-flex !important
    }

    .hphc-grid-d-lg-none {
        display: none !important
    }

    .hphc-grid-d-lg-block {
        display: block !important
    }

    .hphc-grid-flex-lg-fill {
        flex: 1 1 auto !important
    }

    .hphc-grid-flex-lg-row {
        flex-direction: row !important
    }

    .hphc-grid-flex-lg-column {
        flex-direction: column !important
    }

    .hphc-grid-flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .hphc-grid-flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .hphc-grid-flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .hphc-grid-flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .hphc-grid-flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .hphc-grid-flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .hphc-grid-flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .hphc-grid-flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .hphc-grid-flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .hphc-grid-justify-content-lg-start {
        justify-content: flex-start !important
    }

    .hphc-grid-justify-content-lg-end {
        justify-content: flex-end !important
    }

    .hphc-grid-justify-content-lg-center {
        justify-content: center !important
    }

    .hphc-grid-justify-content-lg-between {
        justify-content: space-between !important
    }

    .hphc-grid-justify-content-lg-around {
        justify-content: space-around !important
    }

    .hphc-grid-justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .hphc-grid-align-items-lg-start {
        align-items: flex-start !important
    }

    .hphc-grid-align-items-lg-end {
        align-items: flex-end !important
    }

    .hphc-grid-align-items-lg-center {
        align-items: center !important
    }

    .hphc-grid-align-items-lg-baseline {
        align-items: baseline !important
    }

    .hphc-grid-align-items-lg-stretch {
        align-items: stretch !important
    }

    .hphc-grid-align-content-lg-start {
        align-content: flex-start !important
    }

    .hphc-grid-align-content-lg-end {
        align-content: flex-end !important
    }

    .hphc-grid-align-content-lg-center {
        align-content: center !important
    }

    .hphc-grid-align-content-lg-between {
        align-content: space-between !important
    }

    .hphc-grid-align-content-lg-around {
        align-content: space-around !important
    }

    .hphc-grid-align-content-lg-stretch {
        align-content: stretch !important
    }

    .hphc-grid-align-self-lg-auto {
        align-self: auto !important
    }

    .hphc-grid-align-self-lg-start {
        align-self: flex-start !important
    }

    .hphc-grid-align-self-lg-end {
        align-self: flex-end !important
    }

    .hphc-grid-align-self-lg-center {
        align-self: center !important
    }

    .hphc-grid-align-self-lg-baseline {
        align-self: baseline !important
    }

    .hphc-grid-align-self-lg-stretch {
        align-self: stretch !important
    }

    .hphc-grid-lg-text-start {
        text-align: left !important
    }

    .hphc-grid-lg-text-end {
        text-align: right !important
    }

    .hphc-grid-lg-text-center {
        text-align: center !important
    }

    .hphc-grid-mt-lg-none {
        margin-top: 0px !important;
    }

    .hphc-grid-mb-lg-none {
        margin-bottom: 0px !important;
    }

    .hphc-grid-ml-lg-none {
        margin-left: 0px !important;
    }

    .hphc-grid-mr-lg-none {
        margin-right: 0px !important;
    }

    .hphc-grid-pt-lg-none {
        padding-top: 0px !important;
    }

    .hphc-grid-pt-lg-none {
        padding-top: 0px !important;
    }

    .hphc-grid-pb-lg-none {
        padding-bottom: 0px !important;
    }

    .hphc-grid-pr-lg-none {
        padding-right: 0px !important;
    }


}