
/* #Utilities
================================================== */
.transform-font1-1 {
    transform: scale(1, 1.1);
    -webkit-transform: scale(1, 1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1, 1.1);
    /* Firefox */
    -ms-transform: scale(1, 1.1);
    /* IE 9+ */
    -o-transform: scale(1, 1.1);
    /* Opera */
}

.line-height-1-5 {
    line-height: 1.5;
}

.line-height-2 {
    line-height: 2;
}

.letter-spacing-1 {
    letter-spacing: 1px !important
}

.letter-spacing-2 {
    letter-spacing: 2px !important
}

.letter-spacing-3 {
    letter-spacing: 3px !important
}

.letter-spacing-4 {
    letter-spacing: 4px !important
}

.letter-spacing-5 {
    letter-spacing: 5px !important
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-100 {
    font-weight: 100 !important;
}


.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

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

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

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

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

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

    .d-sm-inline {
        display: inline !important;
    }

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

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

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

    .d-md-inline {
        display: inline !important;
    }

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

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

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

    .d-lg-inline {
        display: inline !important;
    }

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

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

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

    .d-xl-inline {
        display: inline !important;
    }

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

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

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

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

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

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-3by4::before {
    padding-top: 133.333333%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

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

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

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

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

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

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

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

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

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

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

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

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

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

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

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

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

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

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

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

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

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

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

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

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

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

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

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

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

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

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

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

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

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

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

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

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

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

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

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

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.w-responsive-90 {
    width: 90%;
}

.w-responsive-85 {
    width: 85%;
}

.w-responsive-80 {
    width: 80%;
}

.w-responsive-75 {
    width: 75%;
}

.w-responsive-70 {
    width: 70%;
}

.w-responsive-65 {
    width: 65%;
}

.w-responsive-60 {
    width: 60%;
}

.w-responsive-55 {
    width: 55%;
}

.w-responsive-50 {
    width: 50%;
}

.w-responsive-25 {
    width: 25%;
}

@media (max-width: 769px) {

    .w-responsive-90,
    .w-responsive-85,
    .w-responsive-80,
    .w-responsive-75,
    .w-responsive-70,
    .w-responsive-65,
    .w-responsive-60,
    .w-responsive-55,
    .w-responsive-50,
    .w-responsive-25 {
        width: 99%;
    }
}

/* .........
MARGIN AND PADDING UTILITIES STARTS.....
............*/

.elevated {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .08);
    box-shadow: 0 0 40px rgba(0, 0, 0, .08)
}

.box-shadow-wide {
    -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0, .2);
    box-shadow: 0 23px 40px rgba(0, 0, 0, .2)
}

.r-0 {
    right: 0
}

.l-0 {
    left: 0
}

.t-0 {
    top: 0
}

.b-0 {
    bottom: 0
}

.a-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.absolute-centered {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media (min-width:62em) {
    .absolute-centered-lg {
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
}

.sticky-top {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.pos-fixed {
    position: fixed
}

.w-100 {
    width: 100% !important
}

.w-75 {
    width: 75% !important
}

.w-50 {
    width: 50% !important
}

.w-25 {
    width: 25% !important
}

.h-100 {
    height: 100% !important
}

.h-75 {
    height: 75% !important
}

.h-50 {
    height: 50% !important
}

.h-25 {
    height: 25% !important
}

@media (min-width:36em) {
    .pos-sm-relative {
        position: relative
    }

    .pos-sm-absolute {
        position: absolute
    }

    .pos-sm-fixed {
        position: fixed
    }

    .w-sm-100 {
        width: 100% !important
    }

    .w-sm-75 {
        width: 75% !important
    }

    .w-sm-50 {
        width: 50% !important
    }

    .w-sm-25 {
        width: 25% !important
    }

    .h-sm-100 {
        height: 100% !important
    }

    .h-sm-75 {
        height: 75% !important
    }

    .h-sm-50 {
        height: 50% !important
    }

    .h-sm-25 {
        height: 25% !important
    }
}

@media (min-width:48em) {
    .pos-md-relative {
        position: relative
    }

    .pos-md-absolute {
        position: absolute
    }

    .pos-md-fixed {
        position: fixed
    }

    .w-md-100 {
        width: 100% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .w-md-25 {
        width: 25% !important
    }

    .h-md-100 {
        height: 100% !important
    }

    .h-md-75 {
        height: 75% !important
    }

    .h-md-50 {
        height: 50% !important
    }

    .h-md-25 {
        height: 25% !important
    }
}

@media (min-width:62em) {
    .pos-lg-relative {
        position: relative
    }

    .pos-lg-absolute {
        position: absolute
    }

    .pos-lg-fixed {
        position: fixed
    }

    .w-lg-100 {
        width: 100% !important
    }

    .w-lg-75 {
        width: 75% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

    .w-lg-25 {
        width: 25% !important
    }

    .h-lg-100 {
        height: 100% !important
    }

    .h-lg-75 {
        height: 75% !important
    }

    .h-lg-50 {
        height: 50% !important
    }

    .h-lg-25 {
        height: 25% !important
    }
}

@media (min-width:75em) {
    .pos-xl-relative {
        position: relative
    }

    .pos-xl-absolute {
        position: absolute
    }

    .pos-xl-fixed {
        position: fixed
    }

    .w-xl-100 {
        width: 100% !important
    }

    .w-xl-75 {
        width: 75% !important
    }

    .w-xl-50 {
        width: 50% !important
    }

    .w-xl-25 {
        width: 25% !important
    }

    .h-xl-100 {
        height: 100% !important
    }

    .h-xl-75 {
        height: 75% !important
    }

    .h-xl-50 {
        height: 50% !important
    }

    .h-xl-25 {
        height: 25% !important
    }
}
.m-auto {
    margin: auto!important;
}
.m-25 {
    margin: .25rem !important
}

.mt-25,
.my-25 {
    margin-top: .25rem !important
}

.mr-25,
.mx-25 {
    margin-right: .25rem !important
}

.mb-25,
.my-25 {
    margin-bottom: .25rem !important
}

.ml-25,
.mx-25 {
    margin-left: .25rem !important
}

.m-50 {
    margin: .5rem !important
}

.mt-50,
.my-50 {
    margin-top: .5rem !important
}

.mr-50,
.mx-50 {
    margin-right: .5rem !important
}

.mb-50,
.my-50 {
    margin-bottom: .5rem !important
}

.ml-50,
.mx-50 {
    margin-left: .5rem !important
}

.m-75 {
    margin: .75rem !important
}

.mt-75,
.my-75 {
    margin-top: .75rem !important
}

.mr-75,
.mx-75 {
    margin-right: .75rem !important
}

.mb-75,
.my-75 {
    margin-bottom: .75rem !important
}

.ml-75,
.mx-75 {
    margin-left: .75rem !important
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-4 {
    margin: 1.8rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
    margin: 4rem !important
}

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

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

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

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

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

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

.m-7 {
    margin: 5rem !important
}

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

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

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

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

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

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

.m-8 {
    margin: 7.5rem !important
}

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

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

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

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

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

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

.m-9 {
    margin: 10rem !important
}

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

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

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

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

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

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

.m-10 {
    margin: 12.5rem !important
}

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

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

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

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

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

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

.m-11 {
    margin: 15rem !important
}

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

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

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

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

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

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

@media (max-width:35.99em) {
    .m-xs-0 {
        margin: 0 !important
    }

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

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

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

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

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

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

    .m-xs-1 {
        margin: .25rem !important
    }

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

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

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

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

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

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

    .m-xs-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

    .m-xs-3 {
        margin: 1rem !important
    }

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

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

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

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

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

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

    .m-xs-4 {
        margin: 1.8rem !important
    }

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

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

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

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

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

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

    .m-xs-5 {
        margin: 3rem !important
    }

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

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

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

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

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

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

    .m-xs-6 {
        margin: 4rem !important
    }

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

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

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

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

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

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

    .m-xs-7 {
        margin: 5rem !important
    }

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

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

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

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

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

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

    .m-xs-8 {
        margin: 7.5rem !important
    }

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

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

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

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

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

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

    .m-xs-9 {
        margin: 10rem !important
    }

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

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

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

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

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

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

    .m-xs-10 {
        margin: 12.5rem !important
    }

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

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

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

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

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

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

    .m-xs-11 {
        margin: 15rem !important
    }

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

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

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

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

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

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

@media (min-width:36em) {
    .m-sm-0 {
        margin: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-4 {
        margin: 1.8rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-6 {
        margin: 4rem !important
    }

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

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

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

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

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

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

    .m-sm-7 {
        margin: 5rem !important
    }

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

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

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

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

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

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

    .m-sm-8 {
        margin: 7.5rem !important
    }

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

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

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

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

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

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

    .m-sm-9 {
        margin: 10rem !important
    }

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

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

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

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

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

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

    .m-sm-10 {
        margin: 12.5rem !important
    }

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

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

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

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

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

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

    .m-sm-11 {
        margin: 15rem !important
    }

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

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

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

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

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

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

@media (min-width:48em) {
    .m-md-0 {
        margin: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-md-4 {
        margin: 1.8rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-md-6 {
        margin: 4rem !important
    }

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

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

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

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

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

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

    .m-md-7 {
        margin: 5rem !important
    }

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

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

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

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

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

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

    .m-md-8 {
        margin: 7.5rem !important
    }

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

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

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

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

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

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

    .m-md-9 {
        margin: 10rem !important
    }

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

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

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

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

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

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

    .m-md-10 {
        margin: 12.5rem !important
    }

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

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

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

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

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

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

    .m-md-11 {
        margin: 15rem !important
    }

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

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

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

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

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

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

@media (min-width:62em) {
    .m-lg-0 {
        margin: 0 !important
    }

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

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

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

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

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

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

    .m-lg-1 {
        margin: .25rem !important
    }

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

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

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

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

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

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

    .m-lg-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

    .m-lg-3 {
        margin: 1rem !important
    }

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

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

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

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

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

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

    .m-lg-4 {
        margin: 1.8rem !important
    }

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

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

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

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

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

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

    .m-lg-5 {
        margin: 3rem !important
    }

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

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

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

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

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

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

    .m-lg-6 {
        margin: 4rem !important
    }

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

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

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

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

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

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

    .m-lg-7 {
        margin: 5rem !important
    }

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

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

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

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

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

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

    .m-lg-8 {
        margin: 7.5rem !important
    }

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

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

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

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

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

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

    .m-lg-9 {
        margin: 10rem !important
    }

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

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

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

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

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

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

    .m-lg-10 {
        margin: 12.5rem !important
    }

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

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

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

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

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

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

    .m-lg-11 {
        margin: 15rem !important
    }

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

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

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

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

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

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

@media (min-width:75em) {
    .m-xl-0 {
        margin: 0 !important
    }

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

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

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

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

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

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

    .m-xl-1 {
        margin: .25rem !important
    }

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

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

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

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

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

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

    .m-xl-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

    .m-xl-3 {
        margin: 1rem !important
    }

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

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

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

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

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

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

    .m-xl-4 {
        margin: 1.8rem !important
    }

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

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

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

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

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

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

    .m-xl-5 {
        margin: 3rem !important
    }

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

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

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

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

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

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

    .m-xl-6 {
        margin: 4rem !important
    }

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

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

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

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

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

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

    .m-xl-7 {
        margin: 5rem !important
    }

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

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

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

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

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

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

    .m-xl-8 {
        margin: 7.5rem !important
    }

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

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

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

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

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

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

    .m-xl-9 {
        margin: 10rem !important
    }

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

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

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

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

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

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

    .m-xl-10 {
        margin: 12.5rem !important
    }

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

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

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

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

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

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

    .m-xl-11 {
        margin: 15rem !important
    }

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

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

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

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

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

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


.p-25 {
    padding: .25rem !important
}

.pt-25,
.py-25 {
    padding-top: .25rem !important
}

.pr-25,
.px-25 {
    padding-right: .25rem !important
}

.pb-25,
.py-25 {
    padding-bottom: .25rem !important
}

.pl-25,
.px-25 {
    padding-left: .25rem !important
}

.p-50 {
    padding: .5rem !important
}

.pt-50,
.py-50 {
    padding-top: .5rem !important
}

.pr-50,
.px-50 {
    padding-right: .5rem !important
}

.pb-50,
.py-50 {
    padding-bottom: .5rem !important
}

.pl-50,
.px-50 {
    padding-left: .5rem !important
}

.p-75 {
    padding: .75rem !important
}

.pt-75,
.py-75 {
    padding-top: .75rem !important
}

.pr-75,
.px-75 {
    padding-right: .75rem !important
}

.pb-75,
.py-75 {
    padding-bottom: .75rem !important
}

.pl-75,
.px-75 {
    padding-left: .75rem !important
}
.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-4 {
    padding: 1.8rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6 {
    padding: 4rem !important
}

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

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

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

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

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

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

.p-7 {
    padding: 5rem !important
}

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

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

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

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

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

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

.p-8 {
    padding: 7.5rem !important
}

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

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

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

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

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

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

.p-9 {
    padding: 10rem !important
}

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

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

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

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

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

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

.p-10 {
    padding: 12.5rem !important
}

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

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

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

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

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

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

.p-11 {
    padding: 15rem !important
}

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

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

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

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

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

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

@media (max-width:35.99em) {
    .p-xs-0 {
        padding: 0 !important
    }

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

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

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

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

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

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

    .p-xs-1 {
        padding: .25rem !important
    }

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

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

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

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

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

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

    .p-xs-2 {
        padding: .5rem !important
    }

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

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

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

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

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

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

    .p-xs-3 {
        padding: 1rem !important
    }

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

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

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

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

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

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

    .p-xs-4 {
        padding: 1.8rem !important
    }

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

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

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

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

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

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

    .p-xs-5 {
        padding: 3rem !important
    }

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

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

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

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

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

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

    .p-xs-6 {
        padding: 4rem !important
    }

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

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

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

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

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

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

    .p-xs-7 {
        padding: 5rem !important
    }

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

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

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

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

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

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

    .p-xs-8 {
        padding: 7.5rem !important
    }

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

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

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

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

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

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

    .p-xs-9 {
        padding: 10rem !important
    }

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

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

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

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

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

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

    .p-xs-10 {
        padding: 12.5rem !important
    }

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

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

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

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

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

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

    .p-xs-11 {
        padding: 15rem !important
    }

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

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

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

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

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

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

@media (min-width:36em) {
    .p-sm-0 {
        padding: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-sm-4 {
        padding: 1.8rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-sm-6 {
        padding: 4rem !important
    }

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

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

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

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

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

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

    .p-sm-7 {
        padding: 5rem !important
    }

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

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

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

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

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

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

    .p-sm-8 {
        padding: 7.5rem !important
    }

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

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

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

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

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

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

    .p-sm-9 {
        padding: 10rem !important
    }

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

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

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

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

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

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

    .p-sm-10 {
        padding: 12.5rem !important
    }

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

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

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

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

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

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

    .p-sm-11 {
        padding: 15rem !important
    }

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

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

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

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

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

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

@media (min-width:48em) {
    .p-md-0 {
        padding: 0 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pl-md-2 {
        padding-left: .5rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3 {
        padding-left: 1rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-md-4 {
        padding: 1.8rem !important
    }

    .pt-md-4 {
        padding-top: 1.8rem !important
    }

    .pr-md-4 {
        padding-right: 1.8rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.8rem !important
    }

    .pl-md-4 {
        padding-left: 1.8rem !important
    }

    .px-md-4 {
        padding-left: 1.8rem !important;
        padding-right: 1.8rem !important
    }

    .py-md-4 {
        padding-top: 1.8rem !important;
        padding-bottom: 1.8rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5 {
        padding-left: 3rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-md-6 {
        padding: 4rem !important
    }

    .pt-md-6 {
        padding-top: 4rem !important
    }

    .pr-md-6 {
        padding-right: 4rem !important
    }

    .pb-md-6 {
        padding-bottom: 4rem !important
    }

    .pl-md-6 {
        padding-left: 4rem !important
    }

    .px-md-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .py-md-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .p-md-7 {
        padding: 5rem !important
    }

    .pt-md-7 {
        padding-top: 5rem !important
    }

    .pr-md-7 {
        padding-right: 5rem !important
    }

    .pb-md-7 {
        padding-bottom: 5rem !important
    }

    .pl-md-7 {
        padding-left: 5rem !important
    }

    .px-md-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-md-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .p-md-8 {
        padding: 7.5rem !important
    }

    .pt-md-8 {
        padding-top: 7.5rem !important
    }

    .pr-md-8 {
        padding-right: 7.5rem !important
    }

    .pb-md-8 {
        padding-bottom: 7.5rem !important
    }

    .pl-md-8 {
        padding-left: 7.5rem !important
    }

    .px-md-8 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .py-md-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .p-md-9 {
        padding: 10rem !important
    }

    .pt-md-9 {
        padding-top: 10rem !important
    }

    .pr-md-9 {
        padding-right: 10rem !important
    }

    .pb-md-9 {
        padding-bottom: 10rem !important
    }

    .pl-md-9 {
        padding-left: 10rem !important
    }

    .px-md-9 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .py-md-9 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .p-md-10 {
        padding: 12.5rem !important
    }

    .pt-md-10 {
        padding-top: 12.5rem !important
    }

    .pr-md-10 {
        padding-right: 12.5rem !important
    }

    .pb-md-10 {
        padding-bottom: 12.5rem !important
    }

    .pl-md-10 {
        padding-left: 12.5rem !important
    }

    .px-md-10 {
        padding-left: 12.5rem !important;
        padding-right: 12.5rem !important
    }

    .py-md-10 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important
    }

    .p-md-11 {
        padding: 15rem !important
    }

    .pt-md-11 {
        padding-top: 15rem !important
    }

    .pr-md-11 {
        padding-right: 15rem !important
    }

    .pb-md-11 {
        padding-bottom: 15rem !important
    }

    .pl-md-11 {
        padding-left: 15rem !important
    }

    .px-md-11 {
        padding-left: 15rem !important;
        padding-right: 15rem !important
    }

    .py-md-11 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important
    }
}

@media (min-width:62em) {
    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0 {
        padding-left: 0 !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1 {
        padding-left: .25rem !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2 {
        padding-left: .5rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3 {
        padding-left: 1rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-lg-4 {
        padding: 1.8rem !important
    }

    .pt-lg-4 {
        padding-top: 1.8rem !important
    }

    .pr-lg-4 {
        padding-right: 1.8rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.8rem !important
    }

    .pl-lg-4 {
        padding-left: 1.8rem !important
    }

    .px-lg-4 {
        padding-left: 1.8rem !important;
        padding-right: 1.8rem !important
    }

    .py-lg-4 {
        padding-top: 1.8rem !important;
        padding-bottom: 1.8rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5 {
        padding-left: 3rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-lg-6 {
        padding: 4rem !important
    }

    .pt-lg-6 {
        padding-top: 4rem !important
    }

    .pr-lg-6 {
        padding-right: 4rem !important
    }

    .pb-lg-6 {
        padding-bottom: 4rem !important
    }

    .pl-lg-6 {
        padding-left: 4rem !important
    }

    .px-lg-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .py-lg-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .p-lg-7 {
        padding: 5rem !important
    }

    .pt-lg-7 {
        padding-top: 5rem !important
    }

    .pr-lg-7 {
        padding-right: 5rem !important
    }

    .pb-lg-7 {
        padding-bottom: 5rem !important
    }

    .pl-lg-7 {
        padding-left: 5rem !important
    }

    .px-lg-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-lg-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .p-lg-8 {
        padding: 7.5rem !important
    }

    .pt-lg-8 {
        padding-top: 7.5rem !important
    }

    .pr-lg-8 {
        padding-right: 7.5rem !important
    }

    .pb-lg-8 {
        padding-bottom: 7.5rem !important
    }

    .pl-lg-8 {
        padding-left: 7.5rem !important
    }

    .px-lg-8 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .py-lg-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .p-lg-9 {
        padding: 10rem !important
    }

    .pt-lg-9 {
        padding-top: 10rem !important
    }

    .pr-lg-9 {
        padding-right: 10rem !important
    }

    .pb-lg-9 {
        padding-bottom: 10rem !important
    }

    .pl-lg-9 {
        padding-left: 10rem !important
    }

    .px-lg-9 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .py-lg-9 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .p-lg-10 {
        padding: 12.5rem !important
    }

    .pt-lg-10 {
        padding-top: 12.5rem !important
    }

    .pr-lg-10 {
        padding-right: 12.5rem !important
    }

    .pb-lg-10 {
        padding-bottom: 12.5rem !important
    }

    .pl-lg-10 {
        padding-left: 12.5rem !important
    }

    .px-lg-10 {
        padding-left: 12.5rem !important;
        padding-right: 12.5rem !important
    }

    .py-lg-10 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important
    }

    .p-lg-11 {
        padding: 15rem !important
    }

    .pt-lg-11 {
        padding-top: 15rem !important
    }

    .pr-lg-11 {
        padding-right: 15rem !important
    }

    .pb-lg-11 {
        padding-bottom: 15rem !important
    }

    .pl-lg-11 {
        padding-left: 15rem !important
    }

    .px-lg-11 {
        padding-left: 15rem !important;
        padding-right: 15rem !important
    }

    .py-lg-11 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important
    }
}

@media (min-width:75em) {
    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0 {
        padding-left: 0 !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1 {
        padding-left: .25rem !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2 {
        padding-left: .5rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3 {
        padding-left: 1rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xl-4 {
        padding: 1.8rem !important
    }

    .pt-xl-4 {
        padding-top: 1.8rem !important
    }

    .pr-xl-4 {
        padding-right: 1.8rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.8rem !important
    }

    .pl-xl-4 {
        padding-left: 1.8rem !important
    }

    .px-xl-4 {
        padding-left: 1.8rem !important;
        padding-right: 1.8rem !important
    }

    .py-xl-4 {
        padding-top: 1.8rem !important;
        padding-bottom: 1.8rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5 {
        padding-left: 3rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .p-xl-6 {
        padding: 4rem !important
    }

    .pt-xl-6 {
        padding-top: 4rem !important
    }

    .pr-xl-6 {
        padding-right: 4rem !important
    }

    .pb-xl-6 {
        padding-bottom: 4rem !important
    }

    .pl-xl-6 {
        padding-left: 4rem !important
    }

    .px-xl-6 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .py-xl-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .p-xl-7 {
        padding: 5rem !important
    }

    .pt-xl-7 {
        padding-top: 5rem !important
    }

    .pr-xl-7 {
        padding-right: 5rem !important
    }

    .pb-xl-7 {
        padding-bottom: 5rem !important
    }

    .pl-xl-7 {
        padding-left: 5rem !important
    }

    .px-xl-7 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-xl-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }

    .p-xl-8 {
        padding: 7.5rem !important
    }

    .pt-xl-8 {
        padding-top: 7.5rem !important
    }

    .pr-xl-8 {
        padding-right: 7.5rem !important
    }

    .pb-xl-8 {
        padding-bottom: 7.5rem !important
    }

    .pl-xl-8 {
        padding-left: 7.5rem !important
    }

    .px-xl-8 {
        padding-left: 7.5rem !important;
        padding-right: 7.5rem !important
    }

    .py-xl-8 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }

    .p-xl-9 {
        padding: 10rem !important
    }

    .pt-xl-9 {
        padding-top: 10rem !important
    }

    .pr-xl-9 {
        padding-right: 10rem !important
    }

    .pb-xl-9 {
        padding-bottom: 10rem !important
    }

    .pl-xl-9 {
        padding-left: 10rem !important
    }

    .px-xl-9 {
        padding-left: 10rem !important;
        padding-right: 10rem !important
    }

    .py-xl-9 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .p-xl-10 {
        padding: 12.5rem !important
    }

    .pt-xl-10 {
        padding-top: 12.5rem !important
    }

    .pr-xl-10 {
        padding-right: 12.5rem !important
    }

    .pb-xl-10 {
        padding-bottom: 12.5rem !important
    }

    .pl-xl-10 {
        padding-left: 12.5rem !important
    }

    .px-xl-10 {
        padding-left: 12.5rem !important;
        padding-right: 12.5rem !important
    }

    .py-xl-10 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important
    }

    .p-xl-11 {
        padding: 15rem !important
    }

    .pt-xl-11 {
        padding-top: 15rem !important
    }

    .pr-xl-11 {
        padding-right: 15rem !important
    }

    .pb-xl-11 {
        padding-bottom: 15rem !important
    }

    .pl-xl-11 {
        padding-left: 15rem !important
    }

    .px-xl-11 {
        padding-left: 15rem !important;
        padding-right: 15rem !important
    }

    .py-xl-11 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important
    }
}

/*..........
MARGIN AND PADDING UTILITIES ENDS .......
...........*/


/* rohitsingh grid */

.rs_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  
  .no-gutters > .rs_col,
  .no-gutters > [class*="rs_col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .rs_col-1, .rs_col-2, .rs_col-3, .rs_col-4, .rs_col-5, .rs_col-6, .rs_col-7, .rs_col-8, .rs_col-9, .rs_col-10, .rs_col-11, .rs_col-12, .rs_col,
  .rs_col-auto, .rs_col-sm-1, .rs_col-sm-2, .rs_col-sm-3, .rs_col-sm-4, .rs_col-sm-5, .rs_col-sm-6, .rs_col-sm-7, .rs_col-sm-8, .rs_col-sm-9, .rs_col-sm-10, .rs_col-sm-11, .rs_col-sm-12, .rs_col-sm,
  .rs_col-sm-auto, .rs_col-md-1, .rs_col-md-2, .rs_col-md-3, .rs_col-md-4, .rs_col-md-5, .rs_col-md-6, .rs_col-md-7, .rs_col-md-8, .rs_col-md-9, .rs_col-md-10, .rs_col-md-11, .rs_col-md-12, .rs_col-md,
  .rs_col-md-auto, .rs_col-lg-1, .rs_col-lg-2, .rs_col-lg-3, .rs_col-lg-4, .rs_col-lg-5, .rs_col-lg-6, .rs_col-lg-7, .rs_col-lg-8, .rs_col-lg-9, .rs_col-lg-10, .rs_col-lg-11, .rs_col-lg-12, .rs_col-lg,
  .rs_col-lg-auto, .rs_col-xl-1, .rs_col-xl-2, .rs_col-xl-3, .rs_col-xl-4, .rs_col-xl-5, .rs_col-xl-6, .rs_col-xl-7, .rs_col-xl-8, .rs_col-xl-9, .rs_col-xl-10, .rs_col-xl-11, .rs_col-xl-12, .rs_col-xl,
  .rs_col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .rs_col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .rs_col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  
  .rs_col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .rs_col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .rs_col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .rs_col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .rs_col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .rs_col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .rs_col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .rs_col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .rs_col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .rs_col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .rs_col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .rs_col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-first {
    -ms-flex-order: -1;
    order: -1;
  }
  
  .order-last {
    -ms-flex-order: 13;
    order: 13;
  }
  
  .order-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  
  .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  
  .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  
  .order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  
  .order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  
  .order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  
  .order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  
  .order-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  
  .order-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  
  .order-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  
  .order-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  
  .order-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  
  .order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  
  .rs_offset-1 {
    margin-left: 8.333333%;
  }
  
  .rs_offset-2 {
    margin-left: 16.666667%;
  }
  
  .rs_offset-3 {
    margin-left: 25%;
  }
  
  .rs_offset-4 {
    margin-left: 33.333333%;
  }
  
  .rs_offset-5 {
    margin-left: 41.666667%;
  }
  
  .rs_offset-6 {
    margin-left: 50%;
  }
  
  .rs_offset-7 {
    margin-left: 58.333333%;
  }
  
  .rs_offset-8 {
    margin-left: 66.666667%;
  }
  
  .rs_offset-9 {
    margin-left: 75%;
  }
  
  .rs_offset-10 {
    margin-left: 83.333333%;
  }
  
  .rs_offset-11 {
    margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
    .rs_col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .rs_col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .rs_col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .rs_col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .rs_col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .rs_col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .rs_col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .rs_col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .rs_col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .rs_col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .rs_col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .rs_col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .rs_col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .rs_col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-sm-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-sm-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-sm-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-sm-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-sm-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-sm-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-sm-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-sm-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-sm-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-sm-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-sm-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-sm-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-sm-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-sm-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .rs_offset-sm-0 {
      margin-left: 0;
    }
    .rs_offset-sm-1 {
      margin-left: 8.333333%;
    }
    .rs_offset-sm-2 {
      margin-left: 16.666667%;
    }
    .rs_offset-sm-3 {
      margin-left: 25%;
    }
    .rs_offset-sm-4 {
      margin-left: 33.333333%;
    }
    .rs_offset-sm-5 {
      margin-left: 41.666667%;
    }
    .rs_offset-sm-6 {
      margin-left: 50%;
    }
    .rs_offset-sm-7 {
      margin-left: 58.333333%;
    }
    .rs_offset-sm-8 {
      margin-left: 66.666667%;
    }
    .rs_offset-sm-9 {
      margin-left: 75%;
    }
    .rs_offset-sm-10 {
      margin-left: 83.333333%;
    }
    .rs_offset-sm-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 768px) {
    .rs_col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .rs_col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .rs_col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .rs_col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .rs_col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .rs_col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .rs_col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .rs_col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .rs_col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .rs_col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .rs_col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .rs_col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .rs_col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .rs_col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-md-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-md-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-md-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-md-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-md-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-md-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-md-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-md-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-md-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-md-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-md-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-md-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-md-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-md-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .rs_offset-md-0 {
      margin-left: 0;
    }
    .rs_offset-md-1 {
      margin-left: 8.333333%;
    }
    .rs_offset-md-2 {
      margin-left: 16.666667%;
    }
    .rs_offset-md-3 {
      margin-left: 25%;
    }
    .rs_offset-md-4 {
      margin-left: 33.333333%;
    }
    .rs_offset-md-5 {
      margin-left: 41.666667%;
    }
    .rs_offset-md-6 {
      margin-left: 50%;
    }
    .rs_offset-md-7 {
      margin-left: 58.333333%;
    }
    .rs_offset-md-8 {
      margin-left: 66.666667%;
    }
    .rs_offset-md-9 {
      margin-left: 75%;
    }
    .rs_offset-md-10 {
      margin-left: 83.333333%;
    }
    .rs_offset-md-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 992px) {
    .rs_col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .rs_col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .rs_col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .rs_col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .rs_col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .rs_col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .rs_col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .rs_col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .rs_col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .rs_col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .rs_col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .rs_col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .rs_col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .rs_col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-lg-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-lg-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-lg-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-lg-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-lg-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-lg-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-lg-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-lg-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-lg-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-lg-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-lg-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-lg-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-lg-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-lg-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .rs_offset-lg-0 {
      margin-left: 0;
    }
    .rs_offset-lg-1 {
      margin-left: 8.333333%;
    }
    .rs_offset-lg-2 {
      margin-left: 16.666667%;
    }
    .rs_offset-lg-3 {
      margin-left: 25%;
    }
    .rs_offset-lg-4 {
      margin-left: 33.333333%;
    }
    .rs_offset-lg-5 {
      margin-left: 41.666667%;
    }
    .rs_offset-lg-6 {
      margin-left: 50%;
    }
    .rs_offset-lg-7 {
      margin-left: 58.333333%;
    }
    .rs_offset-lg-8 {
      margin-left: 66.666667%;
    }
    .rs_offset-lg-9 {
      margin-left: 75%;
    }
    .rs_offset-lg-10 {
      margin-left: 83.333333%;
    }
    .rs_offset-lg-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 1200px) {
    .rs_col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .rs_col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .rs_col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .rs_col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .rs_col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .rs_col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .rs_col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .rs_col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .rs_col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .rs_col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .rs_col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .rs_col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .rs_col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .rs_col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-xl-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-xl-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-xl-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-xl-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-xl-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-xl-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-xl-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-xl-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-xl-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-xl-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-xl-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-xl-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-xl-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-xl-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .rs_offset-xl-0 {
      margin-left: 0;
    }
    .rs_offset-xl-1 {
      margin-left: 8.333333%;
    }
    .rs_offset-xl-2 {
      margin-left: 16.666667%;
    }
    .rs_offset-xl-3 {
      margin-left: 25%;
    }
    .rs_offset-xl-4 {
      margin-left: 33.333333%;
    }
    .rs_offset-xl-5 {
      margin-left: 41.666667%;
    }
    .rs_offset-xl-6 {
      margin-left: 50%;
    }
    .rs_offset-xl-7 {
      margin-left: 58.333333%;
    }
    .rs_offset-xl-8 {
      margin-left: 66.666667%;
    }
    .rs_offset-xl-9 {
      margin-left: 75%;
    }
    .rs_offset-xl-10 {
      margin-left: 83.333333%;
    }
    .rs_offset-xl-11 {
      margin-left: 91.666667%;
    }
  }
  
