@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.justify-center {
    justify-content: center
}

.justify-end {
    justify-content: flex-end
}

.justify-start {
    justify-content: flex-start
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.justify-baseline {
    justify-content: baseline
}

.align-content-center {
    align-content: center
}

.align-content-end {
    align-content: flex-end
}

.align-content-start {
    align-content: flex-start
}

.align-content-baseline {
    align-content: baseline
}

.align-items-center {
    align-items: center
}

.align-items-end {
    align-items: flex-end
}

.align-items-start {
    align-items: flex-start
}

.align-items-baseline {
    align-items: baseline
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.flex-column {
    flex-direction: column
}

.flex-column-reverse {
    flex-direction: column-reverse
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.text-center {
    text-align: center
}

@media screen and (min-width: 600.5px) {
    .d-flex-xs {
        display: flex !important
    }

    .d-none-xs {
        display: none !important
    }

    .d-block-xs {
        display: block !important
    }

    .d-grid-xs {
        display: grid !important
    }

    .justify-center-xs {
        justify-content: center
    }

    .justify-end-xs {
        justify-content: flex-end
    }

    .justify-start-xs {
        justify-content: flex-start
    }

    .justify-between-xs {
        justify-content: space-between
    }

    .justify-around-xs {
        justify-content: space-around
    }

    .justify-baseline-xs {
        justify-content: baseline
    }

    .align-content-center-xs {
        align-content: center
    }

    .align-content-end-xs {
        align-content: flex-end
    }

    .align-content-start-xs {
        align-content: flex-start
    }

    .align-content-baseline-xs {
        align-content: baseline
    }

    .align-items-center-xs {
        align-items: center
    }

    .align-items-end-xs {
        align-items: flex-end
    }

    .align-items-start-xs {
        align-items: flex-start
    }

    .align-items-baseline-xs {
        align-items: baseline
    }

    .flex-wrap-xs {
        flex-wrap: wrap
    }

    .flex-nowrap-xs {
        flex-wrap: nowrap
    }

    .flex-column-xs {
        flex-direction: column
    }

    .flex-column-reverse-xs {
        flex-direction: column-reverse
    }

    .flex-row-xs {
        flex-direction: row
    }

    .flex-row-reverse-xs {
        flex-direction: row-reverse
    }

    .text-center-xs {
        text-align: center
    }
}

@media screen and (min-width: 878.5px) {
    .d-flex-sm {
        display: flex !important
    }

    .d-none-sm {
        display: none !important
    }

    .d-block-sm {
        display: block !important
    }

    .d-grid-sm {
        display: grid !important
    }

    .justify-center-sm {
        justify-content: center
    }

    .justify-end-sm {
        justify-content: flex-end
    }

    .justify-start-sm {
        justify-content: flex-start
    }

    .justify-between-sm {
        justify-content: space-between
    }

    .justify-around-sm {
        justify-content: space-around
    }

    .justify-baseline-sm {
        justify-content: baseline
    }

    .align-content-center-sm {
        align-content: center
    }

    .align-content-end-sm {
        align-content: flex-end
    }

    .align-content-start-sm {
        align-content: flex-start
    }

    .align-content-baseline-sm {
        align-content: baseline
    }

    .align-items-center-sm {
        align-items: center
    }

    .align-items-end-sm {
        align-items: flex-end
    }

    .align-items-start-sm {
        align-items: flex-start
    }

    .align-items-baseline-sm {
        align-items: baseline
    }

    .flex-wrap-sm {
        flex-wrap: wrap
    }

    .flex-nowrap-sm {
        flex-wrap: nowrap
    }

    .flex-column-sm {
        flex-direction: column
    }

    .flex-column-reverse-sm {
        flex-direction: column-reverse
    }

    .flex-row-sm {
        flex-direction: row
    }

    .flex-row-reverse-sm {
        flex-direction: row-reverse
    }

    .text-center-sm {
        text-align: center
    }
}

@media screen and (min-width: 1024.5px) {
    .d-flex-md {
        display: flex !important
    }

    .d-none-md {
        display: none !important
    }

    .d-block-md {
        display: block !important
    }

    .d-grid-md {
        display: grid !important
    }

    .justify-center-md {
        justify-content: center
    }

    .justify-end-md {
        justify-content: flex-end
    }

    .justify-start-md {
        justify-content: flex-start
    }

    .justify-between-md {
        justify-content: space-between
    }

    .justify-around-md {
        justify-content: space-around
    }

    .justify-baseline-md {
        justify-content: baseline
    }

    .align-content-center-md {
        align-content: center
    }

    .align-content-end-md {
        align-content: flex-end
    }

    .align-content-start-md {
        align-content: flex-start
    }

    .align-content-baseline-md {
        align-content: baseline
    }

    .align-items-center-md {
        align-items: center
    }

    .align-items-end-md {
        align-items: flex-end
    }

    .align-items-start-md {
        align-items: flex-start
    }

    .align-items-baseline-md {
        align-items: baseline
    }

    .flex-wrap-md {
        flex-wrap: wrap
    }

    .flex-nowrap-md {
        flex-wrap: nowrap
    }

    .flex-column-md {
        flex-direction: column
    }

    .flex-column-reverse-md {
        flex-direction: column-reverse
    }

    .flex-row-md {
        flex-direction: row
    }

    .flex-row-reverse-md {
        flex-direction: row-reverse
    }

    .text-center-md {
        text-align: center
    }
}

@media screen and (min-width: 1240.5px) {
    .d-flex-lg {
        display: flex !important
    }

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

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

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

    .justify-center-lg {
        justify-content: center
    }

    .justify-end-lg {
        justify-content: flex-end
    }

    .justify-start-lg {
        justify-content: flex-start
    }

    .justify-between-lg {
        justify-content: space-between
    }

    .justify-around-lg {
        justify-content: space-around
    }

    .justify-baseline-lg {
        justify-content: baseline
    }

    .align-content-center-lg {
        align-content: center
    }

    .align-content-end-lg {
        align-content: flex-end
    }

    .align-content-start-lg {
        align-content: flex-start
    }

    .align-content-baseline-lg {
        align-content: baseline
    }

    .align-items-center-lg {
        align-items: center
    }

    .align-items-end-lg {
        align-items: flex-end
    }

    .align-items-start-lg {
        align-items: flex-start
    }

    .align-items-baseline-lg {
        align-items: baseline
    }

    .flex-wrap-lg {
        flex-wrap: wrap
    }

    .flex-nowrap-lg {
        flex-wrap: nowrap
    }

    .flex-column-lg {
        flex-direction: column
    }

    .flex-column-reverse-lg {
        flex-direction: column-reverse
    }

    .flex-row-lg {
        flex-direction: row
    }

    .flex-row-reverse-lg {
        flex-direction: row-reverse
    }

    .text-center-lg {
        text-align: center
    }
}

@media screen and (min-width: 1366.5px) {
    .d-flex-xl {
        display: flex !important
    }

    .d-none-xl {
        display: none !important
    }

    .d-block-xl {
        display: block !important
    }

    .d-grid-xl {
        display: grid !important
    }

    .justify-center-xl {
        justify-content: center
    }

    .justify-end-xl {
        justify-content: flex-end
    }

    .justify-start-xl {
        justify-content: flex-start
    }

    .justify-between-xl {
        justify-content: space-between
    }

    .justify-around-xl {
        justify-content: space-around
    }

    .justify-baseline-xl {
        justify-content: baseline
    }

    .align-content-center-xl {
        align-content: center
    }

    .align-content-end-xl {
        align-content: flex-end
    }

    .align-content-start-xl {
        align-content: flex-start
    }

    .align-content-baseline-xl {
        align-content: baseline
    }

    .align-items-center-xl {
        align-items: center
    }

    .align-items-end-xl {
        align-items: flex-end
    }

    .align-items-start-xl {
        align-items: flex-start
    }

    .align-items-baseline-xl {
        align-items: baseline
    }

    .flex-wrap-xl {
        flex-wrap: wrap
    }

    .flex-nowrap-xl {
        flex-wrap: nowrap
    }

    .flex-column-xl {
        flex-direction: column
    }

    .flex-column-reverse-xl {
        flex-direction: column-reverse
    }

    .flex-row-xl {
        flex-direction: row
    }

    .flex-row-reverse-xl {
        flex-direction: row-reverse
    }

    .text-center-xl {
        text-align: center
    }
}

@media screen and (min-width: 1500.5px) {
    .d-flex-xxl {
        display: flex !important
    }

    .d-none-xxl {
        display: none !important
    }

    .d-block-xxl {
        display: block !important
    }

    .d-grid-xxl {
        display: grid !important
    }

    .justify-center-xxl {
        justify-content: center
    }

    .justify-end-xxl {
        justify-content: flex-end
    }

    .justify-start-xxl {
        justify-content: flex-start
    }

    .justify-between-xxl {
        justify-content: space-between
    }

    .justify-around-xxl {
        justify-content: space-around
    }

    .justify-baseline-xxl {
        justify-content: baseline
    }

    .align-content-center-xxl {
        align-content: center
    }

    .align-content-end-xxl {
        align-content: flex-end
    }

    .align-content-start-xxl {
        align-content: flex-start
    }

    .align-content-baseline-xxl {
        align-content: baseline
    }

    .align-items-center-xxl {
        align-items: center
    }

    .align-items-end-xxl {
        align-items: flex-end
    }

    .align-items-start-xxl {
        align-items: flex-start
    }

    .align-items-baseline-xxl {
        align-items: baseline
    }

    .flex-wrap-xxl {
        flex-wrap: wrap
    }

    .flex-nowrap-xxl {
        flex-wrap: nowrap
    }

    .flex-column-xxl {
        flex-direction: column
    }

    .flex-column-reverse-xxl {
        flex-direction: column-reverse
    }

    .flex-row-xxl {
        flex-direction: row
    }

    .flex-row-reverse-xxl {
        flex-direction: row-reverse
    }

    .text-center-xxl {
        text-align: center
    }
}

@media screen and (min-width: 1879.5px) {
    .d-flex-xxxl {
        display: flex !important
    }

    .d-none-xxxl {
        display: none !important
    }

    .d-block-xxxl {
        display: block !important
    }

    .d-grid-xxxl {
        display: grid !important
    }

    .justify-center-xxxl {
        justify-content: center
    }

    .justify-end-xxxl {
        justify-content: flex-end
    }

    .justify-start-xxxl {
        justify-content: flex-start
    }

    .justify-between-xxxl {
        justify-content: space-between
    }

    .justify-around-xxxl {
        justify-content: space-around
    }

    .justify-baseline-xxxl {
        justify-content: baseline
    }

    .align-content-center-xxxl {
        align-content: center
    }

    .align-content-end-xxxl {
        align-content: flex-end
    }

    .align-content-start-xxxl {
        align-content: flex-start
    }

    .align-content-baseline-xxxl {
        align-content: baseline
    }

    .align-items-center-xxxl {
        align-items: center
    }

    .align-items-end-xxxl {
        align-items: flex-end
    }

    .align-items-start-xxxl {
        align-items: flex-start
    }

    .align-items-baseline-xxxl {
        align-items: baseline
    }

    .flex-wrap-xxxl {
        flex-wrap: wrap
    }

    .flex-nowrap-xxxl {
        flex-wrap: nowrap
    }

    .flex-column-xxxl {
        flex-direction: column
    }

    .flex-column-reverse-xxxl {
        flex-direction: column-reverse
    }

    .flex-row-xxxl {
        flex-direction: row
    }

    .flex-row-reverse-xxxl {
        flex-direction: row-reverse
    }

    .text-center-xxxl {
        text-align: center
    }
}

.container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem
}

@media screen and (max-width: 878.5px) {
    .container {
        width: 100%;
        padding-left: 14px;
        padding-right: 14px
    }
}

@media screen and (max-width: 878.5px) {
    .container.container-sm-8 {
        padding-left: 8px;
        padding-right: 8px
    }
}

.container.p-small {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.container-fluid {
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 878.5px) {
    .container-fluid {
        width: 100%
    }
}

.row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1.5em
}

.w-100 {
    width: 100%
}

.col-1 {
    grid-column: span 1
}

.col-2 {
    grid-column: span 2
}

.col-3 {
    grid-column: span 3
}

.col-4 {
    grid-column: span 4
}

.col-5 {
    grid-column: span 5
}

.col-6 {
    grid-column: span 6
}

.col-7 {
    grid-column: span 7
}

.col-8 {
    grid-column: span 8
}

.col-9 {
    grid-column: span 9
}

.col-10 {
    grid-column: span 10
}

.col-11 {
    grid-column: span 11
}

.col-12 {
    grid-column: span 12
}

@media screen and (min-width: 600.5px) {
    .col-xs-1 {
        grid-column: span 1
    }

    .col-xs-2 {
        grid-column: span 2
    }

    .col-xs-3 {
        grid-column: span 3
    }

    .col-xs-4 {
        grid-column: span 4
    }

    .col-xs-5 {
        grid-column: span 5
    }

    .col-xs-6 {
        grid-column: span 6
    }

    .col-xs-7 {
        grid-column: span 7
    }

    .col-xs-8 {
        grid-column: span 8
    }

    .col-xs-9 {
        grid-column: span 9
    }

    .col-xs-10 {
        grid-column: span 10
    }

    .col-xs-11 {
        grid-column: span 11
    }

    .col-xs-12 {
        grid-column: span 12
    }
}

@media screen and (min-width: 878.5px) {
    .col-sm-1 {
        grid-column: span 1
    }

    .col-sm-2 {
        grid-column: span 2
    }

    .col-sm-3 {
        grid-column: span 3
    }

    .col-sm-4 {
        grid-column: span 4
    }

    .col-sm-5 {
        grid-column: span 5
    }

    .col-sm-6 {
        grid-column: span 6
    }

    .col-sm-7 {
        grid-column: span 7
    }

    .col-sm-8 {
        grid-column: span 8
    }

    .col-sm-9 {
        grid-column: span 9
    }

    .col-sm-10 {
        grid-column: span 10
    }

    .col-sm-11 {
        grid-column: span 11
    }

    .col-sm-12 {
        grid-column: span 12
    }
}

@media screen and (min-width: 1024.5px) {
    .col-md-1 {
        grid-column: span 1
    }

    .col-md-2 {
        grid-column: span 2
    }

    .col-md-3 {
        grid-column: span 3
    }

    .col-md-4 {
        grid-column: span 4
    }

    .col-md-5 {
        grid-column: span 5
    }

    .col-md-6 {
        grid-column: span 6
    }

    .col-md-7 {
        grid-column: span 7
    }

    .col-md-8 {
        grid-column: span 8
    }

    .col-md-9 {
        grid-column: span 9
    }

    .col-md-10 {
        grid-column: span 10
    }

    .col-md-11 {
        grid-column: span 11
    }

    .col-md-12 {
        grid-column: span 12
    }
}

@media screen and (min-width: 1240.5px) {
    .col-lg-1 {
        grid-column: span 1
    }

    .col-lg-2 {
        grid-column: span 2
    }

    .col-lg-3 {
        grid-column: span 3
    }

    .col-lg-4 {
        grid-column: span 4
    }

    .col-lg-5 {
        grid-column: span 5
    }

    .col-lg-6 {
        grid-column: span 6
    }

    .col-lg-7 {
        grid-column: span 7
    }

    .col-lg-8 {
        grid-column: span 8
    }

    .col-lg-9 {
        grid-column: span 9
    }

    .col-lg-10 {
        grid-column: span 10
    }

    .col-lg-11 {
        grid-column: span 11
    }

    .col-lg-12 {
        grid-column: span 12
    }
}

@media screen and (min-width: 1366.5px) {
    .col-xl-1 {
        grid-column: span 1
    }

    .col-xl-2 {
        grid-column: span 2
    }

    .col-xl-3 {
        grid-column: span 3
    }

    .col-xl-4 {
        grid-column: span 4
    }

    .col-xl-5 {
        grid-column: span 5
    }

    .col-xl-6 {
        grid-column: span 6
    }

    .col-xl-7 {
        grid-column: span 7
    }

    .col-xl-8 {
        grid-column: span 8
    }

    .col-xl-9 {
        grid-column: span 9
    }

    .col-xl-10 {
        grid-column: span 10
    }

    .col-xl-11 {
        grid-column: span 11
    }

    .col-xl-12 {
        grid-column: span 12
    }
}

@media screen and (min-width: 1500.5px) {
    .col-xxl-1 {
        grid-column: span 1
    }

    .col-xxl-2 {
        grid-column: span 2
    }

    .col-xxl-3 {
        grid-column: span 3
    }

    .col-xxl-4 {
        grid-column: span 4
    }

    .col-xxl-5 {
        grid-column: span 5
    }

    .col-xxl-6 {
        grid-column: span 6
    }

    .col-xxl-7 {
        grid-column: span 7
    }

    .col-xxl-8 {
        grid-column: span 8
    }

    .col-xxl-9 {
        grid-column: span 9
    }

    .col-xxl-10 {
        grid-column: span 10
    }

    .col-xxl-11 {
        grid-column: span 11
    }

    .col-xxl-12 {
        grid-column: span 12
    }
}

@media screen and (min-width: 1879.5px) {
    .col-xxxl-1 {
        grid-column: span 1
    }

    .col-xxxl-2 {
        grid-column: span 2
    }

    .col-xxxl-3 {
        grid-column: span 3
    }

    .col-xxxl-4 {
        grid-column: span 4
    }

    .col-xxxl-5 {
        grid-column: span 5
    }

    .col-xxxl-6 {
        grid-column: span 6
    }

    .col-xxxl-7 {
        grid-column: span 7
    }

    .col-xxxl-8 {
        grid-column: span 8
    }

    .col-xxxl-9 {
        grid-column: span 9
    }

    .col-xxxl-10 {
        grid-column: span 10
    }

    .col-xxxl-11 {
        grid-column: span 11
    }

    .col-xxxl-12 {
        grid-column: span 12
    }
}

.t-uppercase {
    text-transform: uppercase
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif, sans-serif
}

html {
    scroll-behavior: smooth
}

picture,
img {
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

a {
    text-decoration: none
}

.hidden {
    overflow: hidden
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

@media screen and (min-width: 600.5px) {
    .p-relative-xs {
        position: relative
    }

    .p-absolute-xs {
        position: absolute
    }
}

@media screen and (min-width: 878.5px) {
    .p-relative-sm {
        position: relative
    }

    .p-absolute-sm {
        position: absolute
    }
}

@media screen and (min-width: 1024.5px) {
    .p-relative-md {
        position: relative
    }

    .p-absolute-md {
        position: absolute
    }
}

@media screen and (min-width: 1240.5px) {
    .p-relative-lg {
        position: relative
    }

    .p-absolute-lg {
        position: absolute
    }
}

@media screen and (min-width: 1366.5px) {
    .p-relative-xl {
        position: relative
    }

    .p-absolute-xl {
        position: absolute
    }
}

@media screen and (min-width: 1500.5px) {
    .p-relative-xxl {
        position: relative
    }

    .p-absolute-xxl {
        position: absolute
    }
}

@media screen and (min-width: 1879.5px) {
    .p-relative-xxxl {
        position: relative
    }

    .p-absolute-xxxl {
        position: absolute
    }
}

.m-0 {
    margin: 0rem
}

.m-1 {
    margin: .5rem
}

.m-2 {
    margin: 1rem
}

.m-3 {
    margin: 1.5rem
}

.m-4 {
    margin: 2rem
}

.m-5 {
    margin: 2.5rem
}

.m-6 {
    margin: 3rem
}

.m-7 {
    margin: 3.5rem
}

.m-8 {
    margin: 4rem
}

.m-9 {
    margin: 4.5rem
}

.m-10 {
    margin: 5rem
}

.m-11 {
    margin: 5.5rem
}

.m-12 {
    margin: 6rem
}

.m-13 {
    margin: 6.5rem
}

.m-14 {
    margin: 7rem
}

.m-15 {
    margin: 7.5rem
}

.m-16 {
    margin: 8rem
}

.m-17 {
    margin: 8.5rem
}

.m-18 {
    margin: 9rem
}

.m-19 {
    margin: 9.5rem
}

.m-20 {
    margin: 10rem
}

.m-21 {
    margin: 10.5rem
}

.m-22 {
    margin: 11rem
}

.m-23 {
    margin: 11.5rem
}

.m-24 {
    margin: 12rem
}

.ml-0 {
    margin-left: 0rem !important
}

.ml-1 {
    margin-left: .5rem !important
}

.ml-2 {
    margin-left: 1rem !important
}

.ml-3 {
    margin-left: 1.5rem !important
}

.ml-4 {
    margin-left: 2rem !important
}

.ml-5 {
    margin-left: 2.5rem !important
}

.ml-6 {
    margin-left: 3rem !important
}

.ml-7 {
    margin-left: 3.5rem !important
}

.ml-8 {
    margin-left: 4rem !important
}

.ml-9 {
    margin-left: 4.5rem !important
}

.ml-10 {
    margin-left: 5rem !important
}

.ml-11 {
    margin-left: 5.5rem !important
}

.ml-12 {
    margin-left: 6rem !important
}

.ml-13 {
    margin-left: 6.5rem !important
}

.ml-14 {
    margin-left: 7rem !important
}

.ml-15 {
    margin-left: 7.5rem !important
}

.ml-16 {
    margin-left: 8rem !important
}

.ml-17 {
    margin-left: 8.5rem !important
}

.ml-18 {
    margin-left: 9rem !important
}

.ml-19 {
    margin-left: 9.5rem !important
}

.ml-20 {
    margin-left: 10rem !important
}

.ml-21 {
    margin-left: 10.5rem !important
}

.ml-22 {
    margin-left: 11rem !important
}

.ml-23 {
    margin-left: 11.5rem !important
}

.ml-24 {
    margin-left: 12rem !important
}

.mr-0 {
    margin-right: 0rem !important
}

.mr-1 {
    margin-right: .5rem !important
}

.mr-2 {
    margin-right: 1rem !important
}

.mr-3 {
    margin-right: 1.5rem !important
}

.mr-4 {
    margin-right: 2rem !important
}

.mr-5 {
    margin-right: 2.5rem !important
}

.mr-6 {
    margin-right: 3rem !important
}

.mr-7 {
    margin-right: 3.5rem !important
}

.mr-8 {
    margin-right: 4rem !important
}

.mr-9 {
    margin-right: 4.5rem !important
}

.mr-10 {
    margin-right: 5rem !important
}

.mr-11 {
    margin-right: 5.5rem !important
}

.mr-12 {
    margin-right: 6rem !important
}

.mr-13 {
    margin-right: 6.5rem !important
}

.mr-14 {
    margin-right: 7rem !important
}

.mr-15 {
    margin-right: 7.5rem !important
}

.mr-16 {
    margin-right: 8rem !important
}

.mr-17 {
    margin-right: 8.5rem !important
}

.mr-18 {
    margin-right: 9rem !important
}

.mr-19 {
    margin-right: 9.5rem !important
}

.mr-20 {
    margin-right: 10rem !important
}

.mr-21 {
    margin-right: 10.5rem !important
}

.mr-22 {
    margin-right: 11rem !important
}

.mr-23 {
    margin-right: 11.5rem !important
}

.mr-24 {
    margin-right: 12rem !important
}

.mt-0 {
    margin-top: 0rem !important
}

.mt-1 {
    margin-top: .5rem !important
}

.mt-2 {
    margin-top: 1rem !important
}

.mt-3 {
    margin-top: 1.5rem !important
}

.mt-4 {
    margin-top: 2rem !important
}

.mt-5 {
    margin-top: 2.5rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mt-7 {
    margin-top: 3.5rem !important
}

.mt-8 {
    margin-top: 4rem !important
}

.mt-9 {
    margin-top: 4.5rem !important
}

.mt-10 {
    margin-top: 5rem !important
}

.mt-11 {
    margin-top: 5.5rem !important
}

.mt-12 {
    margin-top: 6rem !important
}

.mt-13 {
    margin-top: 6.5rem !important
}

.mt-14 {
    margin-top: 7rem !important
}

.mt-15 {
    margin-top: 7.5rem !important
}

.mt-16 {
    margin-top: 8rem !important
}

.mt-17 {
    margin-top: 8.5rem !important
}

.mt-18 {
    margin-top: 9rem !important
}

.mt-19 {
    margin-top: 9.5rem !important
}

.mt-20 {
    margin-top: 10rem !important
}

.mt-21 {
    margin-top: 10.5rem !important
}

.mt-22 {
    margin-top: 11rem !important
}

.mt-23 {
    margin-top: 11.5rem !important
}

.mt-24 {
    margin-top: 12rem !important
}

.mb-0 {
    margin-bottom: 0rem !important
}

.mb-1 {
    margin-bottom: .5rem !important
}

.mb-2 {
    margin-bottom: 1rem !important
}

.mb-3 {
    margin-bottom: 1.5rem !important
}

.mb-4 {
    margin-bottom: 2rem !important
}

.mb-5 {
    margin-bottom: 2.5rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.mb-7 {
    margin-bottom: 3.5rem !important
}

.mb-8 {
    margin-bottom: 4rem !important
}

.mb-9 {
    margin-bottom: 4.5rem !important
}

.mb-10 {
    margin-bottom: 5rem !important
}

.mb-11 {
    margin-bottom: 5.5rem !important
}

.mb-12 {
    margin-bottom: 6rem !important
}

.mb-13 {
    margin-bottom: 6.5rem !important
}

.mb-14 {
    margin-bottom: 7rem !important
}

.mb-15 {
    margin-bottom: 7.5rem !important
}

.mb-16 {
    margin-bottom: 8rem !important
}

.mb-17 {
    margin-bottom: 8.5rem !important
}

.mb-18 {
    margin-bottom: 9rem !important
}

.mb-19 {
    margin-bottom: 9.5rem !important
}

.mb-20 {
    margin-bottom: 10rem !important
}

.mb-21 {
    margin-bottom: 10.5rem !important
}

.mb-22 {
    margin-bottom: 11rem !important
}

.mb-23 {
    margin-bottom: 11.5rem !important
}

.mb-24 {
    margin-bottom: 12rem !important
}

.my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important
}

.mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important
}

.my-1 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.mx-1 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.mx-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.mx-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.mx-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
}

.my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
}

.mx-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.my-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important
}

.mx-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important
}

.my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.mx-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
}

.my-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
}

.mx-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
}

.my-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}

.mx-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
}

.my-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important
}

.mx-11 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important
}

.my-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
}

.mx-12 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
}

.my-13 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important
}

.mx-13 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important
}

.my-14 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
}

.mx-14 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
}

.my-15 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important
}

.mx-15 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important
}

.my-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
}

.mx-16 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
}

.my-17 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important
}

.mx-17 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important
}

.my-18 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important
}

.mx-18 {
    margin-left: 9rem !important;
    margin-right: 9rem !important
}

.my-19 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important
}

.mx-19 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important
}

.my-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important
}

.mx-20 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
}

.my-21 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important
}

.mx-21 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important
}

.my-22 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important
}

.mx-22 {
    margin-left: 11rem !important;
    margin-right: 11rem !important
}

.my-23 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important
}

.mx-23 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important
}

.my-24 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important
}

.mx-24 {
    margin-left: 12rem !important;
    margin-right: 12rem !important
}

.p-0 {
    padding: 0rem
}

.p-1 {
    padding: .5rem
}

.p-2 {
    padding: 1rem
}

.p-3 {
    padding: 1.5rem
}

.p-4 {
    padding: 2rem
}

.p-5 {
    padding: 2.5rem
}

.p-6 {
    padding: 3rem
}

.p-7 {
    padding: 3.5rem
}

.p-8 {
    padding: 4rem
}

.p-9 {
    padding: 4.5rem
}

.p-10 {
    padding: 5rem
}

.p-11 {
    padding: 5.5rem
}

.p-12 {
    padding: 6rem
}

.p-13 {
    padding: 6.5rem
}

.p-14 {
    padding: 7rem
}

.p-15 {
    padding: 7.5rem
}

.p-16 {
    padding: 8rem
}

.p-17 {
    padding: 8.5rem
}

.p-18 {
    padding: 9rem
}

.p-19 {
    padding: 9.5rem
}

.p-20 {
    padding: 10rem
}

.p-21 {
    padding: 10.5rem
}

.p-22 {
    padding: 11rem
}

.p-23 {
    padding: 11.5rem
}

.p-24 {
    padding: 12rem
}

.pl-0 {
    padding-left: 0rem !important
}

.pl-1 {
    padding-left: .5rem !important
}

.pl-2 {
    padding-left: 1rem !important
}

.pl-3 {
    padding-left: 1.5rem !important
}

.pl-4 {
    padding-left: 2rem !important
}

.pl-5 {
    padding-left: 2.5rem !important
}

.pl-6 {
    padding-left: 3rem !important
}

.pl-7 {
    padding-left: 3.5rem !important
}

.pl-8 {
    padding-left: 4rem !important
}

.pl-9 {
    padding-left: 4.5rem !important
}

.pl-10 {
    padding-left: 5rem !important
}

.pl-11 {
    padding-left: 5.5rem !important
}

.pl-12 {
    padding-left: 6rem !important
}

.pl-13 {
    padding-left: 6.5rem !important
}

.pl-14 {
    padding-left: 7rem !important
}

.pl-15 {
    padding-left: 7.5rem !important
}

.pl-16 {
    padding-left: 8rem !important
}

.pl-17 {
    padding-left: 8.5rem !important
}

.pl-18 {
    padding-left: 9rem !important
}

.pl-19 {
    padding-left: 9.5rem !important
}

.pl-20 {
    padding-left: 10rem !important
}

.pl-21 {
    padding-left: 10.5rem !important
}

.pl-22 {
    padding-left: 11rem !important
}

.pl-23 {
    padding-left: 11.5rem !important
}

.pl-24 {
    padding-left: 12rem !important
}

.pr-0 {
    padding-right: 0rem !important
}

.pr-1 {
    padding-right: .5rem !important
}

.pr-2 {
    padding-right: 1rem !important
}

.pr-3 {
    padding-right: 1.5rem !important
}

.pr-4 {
    padding-right: 2rem !important
}

.pr-5 {
    padding-right: 2.5rem !important
}

.pr-6 {
    padding-right: 3rem !important
}

.pr-7 {
    padding-right: 3.5rem !important
}

.pr-8 {
    padding-right: 4rem !important
}

.pr-9 {
    padding-right: 4.5rem !important
}

.pr-10 {
    padding-right: 5rem !important
}

.pr-11 {
    padding-right: 5.5rem !important
}

.pr-12 {
    padding-right: 6rem !important
}

.pr-13 {
    padding-right: 6.5rem !important
}

.pr-14 {
    padding-right: 7rem !important
}

.pr-15 {
    padding-right: 7.5rem !important
}

.pr-16 {
    padding-right: 8rem !important
}

.pr-17 {
    padding-right: 8.5rem !important
}

.pr-18 {
    padding-right: 9rem !important
}

.pr-19 {
    padding-right: 9.5rem !important
}

.pr-20 {
    padding-right: 10rem !important
}

.pr-21 {
    padding-right: 10.5rem !important
}

.pr-22 {
    padding-right: 11rem !important
}

.pr-23 {
    padding-right: 11.5rem !important
}

.pr-24 {
    padding-right: 12rem !important
}

.pt-0 {
    padding-top: 0rem !important
}

.pt-1 {
    padding-top: .5rem !important
}

.pt-2 {
    padding-top: 1rem !important
}

.pt-3 {
    padding-top: 1.5rem !important
}

.pt-4 {
    padding-top: 2rem !important
}

.pt-5 {
    padding-top: 2.5rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pt-7 {
    padding-top: 3.5rem !important
}

.pt-8 {
    padding-top: 4rem !important
}

.pt-9 {
    padding-top: 4.5rem !important
}

.pt-10 {
    padding-top: 5rem !important
}

.pt-11 {
    padding-top: 5.5rem !important
}

.pt-12 {
    padding-top: 6rem !important
}

.pt-13 {
    padding-top: 6.5rem !important
}

.pt-14 {
    padding-top: 7rem !important
}

.pt-15 {
    padding-top: 7.5rem !important
}

.pt-16 {
    padding-top: 8rem !important
}

.pt-17 {
    padding-top: 8.5rem !important
}

.pt-18 {
    padding-top: 9rem !important
}

.pt-19 {
    padding-top: 9.5rem !important
}

.pt-20 {
    padding-top: 10rem !important
}

.pt-21 {
    padding-top: 10.5rem !important
}

.pt-22 {
    padding-top: 11rem !important
}

.pt-23 {
    padding-top: 11.5rem !important
}

.pt-24 {
    padding-top: 12rem !important
}

.pb-0 {
    padding-bottom: 0rem !important
}

.pb-1 {
    padding-bottom: .5rem !important
}

.pb-2 {
    padding-bottom: 1rem !important
}

.pb-3 {
    padding-bottom: 1.5rem !important
}

.pb-4 {
    padding-bottom: 2rem !important
}

.pb-5 {
    padding-bottom: 2.5rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.pb-7 {
    padding-bottom: 3.5rem !important
}

.pb-8 {
    padding-bottom: 4rem !important
}

.pb-9 {
    padding-bottom: 4.5rem !important
}

.pb-10 {
    padding-bottom: 5rem !important
}

.pb-11 {
    padding-bottom: 5.5rem !important
}

.pb-12 {
    padding-bottom: 6rem !important
}

.pb-13 {
    padding-bottom: 6.5rem !important
}

.pb-14 {
    padding-bottom: 7rem !important
}

.pb-15 {
    padding-bottom: 7.5rem !important
}

.pb-16 {
    padding-bottom: 8rem !important
}

.pb-17 {
    padding-bottom: 8.5rem !important
}

.pb-18 {
    padding-bottom: 9rem !important
}

.pb-19 {
    padding-bottom: 9.5rem !important
}

.pb-20 {
    padding-bottom: 10rem !important
}

.pb-21 {
    padding-bottom: 10.5rem !important
}

.pb-22 {
    padding-bottom: 11rem !important
}

.pb-23 {
    padding-bottom: 11.5rem !important
}

.pb-24 {
    padding-bottom: 12rem !important
}

.px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important
}

.px-1 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.px-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}

.px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.px-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important
}

.px-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
}

.px-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
}

.px-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
}

.px-11 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important
}

.px-12 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
}

.px-13 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important
}

.px-14 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
}

.px-15 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important
}

.px-16 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
}

.px-17 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important
}

.px-18 {
    padding-left: 9rem !important;
    padding-right: 9rem !important
}

.px-19 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important
}

.px-20 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
}

.px-21 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important
}

.px-22 {
    padding-left: 11rem !important;
    padding-right: 11rem !important
}

.px-23 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important
}

.px-24 {
    padding-left: 12rem !important;
    padding-right: 12rem !important
}

.py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important
}

.py-1 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.py-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important
}

.py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.py-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

.py-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

.py-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important
}

.py-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
}

.py-13 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important
}

.py-14 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
}

.py-15 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important
}

.py-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
}

.py-17 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important
}

.py-18 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important
}

.py-19 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important
}

.py-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
}

.py-21 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important
}

.py-22 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important
}

.py-23 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important
}

.py-24 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important
}

@media screen and (min-width: 600.5px) {
    .m-xs-0 {
        margin: 0rem
    }

    .m-xs-1 {
        margin: .5rem
    }

    .m-xs-2 {
        margin: 1rem
    }

    .m-xs-3 {
        margin: 1.5rem
    }

    .m-xs-4 {
        margin: 2rem
    }

    .m-xs-5 {
        margin: 2.5rem
    }

    .m-xs-6 {
        margin: 3rem
    }

    .m-xs-7 {
        margin: 3.5rem
    }

    .m-xs-8 {
        margin: 4rem
    }

    .m-xs-9 {
        margin: 4.5rem
    }

    .m-xs-10 {
        margin: 5rem
    }

    .m-xs-11 {
        margin: 5.5rem
    }

    .m-xs-12 {
        margin: 6rem
    }

    .m-xs-13 {
        margin: 6.5rem
    }

    .m-xs-14 {
        margin: 7rem
    }

    .m-xs-15 {
        margin: 7.5rem
    }

    .m-xs-16 {
        margin: 8rem
    }

    .m-xs-17 {
        margin: 8.5rem
    }

    .m-xs-18 {
        margin: 9rem
    }

    .m-xs-19 {
        margin: 9.5rem
    }

    .m-xs-20 {
        margin: 10rem
    }

    .m-xs-21 {
        margin: 10.5rem
    }

    .m-xs-22 {
        margin: 11rem
    }

    .m-xs-23 {
        margin: 11.5rem
    }

    .m-xs-24 {
        margin: 12rem
    }

    .ml-xs-0 {
        margin-left: 0rem !important
    }

    .ml-xs-1 {
        margin-left: .5rem !important
    }

    .ml-xs-2 {
        margin-left: 1rem !important
    }

    .ml-xs-3 {
        margin-left: 1.5rem !important
    }

    .ml-xs-4 {
        margin-left: 2rem !important
    }

    .ml-xs-5 {
        margin-left: 2.5rem !important
    }

    .ml-xs-6 {
        margin-left: 3rem !important
    }

    .ml-xs-7 {
        margin-left: 3.5rem !important
    }

    .ml-xs-8 {
        margin-left: 4rem !important
    }

    .ml-xs-9 {
        margin-left: 4.5rem !important
    }

    .ml-xs-10 {
        margin-left: 5rem !important
    }

    .ml-xs-11 {
        margin-left: 5.5rem !important
    }

    .ml-xs-12 {
        margin-left: 6rem !important
    }

    .ml-xs-13 {
        margin-left: 6.5rem !important
    }

    .ml-xs-14 {
        margin-left: 7rem !important
    }

    .ml-xs-15 {
        margin-left: 7.5rem !important
    }

    .ml-xs-16 {
        margin-left: 8rem !important
    }

    .ml-xs-17 {
        margin-left: 8.5rem !important
    }

    .ml-xs-18 {
        margin-left: 9rem !important
    }

    .ml-xs-19 {
        margin-left: 9.5rem !important
    }

    .ml-xs-20 {
        margin-left: 10rem !important
    }

    .ml-xs-21 {
        margin-left: 10.5rem !important
    }

    .ml-xs-22 {
        margin-left: 11rem !important
    }

    .ml-xs-23 {
        margin-left: 11.5rem !important
    }

    .ml-xs-24 {
        margin-left: 12rem !important
    }

    .mr-xs-0 {
        margin-right: 0rem !important
    }

    .mr-xs-1 {
        margin-right: .5rem !important
    }

    .mr-xs-2 {
        margin-right: 1rem !important
    }

    .mr-xs-3 {
        margin-right: 1.5rem !important
    }

    .mr-xs-4 {
        margin-right: 2rem !important
    }

    .mr-xs-5 {
        margin-right: 2.5rem !important
    }

    .mr-xs-6 {
        margin-right: 3rem !important
    }

    .mr-xs-7 {
        margin-right: 3.5rem !important
    }

    .mr-xs-8 {
        margin-right: 4rem !important
    }

    .mr-xs-9 {
        margin-right: 4.5rem !important
    }

    .mr-xs-10 {
        margin-right: 5rem !important
    }

    .mr-xs-11 {
        margin-right: 5.5rem !important
    }

    .mr-xs-12 {
        margin-right: 6rem !important
    }

    .mr-xs-13 {
        margin-right: 6.5rem !important
    }

    .mr-xs-14 {
        margin-right: 7rem !important
    }

    .mr-xs-15 {
        margin-right: 7.5rem !important
    }

    .mr-xs-16 {
        margin-right: 8rem !important
    }

    .mr-xs-17 {
        margin-right: 8.5rem !important
    }

    .mr-xs-18 {
        margin-right: 9rem !important
    }

    .mr-xs-19 {
        margin-right: 9.5rem !important
    }

    .mr-xs-20 {
        margin-right: 10rem !important
    }

    .mr-xs-21 {
        margin-right: 10.5rem !important
    }

    .mr-xs-22 {
        margin-right: 11rem !important
    }

    .mr-xs-23 {
        margin-right: 11.5rem !important
    }

    .mr-xs-24 {
        margin-right: 12rem !important
    }

    .mt-xs-0 {
        margin-top: 0rem !important
    }

    .mt-xs-1 {
        margin-top: .5rem !important
    }

    .mt-xs-2 {
        margin-top: 1rem !important
    }

    .mt-xs-3 {
        margin-top: 1.5rem !important
    }

    .mt-xs-4 {
        margin-top: 2rem !important
    }

    .mt-xs-5 {
        margin-top: 2.5rem !important
    }

    .mt-xs-6 {
        margin-top: 3rem !important
    }

    .mt-xs-7 {
        margin-top: 3.5rem !important
    }

    .mt-xs-8 {
        margin-top: 4rem !important
    }

    .mt-xs-9 {
        margin-top: 4.5rem !important
    }

    .mt-xs-10 {
        margin-top: 5rem !important
    }

    .mt-xs-11 {
        margin-top: 5.5rem !important
    }

    .mt-xs-12 {
        margin-top: 6rem !important
    }

    .mt-xs-13 {
        margin-top: 6.5rem !important
    }

    .mt-xs-14 {
        margin-top: 7rem !important
    }

    .mt-xs-15 {
        margin-top: 7.5rem !important
    }

    .mt-xs-16 {
        margin-top: 8rem !important
    }

    .mt-xs-17 {
        margin-top: 8.5rem !important
    }

    .mt-xs-18 {
        margin-top: 9rem !important
    }

    .mt-xs-19 {
        margin-top: 9.5rem !important
    }

    .mt-xs-20 {
        margin-top: 10rem !important
    }

    .mt-xs-21 {
        margin-top: 10.5rem !important
    }

    .mt-xs-22 {
        margin-top: 11rem !important
    }

    .mt-xs-23 {
        margin-top: 11.5rem !important
    }

    .mt-xs-24 {
        margin-top: 12rem !important
    }

    .mb-xs-0 {
        margin-bottom: 0rem !important
    }

    .mb-xs-1 {
        margin-bottom: .5rem !important
    }

    .mb-xs-2 {
        margin-bottom: 1rem !important
    }

    .mb-xs-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-xs-4 {
        margin-bottom: 2rem !important
    }

    .mb-xs-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-xs-6 {
        margin-bottom: 3rem !important
    }

    .mb-xs-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-xs-8 {
        margin-bottom: 4rem !important
    }

    .mb-xs-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-xs-10 {
        margin-bottom: 5rem !important
    }

    .mb-xs-11 {
        margin-bottom: 5.5rem !important
    }

    .mb-xs-12 {
        margin-bottom: 6rem !important
    }

    .mb-xs-13 {
        margin-bottom: 6.5rem !important
    }

    .mb-xs-14 {
        margin-bottom: 7rem !important
    }

    .mb-xs-15 {
        margin-bottom: 7.5rem !important
    }

    .mb-xs-16 {
        margin-bottom: 8rem !important
    }

    .mb-xs-17 {
        margin-bottom: 8.5rem !important
    }

    .mb-xs-18 {
        margin-bottom: 9rem !important
    }

    .mb-xs-19 {
        margin-bottom: 9.5rem !important
    }

    .mb-xs-20 {
        margin-bottom: 10rem !important
    }

    .mb-xs-21 {
        margin-bottom: 10.5rem !important
    }

    .mb-xs-22 {
        margin-bottom: 11rem !important
    }

    .mb-xs-23 {
        margin-bottom: 11.5rem !important
    }

    .mb-xs-24 {
        margin-bottom: 12rem !important
    }

    .my-xs-0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important
    }

    .mx-xs-0 {
        margin-left: 0rem !important;
        margin-right: 0rem !important
    }

    .my-xs-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .mx-xs-1 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .my-xs-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .mx-xs-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .my-xs-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .mx-xs-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .my-xs-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .mx-xs-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .my-xs-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .mx-xs-5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .my-xs-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .mx-xs-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .my-xs-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .mx-xs-7 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .my-xs-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .mx-xs-8 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .my-xs-9 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .mx-xs-9 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .my-xs-10 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .mx-xs-10 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .my-xs-11 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important
    }

    .mx-xs-11 {
        margin-left: 5.5rem !important;
        margin-right: 5.5rem !important
    }

    .my-xs-12 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }

    .mx-xs-12 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .my-xs-13 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important
    }

    .mx-xs-13 {
        margin-left: 6.5rem !important;
        margin-right: 6.5rem !important
    }

    .my-xs-14 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }

    .mx-xs-14 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .my-xs-15 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }

    .mx-xs-15 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important
    }

    .my-xs-16 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }

    .mx-xs-16 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .my-xs-17 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important
    }

    .mx-xs-17 {
        margin-left: 8.5rem !important;
        margin-right: 8.5rem !important
    }

    .my-xs-18 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important
    }

    .mx-xs-18 {
        margin-left: 9rem !important;
        margin-right: 9rem !important
    }

    .my-xs-19 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important
    }

    .mx-xs-19 {
        margin-left: 9.5rem !important;
        margin-right: 9.5rem !important
    }

    .my-xs-20 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .mx-xs-20 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .my-xs-21 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important
    }

    .mx-xs-21 {
        margin-left: 10.5rem !important;
        margin-right: 10.5rem !important
    }

    .my-xs-22 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important
    }

    .mx-xs-22 {
        margin-left: 11rem !important;
        margin-right: 11rem !important
    }

    .my-xs-23 {
        margin-top: 11.5rem !important;
        margin-bottom: 11.5rem !important
    }

    .mx-xs-23 {
        margin-left: 11.5rem !important;
        margin-right: 11.5rem !important
    }

    .my-xs-24 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important
    }

    .mx-xs-24 {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .p-xs-0 {
        padding: 0rem
    }

    .p-xs-1 {
        padding: .5rem
    }

    .p-xs-2 {
        padding: 1rem
    }

    .p-xs-3 {
        padding: 1.5rem
    }

    .p-xs-4 {
        padding: 2rem
    }

    .p-xs-5 {
        padding: 2.5rem
    }

    .p-xs-6 {
        padding: 3rem
    }

    .p-xs-7 {
        padding: 3.5rem
    }

    .p-xs-8 {
        padding: 4rem
    }

    .p-xs-9 {
        padding: 4.5rem
    }

    .p-xs-10 {
        padding: 5rem
    }

    .p-xs-11 {
        padding: 5.5rem
    }

    .p-xs-12 {
        padding: 6rem
    }

    .p-xs-13 {
        padding: 6.5rem
    }

    .p-xs-14 {
        padding: 7rem
    }

    .p-xs-15 {
        padding: 7.5rem
    }

    .p-xs-16 {
        padding: 8rem
    }

    .p-xs-17 {
        padding: 8.5rem
    }

    .p-xs-18 {
        padding: 9rem
    }

    .p-xs-19 {
        padding: 9.5rem
    }

    .p-xs-20 {
        padding: 10rem
    }

    .p-xs-21 {
        padding: 10.5rem
    }

    .p-xs-22 {
        padding: 11rem
    }

    .p-xs-23 {
        padding: 11.5rem
    }

    .p-xs-24 {
        padding: 12rem
    }

    .pl-xs-0 {
        padding-left: 0rem !important
    }

    .pl-xs-1 {
        padding-left: .5rem !important
    }

    .pl-xs-2 {
        padding-left: 1rem !important
    }

    .pl-xs-3 {
        padding-left: 1.5rem !important
    }

    .pl-xs-4 {
        padding-left: 2rem !important
    }

    .pl-xs-5 {
        padding-left: 2.5rem !important
    }

    .pl-xs-6 {
        padding-left: 3rem !important
    }

    .pl-xs-7 {
        padding-left: 3.5rem !important
    }

    .pl-xs-8 {
        padding-left: 4rem !important
    }

    .pl-xs-9 {
        padding-left: 4.5rem !important
    }

    .pl-xs-10 {
        padding-left: 5rem !important
    }

    .pl-xs-11 {
        padding-left: 5.5rem !important
    }

    .pl-xs-12 {
        padding-left: 6rem !important
    }

    .pl-xs-13 {
        padding-left: 6.5rem !important
    }

    .pl-xs-14 {
        padding-left: 7rem !important
    }

    .pl-xs-15 {
        padding-left: 7.5rem !important
    }

    .pl-xs-16 {
        padding-left: 8rem !important
    }

    .pl-xs-17 {
        padding-left: 8.5rem !important
    }

    .pl-xs-18 {
        padding-left: 9rem !important
    }

    .pl-xs-19 {
        padding-left: 9.5rem !important
    }

    .pl-xs-20 {
        padding-left: 10rem !important
    }

    .pl-xs-21 {
        padding-left: 10.5rem !important
    }

    .pl-xs-22 {
        padding-left: 11rem !important
    }

    .pl-xs-23 {
        padding-left: 11.5rem !important
    }

    .pl-xs-24 {
        padding-left: 12rem !important
    }

    .pr-xs-0 {
        padding-right: 0rem !important
    }

    .pr-xs-1 {
        padding-right: .5rem !important
    }

    .pr-xs-2 {
        padding-right: 1rem !important
    }

    .pr-xs-3 {
        padding-right: 1.5rem !important
    }

    .pr-xs-4 {
        padding-right: 2rem !important
    }

    .pr-xs-5 {
        padding-right: 2.5rem !important
    }

    .pr-xs-6 {
        padding-right: 3rem !important
    }

    .pr-xs-7 {
        padding-right: 3.5rem !important
    }

    .pr-xs-8 {
        padding-right: 4rem !important
    }

    .pr-xs-9 {
        padding-right: 4.5rem !important
    }

    .pr-xs-10 {
        padding-right: 5rem !important
    }

    .pr-xs-11 {
        padding-right: 5.5rem !important
    }

    .pr-xs-12 {
        padding-right: 6rem !important
    }

    .pr-xs-13 {
        padding-right: 6.5rem !important
    }

    .pr-xs-14 {
        padding-right: 7rem !important
    }

    .pr-xs-15 {
        padding-right: 7.5rem !important
    }

    .pr-xs-16 {
        padding-right: 8rem !important
    }

    .pr-xs-17 {
        padding-right: 8.5rem !important
    }

    .pr-xs-18 {
        padding-right: 9rem !important
    }

    .pr-xs-19 {
        padding-right: 9.5rem !important
    }

    .pr-xs-20 {
        padding-right: 10rem !important
    }

    .pr-xs-21 {
        padding-right: 10.5rem !important
    }

    .pr-xs-22 {
        padding-right: 11rem !important
    }

    .pr-xs-23 {
        padding-right: 11.5rem !important
    }

    .pr-xs-24 {
        padding-right: 12rem !important
    }

    .pt-xs-0 {
        padding-top: 0rem !important
    }

    .pt-xs-1 {
        padding-top: .5rem !important
    }

    .pt-xs-2 {
        padding-top: 1rem !important
    }

    .pt-xs-3 {
        padding-top: 1.5rem !important
    }

    .pt-xs-4 {
        padding-top: 2rem !important
    }

    .pt-xs-5 {
        padding-top: 2.5rem !important
    }

    .pt-xs-6 {
        padding-top: 3rem !important
    }

    .pt-xs-7 {
        padding-top: 3.5rem !important
    }

    .pt-xs-8 {
        padding-top: 4rem !important
    }

    .pt-xs-9 {
        padding-top: 4.5rem !important
    }

    .pt-xs-10 {
        padding-top: 5rem !important
    }

    .pt-xs-11 {
        padding-top: 5.5rem !important
    }

    .pt-xs-12 {
        padding-top: 6rem !important
    }

    .pt-xs-13 {
        padding-top: 6.5rem !important
    }

    .pt-xs-14 {
        padding-top: 7rem !important
    }

    .pt-xs-15 {
        padding-top: 7.5rem !important
    }

    .pt-xs-16 {
        padding-top: 8rem !important
    }

    .pt-xs-17 {
        padding-top: 8.5rem !important
    }

    .pt-xs-18 {
        padding-top: 9rem !important
    }

    .pt-xs-19 {
        padding-top: 9.5rem !important
    }

    .pt-xs-20 {
        padding-top: 10rem !important
    }

    .pt-xs-21 {
        padding-top: 10.5rem !important
    }

    .pt-xs-22 {
        padding-top: 11rem !important
    }

    .pt-xs-23 {
        padding-top: 11.5rem !important
    }

    .pt-xs-24 {
        padding-top: 12rem !important
    }

    .pb-xs-0 {
        padding-bottom: 0rem !important
    }

    .pb-xs-1 {
        padding-bottom: .5rem !important
    }

    .pb-xs-2 {
        padding-bottom: 1rem !important
    }

    .pb-xs-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-xs-4 {
        padding-bottom: 2rem !important
    }

    .pb-xs-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-xs-6 {
        padding-bottom: 3rem !important
    }

    .pb-xs-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-xs-8 {
        padding-bottom: 4rem !important
    }

    .pb-xs-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-xs-10 {
        padding-bottom: 5rem !important
    }

    .pb-xs-11 {
        padding-bottom: 5.5rem !important
    }

    .pb-xs-12 {
        padding-bottom: 6rem !important
    }

    .pb-xs-13 {
        padding-bottom: 6.5rem !important
    }

    .pb-xs-14 {
        padding-bottom: 7rem !important
    }

    .pb-xs-15 {
        padding-bottom: 7.5rem !important
    }

    .pb-xs-16 {
        padding-bottom: 8rem !important
    }

    .pb-xs-17 {
        padding-bottom: 8.5rem !important
    }

    .pb-xs-18 {
        padding-bottom: 9rem !important
    }

    .pb-xs-19 {
        padding-bottom: 9.5rem !important
    }

    .pb-xs-20 {
        padding-bottom: 10rem !important
    }

    .pb-xs-21 {
        padding-bottom: 10.5rem !important
    }

    .pb-xs-22 {
        padding-bottom: 11rem !important
    }

    .pb-xs-23 {
        padding-bottom: 11.5rem !important
    }

    .pb-xs-24 {
        padding-bottom: 12rem !important
    }

    .px-xs-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important
    }

    .px-xs-1 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xs-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xs-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xs-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xs-5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-xs-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xs-7 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-xs-8 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-xs-9 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-xs-10 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-xs-11 {
        padding-left: 5.5rem !important;
        padding-right: 5.5rem !important
    }

    .px-xs-12 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-xs-13 {
        padding-left: 6.5rem !important;
        padding-right: 6.5rem !important
    }

    .px-xs-14 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-xs-15 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .px-xs-16 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-xs-17 {
        padding-left: 8.5rem !important;
        padding-right: 8.5rem !important
    }

    .px-xs-18 {
        padding-left: 9rem !important;
        padding-right: 9rem !important
    }

    .px-xs-19 {
        padding-left: 9.5rem !important;
        padding-right: 9.5rem !important
    }

    .px-xs-20 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .px-xs-21 {
        padding-left: 10.5rem !important;
        padding-right: 10.5rem !important
    }

    .px-xs-22 {
        padding-left: 11rem !important;
        padding-right: 11rem !important
    }

    .px-xs-23 {
        padding-left: 11.5rem !important;
        padding-right: 11.5rem !important
    }

    .px-xs-24 {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .py-xs-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important
    }

    .py-xs-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xs-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xs-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xs-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-xs-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .py-xs-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xs-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .py-xs-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .py-xs-9 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .py-xs-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .py-xs-11 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important
    }

    .py-xs-12 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .py-xs-13 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important
    }

    .py-xs-14 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }

    .py-xs-15 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .py-xs-16 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .py-xs-17 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important
    }

    .py-xs-18 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important
    }

    .py-xs-19 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important
    }

    .py-xs-20 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-xs-21 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important
    }

    .py-xs-22 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important
    }

    .py-xs-23 {
        padding-top: 11.5rem !important;
        padding-bottom: 11.5rem !important
    }

    .py-xs-24 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important
    }
}

@media screen and (min-width: 878.5px) {
    .m-sm-0 {
        margin: 0rem
    }

    .m-sm-1 {
        margin: .5rem
    }

    .m-sm-2 {
        margin: 1rem
    }

    .m-sm-3 {
        margin: 1.5rem
    }

    .m-sm-4 {
        margin: 2rem
    }

    .m-sm-5 {
        margin: 2.5rem
    }

    .m-sm-6 {
        margin: 3rem
    }

    .m-sm-7 {
        margin: 3.5rem
    }

    .m-sm-8 {
        margin: 4rem
    }

    .m-sm-9 {
        margin: 4.5rem
    }

    .m-sm-10 {
        margin: 5rem
    }

    .m-sm-11 {
        margin: 5.5rem
    }

    .m-sm-12 {
        margin: 6rem
    }

    .m-sm-13 {
        margin: 6.5rem
    }

    .m-sm-14 {
        margin: 7rem
    }

    .m-sm-15 {
        margin: 7.5rem
    }

    .m-sm-16 {
        margin: 8rem
    }

    .m-sm-17 {
        margin: 8.5rem
    }

    .m-sm-18 {
        margin: 9rem
    }

    .m-sm-19 {
        margin: 9.5rem
    }

    .m-sm-20 {
        margin: 10rem
    }

    .m-sm-21 {
        margin: 10.5rem
    }

    .m-sm-22 {
        margin: 11rem
    }

    .m-sm-23 {
        margin: 11.5rem
    }

    .m-sm-24 {
        margin: 12rem
    }

    .ml-sm-0 {
        margin-left: 0rem !important
    }

    .ml-sm-1 {
        margin-left: .5rem !important
    }

    .ml-sm-2 {
        margin-left: 1rem !important
    }

    .ml-sm-3 {
        margin-left: 1.5rem !important
    }

    .ml-sm-4 {
        margin-left: 2rem !important
    }

    .ml-sm-5 {
        margin-left: 2.5rem !important
    }

    .ml-sm-6 {
        margin-left: 3rem !important
    }

    .ml-sm-7 {
        margin-left: 3.5rem !important
    }

    .ml-sm-8 {
        margin-left: 4rem !important
    }

    .ml-sm-9 {
        margin-left: 4.5rem !important
    }

    .ml-sm-10 {
        margin-left: 5rem !important
    }

    .ml-sm-11 {
        margin-left: 5.5rem !important
    }

    .ml-sm-12 {
        margin-left: 6rem !important
    }

    .ml-sm-13 {
        margin-left: 6.5rem !important
    }

    .ml-sm-14 {
        margin-left: 7rem !important
    }

    .ml-sm-15 {
        margin-left: 7.5rem !important
    }

    .ml-sm-16 {
        margin-left: 8rem !important
    }

    .ml-sm-17 {
        margin-left: 8.5rem !important
    }

    .ml-sm-18 {
        margin-left: 9rem !important
    }

    .ml-sm-19 {
        margin-left: 9.5rem !important
    }

    .ml-sm-20 {
        margin-left: 10rem !important
    }

    .ml-sm-21 {
        margin-left: 10.5rem !important
    }

    .ml-sm-22 {
        margin-left: 11rem !important
    }

    .ml-sm-23 {
        margin-left: 11.5rem !important
    }

    .ml-sm-24 {
        margin-left: 12rem !important
    }

    .mr-sm-0 {
        margin-right: 0rem !important
    }

    .mr-sm-1 {
        margin-right: .5rem !important
    }

    .mr-sm-2 {
        margin-right: 1rem !important
    }

    .mr-sm-3 {
        margin-right: 1.5rem !important
    }

    .mr-sm-4 {
        margin-right: 2rem !important
    }

    .mr-sm-5 {
        margin-right: 2.5rem !important
    }

    .mr-sm-6 {
        margin-right: 3rem !important
    }

    .mr-sm-7 {
        margin-right: 3.5rem !important
    }

    .mr-sm-8 {
        margin-right: 4rem !important
    }

    .mr-sm-9 {
        margin-right: 4.5rem !important
    }

    .mr-sm-10 {
        margin-right: 5rem !important
    }

    .mr-sm-11 {
        margin-right: 5.5rem !important
    }

    .mr-sm-12 {
        margin-right: 6rem !important
    }

    .mr-sm-13 {
        margin-right: 6.5rem !important
    }

    .mr-sm-14 {
        margin-right: 7rem !important
    }

    .mr-sm-15 {
        margin-right: 7.5rem !important
    }

    .mr-sm-16 {
        margin-right: 8rem !important
    }

    .mr-sm-17 {
        margin-right: 8.5rem !important
    }

    .mr-sm-18 {
        margin-right: 9rem !important
    }

    .mr-sm-19 {
        margin-right: 9.5rem !important
    }

    .mr-sm-20 {
        margin-right: 10rem !important
    }

    .mr-sm-21 {
        margin-right: 10.5rem !important
    }

    .mr-sm-22 {
        margin-right: 11rem !important
    }

    .mr-sm-23 {
        margin-right: 11.5rem !important
    }

    .mr-sm-24 {
        margin-right: 12rem !important
    }

    .mt-sm-0 {
        margin-top: 0rem !important
    }

    .mt-sm-1 {
        margin-top: .5rem !important
    }

    .mt-sm-2 {
        margin-top: 1rem !important
    }

    .mt-sm-3 {
        margin-top: 1.5rem !important
    }

    .mt-sm-4 {
        margin-top: 2rem !important
    }

    .mt-sm-5 {
        margin-top: 2.5rem !important
    }

    .mt-sm-6 {
        margin-top: 3rem !important
    }

    .mt-sm-7 {
        margin-top: 3.5rem !important
    }

    .mt-sm-8 {
        margin-top: 4rem !important
    }

    .mt-sm-9 {
        margin-top: 4.5rem !important
    }

    .mt-sm-10 {
        margin-top: 5rem !important
    }

    .mt-sm-11 {
        margin-top: 5.5rem !important
    }

    .mt-sm-12 {
        margin-top: 6rem !important
    }

    .mt-sm-13 {
        margin-top: 6.5rem !important
    }

    .mt-sm-14 {
        margin-top: 7rem !important
    }

    .mt-sm-15 {
        margin-top: 7.5rem !important
    }

    .mt-sm-16 {
        margin-top: 8rem !important
    }

    .mt-sm-17 {
        margin-top: 8.5rem !important
    }

    .mt-sm-18 {
        margin-top: 9rem !important
    }

    .mt-sm-19 {
        margin-top: 9.5rem !important
    }

    .mt-sm-20 {
        margin-top: 10rem !important
    }

    .mt-sm-21 {
        margin-top: 10.5rem !important
    }

    .mt-sm-22 {
        margin-top: 11rem !important
    }

    .mt-sm-23 {
        margin-top: 11.5rem !important
    }

    .mt-sm-24 {
        margin-top: 12rem !important
    }

    .mb-sm-0 {
        margin-bottom: 0rem !important
    }

    .mb-sm-1 {
        margin-bottom: .5rem !important
    }

    .mb-sm-2 {
        margin-bottom: 1rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-4 {
        margin-bottom: 2rem !important
    }

    .mb-sm-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-sm-6 {
        margin-bottom: 3rem !important
    }

    .mb-sm-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-sm-8 {
        margin-bottom: 4rem !important
    }

    .mb-sm-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-sm-10 {
        margin-bottom: 5rem !important
    }

    .mb-sm-11 {
        margin-bottom: 5.5rem !important
    }

    .mb-sm-12 {
        margin-bottom: 6rem !important
    }

    .mb-sm-13 {
        margin-bottom: 6.5rem !important
    }

    .mb-sm-14 {
        margin-bottom: 7rem !important
    }

    .mb-sm-15 {
        margin-bottom: 7.5rem !important
    }

    .mb-sm-16 {
        margin-bottom: 8rem !important
    }

    .mb-sm-17 {
        margin-bottom: 8.5rem !important
    }

    .mb-sm-18 {
        margin-bottom: 9rem !important
    }

    .mb-sm-19 {
        margin-bottom: 9.5rem !important
    }

    .mb-sm-20 {
        margin-bottom: 10rem !important
    }

    .mb-sm-21 {
        margin-bottom: 10.5rem !important
    }

    .mb-sm-22 {
        margin-bottom: 11rem !important
    }

    .mb-sm-23 {
        margin-bottom: 11.5rem !important
    }

    .mb-sm-24 {
        margin-bottom: 12rem !important
    }

    .my-sm-0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important
    }

    .mx-sm-0 {
        margin-left: 0rem !important;
        margin-right: 0rem !important
    }

    .my-sm-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .mx-sm-1 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .my-sm-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .mx-sm-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .my-sm-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .mx-sm-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .my-sm-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .mx-sm-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .my-sm-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .mx-sm-5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .my-sm-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .mx-sm-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .my-sm-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .mx-sm-7 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .my-sm-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .mx-sm-8 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .my-sm-9 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .mx-sm-9 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .my-sm-10 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .mx-sm-10 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .my-sm-11 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important
    }

    .mx-sm-11 {
        margin-left: 5.5rem !important;
        margin-right: 5.5rem !important
    }

    .my-sm-12 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }

    .mx-sm-12 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .my-sm-13 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important
    }

    .mx-sm-13 {
        margin-left: 6.5rem !important;
        margin-right: 6.5rem !important
    }

    .my-sm-14 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }

    .mx-sm-14 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .my-sm-15 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }

    .mx-sm-15 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important
    }

    .my-sm-16 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }

    .mx-sm-16 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .my-sm-17 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important
    }

    .mx-sm-17 {
        margin-left: 8.5rem !important;
        margin-right: 8.5rem !important
    }

    .my-sm-18 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important
    }

    .mx-sm-18 {
        margin-left: 9rem !important;
        margin-right: 9rem !important
    }

    .my-sm-19 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important
    }

    .mx-sm-19 {
        margin-left: 9.5rem !important;
        margin-right: 9.5rem !important
    }

    .my-sm-20 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .mx-sm-20 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .my-sm-21 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important
    }

    .mx-sm-21 {
        margin-left: 10.5rem !important;
        margin-right: 10.5rem !important
    }

    .my-sm-22 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important
    }

    .mx-sm-22 {
        margin-left: 11rem !important;
        margin-right: 11rem !important
    }

    .my-sm-23 {
        margin-top: 11.5rem !important;
        margin-bottom: 11.5rem !important
    }

    .mx-sm-23 {
        margin-left: 11.5rem !important;
        margin-right: 11.5rem !important
    }

    .my-sm-24 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important
    }

    .mx-sm-24 {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .p-sm-0 {
        padding: 0rem
    }

    .p-sm-1 {
        padding: .5rem
    }

    .p-sm-2 {
        padding: 1rem
    }

    .p-sm-3 {
        padding: 1.5rem
    }

    .p-sm-4 {
        padding: 2rem
    }

    .p-sm-5 {
        padding: 2.5rem
    }

    .p-sm-6 {
        padding: 3rem
    }

    .p-sm-7 {
        padding: 3.5rem
    }

    .p-sm-8 {
        padding: 4rem
    }

    .p-sm-9 {
        padding: 4.5rem
    }

    .p-sm-10 {
        padding: 5rem
    }

    .p-sm-11 {
        padding: 5.5rem
    }

    .p-sm-12 {
        padding: 6rem
    }

    .p-sm-13 {
        padding: 6.5rem
    }

    .p-sm-14 {
        padding: 7rem
    }

    .p-sm-15 {
        padding: 7.5rem
    }

    .p-sm-16 {
        padding: 8rem
    }

    .p-sm-17 {
        padding: 8.5rem
    }

    .p-sm-18 {
        padding: 9rem
    }

    .p-sm-19 {
        padding: 9.5rem
    }

    .p-sm-20 {
        padding: 10rem
    }

    .p-sm-21 {
        padding: 10.5rem
    }

    .p-sm-22 {
        padding: 11rem
    }

    .p-sm-23 {
        padding: 11.5rem
    }

    .p-sm-24 {
        padding: 12rem
    }

    .pl-sm-0 {
        padding-left: 0rem !important
    }

    .pl-sm-1 {
        padding-left: .5rem !important
    }

    .pl-sm-2 {
        padding-left: 1rem !important
    }

    .pl-sm-3 {
        padding-left: 1.5rem !important
    }

    .pl-sm-4 {
        padding-left: 2rem !important
    }

    .pl-sm-5 {
        padding-left: 2.5rem !important
    }

    .pl-sm-6 {
        padding-left: 3rem !important
    }

    .pl-sm-7 {
        padding-left: 3.5rem !important
    }

    .pl-sm-8 {
        padding-left: 4rem !important
    }

    .pl-sm-9 {
        padding-left: 4.5rem !important
    }

    .pl-sm-10 {
        padding-left: 5rem !important
    }

    .pl-sm-11 {
        padding-left: 5.5rem !important
    }

    .pl-sm-12 {
        padding-left: 6rem !important
    }

    .pl-sm-13 {
        padding-left: 6.5rem !important
    }

    .pl-sm-14 {
        padding-left: 7rem !important
    }

    .pl-sm-15 {
        padding-left: 7.5rem !important
    }

    .pl-sm-16 {
        padding-left: 8rem !important
    }

    .pl-sm-17 {
        padding-left: 8.5rem !important
    }

    .pl-sm-18 {
        padding-left: 9rem !important
    }

    .pl-sm-19 {
        padding-left: 9.5rem !important
    }

    .pl-sm-20 {
        padding-left: 10rem !important
    }

    .pl-sm-21 {
        padding-left: 10.5rem !important
    }

    .pl-sm-22 {
        padding-left: 11rem !important
    }

    .pl-sm-23 {
        padding-left: 11.5rem !important
    }

    .pl-sm-24 {
        padding-left: 12rem !important
    }

    .pr-sm-0 {
        padding-right: 0rem !important
    }

    .pr-sm-1 {
        padding-right: .5rem !important
    }

    .pr-sm-2 {
        padding-right: 1rem !important
    }

    .pr-sm-3 {
        padding-right: 1.5rem !important
    }

    .pr-sm-4 {
        padding-right: 2rem !important
    }

    .pr-sm-5 {
        padding-right: 2.5rem !important
    }

    .pr-sm-6 {
        padding-right: 3rem !important
    }

    .pr-sm-7 {
        padding-right: 3.5rem !important
    }

    .pr-sm-8 {
        padding-right: 4rem !important
    }

    .pr-sm-9 {
        padding-right: 4.5rem !important
    }

    .pr-sm-10 {
        padding-right: 5rem !important
    }

    .pr-sm-11 {
        padding-right: 5.5rem !important
    }

    .pr-sm-12 {
        padding-right: 6rem !important
    }

    .pr-sm-13 {
        padding-right: 6.5rem !important
    }

    .pr-sm-14 {
        padding-right: 7rem !important
    }

    .pr-sm-15 {
        padding-right: 7.5rem !important
    }

    .pr-sm-16 {
        padding-right: 8rem !important
    }

    .pr-sm-17 {
        padding-right: 8.5rem !important
    }

    .pr-sm-18 {
        padding-right: 9rem !important
    }

    .pr-sm-19 {
        padding-right: 9.5rem !important
    }

    .pr-sm-20 {
        padding-right: 10rem !important
    }

    .pr-sm-21 {
        padding-right: 10.5rem !important
    }

    .pr-sm-22 {
        padding-right: 11rem !important
    }

    .pr-sm-23 {
        padding-right: 11.5rem !important
    }

    .pr-sm-24 {
        padding-right: 12rem !important
    }

    .pt-sm-0 {
        padding-top: 0rem !important
    }

    .pt-sm-1 {
        padding-top: .5rem !important
    }

    .pt-sm-2 {
        padding-top: 1rem !important
    }

    .pt-sm-3 {
        padding-top: 1.5rem !important
    }

    .pt-sm-4 {
        padding-top: 2rem !important
    }

    .pt-sm-5 {
        padding-top: 2.5rem !important
    }

    .pt-sm-6 {
        padding-top: 3rem !important
    }

    .pt-sm-7 {
        padding-top: 3.5rem !important
    }

    .pt-sm-8 {
        padding-top: 4rem !important
    }

    .pt-sm-9 {
        padding-top: 4.5rem !important
    }

    .pt-sm-10 {
        padding-top: 5rem !important
    }

    .pt-sm-11 {
        padding-top: 5.5rem !important
    }

    .pt-sm-12 {
        padding-top: 6rem !important
    }

    .pt-sm-13 {
        padding-top: 6.5rem !important
    }

    .pt-sm-14 {
        padding-top: 7rem !important
    }

    .pt-sm-15 {
        padding-top: 7.5rem !important
    }

    .pt-sm-16 {
        padding-top: 8rem !important
    }

    .pt-sm-17 {
        padding-top: 8.5rem !important
    }

    .pt-sm-18 {
        padding-top: 9rem !important
    }

    .pt-sm-19 {
        padding-top: 9.5rem !important
    }

    .pt-sm-20 {
        padding-top: 10rem !important
    }

    .pt-sm-21 {
        padding-top: 10.5rem !important
    }

    .pt-sm-22 {
        padding-top: 11rem !important
    }

    .pt-sm-23 {
        padding-top: 11.5rem !important
    }

    .pt-sm-24 {
        padding-top: 12rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0rem !important
    }

    .pb-sm-1 {
        padding-bottom: .5rem !important
    }

    .pb-sm-2 {
        padding-bottom: 1rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-4 {
        padding-bottom: 2rem !important
    }

    .pb-sm-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-sm-6 {
        padding-bottom: 3rem !important
    }

    .pb-sm-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-sm-8 {
        padding-bottom: 4rem !important
    }

    .pb-sm-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-sm-10 {
        padding-bottom: 5rem !important
    }

    .pb-sm-11 {
        padding-bottom: 5.5rem !important
    }

    .pb-sm-12 {
        padding-bottom: 6rem !important
    }

    .pb-sm-13 {
        padding-bottom: 6.5rem !important
    }

    .pb-sm-14 {
        padding-bottom: 7rem !important
    }

    .pb-sm-15 {
        padding-bottom: 7.5rem !important
    }

    .pb-sm-16 {
        padding-bottom: 8rem !important
    }

    .pb-sm-17 {
        padding-bottom: 8.5rem !important
    }

    .pb-sm-18 {
        padding-bottom: 9rem !important
    }

    .pb-sm-19 {
        padding-bottom: 9.5rem !important
    }

    .pb-sm-20 {
        padding-bottom: 10rem !important
    }

    .pb-sm-21 {
        padding-bottom: 10.5rem !important
    }

    .pb-sm-22 {
        padding-bottom: 11rem !important
    }

    .pb-sm-23 {
        padding-bottom: 11.5rem !important
    }

    .pb-sm-24 {
        padding-bottom: 12rem !important
    }

    .px-sm-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important
    }

    .px-sm-1 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-sm-5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-sm-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-sm-7 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-sm-8 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-sm-9 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-sm-10 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-sm-11 {
        padding-left: 5.5rem !important;
        padding-right: 5.5rem !important
    }

    .px-sm-12 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-sm-13 {
        padding-left: 6.5rem !important;
        padding-right: 6.5rem !important
    }

    .px-sm-14 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-sm-15 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .px-sm-16 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-sm-17 {
        padding-left: 8.5rem !important;
        padding-right: 8.5rem !important
    }

    .px-sm-18 {
        padding-left: 9rem !important;
        padding-right: 9rem !important
    }

    .px-sm-19 {
        padding-left: 9.5rem !important;
        padding-right: 9.5rem !important
    }

    .px-sm-20 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .px-sm-21 {
        padding-left: 10.5rem !important;
        padding-right: 10.5rem !important
    }

    .px-sm-22 {
        padding-left: 11rem !important;
        padding-right: 11rem !important
    }

    .px-sm-23 {
        padding-left: 11.5rem !important;
        padding-right: 11.5rem !important
    }

    .px-sm-24 {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .py-sm-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important
    }

    .py-sm-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-sm-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .py-sm-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-sm-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .py-sm-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .py-sm-9 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .py-sm-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .py-sm-11 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important
    }

    .py-sm-12 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .py-sm-13 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important
    }

    .py-sm-14 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }

    .py-sm-15 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .py-sm-16 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .py-sm-17 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important
    }

    .py-sm-18 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important
    }

    .py-sm-19 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important
    }

    .py-sm-20 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-sm-21 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important
    }

    .py-sm-22 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important
    }

    .py-sm-23 {
        padding-top: 11.5rem !important;
        padding-bottom: 11.5rem !important
    }

    .py-sm-24 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important
    }
}

@media screen and (min-width: 1024.5px) {
    .m-md-0 {
        margin: 0rem
    }

    .m-md-1 {
        margin: .5rem
    }

    .m-md-2 {
        margin: 1rem
    }

    .m-md-3 {
        margin: 1.5rem
    }

    .m-md-4 {
        margin: 2rem
    }

    .m-md-5 {
        margin: 2.5rem
    }

    .m-md-6 {
        margin: 3rem
    }

    .m-md-7 {
        margin: 3.5rem
    }

    .m-md-8 {
        margin: 4rem
    }

    .m-md-9 {
        margin: 4.5rem
    }

    .m-md-10 {
        margin: 5rem
    }

    .m-md-11 {
        margin: 5.5rem
    }

    .m-md-12 {
        margin: 6rem
    }

    .m-md-13 {
        margin: 6.5rem
    }

    .m-md-14 {
        margin: 7rem
    }

    .m-md-15 {
        margin: 7.5rem
    }

    .m-md-16 {
        margin: 8rem
    }

    .m-md-17 {
        margin: 8.5rem
    }

    .m-md-18 {
        margin: 9rem
    }

    .m-md-19 {
        margin: 9.5rem
    }

    .m-md-20 {
        margin: 10rem
    }

    .m-md-21 {
        margin: 10.5rem
    }

    .m-md-22 {
        margin: 11rem
    }

    .m-md-23 {
        margin: 11.5rem
    }

    .m-md-24 {
        margin: 12rem
    }

    .ml-md-0 {
        margin-left: 0rem !important
    }

    .ml-md-1 {
        margin-left: .5rem !important
    }

    .ml-md-2 {
        margin-left: 1rem !important
    }

    .ml-md-3 {
        margin-left: 1.5rem !important
    }

    .ml-md-4 {
        margin-left: 2rem !important
    }

    .ml-md-5 {
        margin-left: 2.5rem !important
    }

    .ml-md-6 {
        margin-left: 3rem !important
    }

    .ml-md-7 {
        margin-left: 3.5rem !important
    }

    .ml-md-8 {
        margin-left: 4rem !important
    }

    .ml-md-9 {
        margin-left: 4.5rem !important
    }

    .ml-md-10 {
        margin-left: 5rem !important
    }

    .ml-md-11 {
        margin-left: 5.5rem !important
    }

    .ml-md-12 {
        margin-left: 6rem !important
    }

    .ml-md-13 {
        margin-left: 6.5rem !important
    }

    .ml-md-14 {
        margin-left: 7rem !important
    }

    .ml-md-15 {
        margin-left: 7.5rem !important
    }

    .ml-md-16 {
        margin-left: 8rem !important
    }

    .ml-md-17 {
        margin-left: 8.5rem !important
    }

    .ml-md-18 {
        margin-left: 9rem !important
    }

    .ml-md-19 {
        margin-left: 9.5rem !important
    }

    .ml-md-20 {
        margin-left: 10rem !important
    }

    .ml-md-21 {
        margin-left: 10.5rem !important
    }

    .ml-md-22 {
        margin-left: 11rem !important
    }

    .ml-md-23 {
        margin-left: 11.5rem !important
    }

    .ml-md-24 {
        margin-left: 12rem !important
    }

    .mr-md-0 {
        margin-right: 0rem !important
    }

    .mr-md-1 {
        margin-right: .5rem !important
    }

    .mr-md-2 {
        margin-right: 1rem !important
    }

    .mr-md-3 {
        margin-right: 1.5rem !important
    }

    .mr-md-4 {
        margin-right: 2rem !important
    }

    .mr-md-5 {
        margin-right: 2.5rem !important
    }

    .mr-md-6 {
        margin-right: 3rem !important
    }

    .mr-md-7 {
        margin-right: 3.5rem !important
    }

    .mr-md-8 {
        margin-right: 4rem !important
    }

    .mr-md-9 {
        margin-right: 4.5rem !important
    }

    .mr-md-10 {
        margin-right: 5rem !important
    }

    .mr-md-11 {
        margin-right: 5.5rem !important
    }

    .mr-md-12 {
        margin-right: 6rem !important
    }

    .mr-md-13 {
        margin-right: 6.5rem !important
    }

    .mr-md-14 {
        margin-right: 7rem !important
    }

    .mr-md-15 {
        margin-right: 7.5rem !important
    }

    .mr-md-16 {
        margin-right: 8rem !important
    }

    .mr-md-17 {
        margin-right: 8.5rem !important
    }

    .mr-md-18 {
        margin-right: 9rem !important
    }

    .mr-md-19 {
        margin-right: 9.5rem !important
    }

    .mr-md-20 {
        margin-right: 10rem !important
    }

    .mr-md-21 {
        margin-right: 10.5rem !important
    }

    .mr-md-22 {
        margin-right: 11rem !important
    }

    .mr-md-23 {
        margin-right: 11.5rem !important
    }

    .mr-md-24 {
        margin-right: 12rem !important
    }

    .mt-md-0 {
        margin-top: 0rem !important
    }

    .mt-md-1 {
        margin-top: .5rem !important
    }

    .mt-md-2 {
        margin-top: 1rem !important
    }

    .mt-md-3 {
        margin-top: 1.5rem !important
    }

    .mt-md-4 {
        margin-top: 2rem !important
    }

    .mt-md-5 {
        margin-top: 2.5rem !important
    }

    .mt-md-6 {
        margin-top: 3rem !important
    }

    .mt-md-7 {
        margin-top: 3.5rem !important
    }

    .mt-md-8 {
        margin-top: 4rem !important
    }

    .mt-md-9 {
        margin-top: 4.5rem !important
    }

    .mt-md-10 {
        margin-top: 5rem !important
    }

    .mt-md-11 {
        margin-top: 5.5rem !important
    }

    .mt-md-12 {
        margin-top: 6rem !important
    }

    .mt-md-13 {
        margin-top: 6.5rem !important
    }

    .mt-md-14 {
        margin-top: 7rem !important
    }

    .mt-md-15 {
        margin-top: 7.5rem !important
    }

    .mt-md-16 {
        margin-top: 8rem !important
    }

    .mt-md-17 {
        margin-top: 8.5rem !important
    }

    .mt-md-18 {
        margin-top: 9rem !important
    }

    .mt-md-19 {
        margin-top: 9.5rem !important
    }

    .mt-md-20 {
        margin-top: 10rem !important
    }

    .mt-md-21 {
        margin-top: 10.5rem !important
    }

    .mt-md-22 {
        margin-top: 11rem !important
    }

    .mt-md-23 {
        margin-top: 11.5rem !important
    }

    .mt-md-24 {
        margin-top: 12rem !important
    }

    .mb-md-0 {
        margin-bottom: 0rem !important
    }

    .mb-md-1 {
        margin-bottom: .5rem !important
    }

    .mb-md-2 {
        margin-bottom: 1rem !important
    }

    .mb-md-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-4 {
        margin-bottom: 2rem !important
    }

    .mb-md-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-md-6 {
        margin-bottom: 3rem !important
    }

    .mb-md-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-md-8 {
        margin-bottom: 4rem !important
    }

    .mb-md-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-md-10 {
        margin-bottom: 5rem !important
    }

    .mb-md-11 {
        margin-bottom: 5.5rem !important
    }

    .mb-md-12 {
        margin-bottom: 6rem !important
    }

    .mb-md-13 {
        margin-bottom: 6.5rem !important
    }

    .mb-md-14 {
        margin-bottom: 7rem !important
    }

    .mb-md-15 {
        margin-bottom: 7.5rem !important
    }

    .mb-md-16 {
        margin-bottom: 8rem !important
    }

    .mb-md-17 {
        margin-bottom: 8.5rem !important
    }

    .mb-md-18 {
        margin-bottom: 9rem !important
    }

    .mb-md-19 {
        margin-bottom: 9.5rem !important
    }

    .mb-md-20 {
        margin-bottom: 10rem !important
    }

    .mb-md-21 {
        margin-bottom: 10.5rem !important
    }

    .mb-md-22 {
        margin-bottom: 11rem !important
    }

    .mb-md-23 {
        margin-bottom: 11.5rem !important
    }

    .mb-md-24 {
        margin-bottom: 12rem !important
    }

    .my-md-0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important
    }

    .mx-md-0 {
        margin-left: 0rem !important;
        margin-right: 0rem !important
    }

    .my-md-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .mx-md-1 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .my-md-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .mx-md-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .my-md-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .mx-md-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .my-md-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .mx-md-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .my-md-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .mx-md-5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .my-md-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .mx-md-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .my-md-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .mx-md-7 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .my-md-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .mx-md-8 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .my-md-9 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .mx-md-9 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .my-md-10 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .mx-md-10 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .my-md-11 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important
    }

    .mx-md-11 {
        margin-left: 5.5rem !important;
        margin-right: 5.5rem !important
    }

    .my-md-12 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }

    .mx-md-12 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .my-md-13 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important
    }

    .mx-md-13 {
        margin-left: 6.5rem !important;
        margin-right: 6.5rem !important
    }

    .my-md-14 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }

    .mx-md-14 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .my-md-15 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }

    .mx-md-15 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important
    }

    .my-md-16 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }

    .mx-md-16 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .my-md-17 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important
    }

    .mx-md-17 {
        margin-left: 8.5rem !important;
        margin-right: 8.5rem !important
    }

    .my-md-18 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important
    }

    .mx-md-18 {
        margin-left: 9rem !important;
        margin-right: 9rem !important
    }

    .my-md-19 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important
    }

    .mx-md-19 {
        margin-left: 9.5rem !important;
        margin-right: 9.5rem !important
    }

    .my-md-20 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .mx-md-20 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .my-md-21 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important
    }

    .mx-md-21 {
        margin-left: 10.5rem !important;
        margin-right: 10.5rem !important
    }

    .my-md-22 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important
    }

    .mx-md-22 {
        margin-left: 11rem !important;
        margin-right: 11rem !important
    }

    .my-md-23 {
        margin-top: 11.5rem !important;
        margin-bottom: 11.5rem !important
    }

    .mx-md-23 {
        margin-left: 11.5rem !important;
        margin-right: 11.5rem !important
    }

    .my-md-24 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important
    }

    .mx-md-24 {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .p-md-0 {
        padding: 0rem
    }

    .p-md-1 {
        padding: .5rem
    }

    .p-md-2 {
        padding: 1rem
    }

    .p-md-3 {
        padding: 1.5rem
    }

    .p-md-4 {
        padding: 2rem
    }

    .p-md-5 {
        padding: 2.5rem
    }

    .p-md-6 {
        padding: 3rem
    }

    .p-md-7 {
        padding: 3.5rem
    }

    .p-md-8 {
        padding: 4rem
    }

    .p-md-9 {
        padding: 4.5rem
    }

    .p-md-10 {
        padding: 5rem
    }

    .p-md-11 {
        padding: 5.5rem
    }

    .p-md-12 {
        padding: 6rem
    }

    .p-md-13 {
        padding: 6.5rem
    }

    .p-md-14 {
        padding: 7rem
    }

    .p-md-15 {
        padding: 7.5rem
    }

    .p-md-16 {
        padding: 8rem
    }

    .p-md-17 {
        padding: 8.5rem
    }

    .p-md-18 {
        padding: 9rem
    }

    .p-md-19 {
        padding: 9.5rem
    }

    .p-md-20 {
        padding: 10rem
    }

    .p-md-21 {
        padding: 10.5rem
    }

    .p-md-22 {
        padding: 11rem
    }

    .p-md-23 {
        padding: 11.5rem
    }

    .p-md-24 {
        padding: 12rem
    }

    .pl-md-0 {
        padding-left: 0rem !important
    }

    .pl-md-1 {
        padding-left: .5rem !important
    }

    .pl-md-2 {
        padding-left: 1rem !important
    }

    .pl-md-3 {
        padding-left: 1.5rem !important
    }

    .pl-md-4 {
        padding-left: 2rem !important
    }

    .pl-md-5 {
        padding-left: 2.5rem !important
    }

    .pl-md-6 {
        padding-left: 3rem !important
    }

    .pl-md-7 {
        padding-left: 3.5rem !important
    }

    .pl-md-8 {
        padding-left: 4rem !important
    }

    .pl-md-9 {
        padding-left: 4.5rem !important
    }

    .pl-md-10 {
        padding-left: 5rem !important
    }

    .pl-md-11 {
        padding-left: 5.5rem !important
    }

    .pl-md-12 {
        padding-left: 6rem !important
    }

    .pl-md-13 {
        padding-left: 6.5rem !important
    }

    .pl-md-14 {
        padding-left: 7rem !important
    }

    .pl-md-15 {
        padding-left: 7.5rem !important
    }

    .pl-md-16 {
        padding-left: 8rem !important
    }

    .pl-md-17 {
        padding-left: 8.5rem !important
    }

    .pl-md-18 {
        padding-left: 9rem !important
    }

    .pl-md-19 {
        padding-left: 9.5rem !important
    }

    .pl-md-20 {
        padding-left: 10rem !important
    }

    .pl-md-21 {
        padding-left: 10.5rem !important
    }

    .pl-md-22 {
        padding-left: 11rem !important
    }

    .pl-md-23 {
        padding-left: 11.5rem !important
    }

    .pl-md-24 {
        padding-left: 12rem !important
    }

    .pr-md-0 {
        padding-right: 0rem !important
    }

    .pr-md-1 {
        padding-right: .5rem !important
    }

    .pr-md-2 {
        padding-right: 1rem !important
    }

    .pr-md-3 {
        padding-right: 1.5rem !important
    }

    .pr-md-4 {
        padding-right: 2rem !important
    }

    .pr-md-5 {
        padding-right: 2.5rem !important
    }

    .pr-md-6 {
        padding-right: 3rem !important
    }

    .pr-md-7 {
        padding-right: 3.5rem !important
    }

    .pr-md-8 {
        padding-right: 4rem !important
    }

    .pr-md-9 {
        padding-right: 4.5rem !important
    }

    .pr-md-10 {
        padding-right: 5rem !important
    }

    .pr-md-11 {
        padding-right: 5.5rem !important
    }

    .pr-md-12 {
        padding-right: 6rem !important
    }

    .pr-md-13 {
        padding-right: 6.5rem !important
    }

    .pr-md-14 {
        padding-right: 7rem !important
    }

    .pr-md-15 {
        padding-right: 7.5rem !important
    }

    .pr-md-16 {
        padding-right: 8rem !important
    }

    .pr-md-17 {
        padding-right: 8.5rem !important
    }

    .pr-md-18 {
        padding-right: 9rem !important
    }

    .pr-md-19 {
        padding-right: 9.5rem !important
    }

    .pr-md-20 {
        padding-right: 10rem !important
    }

    .pr-md-21 {
        padding-right: 10.5rem !important
    }

    .pr-md-22 {
        padding-right: 11rem !important
    }

    .pr-md-23 {
        padding-right: 11.5rem !important
    }

    .pr-md-24 {
        padding-right: 12rem !important
    }

    .pt-md-0 {
        padding-top: 0rem !important
    }

    .pt-md-1 {
        padding-top: .5rem !important
    }

    .pt-md-2 {
        padding-top: 1rem !important
    }

    .pt-md-3 {
        padding-top: 1.5rem !important
    }

    .pt-md-4 {
        padding-top: 2rem !important
    }

    .pt-md-5 {
        padding-top: 2.5rem !important
    }

    .pt-md-6 {
        padding-top: 3rem !important
    }

    .pt-md-7 {
        padding-top: 3.5rem !important
    }

    .pt-md-8 {
        padding-top: 4rem !important
    }

    .pt-md-9 {
        padding-top: 4.5rem !important
    }

    .pt-md-10 {
        padding-top: 5rem !important
    }

    .pt-md-11 {
        padding-top: 5.5rem !important
    }

    .pt-md-12 {
        padding-top: 6rem !important
    }

    .pt-md-13 {
        padding-top: 6.5rem !important
    }

    .pt-md-14 {
        padding-top: 7rem !important
    }

    .pt-md-15 {
        padding-top: 7.5rem !important
    }

    .pt-md-16 {
        padding-top: 8rem !important
    }

    .pt-md-17 {
        padding-top: 8.5rem !important
    }

    .pt-md-18 {
        padding-top: 9rem !important
    }

    .pt-md-19 {
        padding-top: 9.5rem !important
    }

    .pt-md-20 {
        padding-top: 10rem !important
    }

    .pt-md-21 {
        padding-top: 10.5rem !important
    }

    .pt-md-22 {
        padding-top: 11rem !important
    }

    .pt-md-23 {
        padding-top: 11.5rem !important
    }

    .pt-md-24 {
        padding-top: 12rem !important
    }

    .pb-md-0 {
        padding-bottom: 0rem !important
    }

    .pb-md-1 {
        padding-bottom: .5rem !important
    }

    .pb-md-2 {
        padding-bottom: 1rem !important
    }

    .pb-md-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-4 {
        padding-bottom: 2rem !important
    }

    .pb-md-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-md-6 {
        padding-bottom: 3rem !important
    }

    .pb-md-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-md-8 {
        padding-bottom: 4rem !important
    }

    .pb-md-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-md-10 {
        padding-bottom: 5rem !important
    }

    .pb-md-11 {
        padding-bottom: 5.5rem !important
    }

    .pb-md-12 {
        padding-bottom: 6rem !important
    }

    .pb-md-13 {
        padding-bottom: 6.5rem !important
    }

    .pb-md-14 {
        padding-bottom: 7rem !important
    }

    .pb-md-15 {
        padding-bottom: 7.5rem !important
    }

    .pb-md-16 {
        padding-bottom: 8rem !important
    }

    .pb-md-17 {
        padding-bottom: 8.5rem !important
    }

    .pb-md-18 {
        padding-bottom: 9rem !important
    }

    .pb-md-19 {
        padding-bottom: 9.5rem !important
    }

    .pb-md-20 {
        padding-bottom: 10rem !important
    }

    .pb-md-21 {
        padding-bottom: 10.5rem !important
    }

    .pb-md-22 {
        padding-bottom: 11rem !important
    }

    .pb-md-23 {
        padding-bottom: 11.5rem !important
    }

    .pb-md-24 {
        padding-bottom: 12rem !important
    }

    .px-md-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important
    }

    .px-md-1 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-md-5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-md-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-md-7 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-md-8 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-md-9 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-md-10 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-md-11 {
        padding-left: 5.5rem !important;
        padding-right: 5.5rem !important
    }

    .px-md-12 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-md-13 {
        padding-left: 6.5rem !important;
        padding-right: 6.5rem !important
    }

    .px-md-14 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-md-15 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .px-md-16 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-md-17 {
        padding-left: 8.5rem !important;
        padding-right: 8.5rem !important
    }

    .px-md-18 {
        padding-left: 9rem !important;
        padding-right: 9rem !important
    }

    .px-md-19 {
        padding-left: 9.5rem !important;
        padding-right: 9.5rem !important
    }

    .px-md-20 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .px-md-21 {
        padding-left: 10.5rem !important;
        padding-right: 10.5rem !important
    }

    .px-md-22 {
        padding-left: 11rem !important;
        padding-right: 11rem !important
    }

    .px-md-23 {
        padding-left: 11.5rem !important;
        padding-right: 11.5rem !important
    }

    .px-md-24 {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .py-md-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important
    }

    .py-md-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-md-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .py-md-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-md-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .py-md-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .py-md-9 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .py-md-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .py-md-11 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important
    }

    .py-md-12 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .py-md-13 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important
    }

    .py-md-14 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }

    .py-md-15 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .py-md-16 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .py-md-17 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important
    }

    .py-md-18 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important
    }

    .py-md-19 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important
    }

    .py-md-20 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-md-21 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important
    }

    .py-md-22 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important
    }

    .py-md-23 {
        padding-top: 11.5rem !important;
        padding-bottom: 11.5rem !important
    }

    .py-md-24 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important
    }
}

@media screen and (min-width: 1240.5px) {
    .m-lg-0 {
        margin: 0rem
    }

    .m-lg-1 {
        margin: .5rem
    }

    .m-lg-2 {
        margin: 1rem
    }

    .m-lg-3 {
        margin: 1.5rem
    }

    .m-lg-4 {
        margin: 2rem
    }

    .m-lg-5 {
        margin: 2.5rem
    }

    .m-lg-6 {
        margin: 3rem
    }

    .m-lg-7 {
        margin: 3.5rem
    }

    .m-lg-8 {
        margin: 4rem
    }

    .m-lg-9 {
        margin: 4.5rem
    }

    .m-lg-10 {
        margin: 5rem
    }

    .m-lg-11 {
        margin: 5.5rem
    }

    .m-lg-12 {
        margin: 6rem
    }

    .m-lg-13 {
        margin: 6.5rem
    }

    .m-lg-14 {
        margin: 7rem
    }

    .m-lg-15 {
        margin: 7.5rem
    }

    .m-lg-16 {
        margin: 8rem
    }

    .m-lg-17 {
        margin: 8.5rem
    }

    .m-lg-18 {
        margin: 9rem
    }

    .m-lg-19 {
        margin: 9.5rem
    }

    .m-lg-20 {
        margin: 10rem
    }

    .m-lg-21 {
        margin: 10.5rem
    }

    .m-lg-22 {
        margin: 11rem
    }

    .m-lg-23 {
        margin: 11.5rem
    }

    .m-lg-24 {
        margin: 12rem
    }

    .ml-lg-0 {
        margin-left: 0rem !important
    }

    .ml-lg-1 {
        margin-left: .5rem !important
    }

    .ml-lg-2 {
        margin-left: 1rem !important
    }

    .ml-lg-3 {
        margin-left: 1.5rem !important
    }

    .ml-lg-4 {
        margin-left: 2rem !important
    }

    .ml-lg-5 {
        margin-left: 2.5rem !important
    }

    .ml-lg-6 {
        margin-left: 3rem !important
    }

    .ml-lg-7 {
        margin-left: 3.5rem !important
    }

    .ml-lg-8 {
        margin-left: 4rem !important
    }

    .ml-lg-9 {
        margin-left: 4.5rem !important
    }

    .ml-lg-10 {
        margin-left: 5rem !important
    }

    .ml-lg-11 {
        margin-left: 5.5rem !important
    }

    .ml-lg-12 {
        margin-left: 6rem !important
    }

    .ml-lg-13 {
        margin-left: 6.5rem !important
    }

    .ml-lg-14 {
        margin-left: 7rem !important
    }

    .ml-lg-15 {
        margin-left: 7.5rem !important
    }

    .ml-lg-16 {
        margin-left: 8rem !important
    }

    .ml-lg-17 {
        margin-left: 8.5rem !important
    }

    .ml-lg-18 {
        margin-left: 9rem !important
    }

    .ml-lg-19 {
        margin-left: 9.5rem !important
    }

    .ml-lg-20 {
        margin-left: 10rem !important
    }

    .ml-lg-21 {
        margin-left: 10.5rem !important
    }

    .ml-lg-22 {
        margin-left: 11rem !important
    }

    .ml-lg-23 {
        margin-left: 11.5rem !important
    }

    .ml-lg-24 {
        margin-left: 12rem !important
    }

    .mr-lg-0 {
        margin-right: 0rem !important
    }

    .mr-lg-1 {
        margin-right: .5rem !important
    }

    .mr-lg-2 {
        margin-right: 1rem !important
    }

    .mr-lg-3 {
        margin-right: 1.5rem !important
    }

    .mr-lg-4 {
        margin-right: 2rem !important
    }

    .mr-lg-5 {
        margin-right: 2.5rem !important
    }

    .mr-lg-6 {
        margin-right: 3rem !important
    }

    .mr-lg-7 {
        margin-right: 3.5rem !important
    }

    .mr-lg-8 {
        margin-right: 4rem !important
    }

    .mr-lg-9 {
        margin-right: 4.5rem !important
    }

    .mr-lg-10 {
        margin-right: 5rem !important
    }

    .mr-lg-11 {
        margin-right: 5.5rem !important
    }

    .mr-lg-12 {
        margin-right: 6rem !important
    }

    .mr-lg-13 {
        margin-right: 6.5rem !important
    }

    .mr-lg-14 {
        margin-right: 7rem !important
    }

    .mr-lg-15 {
        margin-right: 7.5rem !important
    }

    .mr-lg-16 {
        margin-right: 8rem !important
    }

    .mr-lg-17 {
        margin-right: 8.5rem !important
    }

    .mr-lg-18 {
        margin-right: 9rem !important
    }

    .mr-lg-19 {
        margin-right: 9.5rem !important
    }

    .mr-lg-20 {
        margin-right: 10rem !important
    }

    .mr-lg-21 {
        margin-right: 10.5rem !important
    }

    .mr-lg-22 {
        margin-right: 11rem !important
    }

    .mr-lg-23 {
        margin-right: 11.5rem !important
    }

    .mr-lg-24 {
        margin-right: 12rem !important
    }

    .mt-lg-0 {
        margin-top: 0rem !important
    }

    .mt-lg-1 {
        margin-top: .5rem !important
    }

    .mt-lg-2 {
        margin-top: 1rem !important
    }

    .mt-lg-3 {
        margin-top: 1.5rem !important
    }

    .mt-lg-4 {
        margin-top: 2rem !important
    }

    .mt-lg-5 {
        margin-top: 2.5rem !important
    }

    .mt-lg-6 {
        margin-top: 3rem !important
    }

    .mt-lg-7 {
        margin-top: 3.5rem !important
    }

    .mt-lg-8 {
        margin-top: 4rem !important
    }

    .mt-lg-9 {
        margin-top: 4.5rem !important
    }

    .mt-lg-10 {
        margin-top: 5rem !important
    }

    .mt-lg-11 {
        margin-top: 5.5rem !important
    }

    .mt-lg-12 {
        margin-top: 6rem !important
    }

    .mt-lg-13 {
        margin-top: 6.5rem !important
    }

    .mt-lg-14 {
        margin-top: 7rem !important
    }

    .mt-lg-15 {
        margin-top: 7.5rem !important
    }

    .mt-lg-16 {
        margin-top: 8rem !important
    }

    .mt-lg-17 {
        margin-top: 8.5rem !important
    }

    .mt-lg-18 {
        margin-top: 9rem !important
    }

    .mt-lg-19 {
        margin-top: 9.5rem !important
    }

    .mt-lg-20 {
        margin-top: 10rem !important
    }

    .mt-lg-21 {
        margin-top: 10.5rem !important
    }

    .mt-lg-22 {
        margin-top: 11rem !important
    }

    .mt-lg-23 {
        margin-top: 11.5rem !important
    }

    .mt-lg-24 {
        margin-top: 12rem !important
    }

    .mb-lg-0 {
        margin-bottom: 0rem !important
    }

    .mb-lg-1 {
        margin-bottom: .5rem !important
    }

    .mb-lg-2 {
        margin-bottom: 1rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-4 {
        margin-bottom: 2rem !important
    }

    .mb-lg-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-lg-6 {
        margin-bottom: 3rem !important
    }

    .mb-lg-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-lg-8 {
        margin-bottom: 4rem !important
    }

    .mb-lg-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-lg-10 {
        margin-bottom: 5rem !important
    }

    .mb-lg-11 {
        margin-bottom: 5.5rem !important
    }

    .mb-lg-12 {
        margin-bottom: 6rem !important
    }

    .mb-lg-13 {
        margin-bottom: 6.5rem !important
    }

    .mb-lg-14 {
        margin-bottom: 7rem !important
    }

    .mb-lg-15 {
        margin-bottom: 7.5rem !important
    }

    .mb-lg-16 {
        margin-bottom: 8rem !important
    }

    .mb-lg-17 {
        margin-bottom: 8.5rem !important
    }

    .mb-lg-18 {
        margin-bottom: 9rem !important
    }

    .mb-lg-19 {
        margin-bottom: 9.5rem !important
    }

    .mb-lg-20 {
        margin-bottom: 10rem !important
    }

    .mb-lg-21 {
        margin-bottom: 10.5rem !important
    }

    .mb-lg-22 {
        margin-bottom: 11rem !important
    }

    .mb-lg-23 {
        margin-bottom: 11.5rem !important
    }

    .mb-lg-24 {
        margin-bottom: 12rem !important
    }

    .my-lg-0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important
    }

    .mx-lg-0 {
        margin-left: 0rem !important;
        margin-right: 0rem !important
    }

    .my-lg-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .mx-lg-1 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .my-lg-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .mx-lg-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .my-lg-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .mx-lg-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .my-lg-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .mx-lg-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .my-lg-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .mx-lg-5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .my-lg-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .mx-lg-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .my-lg-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .mx-lg-7 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .my-lg-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .mx-lg-8 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .my-lg-9 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .mx-lg-9 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .my-lg-10 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .mx-lg-10 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .my-lg-11 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important
    }

    .mx-lg-11 {
        margin-left: 5.5rem !important;
        margin-right: 5.5rem !important
    }

    .my-lg-12 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }

    .mx-lg-12 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .my-lg-13 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important
    }

    .mx-lg-13 {
        margin-left: 6.5rem !important;
        margin-right: 6.5rem !important
    }

    .my-lg-14 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }

    .mx-lg-14 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .my-lg-15 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }

    .mx-lg-15 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important
    }

    .my-lg-16 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }

    .mx-lg-16 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .my-lg-17 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important
    }

    .mx-lg-17 {
        margin-left: 8.5rem !important;
        margin-right: 8.5rem !important
    }

    .my-lg-18 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important
    }

    .mx-lg-18 {
        margin-left: 9rem !important;
        margin-right: 9rem !important
    }

    .my-lg-19 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important
    }

    .mx-lg-19 {
        margin-left: 9.5rem !important;
        margin-right: 9.5rem !important
    }

    .my-lg-20 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .mx-lg-20 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .my-lg-21 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important
    }

    .mx-lg-21 {
        margin-left: 10.5rem !important;
        margin-right: 10.5rem !important
    }

    .my-lg-22 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important
    }

    .mx-lg-22 {
        margin-left: 11rem !important;
        margin-right: 11rem !important
    }

    .my-lg-23 {
        margin-top: 11.5rem !important;
        margin-bottom: 11.5rem !important
    }

    .mx-lg-23 {
        margin-left: 11.5rem !important;
        margin-right: 11.5rem !important
    }

    .my-lg-24 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important
    }

    .mx-lg-24 {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .p-lg-0 {
        padding: 0rem
    }

    .p-lg-1 {
        padding: .5rem
    }

    .p-lg-2 {
        padding: 1rem
    }

    .p-lg-3 {
        padding: 1.5rem
    }

    .p-lg-4 {
        padding: 2rem
    }

    .p-lg-5 {
        padding: 2.5rem
    }

    .p-lg-6 {
        padding: 3rem
    }

    .p-lg-7 {
        padding: 3.5rem
    }

    .p-lg-8 {
        padding: 4rem
    }

    .p-lg-9 {
        padding: 4.5rem
    }

    .p-lg-10 {
        padding: 5rem
    }

    .p-lg-11 {
        padding: 5.5rem
    }

    .p-lg-12 {
        padding: 6rem
    }

    .p-lg-13 {
        padding: 6.5rem
    }

    .p-lg-14 {
        padding: 7rem
    }

    .p-lg-15 {
        padding: 7.5rem
    }

    .p-lg-16 {
        padding: 8rem
    }

    .p-lg-17 {
        padding: 8.5rem
    }

    .p-lg-18 {
        padding: 9rem
    }

    .p-lg-19 {
        padding: 9.5rem
    }

    .p-lg-20 {
        padding: 10rem
    }

    .p-lg-21 {
        padding: 10.5rem
    }

    .p-lg-22 {
        padding: 11rem
    }

    .p-lg-23 {
        padding: 11.5rem
    }

    .p-lg-24 {
        padding: 12rem
    }

    .pl-lg-0 {
        padding-left: 0rem !important
    }

    .pl-lg-1 {
        padding-left: .5rem !important
    }

    .pl-lg-2 {
        padding-left: 1rem !important
    }

    .pl-lg-3 {
        padding-left: 1.5rem !important
    }

    .pl-lg-4 {
        padding-left: 2rem !important
    }

    .pl-lg-5 {
        padding-left: 2.5rem !important
    }

    .pl-lg-6 {
        padding-left: 3rem !important
    }

    .pl-lg-7 {
        padding-left: 3.5rem !important
    }

    .pl-lg-8 {
        padding-left: 4rem !important
    }

    .pl-lg-9 {
        padding-left: 4.5rem !important
    }

    .pl-lg-10 {
        padding-left: 5rem !important
    }

    .pl-lg-11 {
        padding-left: 5.5rem !important
    }

    .pl-lg-12 {
        padding-left: 6rem !important
    }

    .pl-lg-13 {
        padding-left: 6.5rem !important
    }

    .pl-lg-14 {
        padding-left: 7rem !important
    }

    .pl-lg-15 {
        padding-left: 7.5rem !important
    }

    .pl-lg-16 {
        padding-left: 8rem !important
    }

    .pl-lg-17 {
        padding-left: 8.5rem !important
    }

    .pl-lg-18 {
        padding-left: 9rem !important
    }

    .pl-lg-19 {
        padding-left: 9.5rem !important
    }

    .pl-lg-20 {
        padding-left: 10rem !important
    }

    .pl-lg-21 {
        padding-left: 10.5rem !important
    }

    .pl-lg-22 {
        padding-left: 11rem !important
    }

    .pl-lg-23 {
        padding-left: 11.5rem !important
    }

    .pl-lg-24 {
        padding-left: 12rem !important
    }

    .pr-lg-0 {
        padding-right: 0rem !important
    }

    .pr-lg-1 {
        padding-right: .5rem !important
    }

    .pr-lg-2 {
        padding-right: 1rem !important
    }

    .pr-lg-3 {
        padding-right: 1.5rem !important
    }

    .pr-lg-4 {
        padding-right: 2rem !important
    }

    .pr-lg-5 {
        padding-right: 2.5rem !important
    }

    .pr-lg-6 {
        padding-right: 3rem !important
    }

    .pr-lg-7 {
        padding-right: 3.5rem !important
    }

    .pr-lg-8 {
        padding-right: 4rem !important
    }

    .pr-lg-9 {
        padding-right: 4.5rem !important
    }

    .pr-lg-10 {
        padding-right: 5rem !important
    }

    .pr-lg-11 {
        padding-right: 5.5rem !important
    }

    .pr-lg-12 {
        padding-right: 6rem !important
    }

    .pr-lg-13 {
        padding-right: 6.5rem !important
    }

    .pr-lg-14 {
        padding-right: 7rem !important
    }

    .pr-lg-15 {
        padding-right: 7.5rem !important
    }

    .pr-lg-16 {
        padding-right: 8rem !important
    }

    .pr-lg-17 {
        padding-right: 8.5rem !important
    }

    .pr-lg-18 {
        padding-right: 9rem !important
    }

    .pr-lg-19 {
        padding-right: 9.5rem !important
    }

    .pr-lg-20 {
        padding-right: 10rem !important
    }

    .pr-lg-21 {
        padding-right: 10.5rem !important
    }

    .pr-lg-22 {
        padding-right: 11rem !important
    }

    .pr-lg-23 {
        padding-right: 11.5rem !important
    }

    .pr-lg-24 {
        padding-right: 12rem !important
    }

    .pt-lg-0 {
        padding-top: 0rem !important
    }

    .pt-lg-1 {
        padding-top: .5rem !important
    }

    .pt-lg-2 {
        padding-top: 1rem !important
    }

    .pt-lg-3 {
        padding-top: 1.5rem !important
    }

    .pt-lg-4 {
        padding-top: 2rem !important
    }

    .pt-lg-5 {
        padding-top: 2.5rem !important
    }

    .pt-lg-6 {
        padding-top: 3rem !important
    }

    .pt-lg-7 {
        padding-top: 3.5rem !important
    }

    .pt-lg-8 {
        padding-top: 4rem !important
    }

    .pt-lg-9 {
        padding-top: 4.5rem !important
    }

    .pt-lg-10 {
        padding-top: 5rem !important
    }

    .pt-lg-11 {
        padding-top: 5.5rem !important
    }

    .pt-lg-12 {
        padding-top: 6rem !important
    }

    .pt-lg-13 {
        padding-top: 6.5rem !important
    }

    .pt-lg-14 {
        padding-top: 7rem !important
    }

    .pt-lg-15 {
        padding-top: 7.5rem !important
    }

    .pt-lg-16 {
        padding-top: 8rem !important
    }

    .pt-lg-17 {
        padding-top: 8.5rem !important
    }

    .pt-lg-18 {
        padding-top: 9rem !important
    }

    .pt-lg-19 {
        padding-top: 9.5rem !important
    }

    .pt-lg-20 {
        padding-top: 10rem !important
    }

    .pt-lg-21 {
        padding-top: 10.5rem !important
    }

    .pt-lg-22 {
        padding-top: 11rem !important
    }

    .pt-lg-23 {
        padding-top: 11.5rem !important
    }

    .pt-lg-24 {
        padding-top: 12rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0rem !important
    }

    .pb-lg-1 {
        padding-bottom: .5rem !important
    }

    .pb-lg-2 {
        padding-bottom: 1rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-4 {
        padding-bottom: 2rem !important
    }

    .pb-lg-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-lg-6 {
        padding-bottom: 3rem !important
    }

    .pb-lg-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-lg-8 {
        padding-bottom: 4rem !important
    }

    .pb-lg-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-lg-10 {
        padding-bottom: 5rem !important
    }

    .pb-lg-11 {
        padding-bottom: 5.5rem !important
    }

    .pb-lg-12 {
        padding-bottom: 6rem !important
    }

    .pb-lg-13 {
        padding-bottom: 6.5rem !important
    }

    .pb-lg-14 {
        padding-bottom: 7rem !important
    }

    .pb-lg-15 {
        padding-bottom: 7.5rem !important
    }

    .pb-lg-16 {
        padding-bottom: 8rem !important
    }

    .pb-lg-17 {
        padding-bottom: 8.5rem !important
    }

    .pb-lg-18 {
        padding-bottom: 9rem !important
    }

    .pb-lg-19 {
        padding-bottom: 9.5rem !important
    }

    .pb-lg-20 {
        padding-bottom: 10rem !important
    }

    .pb-lg-21 {
        padding-bottom: 10.5rem !important
    }

    .pb-lg-22 {
        padding-bottom: 11rem !important
    }

    .pb-lg-23 {
        padding-bottom: 11.5rem !important
    }

    .pb-lg-24 {
        padding-bottom: 12rem !important
    }

    .px-lg-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important
    }

    .px-lg-1 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-lg-5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-lg-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-lg-7 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-lg-8 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-lg-9 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-lg-10 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-lg-11 {
        padding-left: 5.5rem !important;
        padding-right: 5.5rem !important
    }

    .px-lg-12 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-lg-13 {
        padding-left: 6.5rem !important;
        padding-right: 6.5rem !important
    }

    .px-lg-14 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-lg-15 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .px-lg-16 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-lg-17 {
        padding-left: 8.5rem !important;
        padding-right: 8.5rem !important
    }

    .px-lg-18 {
        padding-left: 9rem !important;
        padding-right: 9rem !important
    }

    .px-lg-19 {
        padding-left: 9.5rem !important;
        padding-right: 9.5rem !important
    }

    .px-lg-20 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .px-lg-21 {
        padding-left: 10.5rem !important;
        padding-right: 10.5rem !important
    }

    .px-lg-22 {
        padding-left: 11rem !important;
        padding-right: 11rem !important
    }

    .px-lg-23 {
        padding-left: 11.5rem !important;
        padding-right: 11.5rem !important
    }

    .px-lg-24 {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .py-lg-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important
    }

    .py-lg-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-lg-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .py-lg-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-lg-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .py-lg-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .py-lg-9 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .py-lg-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .py-lg-11 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important
    }

    .py-lg-12 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .py-lg-13 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important
    }

    .py-lg-14 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }

    .py-lg-15 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .py-lg-16 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .py-lg-17 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important
    }

    .py-lg-18 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important
    }

    .py-lg-19 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important
    }

    .py-lg-20 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-lg-21 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important
    }

    .py-lg-22 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important
    }

    .py-lg-23 {
        padding-top: 11.5rem !important;
        padding-bottom: 11.5rem !important
    }

    .py-lg-24 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important
    }
}

@media screen and (min-width: 1366.5px) {
    .m-xl-0 {
        margin: 0rem
    }

    .m-xl-1 {
        margin: .5rem
    }

    .m-xl-2 {
        margin: 1rem
    }

    .m-xl-3 {
        margin: 1.5rem
    }

    .m-xl-4 {
        margin: 2rem
    }

    .m-xl-5 {
        margin: 2.5rem
    }

    .m-xl-6 {
        margin: 3rem
    }

    .m-xl-7 {
        margin: 3.5rem
    }

    .m-xl-8 {
        margin: 4rem
    }

    .m-xl-9 {
        margin: 4.5rem
    }

    .m-xl-10 {
        margin: 5rem
    }

    .m-xl-11 {
        margin: 5.5rem
    }

    .m-xl-12 {
        margin: 6rem
    }

    .m-xl-13 {
        margin: 6.5rem
    }

    .m-xl-14 {
        margin: 7rem
    }

    .m-xl-15 {
        margin: 7.5rem
    }

    .m-xl-16 {
        margin: 8rem
    }

    .m-xl-17 {
        margin: 8.5rem
    }

    .m-xl-18 {
        margin: 9rem
    }

    .m-xl-19 {
        margin: 9.5rem
    }

    .m-xl-20 {
        margin: 10rem
    }

    .m-xl-21 {
        margin: 10.5rem
    }

    .m-xl-22 {
        margin: 11rem
    }

    .m-xl-23 {
        margin: 11.5rem
    }

    .m-xl-24 {
        margin: 12rem
    }

    .ml-xl-0 {
        margin-left: 0rem !important
    }

    .ml-xl-1 {
        margin-left: .5rem !important
    }

    .ml-xl-2 {
        margin-left: 1rem !important
    }

    .ml-xl-3 {
        margin-left: 1.5rem !important
    }

    .ml-xl-4 {
        margin-left: 2rem !important
    }

    .ml-xl-5 {
        margin-left: 2.5rem !important
    }

    .ml-xl-6 {
        margin-left: 3rem !important
    }

    .ml-xl-7 {
        margin-left: 3.5rem !important
    }

    .ml-xl-8 {
        margin-left: 4rem !important
    }

    .ml-xl-9 {
        margin-left: 4.5rem !important
    }

    .ml-xl-10 {
        margin-left: 5rem !important
    }

    .ml-xl-11 {
        margin-left: 5.5rem !important
    }

    .ml-xl-12 {
        margin-left: 6rem !important
    }

    .ml-xl-13 {
        margin-left: 6.5rem !important
    }

    .ml-xl-14 {
        margin-left: 7rem !important
    }

    .ml-xl-15 {
        margin-left: 7.5rem !important
    }

    .ml-xl-16 {
        margin-left: 8rem !important
    }

    .ml-xl-17 {
        margin-left: 8.5rem !important
    }

    .ml-xl-18 {
        margin-left: 9rem !important
    }

    .ml-xl-19 {
        margin-left: 9.5rem !important
    }

    .ml-xl-20 {
        margin-left: 10rem !important
    }

    .ml-xl-21 {
        margin-left: 10.5rem !important
    }

    .ml-xl-22 {
        margin-left: 11rem !important
    }

    .ml-xl-23 {
        margin-left: 11.5rem !important
    }

    .ml-xl-24 {
        margin-left: 12rem !important
    }

    .mr-xl-0 {
        margin-right: 0rem !important
    }

    .mr-xl-1 {
        margin-right: .5rem !important
    }

    .mr-xl-2 {
        margin-right: 1rem !important
    }

    .mr-xl-3 {
        margin-right: 1.5rem !important
    }

    .mr-xl-4 {
        margin-right: 2rem !important
    }

    .mr-xl-5 {
        margin-right: 2.5rem !important
    }

    .mr-xl-6 {
        margin-right: 3rem !important
    }

    .mr-xl-7 {
        margin-right: 3.5rem !important
    }

    .mr-xl-8 {
        margin-right: 4rem !important
    }

    .mr-xl-9 {
        margin-right: 4.5rem !important
    }

    .mr-xl-10 {
        margin-right: 5rem !important
    }

    .mr-xl-11 {
        margin-right: 5.5rem !important
    }

    .mr-xl-12 {
        margin-right: 6rem !important
    }

    .mr-xl-13 {
        margin-right: 6.5rem !important
    }

    .mr-xl-14 {
        margin-right: 7rem !important
    }

    .mr-xl-15 {
        margin-right: 7.5rem !important
    }

    .mr-xl-16 {
        margin-right: 8rem !important
    }

    .mr-xl-17 {
        margin-right: 8.5rem !important
    }

    .mr-xl-18 {
        margin-right: 9rem !important
    }

    .mr-xl-19 {
        margin-right: 9.5rem !important
    }

    .mr-xl-20 {
        margin-right: 10rem !important
    }

    .mr-xl-21 {
        margin-right: 10.5rem !important
    }

    .mr-xl-22 {
        margin-right: 11rem !important
    }

    .mr-xl-23 {
        margin-right: 11.5rem !important
    }

    .mr-xl-24 {
        margin-right: 12rem !important
    }

    .mt-xl-0 {
        margin-top: 0rem !important
    }

    .mt-xl-1 {
        margin-top: .5rem !important
    }

    .mt-xl-2 {
        margin-top: 1rem !important
    }

    .mt-xl-3 {
        margin-top: 1.5rem !important
    }

    .mt-xl-4 {
        margin-top: 2rem !important
    }

    .mt-xl-5 {
        margin-top: 2.5rem !important
    }

    .mt-xl-6 {
        margin-top: 3rem !important
    }

    .mt-xl-7 {
        margin-top: 3.5rem !important
    }

    .mt-xl-8 {
        margin-top: 4rem !important
    }

    .mt-xl-9 {
        margin-top: 4.5rem !important
    }

    .mt-xl-10 {
        margin-top: 5rem !important
    }

    .mt-xl-11 {
        margin-top: 5.5rem !important
    }

    .mt-xl-12 {
        margin-top: 6rem !important
    }

    .mt-xl-13 {
        margin-top: 6.5rem !important
    }

    .mt-xl-14 {
        margin-top: 7rem !important
    }

    .mt-xl-15 {
        margin-top: 7.5rem !important
    }

    .mt-xl-16 {
        margin-top: 8rem !important
    }

    .mt-xl-17 {
        margin-top: 8.5rem !important
    }

    .mt-xl-18 {
        margin-top: 9rem !important
    }

    .mt-xl-19 {
        margin-top: 9.5rem !important
    }

    .mt-xl-20 {
        margin-top: 10rem !important
    }

    .mt-xl-21 {
        margin-top: 10.5rem !important
    }

    .mt-xl-22 {
        margin-top: 11rem !important
    }

    .mt-xl-23 {
        margin-top: 11.5rem !important
    }

    .mt-xl-24 {
        margin-top: 12rem !important
    }

    .mb-xl-0 {
        margin-bottom: 0rem !important
    }

    .mb-xl-1 {
        margin-bottom: .5rem !important
    }

    .mb-xl-2 {
        margin-bottom: 1rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-4 {
        margin-bottom: 2rem !important
    }

    .mb-xl-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-xl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xl-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-xl-8 {
        margin-bottom: 4rem !important
    }

    .mb-xl-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-xl-10 {
        margin-bottom: 5rem !important
    }

    .mb-xl-11 {
        margin-bottom: 5.5rem !important
    }

    .mb-xl-12 {
        margin-bottom: 6rem !important
    }

    .mb-xl-13 {
        margin-bottom: 6.5rem !important
    }

    .mb-xl-14 {
        margin-bottom: 7rem !important
    }

    .mb-xl-15 {
        margin-bottom: 7.5rem !important
    }

    .mb-xl-16 {
        margin-bottom: 8rem !important
    }

    .mb-xl-17 {
        margin-bottom: 8.5rem !important
    }

    .mb-xl-18 {
        margin-bottom: 9rem !important
    }

    .mb-xl-19 {
        margin-bottom: 9.5rem !important
    }

    .mb-xl-20 {
        margin-bottom: 10rem !important
    }

    .mb-xl-21 {
        margin-bottom: 10.5rem !important
    }

    .mb-xl-22 {
        margin-bottom: 11rem !important
    }

    .mb-xl-23 {
        margin-bottom: 11.5rem !important
    }

    .mb-xl-24 {
        margin-bottom: 12rem !important
    }

    .my-xl-0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important
    }

    .mx-xl-0 {
        margin-left: 0rem !important;
        margin-right: 0rem !important
    }

    .my-xl-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .mx-xl-1 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .my-xl-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .mx-xl-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .my-xl-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .mx-xl-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .my-xl-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .mx-xl-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .my-xl-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .mx-xl-5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .my-xl-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .mx-xl-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .my-xl-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .mx-xl-7 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .my-xl-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .mx-xl-8 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .my-xl-9 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .mx-xl-9 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .my-xl-10 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .mx-xl-10 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .my-xl-11 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important
    }

    .mx-xl-11 {
        margin-left: 5.5rem !important;
        margin-right: 5.5rem !important
    }

    .my-xl-12 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }

    .mx-xl-12 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .my-xl-13 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important
    }

    .mx-xl-13 {
        margin-left: 6.5rem !important;
        margin-right: 6.5rem !important
    }

    .my-xl-14 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }

    .mx-xl-14 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .my-xl-15 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }

    .mx-xl-15 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important
    }

    .my-xl-16 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }

    .mx-xl-16 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .my-xl-17 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important
    }

    .mx-xl-17 {
        margin-left: 8.5rem !important;
        margin-right: 8.5rem !important
    }

    .my-xl-18 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important
    }

    .mx-xl-18 {
        margin-left: 9rem !important;
        margin-right: 9rem !important
    }

    .my-xl-19 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important
    }

    .mx-xl-19 {
        margin-left: 9.5rem !important;
        margin-right: 9.5rem !important
    }

    .my-xl-20 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .mx-xl-20 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .my-xl-21 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important
    }

    .mx-xl-21 {
        margin-left: 10.5rem !important;
        margin-right: 10.5rem !important
    }

    .my-xl-22 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important
    }

    .mx-xl-22 {
        margin-left: 11rem !important;
        margin-right: 11rem !important
    }

    .my-xl-23 {
        margin-top: 11.5rem !important;
        margin-bottom: 11.5rem !important
    }

    .mx-xl-23 {
        margin-left: 11.5rem !important;
        margin-right: 11.5rem !important
    }

    .my-xl-24 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important
    }

    .mx-xl-24 {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .p-xl-0 {
        padding: 0rem
    }

    .p-xl-1 {
        padding: .5rem
    }

    .p-xl-2 {
        padding: 1rem
    }

    .p-xl-3 {
        padding: 1.5rem
    }

    .p-xl-4 {
        padding: 2rem
    }

    .p-xl-5 {
        padding: 2.5rem
    }

    .p-xl-6 {
        padding: 3rem
    }

    .p-xl-7 {
        padding: 3.5rem
    }

    .p-xl-8 {
        padding: 4rem
    }

    .p-xl-9 {
        padding: 4.5rem
    }

    .p-xl-10 {
        padding: 5rem
    }

    .p-xl-11 {
        padding: 5.5rem
    }

    .p-xl-12 {
        padding: 6rem
    }

    .p-xl-13 {
        padding: 6.5rem
    }

    .p-xl-14 {
        padding: 7rem
    }

    .p-xl-15 {
        padding: 7.5rem
    }

    .p-xl-16 {
        padding: 8rem
    }

    .p-xl-17 {
        padding: 8.5rem
    }

    .p-xl-18 {
        padding: 9rem
    }

    .p-xl-19 {
        padding: 9.5rem
    }

    .p-xl-20 {
        padding: 10rem
    }

    .p-xl-21 {
        padding: 10.5rem
    }

    .p-xl-22 {
        padding: 11rem
    }

    .p-xl-23 {
        padding: 11.5rem
    }

    .p-xl-24 {
        padding: 12rem
    }

    .pl-xl-0 {
        padding-left: 0rem !important
    }

    .pl-xl-1 {
        padding-left: .5rem !important
    }

    .pl-xl-2 {
        padding-left: 1rem !important
    }

    .pl-xl-3 {
        padding-left: 1.5rem !important
    }

    .pl-xl-4 {
        padding-left: 2rem !important
    }

    .pl-xl-5 {
        padding-left: 2.5rem !important
    }

    .pl-xl-6 {
        padding-left: 3rem !important
    }

    .pl-xl-7 {
        padding-left: 3.5rem !important
    }

    .pl-xl-8 {
        padding-left: 4rem !important
    }

    .pl-xl-9 {
        padding-left: 4.5rem !important
    }

    .pl-xl-10 {
        padding-left: 5rem !important
    }

    .pl-xl-11 {
        padding-left: 5.5rem !important
    }

    .pl-xl-12 {
        padding-left: 6rem !important
    }

    .pl-xl-13 {
        padding-left: 6.5rem !important
    }

    .pl-xl-14 {
        padding-left: 7rem !important
    }

    .pl-xl-15 {
        padding-left: 7.5rem !important
    }

    .pl-xl-16 {
        padding-left: 8rem !important
    }

    .pl-xl-17 {
        padding-left: 8.5rem !important
    }

    .pl-xl-18 {
        padding-left: 9rem !important
    }

    .pl-xl-19 {
        padding-left: 9.5rem !important
    }

    .pl-xl-20 {
        padding-left: 10rem !important
    }

    .pl-xl-21 {
        padding-left: 10.5rem !important
    }

    .pl-xl-22 {
        padding-left: 11rem !important
    }

    .pl-xl-23 {
        padding-left: 11.5rem !important
    }

    .pl-xl-24 {
        padding-left: 12rem !important
    }

    .pr-xl-0 {
        padding-right: 0rem !important
    }

    .pr-xl-1 {
        padding-right: .5rem !important
    }

    .pr-xl-2 {
        padding-right: 1rem !important
    }

    .pr-xl-3 {
        padding-right: 1.5rem !important
    }

    .pr-xl-4 {
        padding-right: 2rem !important
    }

    .pr-xl-5 {
        padding-right: 2.5rem !important
    }

    .pr-xl-6 {
        padding-right: 3rem !important
    }

    .pr-xl-7 {
        padding-right: 3.5rem !important
    }

    .pr-xl-8 {
        padding-right: 4rem !important
    }

    .pr-xl-9 {
        padding-right: 4.5rem !important
    }

    .pr-xl-10 {
        padding-right: 5rem !important
    }

    .pr-xl-11 {
        padding-right: 5.5rem !important
    }

    .pr-xl-12 {
        padding-right: 6rem !important
    }

    .pr-xl-13 {
        padding-right: 6.5rem !important
    }

    .pr-xl-14 {
        padding-right: 7rem !important
    }

    .pr-xl-15 {
        padding-right: 7.5rem !important
    }

    .pr-xl-16 {
        padding-right: 8rem !important
    }

    .pr-xl-17 {
        padding-right: 8.5rem !important
    }

    .pr-xl-18 {
        padding-right: 9rem !important
    }

    .pr-xl-19 {
        padding-right: 9.5rem !important
    }

    .pr-xl-20 {
        padding-right: 10rem !important
    }

    .pr-xl-21 {
        padding-right: 10.5rem !important
    }

    .pr-xl-22 {
        padding-right: 11rem !important
    }

    .pr-xl-23 {
        padding-right: 11.5rem !important
    }

    .pr-xl-24 {
        padding-right: 12rem !important
    }

    .pt-xl-0 {
        padding-top: 0rem !important
    }

    .pt-xl-1 {
        padding-top: .5rem !important
    }

    .pt-xl-2 {
        padding-top: 1rem !important
    }

    .pt-xl-3 {
        padding-top: 1.5rem !important
    }

    .pt-xl-4 {
        padding-top: 2rem !important
    }

    .pt-xl-5 {
        padding-top: 2.5rem !important
    }

    .pt-xl-6 {
        padding-top: 3rem !important
    }

    .pt-xl-7 {
        padding-top: 3.5rem !important
    }

    .pt-xl-8 {
        padding-top: 4rem !important
    }

    .pt-xl-9 {
        padding-top: 4.5rem !important
    }

    .pt-xl-10 {
        padding-top: 5rem !important
    }

    .pt-xl-11 {
        padding-top: 5.5rem !important
    }

    .pt-xl-12 {
        padding-top: 6rem !important
    }

    .pt-xl-13 {
        padding-top: 6.5rem !important
    }

    .pt-xl-14 {
        padding-top: 7rem !important
    }

    .pt-xl-15 {
        padding-top: 7.5rem !important
    }

    .pt-xl-16 {
        padding-top: 8rem !important
    }

    .pt-xl-17 {
        padding-top: 8.5rem !important
    }

    .pt-xl-18 {
        padding-top: 9rem !important
    }

    .pt-xl-19 {
        padding-top: 9.5rem !important
    }

    .pt-xl-20 {
        padding-top: 10rem !important
    }

    .pt-xl-21 {
        padding-top: 10.5rem !important
    }

    .pt-xl-22 {
        padding-top: 11rem !important
    }

    .pt-xl-23 {
        padding-top: 11.5rem !important
    }

    .pt-xl-24 {
        padding-top: 12rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0rem !important
    }

    .pb-xl-1 {
        padding-bottom: .5rem !important
    }

    .pb-xl-2 {
        padding-bottom: 1rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-4 {
        padding-bottom: 2rem !important
    }

    .pb-xl-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-xl-6 {
        padding-bottom: 3rem !important
    }

    .pb-xl-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-xl-8 {
        padding-bottom: 4rem !important
    }

    .pb-xl-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-xl-10 {
        padding-bottom: 5rem !important
    }

    .pb-xl-11 {
        padding-bottom: 5.5rem !important
    }

    .pb-xl-12 {
        padding-bottom: 6rem !important
    }

    .pb-xl-13 {
        padding-bottom: 6.5rem !important
    }

    .pb-xl-14 {
        padding-bottom: 7rem !important
    }

    .pb-xl-15 {
        padding-bottom: 7.5rem !important
    }

    .pb-xl-16 {
        padding-bottom: 8rem !important
    }

    .pb-xl-17 {
        padding-bottom: 8.5rem !important
    }

    .pb-xl-18 {
        padding-bottom: 9rem !important
    }

    .pb-xl-19 {
        padding-bottom: 9.5rem !important
    }

    .pb-xl-20 {
        padding-bottom: 10rem !important
    }

    .pb-xl-21 {
        padding-bottom: 10.5rem !important
    }

    .pb-xl-22 {
        padding-bottom: 11rem !important
    }

    .pb-xl-23 {
        padding-bottom: 11.5rem !important
    }

    .pb-xl-24 {
        padding-bottom: 12rem !important
    }

    .px-xl-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important
    }

    .px-xl-1 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xl-5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-xl-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xl-7 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-xl-8 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-xl-9 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-xl-10 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-xl-11 {
        padding-left: 5.5rem !important;
        padding-right: 5.5rem !important
    }

    .px-xl-12 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-xl-13 {
        padding-left: 6.5rem !important;
        padding-right: 6.5rem !important
    }

    .px-xl-14 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-xl-15 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .px-xl-16 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-xl-17 {
        padding-left: 8.5rem !important;
        padding-right: 8.5rem !important
    }

    .px-xl-18 {
        padding-left: 9rem !important;
        padding-right: 9rem !important
    }

    .px-xl-19 {
        padding-left: 9.5rem !important;
        padding-right: 9.5rem !important
    }

    .px-xl-20 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .px-xl-21 {
        padding-left: 10.5rem !important;
        padding-right: 10.5rem !important
    }

    .px-xl-22 {
        padding-left: 11rem !important;
        padding-right: 11rem !important
    }

    .px-xl-23 {
        padding-left: 11.5rem !important;
        padding-right: 11.5rem !important
    }

    .px-xl-24 {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .py-xl-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important
    }

    .py-xl-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-xl-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .py-xl-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xl-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .py-xl-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .py-xl-9 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .py-xl-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .py-xl-11 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important
    }

    .py-xl-12 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .py-xl-13 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important
    }

    .py-xl-14 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }

    .py-xl-15 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .py-xl-16 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .py-xl-17 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important
    }

    .py-xl-18 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important
    }

    .py-xl-19 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important
    }

    .py-xl-20 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-xl-21 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important
    }

    .py-xl-22 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important
    }

    .py-xl-23 {
        padding-top: 11.5rem !important;
        padding-bottom: 11.5rem !important
    }

    .py-xl-24 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important
    }
}

@media screen and (min-width: 1500.5px) {
    .m-xxl-0 {
        margin: 0rem
    }

    .m-xxl-1 {
        margin: .5rem
    }

    .m-xxl-2 {
        margin: 1rem
    }

    .m-xxl-3 {
        margin: 1.5rem
    }

    .m-xxl-4 {
        margin: 2rem
    }

    .m-xxl-5 {
        margin: 2.5rem
    }

    .m-xxl-6 {
        margin: 3rem
    }

    .m-xxl-7 {
        margin: 3.5rem
    }

    .m-xxl-8 {
        margin: 4rem
    }

    .m-xxl-9 {
        margin: 4.5rem
    }

    .m-xxl-10 {
        margin: 5rem
    }

    .m-xxl-11 {
        margin: 5.5rem
    }

    .m-xxl-12 {
        margin: 6rem
    }

    .m-xxl-13 {
        margin: 6.5rem
    }

    .m-xxl-14 {
        margin: 7rem
    }

    .m-xxl-15 {
        margin: 7.5rem
    }

    .m-xxl-16 {
        margin: 8rem
    }

    .m-xxl-17 {
        margin: 8.5rem
    }

    .m-xxl-18 {
        margin: 9rem
    }

    .m-xxl-19 {
        margin: 9.5rem
    }

    .m-xxl-20 {
        margin: 10rem
    }

    .m-xxl-21 {
        margin: 10.5rem
    }

    .m-xxl-22 {
        margin: 11rem
    }

    .m-xxl-23 {
        margin: 11.5rem
    }

    .m-xxl-24 {
        margin: 12rem
    }

    .ml-xxl-0 {
        margin-left: 0rem !important
    }

    .ml-xxl-1 {
        margin-left: .5rem !important
    }

    .ml-xxl-2 {
        margin-left: 1rem !important
    }

    .ml-xxl-3 {
        margin-left: 1.5rem !important
    }

    .ml-xxl-4 {
        margin-left: 2rem !important
    }

    .ml-xxl-5 {
        margin-left: 2.5rem !important
    }

    .ml-xxl-6 {
        margin-left: 3rem !important
    }

    .ml-xxl-7 {
        margin-left: 3.5rem !important
    }

    .ml-xxl-8 {
        margin-left: 4rem !important
    }

    .ml-xxl-9 {
        margin-left: 4.5rem !important
    }

    .ml-xxl-10 {
        margin-left: 5rem !important
    }

    .ml-xxl-11 {
        margin-left: 5.5rem !important
    }

    .ml-xxl-12 {
        margin-left: 6rem !important
    }

    .ml-xxl-13 {
        margin-left: 6.5rem !important
    }

    .ml-xxl-14 {
        margin-left: 7rem !important
    }

    .ml-xxl-15 {
        margin-left: 7.5rem !important
    }

    .ml-xxl-16 {
        margin-left: 8rem !important
    }

    .ml-xxl-17 {
        margin-left: 8.5rem !important
    }

    .ml-xxl-18 {
        margin-left: 9rem !important
    }

    .ml-xxl-19 {
        margin-left: 9.5rem !important
    }

    .ml-xxl-20 {
        margin-left: 10rem !important
    }

    .ml-xxl-21 {
        margin-left: 10.5rem !important
    }

    .ml-xxl-22 {
        margin-left: 11rem !important
    }

    .ml-xxl-23 {
        margin-left: 11.5rem !important
    }

    .ml-xxl-24 {
        margin-left: 12rem !important
    }

    .mr-xxl-0 {
        margin-right: 0rem !important
    }

    .mr-xxl-1 {
        margin-right: .5rem !important
    }

    .mr-xxl-2 {
        margin-right: 1rem !important
    }

    .mr-xxl-3 {
        margin-right: 1.5rem !important
    }

    .mr-xxl-4 {
        margin-right: 2rem !important
    }

    .mr-xxl-5 {
        margin-right: 2.5rem !important
    }

    .mr-xxl-6 {
        margin-right: 3rem !important
    }

    .mr-xxl-7 {
        margin-right: 3.5rem !important
    }

    .mr-xxl-8 {
        margin-right: 4rem !important
    }

    .mr-xxl-9 {
        margin-right: 4.5rem !important
    }

    .mr-xxl-10 {
        margin-right: 5rem !important
    }

    .mr-xxl-11 {
        margin-right: 5.5rem !important
    }

    .mr-xxl-12 {
        margin-right: 6rem !important
    }

    .mr-xxl-13 {
        margin-right: 6.5rem !important
    }

    .mr-xxl-14 {
        margin-right: 7rem !important
    }

    .mr-xxl-15 {
        margin-right: 7.5rem !important
    }

    .mr-xxl-16 {
        margin-right: 8rem !important
    }

    .mr-xxl-17 {
        margin-right: 8.5rem !important
    }

    .mr-xxl-18 {
        margin-right: 9rem !important
    }

    .mr-xxl-19 {
        margin-right: 9.5rem !important
    }

    .mr-xxl-20 {
        margin-right: 10rem !important
    }

    .mr-xxl-21 {
        margin-right: 10.5rem !important
    }

    .mr-xxl-22 {
        margin-right: 11rem !important
    }

    .mr-xxl-23 {
        margin-right: 11.5rem !important
    }

    .mr-xxl-24 {
        margin-right: 12rem !important
    }

    .mt-xxl-0 {
        margin-top: 0rem !important
    }

    .mt-xxl-1 {
        margin-top: .5rem !important
    }

    .mt-xxl-2 {
        margin-top: 1rem !important
    }

    .mt-xxl-3 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-4 {
        margin-top: 2rem !important
    }

    .mt-xxl-5 {
        margin-top: 2.5rem !important
    }

    .mt-xxl-6 {
        margin-top: 3rem !important
    }

    .mt-xxl-7 {
        margin-top: 3.5rem !important
    }

    .mt-xxl-8 {
        margin-top: 4rem !important
    }

    .mt-xxl-9 {
        margin-top: 4.5rem !important
    }

    .mt-xxl-10 {
        margin-top: 5rem !important
    }

    .mt-xxl-11 {
        margin-top: 5.5rem !important
    }

    .mt-xxl-12 {
        margin-top: 6rem !important
    }

    .mt-xxl-13 {
        margin-top: 6.5rem !important
    }

    .mt-xxl-14 {
        margin-top: 7rem !important
    }

    .mt-xxl-15 {
        margin-top: 7.5rem !important
    }

    .mt-xxl-16 {
        margin-top: 8rem !important
    }

    .mt-xxl-17 {
        margin-top: 8.5rem !important
    }

    .mt-xxl-18 {
        margin-top: 9rem !important
    }

    .mt-xxl-19 {
        margin-top: 9.5rem !important
    }

    .mt-xxl-20 {
        margin-top: 10rem !important
    }

    .mt-xxl-21 {
        margin-top: 10.5rem !important
    }

    .mt-xxl-22 {
        margin-top: 11rem !important
    }

    .mt-xxl-23 {
        margin-top: 11.5rem !important
    }

    .mt-xxl-24 {
        margin-top: 12rem !important
    }

    .mb-xxl-0 {
        margin-bottom: 0rem !important
    }

    .mb-xxl-1 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-2 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 2rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-xxl-8 {
        margin-bottom: 4rem !important
    }

    .mb-xxl-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-xxl-10 {
        margin-bottom: 5rem !important
    }

    .mb-xxl-11 {
        margin-bottom: 5.5rem !important
    }

    .mb-xxl-12 {
        margin-bottom: 6rem !important
    }

    .mb-xxl-13 {
        margin-bottom: 6.5rem !important
    }

    .mb-xxl-14 {
        margin-bottom: 7rem !important
    }

    .mb-xxl-15 {
        margin-bottom: 7.5rem !important
    }

    .mb-xxl-16 {
        margin-bottom: 8rem !important
    }

    .mb-xxl-17 {
        margin-bottom: 8.5rem !important
    }

    .mb-xxl-18 {
        margin-bottom: 9rem !important
    }

    .mb-xxl-19 {
        margin-bottom: 9.5rem !important
    }

    .mb-xxl-20 {
        margin-bottom: 10rem !important
    }

    .mb-xxl-21 {
        margin-bottom: 10.5rem !important
    }

    .mb-xxl-22 {
        margin-bottom: 11rem !important
    }

    .mb-xxl-23 {
        margin-bottom: 11.5rem !important
    }

    .mb-xxl-24 {
        margin-bottom: 12rem !important
    }

    .my-xxl-0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important
    }

    .mx-xxl-0 {
        margin-left: 0rem !important;
        margin-right: 0rem !important
    }

    .my-xxl-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .mx-xxl-1 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .my-xxl-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .mx-xxl-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .my-xxl-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .mx-xxl-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .my-xxl-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .mx-xxl-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .my-xxl-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .mx-xxl-5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .my-xxl-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .mx-xxl-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .my-xxl-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .mx-xxl-7 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .my-xxl-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .mx-xxl-8 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .my-xxl-9 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .mx-xxl-9 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .my-xxl-10 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .mx-xxl-10 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .my-xxl-11 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important
    }

    .mx-xxl-11 {
        margin-left: 5.5rem !important;
        margin-right: 5.5rem !important
    }

    .my-xxl-12 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }

    .mx-xxl-12 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .my-xxl-13 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important
    }

    .mx-xxl-13 {
        margin-left: 6.5rem !important;
        margin-right: 6.5rem !important
    }

    .my-xxl-14 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }

    .mx-xxl-14 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .my-xxl-15 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }

    .mx-xxl-15 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important
    }

    .my-xxl-16 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }

    .mx-xxl-16 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .my-xxl-17 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important
    }

    .mx-xxl-17 {
        margin-left: 8.5rem !important;
        margin-right: 8.5rem !important
    }

    .my-xxl-18 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important
    }

    .mx-xxl-18 {
        margin-left: 9rem !important;
        margin-right: 9rem !important
    }

    .my-xxl-19 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important
    }

    .mx-xxl-19 {
        margin-left: 9.5rem !important;
        margin-right: 9.5rem !important
    }

    .my-xxl-20 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .mx-xxl-20 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .my-xxl-21 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important
    }

    .mx-xxl-21 {
        margin-left: 10.5rem !important;
        margin-right: 10.5rem !important
    }

    .my-xxl-22 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important
    }

    .mx-xxl-22 {
        margin-left: 11rem !important;
        margin-right: 11rem !important
    }

    .my-xxl-23 {
        margin-top: 11.5rem !important;
        margin-bottom: 11.5rem !important
    }

    .mx-xxl-23 {
        margin-left: 11.5rem !important;
        margin-right: 11.5rem !important
    }

    .my-xxl-24 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important
    }

    .mx-xxl-24 {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .p-xxl-0 {
        padding: 0rem
    }

    .p-xxl-1 {
        padding: .5rem
    }

    .p-xxl-2 {
        padding: 1rem
    }

    .p-xxl-3 {
        padding: 1.5rem
    }

    .p-xxl-4 {
        padding: 2rem
    }

    .p-xxl-5 {
        padding: 2.5rem
    }

    .p-xxl-6 {
        padding: 3rem
    }

    .p-xxl-7 {
        padding: 3.5rem
    }

    .p-xxl-8 {
        padding: 4rem
    }

    .p-xxl-9 {
        padding: 4.5rem
    }

    .p-xxl-10 {
        padding: 5rem
    }

    .p-xxl-11 {
        padding: 5.5rem
    }

    .p-xxl-12 {
        padding: 6rem
    }

    .p-xxl-13 {
        padding: 6.5rem
    }

    .p-xxl-14 {
        padding: 7rem
    }

    .p-xxl-15 {
        padding: 7.5rem
    }

    .p-xxl-16 {
        padding: 8rem
    }

    .p-xxl-17 {
        padding: 8.5rem
    }

    .p-xxl-18 {
        padding: 9rem
    }

    .p-xxl-19 {
        padding: 9.5rem
    }

    .p-xxl-20 {
        padding: 10rem
    }

    .p-xxl-21 {
        padding: 10.5rem
    }

    .p-xxl-22 {
        padding: 11rem
    }

    .p-xxl-23 {
        padding: 11.5rem
    }

    .p-xxl-24 {
        padding: 12rem
    }

    .pl-xxl-0 {
        padding-left: 0rem !important
    }

    .pl-xxl-1 {
        padding-left: .5rem !important
    }

    .pl-xxl-2 {
        padding-left: 1rem !important
    }

    .pl-xxl-3 {
        padding-left: 1.5rem !important
    }

    .pl-xxl-4 {
        padding-left: 2rem !important
    }

    .pl-xxl-5 {
        padding-left: 2.5rem !important
    }

    .pl-xxl-6 {
        padding-left: 3rem !important
    }

    .pl-xxl-7 {
        padding-left: 3.5rem !important
    }

    .pl-xxl-8 {
        padding-left: 4rem !important
    }

    .pl-xxl-9 {
        padding-left: 4.5rem !important
    }

    .pl-xxl-10 {
        padding-left: 5rem !important
    }

    .pl-xxl-11 {
        padding-left: 5.5rem !important
    }

    .pl-xxl-12 {
        padding-left: 6rem !important
    }

    .pl-xxl-13 {
        padding-left: 6.5rem !important
    }

    .pl-xxl-14 {
        padding-left: 7rem !important
    }

    .pl-xxl-15 {
        padding-left: 7.5rem !important
    }

    .pl-xxl-16 {
        padding-left: 8rem !important
    }

    .pl-xxl-17 {
        padding-left: 8.5rem !important
    }

    .pl-xxl-18 {
        padding-left: 9rem !important
    }

    .pl-xxl-19 {
        padding-left: 9.5rem !important
    }

    .pl-xxl-20 {
        padding-left: 10rem !important
    }

    .pl-xxl-21 {
        padding-left: 10.5rem !important
    }

    .pl-xxl-22 {
        padding-left: 11rem !important
    }

    .pl-xxl-23 {
        padding-left: 11.5rem !important
    }

    .pl-xxl-24 {
        padding-left: 12rem !important
    }

    .pr-xxl-0 {
        padding-right: 0rem !important
    }

    .pr-xxl-1 {
        padding-right: .5rem !important
    }

    .pr-xxl-2 {
        padding-right: 1rem !important
    }

    .pr-xxl-3 {
        padding-right: 1.5rem !important
    }

    .pr-xxl-4 {
        padding-right: 2rem !important
    }

    .pr-xxl-5 {
        padding-right: 2.5rem !important
    }

    .pr-xxl-6 {
        padding-right: 3rem !important
    }

    .pr-xxl-7 {
        padding-right: 3.5rem !important
    }

    .pr-xxl-8 {
        padding-right: 4rem !important
    }

    .pr-xxl-9 {
        padding-right: 4.5rem !important
    }

    .pr-xxl-10 {
        padding-right: 5rem !important
    }

    .pr-xxl-11 {
        padding-right: 5.5rem !important
    }

    .pr-xxl-12 {
        padding-right: 6rem !important
    }

    .pr-xxl-13 {
        padding-right: 6.5rem !important
    }

    .pr-xxl-14 {
        padding-right: 7rem !important
    }

    .pr-xxl-15 {
        padding-right: 7.5rem !important
    }

    .pr-xxl-16 {
        padding-right: 8rem !important
    }

    .pr-xxl-17 {
        padding-right: 8.5rem !important
    }

    .pr-xxl-18 {
        padding-right: 9rem !important
    }

    .pr-xxl-19 {
        padding-right: 9.5rem !important
    }

    .pr-xxl-20 {
        padding-right: 10rem !important
    }

    .pr-xxl-21 {
        padding-right: 10.5rem !important
    }

    .pr-xxl-22 {
        padding-right: 11rem !important
    }

    .pr-xxl-23 {
        padding-right: 11.5rem !important
    }

    .pr-xxl-24 {
        padding-right: 12rem !important
    }

    .pt-xxl-0 {
        padding-top: 0rem !important
    }

    .pt-xxl-1 {
        padding-top: .5rem !important
    }

    .pt-xxl-2 {
        padding-top: 1rem !important
    }

    .pt-xxl-3 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-4 {
        padding-top: 2rem !important
    }

    .pt-xxl-5 {
        padding-top: 2.5rem !important
    }

    .pt-xxl-6 {
        padding-top: 3rem !important
    }

    .pt-xxl-7 {
        padding-top: 3.5rem !important
    }

    .pt-xxl-8 {
        padding-top: 4rem !important
    }

    .pt-xxl-9 {
        padding-top: 4.5rem !important
    }

    .pt-xxl-10 {
        padding-top: 5rem !important
    }

    .pt-xxl-11 {
        padding-top: 5.5rem !important
    }

    .pt-xxl-12 {
        padding-top: 6rem !important
    }

    .pt-xxl-13 {
        padding-top: 6.5rem !important
    }

    .pt-xxl-14 {
        padding-top: 7rem !important
    }

    .pt-xxl-15 {
        padding-top: 7.5rem !important
    }

    .pt-xxl-16 {
        padding-top: 8rem !important
    }

    .pt-xxl-17 {
        padding-top: 8.5rem !important
    }

    .pt-xxl-18 {
        padding-top: 9rem !important
    }

    .pt-xxl-19 {
        padding-top: 9.5rem !important
    }

    .pt-xxl-20 {
        padding-top: 10rem !important
    }

    .pt-xxl-21 {
        padding-top: 10.5rem !important
    }

    .pt-xxl-22 {
        padding-top: 11rem !important
    }

    .pt-xxl-23 {
        padding-top: 11.5rem !important
    }

    .pt-xxl-24 {
        padding-top: 12rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0rem !important
    }

    .pb-xxl-1 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-2 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 2rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-xxl-6 {
        padding-bottom: 3rem !important
    }

    .pb-xxl-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-xxl-8 {
        padding-bottom: 4rem !important
    }

    .pb-xxl-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-xxl-10 {
        padding-bottom: 5rem !important
    }

    .pb-xxl-11 {
        padding-bottom: 5.5rem !important
    }

    .pb-xxl-12 {
        padding-bottom: 6rem !important
    }

    .pb-xxl-13 {
        padding-bottom: 6.5rem !important
    }

    .pb-xxl-14 {
        padding-bottom: 7rem !important
    }

    .pb-xxl-15 {
        padding-bottom: 7.5rem !important
    }

    .pb-xxl-16 {
        padding-bottom: 8rem !important
    }

    .pb-xxl-17 {
        padding-bottom: 8.5rem !important
    }

    .pb-xxl-18 {
        padding-bottom: 9rem !important
    }

    .pb-xxl-19 {
        padding-bottom: 9.5rem !important
    }

    .pb-xxl-20 {
        padding-bottom: 10rem !important
    }

    .pb-xxl-21 {
        padding-bottom: 10.5rem !important
    }

    .pb-xxl-22 {
        padding-bottom: 11rem !important
    }

    .pb-xxl-23 {
        padding-bottom: 11.5rem !important
    }

    .pb-xxl-24 {
        padding-bottom: 12rem !important
    }

    .px-xxl-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important
    }

    .px-xxl-1 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxl-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxl-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxl-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xxl-5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-xxl-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xxl-7 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-xxl-8 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-xxl-9 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-xxl-10 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-xxl-11 {
        padding-left: 5.5rem !important;
        padding-right: 5.5rem !important
    }

    .px-xxl-12 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-xxl-13 {
        padding-left: 6.5rem !important;
        padding-right: 6.5rem !important
    }

    .px-xxl-14 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-xxl-15 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .px-xxl-16 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-xxl-17 {
        padding-left: 8.5rem !important;
        padding-right: 8.5rem !important
    }

    .px-xxl-18 {
        padding-left: 9rem !important;
        padding-right: 9rem !important
    }

    .px-xxl-19 {
        padding-left: 9.5rem !important;
        padding-right: 9.5rem !important
    }

    .px-xxl-20 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .px-xxl-21 {
        padding-left: 10.5rem !important;
        padding-right: 10.5rem !important
    }

    .px-xxl-22 {
        padding-left: 11rem !important;
        padding-right: 11rem !important
    }

    .px-xxl-23 {
        padding-left: 11.5rem !important;
        padding-right: 11.5rem !important
    }

    .px-xxl-24 {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .py-xxl-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important
    }

    .py-xxl-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-xxl-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .py-xxl-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xxl-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .py-xxl-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .py-xxl-9 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .py-xxl-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .py-xxl-11 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important
    }

    .py-xxl-12 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .py-xxl-13 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important
    }

    .py-xxl-14 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }

    .py-xxl-15 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .py-xxl-16 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .py-xxl-17 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important
    }

    .py-xxl-18 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important
    }

    .py-xxl-19 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important
    }

    .py-xxl-20 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-xxl-21 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important
    }

    .py-xxl-22 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important
    }

    .py-xxl-23 {
        padding-top: 11.5rem !important;
        padding-bottom: 11.5rem !important
    }

    .py-xxl-24 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important
    }
}

@media screen and (min-width: 1879.5px) {
    .m-xxxl-0 {
        margin: 0rem
    }

    .m-xxxl-1 {
        margin: .5rem
    }

    .m-xxxl-2 {
        margin: 1rem
    }

    .m-xxxl-3 {
        margin: 1.5rem
    }

    .m-xxxl-4 {
        margin: 2rem
    }

    .m-xxxl-5 {
        margin: 2.5rem
    }

    .m-xxxl-6 {
        margin: 3rem
    }

    .m-xxxl-7 {
        margin: 3.5rem
    }

    .m-xxxl-8 {
        margin: 4rem
    }

    .m-xxxl-9 {
        margin: 4.5rem
    }

    .m-xxxl-10 {
        margin: 5rem
    }

    .m-xxxl-11 {
        margin: 5.5rem
    }

    .m-xxxl-12 {
        margin: 6rem
    }

    .m-xxxl-13 {
        margin: 6.5rem
    }

    .m-xxxl-14 {
        margin: 7rem
    }

    .m-xxxl-15 {
        margin: 7.5rem
    }

    .m-xxxl-16 {
        margin: 8rem
    }

    .m-xxxl-17 {
        margin: 8.5rem
    }

    .m-xxxl-18 {
        margin: 9rem
    }

    .m-xxxl-19 {
        margin: 9.5rem
    }

    .m-xxxl-20 {
        margin: 10rem
    }

    .m-xxxl-21 {
        margin: 10.5rem
    }

    .m-xxxl-22 {
        margin: 11rem
    }

    .m-xxxl-23 {
        margin: 11.5rem
    }

    .m-xxxl-24 {
        margin: 12rem
    }

    .ml-xxxl-0 {
        margin-left: 0rem !important
    }

    .ml-xxxl-1 {
        margin-left: .5rem !important
    }

    .ml-xxxl-2 {
        margin-left: 1rem !important
    }

    .ml-xxxl-3 {
        margin-left: 1.5rem !important
    }

    .ml-xxxl-4 {
        margin-left: 2rem !important
    }

    .ml-xxxl-5 {
        margin-left: 2.5rem !important
    }

    .ml-xxxl-6 {
        margin-left: 3rem !important
    }

    .ml-xxxl-7 {
        margin-left: 3.5rem !important
    }

    .ml-xxxl-8 {
        margin-left: 4rem !important
    }

    .ml-xxxl-9 {
        margin-left: 4.5rem !important
    }

    .ml-xxxl-10 {
        margin-left: 5rem !important
    }

    .ml-xxxl-11 {
        margin-left: 5.5rem !important
    }

    .ml-xxxl-12 {
        margin-left: 6rem !important
    }

    .ml-xxxl-13 {
        margin-left: 6.5rem !important
    }

    .ml-xxxl-14 {
        margin-left: 7rem !important
    }

    .ml-xxxl-15 {
        margin-left: 7.5rem !important
    }

    .ml-xxxl-16 {
        margin-left: 8rem !important
    }

    .ml-xxxl-17 {
        margin-left: 8.5rem !important
    }

    .ml-xxxl-18 {
        margin-left: 9rem !important
    }

    .ml-xxxl-19 {
        margin-left: 9.5rem !important
    }

    .ml-xxxl-20 {
        margin-left: 10rem !important
    }

    .ml-xxxl-21 {
        margin-left: 10.5rem !important
    }

    .ml-xxxl-22 {
        margin-left: 11rem !important
    }

    .ml-xxxl-23 {
        margin-left: 11.5rem !important
    }

    .ml-xxxl-24 {
        margin-left: 12rem !important
    }

    .mr-xxxl-0 {
        margin-right: 0rem !important
    }

    .mr-xxxl-1 {
        margin-right: .5rem !important
    }

    .mr-xxxl-2 {
        margin-right: 1rem !important
    }

    .mr-xxxl-3 {
        margin-right: 1.5rem !important
    }

    .mr-xxxl-4 {
        margin-right: 2rem !important
    }

    .mr-xxxl-5 {
        margin-right: 2.5rem !important
    }

    .mr-xxxl-6 {
        margin-right: 3rem !important
    }

    .mr-xxxl-7 {
        margin-right: 3.5rem !important
    }

    .mr-xxxl-8 {
        margin-right: 4rem !important
    }

    .mr-xxxl-9 {
        margin-right: 4.5rem !important
    }

    .mr-xxxl-10 {
        margin-right: 5rem !important
    }

    .mr-xxxl-11 {
        margin-right: 5.5rem !important
    }

    .mr-xxxl-12 {
        margin-right: 6rem !important
    }

    .mr-xxxl-13 {
        margin-right: 6.5rem !important
    }

    .mr-xxxl-14 {
        margin-right: 7rem !important
    }

    .mr-xxxl-15 {
        margin-right: 7.5rem !important
    }

    .mr-xxxl-16 {
        margin-right: 8rem !important
    }

    .mr-xxxl-17 {
        margin-right: 8.5rem !important
    }

    .mr-xxxl-18 {
        margin-right: 9rem !important
    }

    .mr-xxxl-19 {
        margin-right: 9.5rem !important
    }

    .mr-xxxl-20 {
        margin-right: 10rem !important
    }

    .mr-xxxl-21 {
        margin-right: 10.5rem !important
    }

    .mr-xxxl-22 {
        margin-right: 11rem !important
    }

    .mr-xxxl-23 {
        margin-right: 11.5rem !important
    }

    .mr-xxxl-24 {
        margin-right: 12rem !important
    }

    .mt-xxxl-0 {
        margin-top: 0rem !important
    }

    .mt-xxxl-1 {
        margin-top: .5rem !important
    }

    .mt-xxxl-2 {
        margin-top: 1rem !important
    }

    .mt-xxxl-3 {
        margin-top: 1.5rem !important
    }

    .mt-xxxl-4 {
        margin-top: 2rem !important
    }

    .mt-xxxl-5 {
        margin-top: 2.5rem !important
    }

    .mt-xxxl-6 {
        margin-top: 3rem !important
    }

    .mt-xxxl-7 {
        margin-top: 3.5rem !important
    }

    .mt-xxxl-8 {
        margin-top: 4rem !important
    }

    .mt-xxxl-9 {
        margin-top: 4.5rem !important
    }

    .mt-xxxl-10 {
        margin-top: 5rem !important
    }

    .mt-xxxl-11 {
        margin-top: 5.5rem !important
    }

    .mt-xxxl-12 {
        margin-top: 6rem !important
    }

    .mt-xxxl-13 {
        margin-top: 6.5rem !important
    }

    .mt-xxxl-14 {
        margin-top: 7rem !important
    }

    .mt-xxxl-15 {
        margin-top: 7.5rem !important
    }

    .mt-xxxl-16 {
        margin-top: 8rem !important
    }

    .mt-xxxl-17 {
        margin-top: 8.5rem !important
    }

    .mt-xxxl-18 {
        margin-top: 9rem !important
    }

    .mt-xxxl-19 {
        margin-top: 9.5rem !important
    }

    .mt-xxxl-20 {
        margin-top: 10rem !important
    }

    .mt-xxxl-21 {
        margin-top: 10.5rem !important
    }

    .mt-xxxl-22 {
        margin-top: 11rem !important
    }

    .mt-xxxl-23 {
        margin-top: 11.5rem !important
    }

    .mt-xxxl-24 {
        margin-top: 12rem !important
    }

    .mb-xxxl-0 {
        margin-bottom: 0rem !important
    }

    .mb-xxxl-1 {
        margin-bottom: .5rem !important
    }

    .mb-xxxl-2 {
        margin-bottom: 1rem !important
    }

    .mb-xxxl-3 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxxl-4 {
        margin-bottom: 2rem !important
    }

    .mb-xxxl-5 {
        margin-bottom: 2.5rem !important
    }

    .mb-xxxl-6 {
        margin-bottom: 3rem !important
    }

    .mb-xxxl-7 {
        margin-bottom: 3.5rem !important
    }

    .mb-xxxl-8 {
        margin-bottom: 4rem !important
    }

    .mb-xxxl-9 {
        margin-bottom: 4.5rem !important
    }

    .mb-xxxl-10 {
        margin-bottom: 5rem !important
    }

    .mb-xxxl-11 {
        margin-bottom: 5.5rem !important
    }

    .mb-xxxl-12 {
        margin-bottom: 6rem !important
    }

    .mb-xxxl-13 {
        margin-bottom: 6.5rem !important
    }

    .mb-xxxl-14 {
        margin-bottom: 7rem !important
    }

    .mb-xxxl-15 {
        margin-bottom: 7.5rem !important
    }

    .mb-xxxl-16 {
        margin-bottom: 8rem !important
    }

    .mb-xxxl-17 {
        margin-bottom: 8.5rem !important
    }

    .mb-xxxl-18 {
        margin-bottom: 9rem !important
    }

    .mb-xxxl-19 {
        margin-bottom: 9.5rem !important
    }

    .mb-xxxl-20 {
        margin-bottom: 10rem !important
    }

    .mb-xxxl-21 {
        margin-bottom: 10.5rem !important
    }

    .mb-xxxl-22 {
        margin-bottom: 11rem !important
    }

    .mb-xxxl-23 {
        margin-bottom: 11.5rem !important
    }

    .mb-xxxl-24 {
        margin-bottom: 12rem !important
    }

    .my-xxxl-0 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important
    }

    .mx-xxxl-0 {
        margin-left: 0rem !important;
        margin-right: 0rem !important
    }

    .my-xxxl-1 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .mx-xxxl-1 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .my-xxxl-2 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .mx-xxxl-2 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .my-xxxl-3 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .mx-xxxl-3 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .my-xxxl-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important
    }

    .mx-xxxl-4 {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .my-xxxl-5 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .mx-xxxl-5 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .my-xxxl-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .mx-xxxl-6 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .my-xxxl-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .mx-xxxl-7 {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important
    }

    .my-xxxl-8 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .mx-xxxl-8 {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .my-xxxl-9 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }

    .mx-xxxl-9 {
        margin-left: 4.5rem !important;
        margin-right: 4.5rem !important
    }

    .my-xxxl-10 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .mx-xxxl-10 {
        margin-left: 5rem !important;
        margin-right: 5rem !important
    }

    .my-xxxl-11 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important
    }

    .mx-xxxl-11 {
        margin-left: 5.5rem !important;
        margin-right: 5.5rem !important
    }

    .my-xxxl-12 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }

    .mx-xxxl-12 {
        margin-left: 6rem !important;
        margin-right: 6rem !important
    }

    .my-xxxl-13 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important
    }

    .mx-xxxl-13 {
        margin-left: 6.5rem !important;
        margin-right: 6.5rem !important
    }

    .my-xxxl-14 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }

    .mx-xxxl-14 {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }

    .my-xxxl-15 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }

    .mx-xxxl-15 {
        margin-left: 7.5rem !important;
        margin-right: 7.5rem !important
    }

    .my-xxxl-16 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }

    .mx-xxxl-16 {
        margin-left: 8rem !important;
        margin-right: 8rem !important
    }

    .my-xxxl-17 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important
    }

    .mx-xxxl-17 {
        margin-left: 8.5rem !important;
        margin-right: 8.5rem !important
    }

    .my-xxxl-18 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important
    }

    .mx-xxxl-18 {
        margin-left: 9rem !important;
        margin-right: 9rem !important
    }

    .my-xxxl-19 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important
    }

    .mx-xxxl-19 {
        margin-left: 9.5rem !important;
        margin-right: 9.5rem !important
    }

    .my-xxxl-20 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .mx-xxxl-20 {
        margin-left: 10rem !important;
        margin-right: 10rem !important
    }

    .my-xxxl-21 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important
    }

    .mx-xxxl-21 {
        margin-left: 10.5rem !important;
        margin-right: 10.5rem !important
    }

    .my-xxxl-22 {
        margin-top: 11rem !important;
        margin-bottom: 11rem !important
    }

    .mx-xxxl-22 {
        margin-left: 11rem !important;
        margin-right: 11rem !important
    }

    .my-xxxl-23 {
        margin-top: 11.5rem !important;
        margin-bottom: 11.5rem !important
    }

    .mx-xxxl-23 {
        margin-left: 11.5rem !important;
        margin-right: 11.5rem !important
    }

    .my-xxxl-24 {
        margin-top: 12rem !important;
        margin-bottom: 12rem !important
    }

    .mx-xxxl-24 {
        margin-left: 12rem !important;
        margin-right: 12rem !important
    }

    .p-xxxl-0 {
        padding: 0rem
    }

    .p-xxxl-1 {
        padding: .5rem
    }

    .p-xxxl-2 {
        padding: 1rem
    }

    .p-xxxl-3 {
        padding: 1.5rem
    }

    .p-xxxl-4 {
        padding: 2rem
    }

    .p-xxxl-5 {
        padding: 2.5rem
    }

    .p-xxxl-6 {
        padding: 3rem
    }

    .p-xxxl-7 {
        padding: 3.5rem
    }

    .p-xxxl-8 {
        padding: 4rem
    }

    .p-xxxl-9 {
        padding: 4.5rem
    }

    .p-xxxl-10 {
        padding: 5rem
    }

    .p-xxxl-11 {
        padding: 5.5rem
    }

    .p-xxxl-12 {
        padding: 6rem
    }

    .p-xxxl-13 {
        padding: 6.5rem
    }

    .p-xxxl-14 {
        padding: 7rem
    }

    .p-xxxl-15 {
        padding: 7.5rem
    }

    .p-xxxl-16 {
        padding: 8rem
    }

    .p-xxxl-17 {
        padding: 8.5rem
    }

    .p-xxxl-18 {
        padding: 9rem
    }

    .p-xxxl-19 {
        padding: 9.5rem
    }

    .p-xxxl-20 {
        padding: 10rem
    }

    .p-xxxl-21 {
        padding: 10.5rem
    }

    .p-xxxl-22 {
        padding: 11rem
    }

    .p-xxxl-23 {
        padding: 11.5rem
    }

    .p-xxxl-24 {
        padding: 12rem
    }

    .pl-xxxl-0 {
        padding-left: 0rem !important
    }

    .pl-xxxl-1 {
        padding-left: .5rem !important
    }

    .pl-xxxl-2 {
        padding-left: 1rem !important
    }

    .pl-xxxl-3 {
        padding-left: 1.5rem !important
    }

    .pl-xxxl-4 {
        padding-left: 2rem !important
    }

    .pl-xxxl-5 {
        padding-left: 2.5rem !important
    }

    .pl-xxxl-6 {
        padding-left: 3rem !important
    }

    .pl-xxxl-7 {
        padding-left: 3.5rem !important
    }

    .pl-xxxl-8 {
        padding-left: 4rem !important
    }

    .pl-xxxl-9 {
        padding-left: 4.5rem !important
    }

    .pl-xxxl-10 {
        padding-left: 5rem !important
    }

    .pl-xxxl-11 {
        padding-left: 5.5rem !important
    }

    .pl-xxxl-12 {
        padding-left: 6rem !important
    }

    .pl-xxxl-13 {
        padding-left: 6.5rem !important
    }

    .pl-xxxl-14 {
        padding-left: 7rem !important
    }

    .pl-xxxl-15 {
        padding-left: 7.5rem !important
    }

    .pl-xxxl-16 {
        padding-left: 8rem !important
    }

    .pl-xxxl-17 {
        padding-left: 8.5rem !important
    }

    .pl-xxxl-18 {
        padding-left: 9rem !important
    }

    .pl-xxxl-19 {
        padding-left: 9.5rem !important
    }

    .pl-xxxl-20 {
        padding-left: 10rem !important
    }

    .pl-xxxl-21 {
        padding-left: 10.5rem !important
    }

    .pl-xxxl-22 {
        padding-left: 11rem !important
    }

    .pl-xxxl-23 {
        padding-left: 11.5rem !important
    }

    .pl-xxxl-24 {
        padding-left: 12rem !important
    }

    .pr-xxxl-0 {
        padding-right: 0rem !important
    }

    .pr-xxxl-1 {
        padding-right: .5rem !important
    }

    .pr-xxxl-2 {
        padding-right: 1rem !important
    }

    .pr-xxxl-3 {
        padding-right: 1.5rem !important
    }

    .pr-xxxl-4 {
        padding-right: 2rem !important
    }

    .pr-xxxl-5 {
        padding-right: 2.5rem !important
    }

    .pr-xxxl-6 {
        padding-right: 3rem !important
    }

    .pr-xxxl-7 {
        padding-right: 3.5rem !important
    }

    .pr-xxxl-8 {
        padding-right: 4rem !important
    }

    .pr-xxxl-9 {
        padding-right: 4.5rem !important
    }

    .pr-xxxl-10 {
        padding-right: 5rem !important
    }

    .pr-xxxl-11 {
        padding-right: 5.5rem !important
    }

    .pr-xxxl-12 {
        padding-right: 6rem !important
    }

    .pr-xxxl-13 {
        padding-right: 6.5rem !important
    }

    .pr-xxxl-14 {
        padding-right: 7rem !important
    }

    .pr-xxxl-15 {
        padding-right: 7.5rem !important
    }

    .pr-xxxl-16 {
        padding-right: 8rem !important
    }

    .pr-xxxl-17 {
        padding-right: 8.5rem !important
    }

    .pr-xxxl-18 {
        padding-right: 9rem !important
    }

    .pr-xxxl-19 {
        padding-right: 9.5rem !important
    }

    .pr-xxxl-20 {
        padding-right: 10rem !important
    }

    .pr-xxxl-21 {
        padding-right: 10.5rem !important
    }

    .pr-xxxl-22 {
        padding-right: 11rem !important
    }

    .pr-xxxl-23 {
        padding-right: 11.5rem !important
    }

    .pr-xxxl-24 {
        padding-right: 12rem !important
    }

    .pt-xxxl-0 {
        padding-top: 0rem !important
    }

    .pt-xxxl-1 {
        padding-top: .5rem !important
    }

    .pt-xxxl-2 {
        padding-top: 1rem !important
    }

    .pt-xxxl-3 {
        padding-top: 1.5rem !important
    }

    .pt-xxxl-4 {
        padding-top: 2rem !important
    }

    .pt-xxxl-5 {
        padding-top: 2.5rem !important
    }

    .pt-xxxl-6 {
        padding-top: 3rem !important
    }

    .pt-xxxl-7 {
        padding-top: 3.5rem !important
    }

    .pt-xxxl-8 {
        padding-top: 4rem !important
    }

    .pt-xxxl-9 {
        padding-top: 4.5rem !important
    }

    .pt-xxxl-10 {
        padding-top: 5rem !important
    }

    .pt-xxxl-11 {
        padding-top: 5.5rem !important
    }

    .pt-xxxl-12 {
        padding-top: 6rem !important
    }

    .pt-xxxl-13 {
        padding-top: 6.5rem !important
    }

    .pt-xxxl-14 {
        padding-top: 7rem !important
    }

    .pt-xxxl-15 {
        padding-top: 7.5rem !important
    }

    .pt-xxxl-16 {
        padding-top: 8rem !important
    }

    .pt-xxxl-17 {
        padding-top: 8.5rem !important
    }

    .pt-xxxl-18 {
        padding-top: 9rem !important
    }

    .pt-xxxl-19 {
        padding-top: 9.5rem !important
    }

    .pt-xxxl-20 {
        padding-top: 10rem !important
    }

    .pt-xxxl-21 {
        padding-top: 10.5rem !important
    }

    .pt-xxxl-22 {
        padding-top: 11rem !important
    }

    .pt-xxxl-23 {
        padding-top: 11.5rem !important
    }

    .pt-xxxl-24 {
        padding-top: 12rem !important
    }

    .pb-xxxl-0 {
        padding-bottom: 0rem !important
    }

    .pb-xxxl-1 {
        padding-bottom: .5rem !important
    }

    .pb-xxxl-2 {
        padding-bottom: 1rem !important
    }

    .pb-xxxl-3 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxxl-4 {
        padding-bottom: 2rem !important
    }

    .pb-xxxl-5 {
        padding-bottom: 2.5rem !important
    }

    .pb-xxxl-6 {
        padding-bottom: 3rem !important
    }

    .pb-xxxl-7 {
        padding-bottom: 3.5rem !important
    }

    .pb-xxxl-8 {
        padding-bottom: 4rem !important
    }

    .pb-xxxl-9 {
        padding-bottom: 4.5rem !important
    }

    .pb-xxxl-10 {
        padding-bottom: 5rem !important
    }

    .pb-xxxl-11 {
        padding-bottom: 5.5rem !important
    }

    .pb-xxxl-12 {
        padding-bottom: 6rem !important
    }

    .pb-xxxl-13 {
        padding-bottom: 6.5rem !important
    }

    .pb-xxxl-14 {
        padding-bottom: 7rem !important
    }

    .pb-xxxl-15 {
        padding-bottom: 7.5rem !important
    }

    .pb-xxxl-16 {
        padding-bottom: 8rem !important
    }

    .pb-xxxl-17 {
        padding-bottom: 8.5rem !important
    }

    .pb-xxxl-18 {
        padding-bottom: 9rem !important
    }

    .pb-xxxl-19 {
        padding-bottom: 9.5rem !important
    }

    .pb-xxxl-20 {
        padding-bottom: 10rem !important
    }

    .pb-xxxl-21 {
        padding-bottom: 10.5rem !important
    }

    .pb-xxxl-22 {
        padding-bottom: 11rem !important
    }

    .pb-xxxl-23 {
        padding-bottom: 11.5rem !important
    }

    .pb-xxxl-24 {
        padding-bottom: 12rem !important
    }

    .px-xxxl-0 {
        padding-left: 0rem !important;
        padding-right: 0rem !important
    }

    .px-xxxl-1 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxxl-2 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxxl-3 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxxl-4 {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .px-xxxl-5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .px-xxxl-6 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .px-xxxl-7 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-xxxl-8 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-xxxl-9 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-xxxl-10 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .px-xxxl-11 {
        padding-left: 5.5rem !important;
        padding-right: 5.5rem !important
    }

    .px-xxxl-12 {
        padding-left: 6rem !important;
        padding-right: 6rem !important
    }

    .px-xxxl-13 {
        padding-left: 6.5rem !important;
        padding-right: 6.5rem !important
    }

    .px-xxxl-14 {
        padding-left: 7rem !important;
        padding-right: 7rem !important
    }

    .px-xxxl-15 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .px-xxxl-16 {
        padding-left: 8rem !important;
        padding-right: 8rem !important
    }

    .px-xxxl-17 {
        padding-left: 8.5rem !important;
        padding-right: 8.5rem !important
    }

    .px-xxxl-18 {
        padding-left: 9rem !important;
        padding-right: 9rem !important
    }

    .px-xxxl-19 {
        padding-left: 9.5rem !important;
        padding-right: 9.5rem !important
    }

    .px-xxxl-20 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .px-xxxl-21 {
        padding-left: 10.5rem !important;
        padding-right: 10.5rem !important
    }

    .px-xxxl-22 {
        padding-left: 11rem !important;
        padding-right: 11rem !important
    }

    .px-xxxl-23 {
        padding-left: 11.5rem !important;
        padding-right: 11.5rem !important
    }

    .px-xxxl-24 {
        padding-left: 12rem !important;
        padding-right: 12rem !important
    }

    .py-xxxl-0 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important
    }

    .py-xxxl-1 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxxl-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxxl-3 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxxl-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-xxxl-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .py-xxxl-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xxxl-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .py-xxxl-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .py-xxxl-9 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }

    .py-xxxl-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .py-xxxl-11 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important
    }

    .py-xxxl-12 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }

    .py-xxxl-13 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important
    }

    .py-xxxl-14 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }

    .py-xxxl-15 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .py-xxxl-16 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }

    .py-xxxl-17 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important
    }

    .py-xxxl-18 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important
    }

    .py-xxxl-19 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important
    }

    .py-xxxl-20 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-xxxl-21 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important
    }

    .py-xxxl-22 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important
    }

    .py-xxxl-23 {
        padding-top: 11.5rem !important;
        padding-bottom: 11.5rem !important
    }

    .py-xxxl-24 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important
    }
}

.button__container {
    display: flex;
    width: 100%
}

.btn {
    font-size: 1rem;
    text-transform: uppercase;
    outline: none;
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0);
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0);
    text-align: center;
    transition: .4s all ease-in-out;
    cursor: pointer
}

@media screen and (max-width: 878.5px) {
    .btn {
        font-size: 14px;
        padding: 1rem 2rem
    }
}

.btn i {
    margin: 0 5px
}

.fade-in-bottom {
    animation: fade-in-bottom .8s cubic-bezier(0.39, 0.575, 0.565, 1) both
}

@keyframes fade-in-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-top {
    animation: fade-in-top .4s cubic-bezier(0.39, 0.575, 0.565, 1) both
}

@keyframes fade-in-top {
    0% {
        transform: translateY(-20px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.slide-in-right {
    animation: slide-in-right 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes slide-in-right {
    0% {
        transform: translateX(500px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.slide-in-left {
    animation: slide-in-left 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.slide-in-left-short {
    animation: slide-in-left-short 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-500px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-left-short {
    0% {
        transform: translateX(-80px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.slide-in-bottom {
    animation: slide-in-bottom 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes slide-in-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in {
    animation: fade-in 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) both
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.scale-in-center {
    animation: scale-in-center .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes scale-in-center {
    0% {
        transform: scale(0);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.scale-in-top {
    animation: scale-in-top .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes scale-in-top {
    0% {
        transform: scale(0);
        transform-origin: 50% 0%;
        opacity: 1
    }

    100% {
        transform: scale(1);
        transform-origin: 100% 0%;
        opacity: 1
    }
}

.fade-in-left {
    animation: fade-in-left .6s cubic-bezier(0.39, 0.575, 0.565, 1) both
}

@keyframes fade-in-left {
    0% {
        transform: translateX(-50px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-right {
    animation: fade-in-right .6s cubic-bezier(0.39, 0.575, 0.565, 1) both
}

@keyframes fade-in-right {
    0% {
        transform: translateX(50px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.slide-in-top {
    animation: slide-in-top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-1000px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.slide-out-top {
    animation: slide-out-top .5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both
}

@keyframes slide-out-top {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(-1000px);
        opacity: 0
    }
}

.fade-out-left {
    animation: fade-out-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes fade-out-left {
    0% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(-50px);
        opacity: 0
    }
}

.scale-in-center {
    animation: scale-in-center .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes scale-in-center {
    0% {
        transform: scale(0);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.tracking-in-contract {
    animation: tracking-in-contract .8s cubic-bezier(0.115, 0.51, 0.255, 1) both
}

@keyframes tracking-in-contract {
    0% {
        letter-spacing: .5em;
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        letter-spacing: normal;
        opacity: 1
    }
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    border: 0;
    margin: 0;
    overflow: visible
}

@media screen and (max-width: 1024.5px) {
    .hamburger {
        font-size: 1.52rem
    }
}

.hamburger:hover {
    opacity: 1
}

.hamburger.is-active:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #fff
}

.hamburger-box {
    width: 24px;
    height: 14px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner::after {
    bottom: -8px
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner::after {
    top: 16px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg)
}

.main-header {
    position: fixed;
    background-color: rgb(90, 176, 41);
    z-index: 1;
    min-height: 68px;
    width: 100%;
    padding: 1rem 15px;
}

.main-header::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../images/somosvia/Frame-dskp.png");
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.6;
    background-position: center center;
}

@media screen and (min-width: 1024.5px) {
    .main-header {
        padding: 1rem 40px
    }
}

.main-header .main-header__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-header .main-header__container .main-header__logo img {
    height: 28px;
    width: auto
}

.main-header .main-header__container .main-header__actions {
    display: flex;
    align-items: center;
    gap: 1rem
}

.main-header .main-header__container .main-header__actions .header-icon-btn,
.main-header .main-header__container .main-header__actions .user-menu-trigger {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer
}

.main-header .main-header__container .main-header__actions .header-icon-btn .user-avatar,
.main-header .main-header__container .main-header__actions .user-menu-trigger .user-avatar {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

/* Nueva clase container-nav con el mismo estilo del header */
.container-nav {
    position: relative;
    background-color: #5ab029;
    padding: 1rem 15px;
    z-index: 1;
    min-height: 68px
}

.container-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../images/somosvia/Frame-dskp.png");
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
    opacity: .6
}

@media screen and (min-width: 1024.5px) {
    .container-nav {
        padding: 1rem 40px
    }
}

/* Asegurar que el contenido esté por encima del fondo */
.container-nav > * {
    position: relative;
    z-index: 1
}

.main-header .main-header__container .main-header__actions .user-menu-name {
    display: none
}

.main-header .main-header__container .main-header__actions .arrow-menu {
    display: none
}

@media screen and (min-width: 1024.5px) {
    .main-header .main-header__container .main-header__actions .user-menu-name {
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer
    }

    .main-header .main-header__container .main-header__actions .arrow-menu {
        display: block;
        height: 6px;
        width: 12px;
        cursor: pointer
    }
}

.user-menu {
    background: #fff;
    padding: 20px 20px;
    width: 100%;
    max-width: 360px;
    height: 100%;
    max-height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    box-shadow: -10px 0 30px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    /* quitamos space-between para controlar mejor con contenedores internos */
    justify-content: flex-start;
    transform: translateX(100%);
    transition: transform .3s ease-in-out
}

/* Contenedor scroll interno que agrupa la parte superior del modal y acciones */
.user-menu .user-menu__scrollable {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0; /* permite que flexbox calcule overflow correctamente */
    overflow-y: auto;
    overflow-x: hidden; /* elimina scroll horizontal */
}

/* Asegura que el bloque de acciones ocupe espacio y empuje footer */
.user-menu .user-modal-actions {
    flex: 1 0 auto;
}

.user-menu .user-modal-actions__main {
    flex: 0 0 auto;
}

.user-menu .user-modal-actions__footer {
    flex: 0 0 auto;
}

/* En mobile: usamos el mismo enfoque pero permitiendo altura dinámica */
@media screen and (max-width: 1024.5px) {
    .user-menu {
        height: 100%;
        max-height: 100vh; /* mantenemos viewport pero con scroll interno */
    }
    .user-menu .user-menu__scrollable {
        height: 100%;
    }
}

.user-menu.is-open {
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.user-menu .user-menu__close {
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 3rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #8cc136
}

.user-menu .user-modal-top .user-avatar-big {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: 0 auto 1rem auto
}

.user-menu .user-modal-top .user-name {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0
}

.user-menu .user-modal-top .user-email {
    text-align: center;
    font-size: .9rem;
    color: #555;
    margin-bottom: 1rem
}

.user-menu .user-modal-top .agencia-title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 1rem
}

.user-menu .user-modal-top .agencia-title-line .label {
    font-weight: 700;
    font-size: .9rem;
    color: #333;
    white-space: nowrap
}

.user-menu .user-modal-top .agencia-title-line .left-line,
.user-menu .user-modal-top .agencia-title-line .right-line {
    flex: 0 0 115px;
    border: none;
    border-top: 1px solid #e1e2eb
}

.user-menu .user-modal-top .user-agencia {
    text-align: center;
    margin-top: .5rem
}

.user-menu .user-modal-top .user-agencia p {
    font-size: .85rem;
    color: #444;
    line-height: 1.2
}

.user-menu .user-modal-top .bottom-divider {
    border: none;
    border-top: 1px solid #e1e2eb;
    margin-top: 1rem
}

.user-menu .user-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 12rem;
    margin-top: 2rem;
    flex: 1 1 auto;
    height: 100%;
}

.user-menu .user-modal-actions__main {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.user-menu .user-modal-actions__footer {
    margin-top: auto;
    padding-top: .5rem;
}

.user-menu .user-modal-actions__footer .btn-logout img {
    width: 24px;
    height: 24px
}
.user-menu .user-modal-actions__footer .btn-logout p {
    margin-left: 3rem
}
.user-menu .user-modal-actions__footer .btn-logout {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

.user-menu .user-modal-actions__footer .btn-logout:hover {
    background-color: #151515;
}

/* Ajustes mobile: quitar height forzado y mantener gap de 1rem */
@media screen and (max-width: 1024.5px) {
    .user-menu .user-modal-actions {
        gap: 1rem;
    }
}

.user-menu .user-modal-actions a,
.user-menu .user-modal-actions button {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 2rem;
    padding: .75rem 1rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none
}

.user-menu .user-modal-actions .btn-whatsapp {
    background-color: #45d354;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.user-menu .user-modal-actions .btn-whatsapp img {
    width: 24px;
    height: 24px
}

.user-menu .user-modal-actions .btn-whatsapp p {
    margin-left: 3rem
}

.user-menu .user-modal-actions .btn-whatsapp:hover {
    background-color: #45d354
}

.user-menu .user-modal-actions .btn-contact-center {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.user-menu .user-modal-actions .btn-contact-center img {
    width: 24px;
    height: 24px
}

.user-menu .user-modal-actions .btn-contact-center p {
    margin-left: 2.2rem
}

.user-menu .user-modal-actions .btn-contact-center:hover {
    background-color: #151515
}

.user-menu .user-modal-actions .contact-center-form {
    border-radius: 12px;
    margin-top: 1rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
    padding-top: 0;
    padding-bottom: 0
}

.user-menu .user-modal-actions .contact-center-form.is-visible {
    max-height: 500px;
    opacity: 1;
    padding-top: 1rem;
    padding-bottom: 1.5rem
}

.user-menu .user-modal-actions .contact-center-form .form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f1f2f6;
    padding: .75rem 1rem;
    border-radius: 8px 8px 0 0
}

.user-menu .user-modal-actions .contact-center-form .form-header .form-title {
    font-size: 14px;
    font-weight: 600;
    color: #000
}

.user-menu .user-modal-actions .contact-center-form .form-header .close-contact-form {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer
}

.user-menu .user-modal-actions .contact-center-form .form-header .close-contact-form img {
    width: 16px;
    height: 16px
}

.user-menu .user-modal-actions .contact-center-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #f1f2f6
}

.user-menu .user-modal-actions .contact-center-form form label {
    display: flex;
    flex-direction: column;
    gap: .3rem
}

.user-menu .user-modal-actions .contact-center-form form label .input-label {
    font-size: 13px;
    font-weight: 600;
    color: #333
}

.user-menu .user-modal-actions .contact-center-form form label input {
    width: 100%;
    padding: .6rem 1rem;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px
}

.user-menu .user-modal-actions .contact-center-form form label input:focus {
    outline: none;
    border-color: #8bbf36;
    box-shadow: 0 0 0 3px rgba(139, 191, 54, .2)
}

.user-menu .user-modal-actions .contact-center-form form .submit-btn {
    margin-top: .5rem;
    background-color: #8cc136;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: .75rem 1rem;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    justify-content: center
}

.user-menu .user-modal-actions .contact-center-form form .submit-btn:hover {
    background-color: #75a22d
}

.user-menu .user-modal-actions .contact-center-form.is-visible {
    display: flex;
    flex-direction: column
}

.user-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease
}

.user-menu-overlay.visible {
    opacity: 1;
    visibility: visible
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    font-size: 16px
}

body {
    color: #333;
    background-color: #5ab029;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

.login-page {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 1.5rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #84bf1d 0%, #6be732 100%)
}

.login-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url("../images/somosvia/Frame.png");
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
    opacity: .85
}
/* 
.logo-via {
    position: absolute;
    top: 30px;
    z-index: 99;
}

.logo-via .login-logo {
    margin: 0 auto 2.5rem auto;
    width: auto;
    height: 30px
}

.logo-via .login-logo-dsk {
    display: none
}

.logo-via .logo-fallback {
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 2.5rem
} */

.login-container {
    width: 100%;
    max-width: 400px;
    text-align: center;
    position: relative;
    z-index: 2
}

.login-title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 2rem
}

.login-title strong {
    font-weight: 700
}

.login-form {
    background-color: #fff;
    padding: 25px 10px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    width: 100%;
    text-align: left;
    max-height: 280px
}

.form-group {
    margin-bottom: 1rem
}

.form-group label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #222;
    margin-bottom: .5rem;
    text-transform: uppercase;
    letter-spacing: .5px
}

.form-group input {
    width: 100%;
    padding: .6rem 1rem;
    border-radius: 12px;
    color: #333;
    transition: border-color .3s ease, box-shadow .3s ease;
    max-height: 40px;
    font-size: 14px;
    border: 1px solid #e1e2eb;
    border-radius: 6px
}

.form-group input:focus {
    outline: none;
    border-color: #8bbf36;
    box-shadow: 0 0 0 3px rgba(139, 191, 54, .2)
}

.btn-link-wrapper .btn {
    display: inline-block;
    width: 100%;
    padding: .6rem .8rem;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    text-transform: capitalize;
    max-height: 40px
}

.btn-link-wrapper .btn.btn-primary {
    background-color: #8bbf36;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-link-wrapper .btn.btn-primary:hover {
    background-color: #7dab30;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(104, 159, 56, .2)
}

.btn-link-wrapper .recovery-link {
    display: block;
    text-align: center;
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 500;
    color: #54af00;
    text-decoration: underline;
    line-height: 100%
}

.btn-link-wrapper .recovery-link:hover {
    color: #418502;
    font-weight: 600
}

.qr-block {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    height: auto !important;
    max-height: none
}

.qr-block .qr-text {
    font-size: 18px;
    font-weight: 700;
    color: #222
}

.qr-block .qr-image {
    background-color: #fff;
    padding: 1rem;
    border-radius: 12px
}

.qr-block .qr-image img {
    width: 160px;
    height: 160px;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (min-width: 1024.5px) {
    .login-page {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0 80px
    }
}

@media screen and (min-width: 1024.5px)and (min-width: 1240.5px) {
    .login-page {
        padding: 0 120px
    }
}

@media screen and (min-width: 1024.5px)and (min-width: xxxl) {
    .login-page {
        padding: 0 200px
    }
}

@media screen and (min-width: 1024.5px) {
    .login-page::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-image: url("../images/somosvia/Frame-dskp.png");
        background-size: cover;
        background-position: center;
        mix-blend-mode: multiply;
        opacity: .85
    }
}
/* 
@media screen and (min-width: 1024.5px) {
    .login-page .logo-via {
        position: absolute;
        top: 80px;
        left: 80px
    }

    .login-page .logo-via .login-logo {
        display: none
    }

    .login-page .logo-via .login-logo-dsk {
        display: block;
        width: 190px;
        height: 43px
    }
}

@media screen and (min-width: 1024.5px)and (min-width: 1240.5px) {
    .login-page .logo-via {
        left: 120px
    }
}

@media screen and (min-width: 1024.5px)and (min-width: xxxl) {
    .login-page .logo-via {
        left: 200px
    }
}

@media screen and (min-width: 1024.5px) {
    .login-page .logo-via .login-logo {
        margin-bottom: 2rem
    }
} */

@media screen and (min-width: 1024.5px) {
    .login-page .login-container {
        display: flex;
        max-width: 100%;
        text-align: center;
        width: 100%;
        justify-content: center;
        align-self: center;
        margin: 0;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1024.5px) {
    .login-page .login-title {
        /* margin-top: 5rem; */
        font-size: 35px;
        color: #fff;
        line-height: 1.4;
        /* max-width: 380px; */
        text-align: center;
    }
}

@media screen and (min-width: 1024.5px)and (min-width: 1240.5px) {
    .login-page .login-title {
        font-size: 38px
    }
}

@media screen and (min-width: 1024.5px) {
    .login-page .login-title strong {
        font-weight: 700
    }
}

@media screen and (min-width: 1024.5px) {
    .login-page .login-form {
        max-height: none;
        padding: 60px 32px;
        max-width: 451px;
        height: 364px
    }

    .login-page .login-form .form-group {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1024.5px) {
    .login-page .btn-link-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .login-page .btn-link-wrapper .btn {
        width: 160px;
        max-height: 48px
    }
}

@media screen and (min-width: 1024.5px) {
    .login-page .login-form.qr-block .qr-text {
        font-size: 20px
    }

    .login-page .login-form.qr-block .qr-image img {
        width: 180px;
        height: 180px
    }
}

.body-home {
    background-color: #edeef3
}

.home-content {
    padding: 15px
}

.welcome-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 2rem
}

.content-section {
    margin-bottom: 25px
}

.section-3,
.section-4 {
    margin-bottom: 3rem
}

.section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem
}

.button-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
}

.button-grid .action-button {
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #222;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
    transition: all .2s ease-in-out;
    width: 100%;
    height: 60px
}

@media screen and (min-width: 1024.5px) {
    .button-grid .action-button {
        height: 120px;
        font-size: 18px
    }
}

.button-grid .action-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08)
}

.button-grid .action-button__icon {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain
}

.button-grid .action-button .action-button__label {
    line-height: 120%
}

.button-grid .action-button--platform {
    padding: 1.5rem 1rem;
    justify-content: center
}

.button-grid .action-button--platform .logo-viacargo {
    width: 130px
}

.button-grid .action-button--platform .action-button__label {
    color: #222;
    line-height: 1
}

.button-grid .action-button--platform .logo-viacompras {
    width: 200px;
    height: 50px
}

.button-grid .action-button--platform .logo-viapago {
    width: 120px;
    height: 32px
}

.button-grid .action-button--platform .logo-viaclub {
    width: 95px;
    height: 53px
}

/* Variante solo icono */
.button-grid .action-button--icon-only {
    justify-content: center;
    align-items: center;
    height: 60px; /* mantiene altura base */
    position: relative;
}

.button-grid .action-button--icon-only .action-button__icon {
    width: 90px;
    height: 90px;
}

@media screen and (min-width: 1024.5px) {
    .button-grid .action-button--icon-only {
        height: 120px;
    }
    .button-grid .action-button--icon-only .action-button__icon {
        width: 120px;
        height: 120px;
    }
}

@media screen and (min-width: 1024.5px) {
    .home-content {
        max-width: 1280px;
        margin: 0 auto;
        padding: 40px
    }

    .welcome-title {
        font-size: 2rem;
        margin-bottom: 2.5rem;
        margin-top: 2.5rem;
    }

    .section-title {
        font-size: 1.4rem;
        margin-bottom: 1.5rem
    }

    .content-section {
        margin-bottom: 3rem
    }

    .section-3 .button-grid,
    .section-4 .button-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .button-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px
    }

    .action-button {
        height: 100px;
        justify-content: center;
        flex-direction: row;
        gap: .5rem;
        font-size: 1rem;
        padding: 1.2rem
    }

    .action-button__icon {
        width: 34px;
        height: 34px
    }

    .action-button__label {
        text-align: center;
        font-size: 18px
    }

    .action-button--platform {
        height: 100px;
        padding: 1.5rem
    }

    .action-button--platform .logo-viacargo {
        width: 130px
    }

    .action-button--platform .logo-viacompras {
        width: 100%;
        height: auto
    }

    .action-button--platform .logo-viapago {
        width: 100px;
        height: auto
    }

    .action-button--platform .logo-viaclub {
        width: 90px;
        height: auto
    }
}
.alert-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
}

.alert-container.show {
    opacity: 1;
    transform: translateX(0);
}

.space-y-5>*+* {
    margin-top: 1.25rem;
}

.shrink-0 {
    flex-shrink: 0;
}

.ms-3 {
    margin-left: 0.75rem;
}

.size-8 {
    width: 2rem;
    height: 2rem;
}

.size-4 {
    width: 1rem;
    height: 1rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.inline-flex {
    display: inline-flex;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.font-semibold {
    font-weight: 600;
}

/* Success styles */
.bg-teal-50 {
    background-color: #f0fdfa;
}

.border-teal-500 {
    border-color: #14b8a6;
}

.border-teal-100 {
    border-color: #ccfbf1;
}

.bg-teal-200 {
    background-color: #99f6e4;
}

.text-teal-800 {
    color: #115e59;
}

.text-gray-800 {
    color: #1f2937;
}

.text-gray-700 {
    color: #374151;
}

/* Error styles */
.bg-red-50 {
    background-color: #fef2f2;
}

.border-red-500 {
    border-color: #ef4444;
}

.border-red-100 {
    border-color: #fecaca;
}

.bg-red-200 {
    background-color: #fecaca;
}

.text-red-800 {
    color: #991b1b;
}

.border-s-4 {
    border-left-width: 4px;
}

.border-t-2 {
    border-top-width: 2px;
}
#form-recuperar-password, #form_cambiar_password {
    height: auto !important;
    max-height: max-content;
}