
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.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;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {

    .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;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .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;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .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;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .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;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}



.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

/*.border {*/
/*    border: 1px solid #dee2e6 !important;*/
/*}*/

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !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;
    }
}

.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;
    }
}

.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;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (print),(prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

.w-0 {
    width: 0% !important
}

.mnw-0 {
    min-width: 0% !important
}

.mw-0 {
    max-width: 0% !important
}

.h-0 {
    height: 0% !important
}

.mnh-0 {
    min-height: 0% !important
}

.mh-0 {
    max-height: 0% !important
}

.w-1 {
    width: 1% !important
}

.mnw-1 {
    min-width: 1% !important
}

.mw-1 {
    max-width: 1% !important
}

.h-1 {
    height: 1% !important
}

.mnh-1 {
    min-height: 1% !important
}

.mh-1 {
    max-height: 1% !important
}

.w-2 {
    width: 2% !important
}

.mnw-2 {
    min-width: 2% !important
}

.mw-2 {
    max-width: 2% !important
}

.h-2 {
    height: 2% !important
}

.mnh-2 {
    min-height: 2% !important
}

.mh-2 {
    max-height: 2% !important
}

.w-3 {
    width: 3% !important
}

.mnw-3 {
    min-width: 3% !important
}

.mw-3 {
    max-width: 3% !important
}

.h-3 {
    height: 3% !important
}

.mnh-3 {
    min-height: 3% !important
}

.mh-3 {
    max-height: 3% !important
}

.w-4 {
    width: 4% !important
}

.mnw-4 {
    min-width: 4% !important
}

.mw-4 {
    max-width: 4% !important
}

.h-4 {
    height: 4% !important
}

.mnh-4 {
    min-height: 4% !important
}

.mh-4 {
    max-height: 4% !important
}

.w-5 {
    width: 5% !important
}

.mnw-5 {
    min-width: 5% !important
}

.mw-5 {
    max-width: 5% !important
}

.h-5 {
    height: 5% !important
}

.mnh-5 {
    min-height: 5% !important
}

.mh-5 {
    max-height: 5% !important
}

.w-6 {
    width: 6% !important
}

.mnw-6 {
    min-width: 6% !important
}

.mw-6 {
    max-width: 6% !important
}

.h-6 {
    height: 6% !important
}

.mnh-6 {
    min-height: 6% !important
}

.mh-6 {
    max-height: 6% !important
}

.w-7 {
    width: 7% !important
}

.mnw-7 {
    min-width: 7% !important
}

.mw-7 {
    max-width: 7% !important
}

.h-7 {
    height: 7% !important
}

.mnh-7 {
    min-height: 7% !important
}

.mh-7 {
    max-height: 7% !important
}

.w-8 {
    width: 8% !important
}

.mnw-8 {
    min-width: 8% !important
}

.mw-8 {
    max-width: 8% !important
}

.h-8 {
    height: 8% !important
}

.mnh-8 {
    min-height: 8% !important
}

.mh-8 {
    max-height: 8% !important
}

.w-9 {
    width: 9% !important
}

.mnw-9 {
    min-width: 9% !important
}

.mw-9 {
    max-width: 9% !important
}

.h-9 {
    height: 9% !important
}

.mnh-9 {
    min-height: 9% !important
}

.mh-9 {
    max-height: 9% !important
}

.w-10 {
    width: 10% !important
}

.mnw-10 {
    min-width: 10% !important
}

.mw-10 {
    max-width: 10% !important
}

.h-10 {
    height: 10% !important
}

.mnh-10 {
    min-height: 10% !important
}

.mh-10 {
    max-height: 10% !important
}

.w-11 {
    width: 11% !important
}

.mnw-11 {
    min-width: 11% !important
}

.mw-11 {
    max-width: 11% !important
}

.h-11 {
    height: 11% !important
}

.mnh-11 {
    min-height: 11% !important
}

.mh-11 {
    max-height: 11% !important
}

.w-12 {
    width: 12% !important
}

.mnw-12 {
    min-width: 12% !important
}

.mw-12 {
    max-width: 12% !important
}

.h-12 {
    height: 12% !important
}

.mnh-12 {
    min-height: 12% !important
}

.mh-12 {
    max-height: 12% !important
}

.w-13 {
    width: 13% !important
}

.mnw-13 {
    min-width: 13% !important
}

.mw-13 {
    max-width: 13% !important
}

.h-13 {
    height: 13% !important
}

.mnh-13 {
    min-height: 13% !important
}

.mh-13 {
    max-height: 13% !important
}

.w-14 {
    width: 14% !important
}

.mnw-14 {
    min-width: 14% !important
}

.mw-14 {
    max-width: 14% !important
}

.h-14 {
    height: 14% !important
}

.mnh-14 {
    min-height: 14% !important
}

.mh-14 {
    max-height: 14% !important
}

.w-15 {
    width: 15% !important
}

.mnw-15 {
    min-width: 15% !important
}

.mw-15 {
    max-width: 15% !important
}

.h-15 {
    height: 15% !important
}

.mnh-15 {
    min-height: 15% !important
}

.mh-15 {
    max-height: 15% !important
}

.w-16 {
    width: 16% !important
}

.mnw-16 {
    min-width: 16% !important
}

.mw-16 {
    max-width: 16% !important
}

.h-16 {
    height: 16% !important
}

.mnh-16 {
    min-height: 16% !important
}

.mh-16 {
    max-height: 16% !important
}

.w-17 {
    width: 17% !important
}

.mnw-17 {
    min-width: 17% !important
}

.mw-17 {
    max-width: 17% !important
}

.h-17 {
    height: 17% !important
}

.mnh-17 {
    min-height: 17% !important
}

.mh-17 {
    max-height: 17% !important
}

.w-18 {
    width: 18% !important
}

.mnw-18 {
    min-width: 18% !important
}

.mw-18 {
    max-width: 18% !important
}

.h-18 {
    height: 18% !important
}

.mnh-18 {
    min-height: 18% !important
}

.mh-18 {
    max-height: 18% !important
}

.w-19 {
    width: 19% !important
}

.mnw-19 {
    min-width: 19% !important
}

.mw-19 {
    max-width: 19% !important
}

.h-19 {
    height: 19% !important
}

.mnh-19 {
    min-height: 19% !important
}

.mh-19 {
    max-height: 19% !important
}

.w-20 {
    width: 20% !important
}

.mnw-20 {
    min-width: 20% !important
}

.mw-20 {
    max-width: 20% !important
}

.h-20 {
    height: 20% !important
}

.mnh-20 {
    min-height: 20% !important
}

.mh-20 {
    max-height: 20% !important
}

.w-21 {
    width: 21% !important
}

.mnw-21 {
    min-width: 21% !important
}

.mw-21 {
    max-width: 21% !important
}

.h-21 {
    height: 21% !important
}

.mnh-21 {
    min-height: 21% !important
}

.mh-21 {
    max-height: 21% !important
}

.w-22 {
    width: 22% !important
}

.mnw-22 {
    min-width: 22% !important
}

.mw-22 {
    max-width: 22% !important
}

.h-22 {
    height: 22% !important
}

.mnh-22 {
    min-height: 22% !important
}

.mh-22 {
    max-height: 22% !important
}

.w-23 {
    width: 23% !important
}

.mnw-23 {
    min-width: 23% !important
}

.mw-23 {
    max-width: 23% !important
}

.h-23 {
    height: 23% !important
}

.mnh-23 {
    min-height: 23% !important
}

.mh-23 {
    max-height: 23% !important
}

.w-24 {
    width: 24% !important
}

.mnw-24 {
    min-width: 24% !important
}

.mw-24 {
    max-width: 24% !important
}

.h-24 {
    height: 24% !important
}

.mnh-24 {
    min-height: 24% !important
}

.mh-24 {
    max-height: 24% !important
}

.w-25 {
    width: 25% !important
}

.mnw-25 {
    min-width: 25% !important
}

.mw-25 {
    max-width: 25% !important
}

.h-25 {
    height: 25% !important
}

.mnh-25 {
    min-height: 25% !important
}

.mh-25 {
    max-height: 25% !important
}

.w-26 {
    width: 26% !important
}

.mnw-26 {
    min-width: 26% !important
}

.mw-26 {
    max-width: 26% !important
}

.h-26 {
    height: 26% !important
}

.mnh-26 {
    min-height: 26% !important
}

.mh-26 {
    max-height: 26% !important
}

.w-27 {
    width: 27% !important
}

.mnw-27 {
    min-width: 27% !important
}

.mw-27 {
    max-width: 27% !important
}

.h-27 {
    height: 27% !important
}

.mnh-27 {
    min-height: 27% !important
}

.mh-27 {
    max-height: 27% !important
}

.w-28 {
    width: 28% !important
}

.mnw-28 {
    min-width: 28% !important
}

.mw-28 {
    max-width: 28% !important
}

.h-28 {
    height: 28% !important
}

.mnh-28 {
    min-height: 28% !important
}

.mh-28 {
    max-height: 28% !important
}

.w-29 {
    width: 29% !important
}

.mnw-29 {
    min-width: 29% !important
}

.mw-29 {
    max-width: 29% !important
}

.h-29 {
    height: 29% !important
}

.mnh-29 {
    min-height: 29% !important
}

.mh-29 {
    max-height: 29% !important
}

.w-30 {
    width: 30% !important
}

.mnw-30 {
    min-width: 30% !important
}

.mw-30 {
    max-width: 30% !important
}

.h-30 {
    height: 30% !important
}

.mnh-30 {
    min-height: 30% !important
}

.mh-30 {
    max-height: 30% !important
}

.w-31 {
    width: 31% !important
}

.mnw-31 {
    min-width: 31% !important
}

.mw-31 {
    max-width: 31% !important
}

.h-31 {
    height: 31% !important
}

.mnh-31 {
    min-height: 31% !important
}

.mh-31 {
    max-height: 31% !important
}

.w-32 {
    width: 32% !important
}

.mnw-32 {
    min-width: 32% !important
}

.mw-32 {
    max-width: 32% !important
}

.h-32 {
    height: 32% !important
}

.mnh-32 {
    min-height: 32% !important
}

.mh-32 {
    max-height: 32% !important
}

.w-33 {
    width: 33% !important
}

.mnw-33 {
    min-width: 33% !important
}

.mw-33 {
    max-width: 33% !important
}

.h-33 {
    height: 33% !important
}

.mnh-33 {
    min-height: 33% !important
}

.mh-33 {
    max-height: 33% !important
}

.w-34 {
    width: 34% !important
}

.mnw-34 {
    min-width: 34% !important
}

.mw-34 {
    max-width: 34% !important
}

.h-34 {
    height: 34% !important
}

.mnh-34 {
    min-height: 34% !important
}

.mh-34 {
    max-height: 34% !important
}

.w-35 {
    width: 35% !important
}

.mnw-35 {
    min-width: 35% !important
}

.mw-35 {
    max-width: 35% !important
}

.h-35 {
    height: 35% !important
}

.mnh-35 {
    min-height: 35% !important
}

.mh-35 {
    max-height: 35% !important
}

.w-36 {
    width: 36% !important
}

.mnw-36 {
    min-width: 36% !important
}

.mw-36 {
    max-width: 36% !important
}

.h-36 {
    height: 36% !important
}

.mnh-36 {
    min-height: 36% !important
}

.mh-36 {
    max-height: 36% !important
}

.w-37 {
    width: 37% !important
}

.mnw-37 {
    min-width: 37% !important
}

.mw-37 {
    max-width: 37% !important
}

.h-37 {
    height: 37% !important
}

.mnh-37 {
    min-height: 37% !important
}

.mh-37 {
    max-height: 37% !important
}

.w-38 {
    width: 38% !important
}

.mnw-38 {
    min-width: 38% !important
}

.mw-38 {
    max-width: 38% !important
}

.h-38 {
    height: 38% !important
}

.mnh-38 {
    min-height: 38% !important
}

.mh-38 {
    max-height: 38% !important
}

.w-39 {
    width: 39% !important
}

.mnw-39 {
    min-width: 39% !important
}

.mw-39 {
    max-width: 39% !important
}

.h-39 {
    height: 39% !important
}

.mnh-39 {
    min-height: 39% !important
}

.mh-39 {
    max-height: 39% !important
}

.w-40 {
    width: 40% !important
}

.mnw-40 {
    min-width: 40% !important
}

.mw-40 {
    max-width: 40% !important
}

.h-40 {
    height: 40% !important
}

.mnh-40 {
    min-height: 40% !important
}

.mh-40 {
    max-height: 40% !important
}

.w-41 {
    width: 41% !important
}

.mnw-41 {
    min-width: 41% !important
}

.mw-41 {
    max-width: 41% !important
}

.h-41 {
    height: 41% !important
}

.mnh-41 {
    min-height: 41% !important
}

.mh-41 {
    max-height: 41% !important
}

.w-42 {
    width: 42% !important
}

.mnw-42 {
    min-width: 42% !important
}

.mw-42 {
    max-width: 42% !important
}

.h-42 {
    height: 42% !important
}

.mnh-42 {
    min-height: 42% !important
}

.mh-42 {
    max-height: 42% !important
}

.w-43 {
    width: 43% !important
}

.mnw-43 {
    min-width: 43% !important
}

.mw-43 {
    max-width: 43% !important
}

.h-43 {
    height: 43% !important
}

.mnh-43 {
    min-height: 43% !important
}

.mh-43 {
    max-height: 43% !important
}

.w-44 {
    width: 44% !important
}

.mnw-44 {
    min-width: 44% !important
}

.mw-44 {
    max-width: 44% !important
}

.h-44 {
    height: 44% !important
}

.mnh-44 {
    min-height: 44% !important
}

.mh-44 {
    max-height: 44% !important
}

.w-45 {
    width: 45% !important
}

.mnw-45 {
    min-width: 45% !important
}

.mw-45 {
    max-width: 45% !important
}

.h-45 {
    height: 45% !important
}

.mnh-45 {
    min-height: 45% !important
}

.mh-45 {
    max-height: 45% !important
}

.w-46 {
    width: 46% !important
}

.mnw-46 {
    min-width: 46% !important
}

.mw-46 {
    max-width: 46% !important
}

.h-46 {
    height: 46% !important
}

.mnh-46 {
    min-height: 46% !important
}

.mh-46 {
    max-height: 46% !important
}

.w-47 {
    width: 47% !important
}

.mnw-47 {
    min-width: 47% !important
}

.mw-47 {
    max-width: 47% !important
}

.h-47 {
    height: 47% !important
}

.mnh-47 {
    min-height: 47% !important
}

.mh-47 {
    max-height: 47% !important
}

.w-48 {
    width: 48% !important
}

.mnw-48 {
    min-width: 48% !important
}

.mw-48 {
    max-width: 48% !important
}

.h-48 {
    height: 48% !important
}

.mnh-48 {
    min-height: 48% !important
}

.mh-48 {
    max-height: 48% !important
}

.w-49 {
    width: 49% !important
}

.mnw-49 {
    min-width: 49% !important
}

.mw-49 {
    max-width: 49% !important
}

.h-49 {
    height: 49% !important
}

.mnh-49 {
    min-height: 49% !important
}

.mh-49 {
    max-height: 49% !important
}

.w-50 {
    width: 50% !important
}

.mnw-50 {
    min-width: 50% !important
}

.mw-50 {
    max-width: 50% !important
}

.h-50 {
    height: 50% !important
}

.mnh-50 {
    min-height: 50% !important
}

.mh-50 {
    max-height: 50% !important
}

.w-51 {
    width: 51% !important
}

.mnw-51 {
    min-width: 51% !important
}

.mw-51 {
    max-width: 51% !important
}

.h-51 {
    height: 51% !important
}

.mnh-51 {
    min-height: 51% !important
}

.mh-51 {
    max-height: 51% !important
}

.w-52 {
    width: 52% !important
}

.mnw-52 {
    min-width: 52% !important
}

.mw-52 {
    max-width: 52% !important
}

.h-52 {
    height: 52% !important
}

.mnh-52 {
    min-height: 52% !important
}

.mh-52 {
    max-height: 52% !important
}

.w-53 {
    width: 53% !important
}

.mnw-53 {
    min-width: 53% !important
}

.mw-53 {
    max-width: 53% !important
}

.h-53 {
    height: 53% !important
}

.mnh-53 {
    min-height: 53% !important
}

.mh-53 {
    max-height: 53% !important
}

.w-54 {
    width: 54% !important
}

.mnw-54 {
    min-width: 54% !important
}

.mw-54 {
    max-width: 54% !important
}

.h-54 {
    height: 54% !important
}

.mnh-54 {
    min-height: 54% !important
}

.mh-54 {
    max-height: 54% !important
}

.w-55 {
    width: 55% !important
}

.mnw-55 {
    min-width: 55% !important
}

.mw-55 {
    max-width: 55% !important
}

.h-55 {
    height: 55% !important
}

.mnh-55 {
    min-height: 55% !important
}

.mh-55 {
    max-height: 55% !important
}

.w-56 {
    width: 56% !important
}

.mnw-56 {
    min-width: 56% !important
}

.mw-56 {
    max-width: 56% !important
}

.h-56 {
    height: 56% !important
}

.mnh-56 {
    min-height: 56% !important
}

.mh-56 {
    max-height: 56% !important
}

.w-57 {
    width: 57% !important
}

.mnw-57 {
    min-width: 57% !important
}

.mw-57 {
    max-width: 57% !important
}

.h-57 {
    height: 57% !important
}

.mnh-57 {
    min-height: 57% !important
}

.mh-57 {
    max-height: 57% !important
}

.w-58 {
    width: 58% !important
}

.mnw-58 {
    min-width: 58% !important
}

.mw-58 {
    max-width: 58% !important
}

.h-58 {
    height: 58% !important
}

.mnh-58 {
    min-height: 58% !important
}

.mh-58 {
    max-height: 58% !important
}

.w-59 {
    width: 59% !important
}

.mnw-59 {
    min-width: 59% !important
}

.mw-59 {
    max-width: 59% !important
}

.h-59 {
    height: 59% !important
}

.mnh-59 {
    min-height: 59% !important
}

.mh-59 {
    max-height: 59% !important
}

.w-60 {
    width: 60% !important
}

.mnw-60 {
    min-width: 60% !important
}

.mw-60 {
    max-width: 60% !important
}

.h-60 {
    height: 60% !important
}

.mnh-60 {
    min-height: 60% !important
}

.mh-60 {
    max-height: 60% !important
}

.w-61 {
    width: 61% !important
}

.mnw-61 {
    min-width: 61% !important
}

.mw-61 {
    max-width: 61% !important
}

.h-61 {
    height: 61% !important
}

.mnh-61 {
    min-height: 61% !important
}

.mh-61 {
    max-height: 61% !important
}

.w-62 {
    width: 62% !important
}

.mnw-62 {
    min-width: 62% !important
}

.mw-62 {
    max-width: 62% !important
}

.h-62 {
    height: 62% !important
}

.mnh-62 {
    min-height: 62% !important
}

.mh-62 {
    max-height: 62% !important
}

.w-63 {
    width: 63% !important
}

.mnw-63 {
    min-width: 63% !important
}

.mw-63 {
    max-width: 63% !important
}

.h-63 {
    height: 63% !important
}

.mnh-63 {
    min-height: 63% !important
}

.mh-63 {
    max-height: 63% !important
}

.w-64 {
    width: 64% !important
}

.mnw-64 {
    min-width: 64% !important
}

.mw-64 {
    max-width: 64% !important
}

.h-64 {
    height: 64% !important
}

.mnh-64 {
    min-height: 64% !important
}

.mh-64 {
    max-height: 64% !important
}

.w-65 {
    width: 65% !important
}

.mnw-65 {
    min-width: 65% !important
}

.mw-65 {
    max-width: 65% !important
}

.h-65 {
    height: 65% !important
}

.mnh-65 {
    min-height: 65% !important
}

.mh-65 {
    max-height: 65% !important
}

.w-66 {
    width: 66% !important
}

.mnw-66 {
    min-width: 66% !important
}

.mw-66 {
    max-width: 66% !important
}

.h-66 {
    height: 66% !important
}

.mnh-66 {
    min-height: 66% !important
}

.mh-66 {
    max-height: 66% !important
}

.w-67 {
    width: 67% !important
}

.mnw-67 {
    min-width: 67% !important
}

.mw-67 {
    max-width: 67% !important
}

.h-67 {
    height: 67% !important
}

.mnh-67 {
    min-height: 67% !important
}

.mh-67 {
    max-height: 67% !important
}

.w-68 {
    width: 68% !important
}

.mnw-68 {
    min-width: 68% !important
}

.mw-68 {
    max-width: 68% !important
}

.h-68 {
    height: 68% !important
}

.mnh-68 {
    min-height: 68% !important
}

.mh-68 {
    max-height: 68% !important
}

.w-69 {
    width: 69% !important
}

.mnw-69 {
    min-width: 69% !important
}

.mw-69 {
    max-width: 69% !important
}

.h-69 {
    height: 69% !important
}

.mnh-69 {
    min-height: 69% !important
}

.mh-69 {
    max-height: 69% !important
}

.w-70 {
    width: 70% !important
}

.mnw-70 {
    min-width: 70% !important
}

.mw-70 {
    max-width: 70% !important
}

.h-70 {
    height: 70% !important
}

.mnh-70 {
    min-height: 70% !important
}

.mh-70 {
    max-height: 70% !important
}

.w-71 {
    width: 71% !important
}

.mnw-71 {
    min-width: 71% !important
}

.mw-71 {
    max-width: 71% !important
}

.h-71 {
    height: 71% !important
}

.mnh-71 {
    min-height: 71% !important
}

.mh-71 {
    max-height: 71% !important
}

.w-72 {
    width: 72% !important
}

.mnw-72 {
    min-width: 72% !important
}

.mw-72 {
    max-width: 72% !important
}

.h-72 {
    height: 72% !important
}

.mnh-72 {
    min-height: 72% !important
}

.mh-72 {
    max-height: 72% !important
}

.w-73 {
    width: 73% !important
}

.mnw-73 {
    min-width: 73% !important
}

.mw-73 {
    max-width: 73% !important
}

.h-73 {
    height: 73% !important
}

.mnh-73 {
    min-height: 73% !important
}

.mh-73 {
    max-height: 73% !important
}

.w-74 {
    width: 74% !important
}

.mnw-74 {
    min-width: 74% !important
}

.mw-74 {
    max-width: 74% !important
}

.h-74 {
    height: 74% !important
}

.mnh-74 {
    min-height: 74% !important
}

.mh-74 {
    max-height: 74% !important
}

.w-75 {
    width: 75% !important
}

.mnw-75 {
    min-width: 75% !important
}

.mw-75 {
    max-width: 75% !important
}

.h-75 {
    height: 75% !important
}

.mnh-75 {
    min-height: 75% !important
}

.mh-75 {
    max-height: 75% !important
}

.w-76 {
    width: 76% !important
}

.mnw-76 {
    min-width: 76% !important
}

.mw-76 {
    max-width: 76% !important
}

.h-76 {
    height: 76% !important
}

.mnh-76 {
    min-height: 76% !important
}

.mh-76 {
    max-height: 76% !important
}

.w-77 {
    width: 77% !important
}

.mnw-77 {
    min-width: 77% !important
}

.mw-77 {
    max-width: 77% !important
}

.h-77 {
    height: 77% !important
}

.mnh-77 {
    min-height: 77% !important
}

.mh-77 {
    max-height: 77% !important
}

.w-78 {
    width: 78% !important
}

.mnw-78 {
    min-width: 78% !important
}

.mw-78 {
    max-width: 78% !important
}

.h-78 {
    height: 78% !important
}

.mnh-78 {
    min-height: 78% !important
}

.mh-78 {
    max-height: 78% !important
}

.w-79 {
    width: 79% !important
}

.mnw-79 {
    min-width: 79% !important
}

.mw-79 {
    max-width: 79% !important
}

.h-79 {
    height: 79% !important
}

.mnh-79 {
    min-height: 79% !important
}

.mh-79 {
    max-height: 79% !important
}

.w-80 {
    width: 80% !important
}

.mnw-80 {
    min-width: 80% !important
}

.mw-80 {
    max-width: 80% !important
}

.h-80 {
    height: 80% !important
}

.mnh-80 {
    min-height: 80% !important
}

.mh-80 {
    max-height: 80% !important
}

.w-81 {
    width: 81% !important
}

.mnw-81 {
    min-width: 81% !important
}

.mw-81 {
    max-width: 81% !important
}

.h-81 {
    height: 81% !important
}

.mnh-81 {
    min-height: 81% !important
}

.mh-81 {
    max-height: 81% !important
}

.w-82 {
    width: 82% !important
}

.mnw-82 {
    min-width: 82% !important
}

.mw-82 {
    max-width: 82% !important
}

.h-82 {
    height: 82% !important
}

.mnh-82 {
    min-height: 82% !important
}

.mh-82 {
    max-height: 82% !important
}

.w-83 {
    width: 83% !important
}

.mnw-83 {
    min-width: 83% !important
}

.mw-83 {
    max-width: 83% !important
}

.h-83 {
    height: 83% !important
}

.mnh-83 {
    min-height: 83% !important
}

.mh-83 {
    max-height: 83% !important
}

.w-84 {
    width: 84% !important
}

.mnw-84 {
    min-width: 84% !important
}

.mw-84 {
    max-width: 84% !important
}

.h-84 {
    height: 84% !important
}

.mnh-84 {
    min-height: 84% !important
}

.mh-84 {
    max-height: 84% !important
}

.w-85 {
    width: 85% !important
}

.mnw-85 {
    min-width: 85% !important
}

.mw-85 {
    max-width: 85% !important
}

.h-85 {
    height: 85% !important
}

.mnh-85 {
    min-height: 85% !important
}

.mh-85 {
    max-height: 85% !important
}

.w-86 {
    width: 86% !important
}

.mnw-86 {
    min-width: 86% !important
}

.mw-86 {
    max-width: 86% !important
}

.h-86 {
    height: 86% !important
}

.mnh-86 {
    min-height: 86% !important
}

.mh-86 {
    max-height: 86% !important
}

.w-87 {
    width: 87% !important
}

.mnw-87 {
    min-width: 87% !important
}

.mw-87 {
    max-width: 87% !important
}

.h-87 {
    height: 87% !important
}

.mnh-87 {
    min-height: 87% !important
}

.mh-87 {
    max-height: 87% !important
}

.w-88 {
    width: 88% !important
}

.mnw-88 {
    min-width: 88% !important
}

.mw-88 {
    max-width: 88% !important
}

.h-88 {
    height: 88% !important
}

.mnh-88 {
    min-height: 88% !important
}

.mh-88 {
    max-height: 88% !important
}

.w-89 {
    width: 89% !important
}

.mnw-89 {
    min-width: 89% !important
}

.mw-89 {
    max-width: 89% !important
}

.h-89 {
    height: 89% !important
}

.mnh-89 {
    min-height: 89% !important
}

.mh-89 {
    max-height: 89% !important
}

.w-90 {
    width: 90% !important
}

.mnw-90 {
    min-width: 90% !important
}

.mw-90 {
    max-width: 90% !important
}

.h-90 {
    height: 90% !important
}

.mnh-90 {
    min-height: 90% !important
}

.mh-90 {
    max-height: 90% !important
}

.w-91 {
    width: 91% !important
}

.mnw-91 {
    min-width: 91% !important
}

.mw-91 {
    max-width: 91% !important
}

.h-91 {
    height: 91% !important
}

.mnh-91 {
    min-height: 91% !important
}

.mh-91 {
    max-height: 91% !important
}

.w-92 {
    width: 92% !important
}

.mnw-92 {
    min-width: 92% !important
}

.mw-92 {
    max-width: 92% !important
}

.h-92 {
    height: 92% !important
}

.mnh-92 {
    min-height: 92% !important
}

.mh-92 {
    max-height: 92% !important
}

.w-93 {
    width: 93% !important
}

.mnw-93 {
    min-width: 93% !important
}

.mw-93 {
    max-width: 93% !important
}

.h-93 {
    height: 93% !important
}

.mnh-93 {
    min-height: 93% !important
}

.mh-93 {
    max-height: 93% !important
}

.w-94 {
    width: 94% !important
}

.mnw-94 {
    min-width: 94% !important
}

.mw-94 {
    max-width: 94% !important
}

.h-94 {
    height: 94% !important
}

.mnh-94 {
    min-height: 94% !important
}

.mh-94 {
    max-height: 94% !important
}

.w-95 {
    width: 95% !important
}

.mnw-95 {
    min-width: 95% !important
}

.mw-95 {
    max-width: 95% !important
}

.h-95 {
    height: 95% !important
}

.mnh-95 {
    min-height: 95% !important
}

.mh-95 {
    max-height: 95% !important
}

.w-96 {
    width: 96% !important
}

.mnw-96 {
    min-width: 96% !important
}

.mw-96 {
    max-width: 96% !important
}

.h-96 {
    height: 96% !important
}

.mnh-96 {
    min-height: 96% !important
}

.mh-96 {
    max-height: 96% !important
}

.w-97 {
    width: 97% !important
}

.mnw-97 {
    min-width: 97% !important
}

.mw-97 {
    max-width: 97% !important
}

.h-97 {
    height: 97% !important
}

.mnh-97 {
    min-height: 97% !important
}

.mh-97 {
    max-height: 97% !important
}

.w-98 {
    width: 98% !important
}

.mnw-98 {
    min-width: 98% !important
}

.mw-98 {
    max-width: 98% !important
}

.h-98 {
    height: 98% !important
}

.mnh-98 {
    min-height: 98% !important
}

.mh-98 {
    max-height: 98% !important
}

.w-99 {
    width: 99% !important
}

.mnw-99 {
    min-width: 99% !important
}

.mw-99 {
    max-width: 99% !important
}

.h-99 {
    height: 99% !important
}

.mnh-99 {
    min-height: 99% !important
}

.mh-99 {
    max-height: 99% !important
}

.w-100 {
    width: 100% !important
}

.mnw-100 {
    min-width: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.h-100 {
    height: 100% !important
}

.mnh-100 {
    min-height: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.w-auto {
    width: auto !important
}

.h-auto {
    height: auto !important
}

.mnh-unset {
    min-height: unset !important
}

.mh-unset {
    max-height: unset !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-fixed {
    position: fixed !important
}

.position-absolute {
    position: absolute !important
}

.position-sticky {
    position: sticky !important
}

.font-size-0 {
    font-size: 0rem !important
}

.font-size-1 {
    font-size: 0.0833333333rem !important
}

.font-size-2 {
    font-size: 0.1666666667rem !important
}

.font-size-3 {
    font-size: 0.25rem !important
}

.font-size-4 {
    font-size: 0.3333333333rem !important
}

.font-size-5 {
    font-size: 0.4166666667rem !important
}

.font-size-6 {
    font-size: 0.5rem !important
}

.font-size-7 {
    font-size: 0.5833333333rem !important
}

.font-size-8 {
    font-size: 0.6666666667rem !important
}

.font-size-9 {
    font-size: 0.75rem !important
}

.font-size-10 {
    font-size: 0.8333333333rem !important
}

.font-size-11 {
    font-size: 0.9166666667rem !important
}

.font-size-12 {
    font-size: 1rem !important
}

.font-size-13 {
    font-size: 1.0833333333rem !important
}

.font-size-14 {
    font-size: 1.1666666667rem !important
}

.font-size-15 {
    font-size: 1.25rem !important
}

.font-size-16 {
    font-size: 1.3333333333rem !important
}

.font-size-17 {
    font-size: 1.4166666667rem !important
}

.font-size-18 {
    font-size: 1.5rem !important
}

.font-size-19 {
    font-size: 1.5833333333rem !important
}

.font-size-20 {
    font-size: 1.6666666667rem !important
}

.font-size-21 {
    font-size: 1.75rem !important
}

.font-size-22 {
    font-size: 1.8333333333rem !important
}

.font-size-23 {
    font-size: 1.9166666667rem !important
}

.font-size-24 {
    font-size: 2rem !important
}

.font-size-25 {
    font-size: 2.0833333333rem !important
}

.font-size-26 {
    font-size: 2.1666666667rem !important
}

.font-size-27 {
    font-size: 2.25rem !important
}

.font-size-28 {
    font-size: 2.3333333333rem !important
}

.font-size-29 {
    font-size: 2.4166666667rem !important
}

.font-size-30 {
    font-size: 2.5rem !important
}

.font-size-31 {
    font-size: 2.5833333333rem !important
}

.font-size-32 {
    font-size: 2.6666666667rem !important
}

.font-size-33 {
    font-size: 2.75rem !important
}

.font-size-34 {
    font-size: 2.8333333333rem !important
}

.font-size-35 {
    font-size: 2.9166666667rem !important
}

.font-size-36 {
    font-size: 3rem !important
}

.font-size-37 {
    font-size: 3.0833333333rem !important
}

.font-size-38 {
    font-size: 3.1666666667rem !important
}

.font-size-39 {
    font-size: 3.25rem !important
}

.font-size-40 {
    font-size: 3.3333333333rem !important
}

.font-size-41 {
    font-size: 3.4166666667rem !important
}

.font-size-42 {
    font-size: 3.5rem !important
}

.font-size-43 {
    font-size: 3.5833333333rem !important
}

.font-size-44 {
    font-size: 3.6666666667rem !important
}

.font-size-45 {
    font-size: 3.75rem !important
}

.font-size-46 {
    font-size: 3.8333333333rem !important
}

.font-size-47 {
    font-size: 3.9166666667rem !important
}

.font-size-48 {
    font-size: 4rem !important
}

.font-size-49 {
    font-size: 4.0833333333rem !important
}

.font-size-50 {
    font-size: 4.1666666667rem !important
}

.rotate-0 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.rotate-1 {
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg)
}

.rotate-2 {
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg)
}

.rotate-3 {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

.rotate-4 {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg)
}

.rotate-5 {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg)
}

.rotate-6 {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg)
}

.rotate-7 {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg)
}

.rotate-8 {
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg)
}

.rotate-9 {
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg)
}

.rotate-10 {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg)
}

.rotate-11 {
    -webkit-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    transform: rotate(11deg)
}

.rotate-12 {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg)
}

.rotate-13 {
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg)
}

.rotate-14 {
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg)
}

.rotate-15 {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg)
}

.rotate-16 {
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg)
}

.rotate-17 {
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg)
}

.rotate-18 {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg)
}

.rotate-19 {
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    transform: rotate(19deg)
}

.rotate-20 {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
}

.rotate-21 {
    -webkit-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    transform: rotate(21deg)
}

.rotate-22 {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg)
}

.rotate-23 {
    -webkit-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    transform: rotate(23deg)
}

.rotate-24 {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg)
}

.rotate-25 {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg)
}

.rotate-26 {
    -webkit-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    transform: rotate(26deg)
}

.rotate-27 {
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    transform: rotate(27deg)
}

.rotate-28 {
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg)
}

.rotate-29 {
    -webkit-transform: rotate(29deg);
    -ms-transform: rotate(29deg);
    transform: rotate(29deg)
}

.rotate-30 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.rotate-31 {
    -webkit-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    transform: rotate(31deg)
}

.rotate-32 {
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    transform: rotate(32deg)
}

.rotate-33 {
    -webkit-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    transform: rotate(33deg)
}

.rotate-34 {
    -webkit-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    transform: rotate(34deg)
}

.rotate-35 {
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg)
}

.rotate-36 {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg)
}

.rotate-37 {
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg)
}

.rotate-38 {
    -webkit-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    transform: rotate(38deg)
}

.rotate-39 {
    -webkit-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    transform: rotate(39deg)
}

.rotate-40 {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.rotate-41 {
    -webkit-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    transform: rotate(41deg)
}

.rotate-42 {
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg)
}

.rotate-43 {
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    transform: rotate(43deg)
}

.rotate-44 {
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg)
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-46 {
    -webkit-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    transform: rotate(46deg)
}

.rotate-47 {
    -webkit-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    transform: rotate(47deg)
}

.rotate-48 {
    -webkit-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    transform: rotate(48deg)
}

.rotate-49 {
    -webkit-transform: rotate(49deg);
    -ms-transform: rotate(49deg);
    transform: rotate(49deg)
}

.rotate-50 {
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg)
}

.rotate-51 {
    -webkit-transform: rotate(51deg);
    -ms-transform: rotate(51deg);
    transform: rotate(51deg)
}

.rotate-52 {
    -webkit-transform: rotate(52deg);
    -ms-transform: rotate(52deg);
    transform: rotate(52deg)
}

.rotate-53 {
    -webkit-transform: rotate(53deg);
    -ms-transform: rotate(53deg);
    transform: rotate(53deg)
}

.rotate-54 {
    -webkit-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    transform: rotate(54deg)
}

.rotate-55 {
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg)
}

.rotate-56 {
    -webkit-transform: rotate(56deg);
    -ms-transform: rotate(56deg);
    transform: rotate(56deg)
}

.rotate-57 {
    -webkit-transform: rotate(57deg);
    -ms-transform: rotate(57deg);
    transform: rotate(57deg)
}

.rotate-58 {
    -webkit-transform: rotate(58deg);
    -ms-transform: rotate(58deg);
    transform: rotate(58deg)
}

.rotate-59 {
    -webkit-transform: rotate(59deg);
    -ms-transform: rotate(59deg);
    transform: rotate(59deg)
}

.rotate-60 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.rotate-61 {
    -webkit-transform: rotate(61deg);
    -ms-transform: rotate(61deg);
    transform: rotate(61deg)
}

.rotate-62 {
    -webkit-transform: rotate(62deg);
    -ms-transform: rotate(62deg);
    transform: rotate(62deg)
}

.rotate-63 {
    -webkit-transform: rotate(63deg);
    -ms-transform: rotate(63deg);
    transform: rotate(63deg)
}

.rotate-64 {
    -webkit-transform: rotate(64deg);
    -ms-transform: rotate(64deg);
    transform: rotate(64deg)
}

.rotate-65 {
    -webkit-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    transform: rotate(65deg)
}

.rotate-66 {
    -webkit-transform: rotate(66deg);
    -ms-transform: rotate(66deg);
    transform: rotate(66deg)
}

.rotate-67 {
    -webkit-transform: rotate(67deg);
    -ms-transform: rotate(67deg);
    transform: rotate(67deg)
}

.rotate-68 {
    -webkit-transform: rotate(68deg);
    -ms-transform: rotate(68deg);
    transform: rotate(68deg)
}

.rotate-69 {
    -webkit-transform: rotate(69deg);
    -ms-transform: rotate(69deg);
    transform: rotate(69deg)
}

.rotate-70 {
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg)
}

.rotate-71 {
    -webkit-transform: rotate(71deg);
    -ms-transform: rotate(71deg);
    transform: rotate(71deg)
}

.rotate-72 {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    transform: rotate(72deg)
}

.rotate-73 {
    -webkit-transform: rotate(73deg);
    -ms-transform: rotate(73deg);
    transform: rotate(73deg)
}

.rotate-74 {
    -webkit-transform: rotate(74deg);
    -ms-transform: rotate(74deg);
    transform: rotate(74deg)
}

.rotate-75 {
    -webkit-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    transform: rotate(75deg)
}

.rotate-76 {
    -webkit-transform: rotate(76deg);
    -ms-transform: rotate(76deg);
    transform: rotate(76deg)
}

.rotate-77 {
    -webkit-transform: rotate(77deg);
    -ms-transform: rotate(77deg);
    transform: rotate(77deg)
}

.rotate-78 {
    -webkit-transform: rotate(78deg);
    -ms-transform: rotate(78deg);
    transform: rotate(78deg)
}

.rotate-79 {
    -webkit-transform: rotate(79deg);
    -ms-transform: rotate(79deg);
    transform: rotate(79deg)
}

.rotate-80 {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg)
}

.rotate-81 {
    -webkit-transform: rotate(81deg);
    -ms-transform: rotate(81deg);
    transform: rotate(81deg)
}

.rotate-82 {
    -webkit-transform: rotate(82deg);
    -ms-transform: rotate(82deg);
    transform: rotate(82deg)
}

.rotate-83 {
    -webkit-transform: rotate(83deg);
    -ms-transform: rotate(83deg);
    transform: rotate(83deg)
}

.rotate-84 {
    -webkit-transform: rotate(84deg);
    -ms-transform: rotate(84deg);
    transform: rotate(84deg)
}

.rotate-85 {
    -webkit-transform: rotate(85deg);
    -ms-transform: rotate(85deg);
    transform: rotate(85deg)
}

.rotate-86 {
    -webkit-transform: rotate(86deg);
    -ms-transform: rotate(86deg);
    transform: rotate(86deg)
}

.rotate-87 {
    -webkit-transform: rotate(87deg);
    -ms-transform: rotate(87deg);
    transform: rotate(87deg)
}

.rotate-88 {
    -webkit-transform: rotate(88deg);
    -ms-transform: rotate(88deg);
    transform: rotate(88deg)
}

.rotate-89 {
    -webkit-transform: rotate(89deg);
    -ms-transform: rotate(89deg);
    transform: rotate(89deg)
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-91 {
    -webkit-transform: rotate(91deg);
    -ms-transform: rotate(91deg);
    transform: rotate(91deg)
}

.rotate-92 {
    -webkit-transform: rotate(92deg);
    -ms-transform: rotate(92deg);
    transform: rotate(92deg)
}

.rotate-93 {
    -webkit-transform: rotate(93deg);
    -ms-transform: rotate(93deg);
    transform: rotate(93deg)
}

.rotate-94 {
    -webkit-transform: rotate(94deg);
    -ms-transform: rotate(94deg);
    transform: rotate(94deg)
}

.rotate-95 {
    -webkit-transform: rotate(95deg);
    -ms-transform: rotate(95deg);
    transform: rotate(95deg)
}

.rotate-96 {
    -webkit-transform: rotate(96deg);
    -ms-transform: rotate(96deg);
    transform: rotate(96deg)
}

.rotate-97 {
    -webkit-transform: rotate(97deg);
    -ms-transform: rotate(97deg);
    transform: rotate(97deg)
}

.rotate-98 {
    -webkit-transform: rotate(98deg);
    -ms-transform: rotate(98deg);
    transform: rotate(98deg)
}

.rotate-99 {
    -webkit-transform: rotate(99deg);
    -ms-transform: rotate(99deg);
    transform: rotate(99deg)
}

.rotate-100 {
    -webkit-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    transform: rotate(100deg)
}

.rotate-101 {
    -webkit-transform: rotate(101deg);
    -ms-transform: rotate(101deg);
    transform: rotate(101deg)
}

.rotate-102 {
    -webkit-transform: rotate(102deg);
    -ms-transform: rotate(102deg);
    transform: rotate(102deg)
}

.rotate-103 {
    -webkit-transform: rotate(103deg);
    -ms-transform: rotate(103deg);
    transform: rotate(103deg)
}

.rotate-104 {
    -webkit-transform: rotate(104deg);
    -ms-transform: rotate(104deg);
    transform: rotate(104deg)
}

.rotate-105 {
    -webkit-transform: rotate(105deg);
    -ms-transform: rotate(105deg);
    transform: rotate(105deg)
}

.rotate-106 {
    -webkit-transform: rotate(106deg);
    -ms-transform: rotate(106deg);
    transform: rotate(106deg)
}

.rotate-107 {
    -webkit-transform: rotate(107deg);
    -ms-transform: rotate(107deg);
    transform: rotate(107deg)
}

.rotate-108 {
    -webkit-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    transform: rotate(108deg)
}

.rotate-109 {
    -webkit-transform: rotate(109deg);
    -ms-transform: rotate(109deg);
    transform: rotate(109deg)
}

.rotate-110 {
    -webkit-transform: rotate(110deg);
    -ms-transform: rotate(110deg);
    transform: rotate(110deg)
}

.rotate-111 {
    -webkit-transform: rotate(111deg);
    -ms-transform: rotate(111deg);
    transform: rotate(111deg)
}

.rotate-112 {
    -webkit-transform: rotate(112deg);
    -ms-transform: rotate(112deg);
    transform: rotate(112deg)
}

.rotate-113 {
    -webkit-transform: rotate(113deg);
    -ms-transform: rotate(113deg);
    transform: rotate(113deg)
}

.rotate-114 {
    -webkit-transform: rotate(114deg);
    -ms-transform: rotate(114deg);
    transform: rotate(114deg)
}

.rotate-115 {
    -webkit-transform: rotate(115deg);
    -ms-transform: rotate(115deg);
    transform: rotate(115deg)
}

.rotate-116 {
    -webkit-transform: rotate(116deg);
    -ms-transform: rotate(116deg);
    transform: rotate(116deg)
}

.rotate-117 {
    -webkit-transform: rotate(117deg);
    -ms-transform: rotate(117deg);
    transform: rotate(117deg)
}

.rotate-118 {
    -webkit-transform: rotate(118deg);
    -ms-transform: rotate(118deg);
    transform: rotate(118deg)
}

.rotate-119 {
    -webkit-transform: rotate(119deg);
    -ms-transform: rotate(119deg);
    transform: rotate(119deg)
}

.rotate-120 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.rotate-121 {
    -webkit-transform: rotate(121deg);
    -ms-transform: rotate(121deg);
    transform: rotate(121deg)
}

.rotate-122 {
    -webkit-transform: rotate(122deg);
    -ms-transform: rotate(122deg);
    transform: rotate(122deg)
}

.rotate-123 {
    -webkit-transform: rotate(123deg);
    -ms-transform: rotate(123deg);
    transform: rotate(123deg)
}

.rotate-124 {
    -webkit-transform: rotate(124deg);
    -ms-transform: rotate(124deg);
    transform: rotate(124deg)
}

.rotate-125 {
    -webkit-transform: rotate(125deg);
    -ms-transform: rotate(125deg);
    transform: rotate(125deg)
}

.rotate-126 {
    -webkit-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    transform: rotate(126deg)
}

.rotate-127 {
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg)
}

.rotate-128 {
    -webkit-transform: rotate(128deg);
    -ms-transform: rotate(128deg);
    transform: rotate(128deg)
}

.rotate-129 {
    -webkit-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    transform: rotate(129deg)
}

.rotate-130 {
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg)
}

.rotate-131 {
    -webkit-transform: rotate(131deg);
    -ms-transform: rotate(131deg);
    transform: rotate(131deg)
}

.rotate-132 {
    -webkit-transform: rotate(132deg);
    -ms-transform: rotate(132deg);
    transform: rotate(132deg)
}

.rotate-133 {
    -webkit-transform: rotate(133deg);
    -ms-transform: rotate(133deg);
    transform: rotate(133deg)
}

.rotate-134 {
    -webkit-transform: rotate(134deg);
    -ms-transform: rotate(134deg);
    transform: rotate(134deg)
}

.rotate-135 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.rotate-136 {
    -webkit-transform: rotate(136deg);
    -ms-transform: rotate(136deg);
    transform: rotate(136deg)
}

.rotate-137 {
    -webkit-transform: rotate(137deg);
    -ms-transform: rotate(137deg);
    transform: rotate(137deg)
}

.rotate-138 {
    -webkit-transform: rotate(138deg);
    -ms-transform: rotate(138deg);
    transform: rotate(138deg)
}

.rotate-139 {
    -webkit-transform: rotate(139deg);
    -ms-transform: rotate(139deg);
    transform: rotate(139deg)
}

.rotate-140 {
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg)
}

.rotate-141 {
    -webkit-transform: rotate(141deg);
    -ms-transform: rotate(141deg);
    transform: rotate(141deg)
}

.rotate-142 {
    -webkit-transform: rotate(142deg);
    -ms-transform: rotate(142deg);
    transform: rotate(142deg)
}

.rotate-143 {
    -webkit-transform: rotate(143deg);
    -ms-transform: rotate(143deg);
    transform: rotate(143deg)
}

.rotate-144 {
    -webkit-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg)
}

.rotate-145 {
    -webkit-transform: rotate(145deg);
    -ms-transform: rotate(145deg);
    transform: rotate(145deg)
}

.rotate-146 {
    -webkit-transform: rotate(146deg);
    -ms-transform: rotate(146deg);
    transform: rotate(146deg)
}

.rotate-147 {
    -webkit-transform: rotate(147deg);
    -ms-transform: rotate(147deg);
    transform: rotate(147deg)
}

.rotate-148 {
    -webkit-transform: rotate(148deg);
    -ms-transform: rotate(148deg);
    transform: rotate(148deg)
}

.rotate-149 {
    -webkit-transform: rotate(149deg);
    -ms-transform: rotate(149deg);
    transform: rotate(149deg)
}

.rotate-150 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.rotate-151 {
    -webkit-transform: rotate(151deg);
    -ms-transform: rotate(151deg);
    transform: rotate(151deg)
}

.rotate-152 {
    -webkit-transform: rotate(152deg);
    -ms-transform: rotate(152deg);
    transform: rotate(152deg)
}

.rotate-153 {
    -webkit-transform: rotate(153deg);
    -ms-transform: rotate(153deg);
    transform: rotate(153deg)
}

.rotate-154 {
    -webkit-transform: rotate(154deg);
    -ms-transform: rotate(154deg);
    transform: rotate(154deg)
}

.rotate-155 {
    -webkit-transform: rotate(155deg);
    -ms-transform: rotate(155deg);
    transform: rotate(155deg)
}

.rotate-156 {
    -webkit-transform: rotate(156deg);
    -ms-transform: rotate(156deg);
    transform: rotate(156deg)
}

.rotate-157 {
    -webkit-transform: rotate(157deg);
    -ms-transform: rotate(157deg);
    transform: rotate(157deg)
}

.rotate-158 {
    -webkit-transform: rotate(158deg);
    -ms-transform: rotate(158deg);
    transform: rotate(158deg)
}

.rotate-159 {
    -webkit-transform: rotate(159deg);
    -ms-transform: rotate(159deg);
    transform: rotate(159deg)
}

.rotate-160 {
    -webkit-transform: rotate(160deg);
    -ms-transform: rotate(160deg);
    transform: rotate(160deg)
}

.rotate-161 {
    -webkit-transform: rotate(161deg);
    -ms-transform: rotate(161deg);
    transform: rotate(161deg)
}

.rotate-162 {
    -webkit-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    transform: rotate(162deg)
}

.rotate-163 {
    -webkit-transform: rotate(163deg);
    -ms-transform: rotate(163deg);
    transform: rotate(163deg)
}

.rotate-164 {
    -webkit-transform: rotate(164deg);
    -ms-transform: rotate(164deg);
    transform: rotate(164deg)
}

.rotate-165 {
    -webkit-transform: rotate(165deg);
    -ms-transform: rotate(165deg);
    transform: rotate(165deg)
}

.rotate-166 {
    -webkit-transform: rotate(166deg);
    -ms-transform: rotate(166deg);
    transform: rotate(166deg)
}

.rotate-167 {
    -webkit-transform: rotate(167deg);
    -ms-transform: rotate(167deg);
    transform: rotate(167deg)
}

.rotate-168 {
    -webkit-transform: rotate(168deg);
    -ms-transform: rotate(168deg);
    transform: rotate(168deg)
}

.rotate-169 {
    -webkit-transform: rotate(169deg);
    -ms-transform: rotate(169deg);
    transform: rotate(169deg)
}

.rotate-170 {
    -webkit-transform: rotate(170deg);
    -ms-transform: rotate(170deg);
    transform: rotate(170deg)
}

.rotate-171 {
    -webkit-transform: rotate(171deg);
    -ms-transform: rotate(171deg);
    transform: rotate(171deg)
}

.rotate-172 {
    -webkit-transform: rotate(172deg);
    -ms-transform: rotate(172deg);
    transform: rotate(172deg)
}

.rotate-173 {
    -webkit-transform: rotate(173deg);
    -ms-transform: rotate(173deg);
    transform: rotate(173deg)
}

.rotate-174 {
    -webkit-transform: rotate(174deg);
    -ms-transform: rotate(174deg);
    transform: rotate(174deg)
}

.rotate-175 {
    -webkit-transform: rotate(175deg);
    -ms-transform: rotate(175deg);
    transform: rotate(175deg)
}

.rotate-176 {
    -webkit-transform: rotate(176deg);
    -ms-transform: rotate(176deg);
    transform: rotate(176deg)
}

.rotate-177 {
    -webkit-transform: rotate(177deg);
    -ms-transform: rotate(177deg);
    transform: rotate(177deg)
}

.rotate-178 {
    -webkit-transform: rotate(178deg);
    -ms-transform: rotate(178deg);
    transform: rotate(178deg)
}

.rotate-179 {
    -webkit-transform: rotate(179deg);
    -ms-transform: rotate(179deg);
    transform: rotate(179deg)
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rotate-181 {
    -webkit-transform: rotate(181deg);
    -ms-transform: rotate(181deg);
    transform: rotate(181deg)
}

.rotate-182 {
    -webkit-transform: rotate(182deg);
    -ms-transform: rotate(182deg);
    transform: rotate(182deg)
}

.rotate-183 {
    -webkit-transform: rotate(183deg);
    -ms-transform: rotate(183deg);
    transform: rotate(183deg)
}

.rotate-184 {
    -webkit-transform: rotate(184deg);
    -ms-transform: rotate(184deg);
    transform: rotate(184deg)
}

.rotate-185 {
    -webkit-transform: rotate(185deg);
    -ms-transform: rotate(185deg);
    transform: rotate(185deg)
}

.rotate-186 {
    -webkit-transform: rotate(186deg);
    -ms-transform: rotate(186deg);
    transform: rotate(186deg)
}

.rotate-187 {
    -webkit-transform: rotate(187deg);
    -ms-transform: rotate(187deg);
    transform: rotate(187deg)
}

.rotate-188 {
    -webkit-transform: rotate(188deg);
    -ms-transform: rotate(188deg);
    transform: rotate(188deg)
}

.rotate-189 {
    -webkit-transform: rotate(189deg);
    -ms-transform: rotate(189deg);
    transform: rotate(189deg)
}

.rotate-190 {
    -webkit-transform: rotate(190deg);
    -ms-transform: rotate(190deg);
    transform: rotate(190deg)
}

.rotate-191 {
    -webkit-transform: rotate(191deg);
    -ms-transform: rotate(191deg);
    transform: rotate(191deg)
}

.rotate-192 {
    -webkit-transform: rotate(192deg);
    -ms-transform: rotate(192deg);
    transform: rotate(192deg)
}

.rotate-193 {
    -webkit-transform: rotate(193deg);
    -ms-transform: rotate(193deg);
    transform: rotate(193deg)
}

.rotate-194 {
    -webkit-transform: rotate(194deg);
    -ms-transform: rotate(194deg);
    transform: rotate(194deg)
}

.rotate-195 {
    -webkit-transform: rotate(195deg);
    -ms-transform: rotate(195deg);
    transform: rotate(195deg)
}

.rotate-196 {
    -webkit-transform: rotate(196deg);
    -ms-transform: rotate(196deg);
    transform: rotate(196deg)
}

.rotate-197 {
    -webkit-transform: rotate(197deg);
    -ms-transform: rotate(197deg);
    transform: rotate(197deg)
}

.rotate-198 {
    -webkit-transform: rotate(198deg);
    -ms-transform: rotate(198deg);
    transform: rotate(198deg)
}

.rotate-199 {
    -webkit-transform: rotate(199deg);
    -ms-transform: rotate(199deg);
    transform: rotate(199deg)
}

.rotate-200 {
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg)
}

.rotate-201 {
    -webkit-transform: rotate(201deg);
    -ms-transform: rotate(201deg);
    transform: rotate(201deg)
}

.rotate-202 {
    -webkit-transform: rotate(202deg);
    -ms-transform: rotate(202deg);
    transform: rotate(202deg)
}

.rotate-203 {
    -webkit-transform: rotate(203deg);
    -ms-transform: rotate(203deg);
    transform: rotate(203deg)
}

.rotate-204 {
    -webkit-transform: rotate(204deg);
    -ms-transform: rotate(204deg);
    transform: rotate(204deg)
}

.rotate-205 {
    -webkit-transform: rotate(205deg);
    -ms-transform: rotate(205deg);
    transform: rotate(205deg)
}

.rotate-206 {
    -webkit-transform: rotate(206deg);
    -ms-transform: rotate(206deg);
    transform: rotate(206deg)
}

.rotate-207 {
    -webkit-transform: rotate(207deg);
    -ms-transform: rotate(207deg);
    transform: rotate(207deg)
}

.rotate-208 {
    -webkit-transform: rotate(208deg);
    -ms-transform: rotate(208deg);
    transform: rotate(208deg)
}

.rotate-209 {
    -webkit-transform: rotate(209deg);
    -ms-transform: rotate(209deg);
    transform: rotate(209deg)
}

.rotate-210 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.rotate-211 {
    -webkit-transform: rotate(211deg);
    -ms-transform: rotate(211deg);
    transform: rotate(211deg)
}

.rotate-212 {
    -webkit-transform: rotate(212deg);
    -ms-transform: rotate(212deg);
    transform: rotate(212deg)
}

.rotate-213 {
    -webkit-transform: rotate(213deg);
    -ms-transform: rotate(213deg);
    transform: rotate(213deg)
}

.rotate-214 {
    -webkit-transform: rotate(214deg);
    -ms-transform: rotate(214deg);
    transform: rotate(214deg)
}

.rotate-215 {
    -webkit-transform: rotate(215deg);
    -ms-transform: rotate(215deg);
    transform: rotate(215deg)
}

.rotate-216 {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    transform: rotate(216deg)
}

.rotate-217 {
    -webkit-transform: rotate(217deg);
    -ms-transform: rotate(217deg);
    transform: rotate(217deg)
}

.rotate-218 {
    -webkit-transform: rotate(218deg);
    -ms-transform: rotate(218deg);
    transform: rotate(218deg)
}

.rotate-219 {
    -webkit-transform: rotate(219deg);
    -ms-transform: rotate(219deg);
    transform: rotate(219deg)
}

.rotate-220 {
    -webkit-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    transform: rotate(220deg)
}

.rotate-221 {
    -webkit-transform: rotate(221deg);
    -ms-transform: rotate(221deg);
    transform: rotate(221deg)
}

.rotate-222 {
    -webkit-transform: rotate(222deg);
    -ms-transform: rotate(222deg);
    transform: rotate(222deg)
}

.rotate-223 {
    -webkit-transform: rotate(223deg);
    -ms-transform: rotate(223deg);
    transform: rotate(223deg)
}

.rotate-224 {
    -webkit-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    transform: rotate(224deg)
}

.rotate-225 {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.rotate-226 {
    -webkit-transform: rotate(226deg);
    -ms-transform: rotate(226deg);
    transform: rotate(226deg)
}

.rotate-227 {
    -webkit-transform: rotate(227deg);
    -ms-transform: rotate(227deg);
    transform: rotate(227deg)
}

.rotate-228 {
    -webkit-transform: rotate(228deg);
    -ms-transform: rotate(228deg);
    transform: rotate(228deg)
}

.rotate-229 {
    -webkit-transform: rotate(229deg);
    -ms-transform: rotate(229deg);
    transform: rotate(229deg)
}

.rotate-230 {
    -webkit-transform: rotate(230deg);
    -ms-transform: rotate(230deg);
    transform: rotate(230deg)
}

.rotate-231 {
    -webkit-transform: rotate(231deg);
    -ms-transform: rotate(231deg);
    transform: rotate(231deg)
}

.rotate-232 {
    -webkit-transform: rotate(232deg);
    -ms-transform: rotate(232deg);
    transform: rotate(232deg)
}

.rotate-233 {
    -webkit-transform: rotate(233deg);
    -ms-transform: rotate(233deg);
    transform: rotate(233deg)
}

.rotate-234 {
    -webkit-transform: rotate(234deg);
    -ms-transform: rotate(234deg);
    transform: rotate(234deg)
}

.rotate-235 {
    -webkit-transform: rotate(235deg);
    -ms-transform: rotate(235deg);
    transform: rotate(235deg)
}

.rotate-236 {
    -webkit-transform: rotate(236deg);
    -ms-transform: rotate(236deg);
    transform: rotate(236deg)
}

.rotate-237 {
    -webkit-transform: rotate(237deg);
    -ms-transform: rotate(237deg);
    transform: rotate(237deg)
}

.rotate-238 {
    -webkit-transform: rotate(238deg);
    -ms-transform: rotate(238deg);
    transform: rotate(238deg)
}

.rotate-239 {
    -webkit-transform: rotate(239deg);
    -ms-transform: rotate(239deg);
    transform: rotate(239deg)
}

.rotate-240 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.rotate-241 {
    -webkit-transform: rotate(241deg);
    -ms-transform: rotate(241deg);
    transform: rotate(241deg)
}

.rotate-242 {
    -webkit-transform: rotate(242deg);
    -ms-transform: rotate(242deg);
    transform: rotate(242deg)
}

.rotate-243 {
    -webkit-transform: rotate(243deg);
    -ms-transform: rotate(243deg);
    transform: rotate(243deg)
}

.rotate-244 {
    -webkit-transform: rotate(244deg);
    -ms-transform: rotate(244deg);
    transform: rotate(244deg)
}

.rotate-245 {
    -webkit-transform: rotate(245deg);
    -ms-transform: rotate(245deg);
    transform: rotate(245deg)
}

.rotate-246 {
    -webkit-transform: rotate(246deg);
    -ms-transform: rotate(246deg);
    transform: rotate(246deg)
}

.rotate-247 {
    -webkit-transform: rotate(247deg);
    -ms-transform: rotate(247deg);
    transform: rotate(247deg)
}

.rotate-248 {
    -webkit-transform: rotate(248deg);
    -ms-transform: rotate(248deg);
    transform: rotate(248deg)
}

.rotate-249 {
    -webkit-transform: rotate(249deg);
    -ms-transform: rotate(249deg);
    transform: rotate(249deg)
}

.rotate-250 {
    -webkit-transform: rotate(250deg);
    -ms-transform: rotate(250deg);
    transform: rotate(250deg)
}

.rotate-251 {
    -webkit-transform: rotate(251deg);
    -ms-transform: rotate(251deg);
    transform: rotate(251deg)
}

.rotate-252 {
    -webkit-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    transform: rotate(252deg)
}

.rotate-253 {
    -webkit-transform: rotate(253deg);
    -ms-transform: rotate(253deg);
    transform: rotate(253deg)
}

.rotate-254 {
    -webkit-transform: rotate(254deg);
    -ms-transform: rotate(254deg);
    transform: rotate(254deg)
}

.rotate-255 {
    -webkit-transform: rotate(255deg);
    -ms-transform: rotate(255deg);
    transform: rotate(255deg)
}

.rotate-256 {
    -webkit-transform: rotate(256deg);
    -ms-transform: rotate(256deg);
    transform: rotate(256deg)
}

.rotate-257 {
    -webkit-transform: rotate(257deg);
    -ms-transform: rotate(257deg);
    transform: rotate(257deg)
}

.rotate-258 {
    -webkit-transform: rotate(258deg);
    -ms-transform: rotate(258deg);
    transform: rotate(258deg)
}

.rotate-259 {
    -webkit-transform: rotate(259deg);
    -ms-transform: rotate(259deg);
    transform: rotate(259deg)
}

.rotate-260 {
    -webkit-transform: rotate(260deg);
    -ms-transform: rotate(260deg);
    transform: rotate(260deg)
}

.rotate-261 {
    -webkit-transform: rotate(261deg);
    -ms-transform: rotate(261deg);
    transform: rotate(261deg)
}

.rotate-262 {
    -webkit-transform: rotate(262deg);
    -ms-transform: rotate(262deg);
    transform: rotate(262deg)
}

.rotate-263 {
    -webkit-transform: rotate(263deg);
    -ms-transform: rotate(263deg);
    transform: rotate(263deg)
}

.rotate-264 {
    -webkit-transform: rotate(264deg);
    -ms-transform: rotate(264deg);
    transform: rotate(264deg)
}

.rotate-265 {
    -webkit-transform: rotate(265deg);
    -ms-transform: rotate(265deg);
    transform: rotate(265deg)
}

.rotate-266 {
    -webkit-transform: rotate(266deg);
    -ms-transform: rotate(266deg);
    transform: rotate(266deg)
}

.rotate-267 {
    -webkit-transform: rotate(267deg);
    -ms-transform: rotate(267deg);
    transform: rotate(267deg)
}

.rotate-268 {
    -webkit-transform: rotate(268deg);
    -ms-transform: rotate(268deg);
    transform: rotate(268deg)
}

.rotate-269 {
    -webkit-transform: rotate(269deg);
    -ms-transform: rotate(269deg);
    transform: rotate(269deg)
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.rotate-271 {
    -webkit-transform: rotate(271deg);
    -ms-transform: rotate(271deg);
    transform: rotate(271deg)
}

.rotate-272 {
    -webkit-transform: rotate(272deg);
    -ms-transform: rotate(272deg);
    transform: rotate(272deg)
}

.rotate-273 {
    -webkit-transform: rotate(273deg);
    -ms-transform: rotate(273deg);
    transform: rotate(273deg)
}

.rotate-274 {
    -webkit-transform: rotate(274deg);
    -ms-transform: rotate(274deg);
    transform: rotate(274deg)
}

.rotate-275 {
    -webkit-transform: rotate(275deg);
    -ms-transform: rotate(275deg);
    transform: rotate(275deg)
}

.rotate-276 {
    -webkit-transform: rotate(276deg);
    -ms-transform: rotate(276deg);
    transform: rotate(276deg)
}

.rotate-277 {
    -webkit-transform: rotate(277deg);
    -ms-transform: rotate(277deg);
    transform: rotate(277deg)
}

.rotate-278 {
    -webkit-transform: rotate(278deg);
    -ms-transform: rotate(278deg);
    transform: rotate(278deg)
}

.rotate-279 {
    -webkit-transform: rotate(279deg);
    -ms-transform: rotate(279deg);
    transform: rotate(279deg)
}

.rotate-280 {
    -webkit-transform: rotate(280deg);
    -ms-transform: rotate(280deg);
    transform: rotate(280deg)
}

.rotate-281 {
    -webkit-transform: rotate(281deg);
    -ms-transform: rotate(281deg);
    transform: rotate(281deg)
}

.rotate-282 {
    -webkit-transform: rotate(282deg);
    -ms-transform: rotate(282deg);
    transform: rotate(282deg)
}

.rotate-283 {
    -webkit-transform: rotate(283deg);
    -ms-transform: rotate(283deg);
    transform: rotate(283deg)
}

.rotate-284 {
    -webkit-transform: rotate(284deg);
    -ms-transform: rotate(284deg);
    transform: rotate(284deg)
}

.rotate-285 {
    -webkit-transform: rotate(285deg);
    -ms-transform: rotate(285deg);
    transform: rotate(285deg)
}

.rotate-286 {
    -webkit-transform: rotate(286deg);
    -ms-transform: rotate(286deg);
    transform: rotate(286deg)
}

.rotate-287 {
    -webkit-transform: rotate(287deg);
    -ms-transform: rotate(287deg);
    transform: rotate(287deg)
}

.rotate-288 {
    -webkit-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    transform: rotate(288deg)
}

.rotate-289 {
    -webkit-transform: rotate(289deg);
    -ms-transform: rotate(289deg);
    transform: rotate(289deg)
}

.rotate-290 {
    -webkit-transform: rotate(290deg);
    -ms-transform: rotate(290deg);
    transform: rotate(290deg)
}

.rotate-291 {
    -webkit-transform: rotate(291deg);
    -ms-transform: rotate(291deg);
    transform: rotate(291deg)
}

.rotate-292 {
    -webkit-transform: rotate(292deg);
    -ms-transform: rotate(292deg);
    transform: rotate(292deg)
}

.rotate-293 {
    -webkit-transform: rotate(293deg);
    -ms-transform: rotate(293deg);
    transform: rotate(293deg)
}

.rotate-294 {
    -webkit-transform: rotate(294deg);
    -ms-transform: rotate(294deg);
    transform: rotate(294deg)
}

.rotate-295 {
    -webkit-transform: rotate(295deg);
    -ms-transform: rotate(295deg);
    transform: rotate(295deg)
}

.rotate-296 {
    -webkit-transform: rotate(296deg);
    -ms-transform: rotate(296deg);
    transform: rotate(296deg)
}

.rotate-297 {
    -webkit-transform: rotate(297deg);
    -ms-transform: rotate(297deg);
    transform: rotate(297deg)
}

.rotate-298 {
    -webkit-transform: rotate(298deg);
    -ms-transform: rotate(298deg);
    transform: rotate(298deg)
}

.rotate-299 {
    -webkit-transform: rotate(299deg);
    -ms-transform: rotate(299deg);
    transform: rotate(299deg)
}

.rotate-300 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.rotate-301 {
    -webkit-transform: rotate(301deg);
    -ms-transform: rotate(301deg);
    transform: rotate(301deg)
}

.rotate-302 {
    -webkit-transform: rotate(302deg);
    -ms-transform: rotate(302deg);
    transform: rotate(302deg)
}

.rotate-303 {
    -webkit-transform: rotate(303deg);
    -ms-transform: rotate(303deg);
    transform: rotate(303deg)
}

.rotate-304 {
    -webkit-transform: rotate(304deg);
    -ms-transform: rotate(304deg);
    transform: rotate(304deg)
}

.rotate-305 {
    -webkit-transform: rotate(305deg);
    -ms-transform: rotate(305deg);
    transform: rotate(305deg)
}

.rotate-306 {
    -webkit-transform: rotate(306deg);
    -ms-transform: rotate(306deg);
    transform: rotate(306deg)
}

.rotate-307 {
    -webkit-transform: rotate(307deg);
    -ms-transform: rotate(307deg);
    transform: rotate(307deg)
}

.rotate-308 {
    -webkit-transform: rotate(308deg);
    -ms-transform: rotate(308deg);
    transform: rotate(308deg)
}

.rotate-309 {
    -webkit-transform: rotate(309deg);
    -ms-transform: rotate(309deg);
    transform: rotate(309deg)
}

.rotate-310 {
    -webkit-transform: rotate(310deg);
    -ms-transform: rotate(310deg);
    transform: rotate(310deg)
}

.rotate-311 {
    -webkit-transform: rotate(311deg);
    -ms-transform: rotate(311deg);
    transform: rotate(311deg)
}

.rotate-312 {
    -webkit-transform: rotate(312deg);
    -ms-transform: rotate(312deg);
    transform: rotate(312deg)
}

.rotate-313 {
    -webkit-transform: rotate(313deg);
    -ms-transform: rotate(313deg);
    transform: rotate(313deg)
}

.rotate-314 {
    -webkit-transform: rotate(314deg);
    -ms-transform: rotate(314deg);
    transform: rotate(314deg)
}

.rotate-315 {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.rotate-316 {
    -webkit-transform: rotate(316deg);
    -ms-transform: rotate(316deg);
    transform: rotate(316deg)
}

.rotate-317 {
    -webkit-transform: rotate(317deg);
    -ms-transform: rotate(317deg);
    transform: rotate(317deg)
}

.rotate-318 {
    -webkit-transform: rotate(318deg);
    -ms-transform: rotate(318deg);
    transform: rotate(318deg)
}

.rotate-319 {
    -webkit-transform: rotate(319deg);
    -ms-transform: rotate(319deg);
    transform: rotate(319deg)
}

.rotate-320 {
    -webkit-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    transform: rotate(320deg)
}

.rotate-321 {
    -webkit-transform: rotate(321deg);
    -ms-transform: rotate(321deg);
    transform: rotate(321deg)
}

.rotate-322 {
    -webkit-transform: rotate(322deg);
    -ms-transform: rotate(322deg);
    transform: rotate(322deg)
}

.rotate-323 {
    -webkit-transform: rotate(323deg);
    -ms-transform: rotate(323deg);
    transform: rotate(323deg)
}

.rotate-324 {
    -webkit-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    transform: rotate(324deg)
}

.rotate-325 {
    -webkit-transform: rotate(325deg);
    -ms-transform: rotate(325deg);
    transform: rotate(325deg)
}

.rotate-326 {
    -webkit-transform: rotate(326deg);
    -ms-transform: rotate(326deg);
    transform: rotate(326deg)
}

.rotate-327 {
    -webkit-transform: rotate(327deg);
    -ms-transform: rotate(327deg);
    transform: rotate(327deg)
}

.rotate-328 {
    -webkit-transform: rotate(328deg);
    -ms-transform: rotate(328deg);
    transform: rotate(328deg)
}

.rotate-329 {
    -webkit-transform: rotate(329deg);
    -ms-transform: rotate(329deg);
    transform: rotate(329deg)
}

.rotate-330 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.rotate-331 {
    -webkit-transform: rotate(331deg);
    -ms-transform: rotate(331deg);
    transform: rotate(331deg)
}

.rotate-332 {
    -webkit-transform: rotate(332deg);
    -ms-transform: rotate(332deg);
    transform: rotate(332deg)
}

.rotate-333 {
    -webkit-transform: rotate(333deg);
    -ms-transform: rotate(333deg);
    transform: rotate(333deg)
}

.rotate-334 {
    -webkit-transform: rotate(334deg);
    -ms-transform: rotate(334deg);
    transform: rotate(334deg)
}

.rotate-335 {
    -webkit-transform: rotate(335deg);
    -ms-transform: rotate(335deg);
    transform: rotate(335deg)
}

.rotate-336 {
    -webkit-transform: rotate(336deg);
    -ms-transform: rotate(336deg);
    transform: rotate(336deg)
}

.rotate-337 {
    -webkit-transform: rotate(337deg);
    -ms-transform: rotate(337deg);
    transform: rotate(337deg)
}

.rotate-338 {
    -webkit-transform: rotate(338deg);
    -ms-transform: rotate(338deg);
    transform: rotate(338deg)
}

.rotate-339 {
    -webkit-transform: rotate(339deg);
    -ms-transform: rotate(339deg);
    transform: rotate(339deg)
}

.rotate-340 {
    -webkit-transform: rotate(340deg);
    -ms-transform: rotate(340deg);
    transform: rotate(340deg)
}

.rotate-341 {
    -webkit-transform: rotate(341deg);
    -ms-transform: rotate(341deg);
    transform: rotate(341deg)
}

.rotate-342 {
    -webkit-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    transform: rotate(342deg)
}

.rotate-343 {
    -webkit-transform: rotate(343deg);
    -ms-transform: rotate(343deg);
    transform: rotate(343deg)
}

.rotate-344 {
    -webkit-transform: rotate(344deg);
    -ms-transform: rotate(344deg);
    transform: rotate(344deg)
}

.rotate-345 {
    -webkit-transform: rotate(345deg);
    -ms-transform: rotate(345deg);
    transform: rotate(345deg)
}

.rotate-346 {
    -webkit-transform: rotate(346deg);
    -ms-transform: rotate(346deg);
    transform: rotate(346deg)
}

.rotate-347 {
    -webkit-transform: rotate(347deg);
    -ms-transform: rotate(347deg);
    transform: rotate(347deg)
}

.rotate-348 {
    -webkit-transform: rotate(348deg);
    -ms-transform: rotate(348deg);
    transform: rotate(348deg)
}

.rotate-349 {
    -webkit-transform: rotate(349deg);
    -ms-transform: rotate(349deg);
    transform: rotate(349deg)
}

.rotate-350 {
    -webkit-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
    transform: rotate(350deg)
}

.rotate-351 {
    -webkit-transform: rotate(351deg);
    -ms-transform: rotate(351deg);
    transform: rotate(351deg)
}

.rotate-352 {
    -webkit-transform: rotate(352deg);
    -ms-transform: rotate(352deg);
    transform: rotate(352deg)
}

.rotate-353 {
    -webkit-transform: rotate(353deg);
    -ms-transform: rotate(353deg);
    transform: rotate(353deg)
}

.rotate-354 {
    -webkit-transform: rotate(354deg);
    -ms-transform: rotate(354deg);
    transform: rotate(354deg)
}

.rotate-355 {
    -webkit-transform: rotate(355deg);
    -ms-transform: rotate(355deg);
    transform: rotate(355deg)
}

.rotate-356 {
    -webkit-transform: rotate(356deg);
    -ms-transform: rotate(356deg);
    transform: rotate(356deg)
}

.rotate-357 {
    -webkit-transform: rotate(357deg);
    -ms-transform: rotate(357deg);
    transform: rotate(357deg)
}

.rotate-358 {
    -webkit-transform: rotate(358deg);
    -ms-transform: rotate(358deg);
    transform: rotate(358deg)
}

.rotate-359 {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg)
}

.rotate-360 {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.rotate-n0 {
    -webkit-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    transform: rotate(-0deg)
}

.rotate-n1 {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg)
}

.rotate-n2 {
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

.rotate-n3 {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.rotate-n4 {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg)
}

.rotate-n5 {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.rotate-n6 {
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg)
}

.rotate-n7 {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg)
}

.rotate-n8 {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg)
}

.rotate-n9 {
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg)
}

.rotate-n10 {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.rotate-n11 {
    -webkit-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    transform: rotate(-11deg)
}

.rotate-n12 {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg)
}

.rotate-n13 {
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg)
}

.rotate-n14 {
    -webkit-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg)
}

.rotate-n15 {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.rotate-n16 {
    -webkit-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg)
}

.rotate-n17 {
    -webkit-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg)
}

.rotate-n18 {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg)
}

.rotate-n19 {
    -webkit-transform: rotate(-19deg);
    -ms-transform: rotate(-19deg);
    transform: rotate(-19deg)
}

.rotate-n20 {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.rotate-n21 {
    -webkit-transform: rotate(-21deg);
    -ms-transform: rotate(-21deg);
    transform: rotate(-21deg)
}

.rotate-n22 {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg)
}

.rotate-n23 {
    -webkit-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    transform: rotate(-23deg)
}

.rotate-n24 {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg)
}

.rotate-n25 {
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

.rotate-n26 {
    -webkit-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    transform: rotate(-26deg)
}

.rotate-n27 {
    -webkit-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
    transform: rotate(-27deg)
}

.rotate-n28 {
    -webkit-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
    transform: rotate(-28deg)
}

.rotate-n29 {
    -webkit-transform: rotate(-29deg);
    -ms-transform: rotate(-29deg);
    transform: rotate(-29deg)
}

.rotate-n30 {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.rotate-n31 {
    -webkit-transform: rotate(-31deg);
    -ms-transform: rotate(-31deg);
    transform: rotate(-31deg)
}

.rotate-n32 {
    -webkit-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    transform: rotate(-32deg)
}

.rotate-n33 {
    -webkit-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
    transform: rotate(-33deg)
}

.rotate-n34 {
    -webkit-transform: rotate(-34deg);
    -ms-transform: rotate(-34deg);
    transform: rotate(-34deg)
}

.rotate-n35 {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.rotate-n36 {
    -webkit-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    transform: rotate(-36deg)
}

.rotate-n37 {
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg)
}

.rotate-n38 {
    -webkit-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    transform: rotate(-38deg)
}

.rotate-n39 {
    -webkit-transform: rotate(-39deg);
    -ms-transform: rotate(-39deg);
    transform: rotate(-39deg)
}

.rotate-n40 {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.rotate-n41 {
    -webkit-transform: rotate(-41deg);
    -ms-transform: rotate(-41deg);
    transform: rotate(-41deg)
}

.rotate-n42 {
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg)
}

.rotate-n43 {
    -webkit-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg)
}

.rotate-n44 {
    -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-44deg)
}

.rotate-n45 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rotate-n46 {
    -webkit-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    transform: rotate(-46deg)
}

.rotate-n47 {
    -webkit-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    transform: rotate(-47deg)
}

.rotate-n48 {
    -webkit-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    transform: rotate(-48deg)
}

.rotate-n49 {
    -webkit-transform: rotate(-49deg);
    -ms-transform: rotate(-49deg);
    transform: rotate(-49deg)
}

.rotate-n50 {
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg)
}

.rotate-n51 {
    -webkit-transform: rotate(-51deg);
    -ms-transform: rotate(-51deg);
    transform: rotate(-51deg)
}

.rotate-n52 {
    -webkit-transform: rotate(-52deg);
    -ms-transform: rotate(-52deg);
    transform: rotate(-52deg)
}

.rotate-n53 {
    -webkit-transform: rotate(-53deg);
    -ms-transform: rotate(-53deg);
    transform: rotate(-53deg)
}

.rotate-n54 {
    -webkit-transform: rotate(-54deg);
    -ms-transform: rotate(-54deg);
    transform: rotate(-54deg)
}

.rotate-n55 {
    -webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg)
}

.rotate-n56 {
    -webkit-transform: rotate(-56deg);
    -ms-transform: rotate(-56deg);
    transform: rotate(-56deg)
}

.rotate-n57 {
    -webkit-transform: rotate(-57deg);
    -ms-transform: rotate(-57deg);
    transform: rotate(-57deg)
}

.rotate-n58 {
    -webkit-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    transform: rotate(-58deg)
}

.rotate-n59 {
    -webkit-transform: rotate(-59deg);
    -ms-transform: rotate(-59deg);
    transform: rotate(-59deg)
}

.rotate-n60 {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.rotate-n61 {
    -webkit-transform: rotate(-61deg);
    -ms-transform: rotate(-61deg);
    transform: rotate(-61deg)
}

.rotate-n62 {
    -webkit-transform: rotate(-62deg);
    -ms-transform: rotate(-62deg);
    transform: rotate(-62deg)
}

.rotate-n63 {
    -webkit-transform: rotate(-63deg);
    -ms-transform: rotate(-63deg);
    transform: rotate(-63deg)
}

.rotate-n64 {
    -webkit-transform: rotate(-64deg);
    -ms-transform: rotate(-64deg);
    transform: rotate(-64deg)
}

.rotate-n65 {
    -webkit-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    transform: rotate(-65deg)
}

.rotate-n66 {
    -webkit-transform: rotate(-66deg);
    -ms-transform: rotate(-66deg);
    transform: rotate(-66deg)
}

.rotate-n67 {
    -webkit-transform: rotate(-67deg);
    -ms-transform: rotate(-67deg);
    transform: rotate(-67deg)
}

.rotate-n68 {
    -webkit-transform: rotate(-68deg);
    -ms-transform: rotate(-68deg);
    transform: rotate(-68deg)
}

.rotate-n69 {
    -webkit-transform: rotate(-69deg);
    -ms-transform: rotate(-69deg);
    transform: rotate(-69deg)
}

.rotate-n70 {
    -webkit-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    transform: rotate(-70deg)
}

.rotate-n71 {
    -webkit-transform: rotate(-71deg);
    -ms-transform: rotate(-71deg);
    transform: rotate(-71deg)
}

.rotate-n72 {
    -webkit-transform: rotate(-72deg);
    -ms-transform: rotate(-72deg);
    transform: rotate(-72deg)
}

.rotate-n73 {
    -webkit-transform: rotate(-73deg);
    -ms-transform: rotate(-73deg);
    transform: rotate(-73deg)
}

.rotate-n74 {
    -webkit-transform: rotate(-74deg);
    -ms-transform: rotate(-74deg);
    transform: rotate(-74deg)
}

.rotate-n75 {
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg)
}

.rotate-n76 {
    -webkit-transform: rotate(-76deg);
    -ms-transform: rotate(-76deg);
    transform: rotate(-76deg)
}

.rotate-n77 {
    -webkit-transform: rotate(-77deg);
    -ms-transform: rotate(-77deg);
    transform: rotate(-77deg)
}

.rotate-n78 {
    -webkit-transform: rotate(-78deg);
    -ms-transform: rotate(-78deg);
    transform: rotate(-78deg)
}

.rotate-n79 {
    -webkit-transform: rotate(-79deg);
    -ms-transform: rotate(-79deg);
    transform: rotate(-79deg)
}

.rotate-n80 {
    -webkit-transform: rotate(-80deg);
    -ms-transform: rotate(-80deg);
    transform: rotate(-80deg)
}

.rotate-n81 {
    -webkit-transform: rotate(-81deg);
    -ms-transform: rotate(-81deg);
    transform: rotate(-81deg)
}

.rotate-n82 {
    -webkit-transform: rotate(-82deg);
    -ms-transform: rotate(-82deg);
    transform: rotate(-82deg)
}

.rotate-n83 {
    -webkit-transform: rotate(-83deg);
    -ms-transform: rotate(-83deg);
    transform: rotate(-83deg)
}

.rotate-n84 {
    -webkit-transform: rotate(-84deg);
    -ms-transform: rotate(-84deg);
    transform: rotate(-84deg)
}

.rotate-n85 {
    -webkit-transform: rotate(-85deg);
    -ms-transform: rotate(-85deg);
    transform: rotate(-85deg)
}

.rotate-n86 {
    -webkit-transform: rotate(-86deg);
    -ms-transform: rotate(-86deg);
    transform: rotate(-86deg)
}

.rotate-n87 {
    -webkit-transform: rotate(-87deg);
    -ms-transform: rotate(-87deg);
    transform: rotate(-87deg)
}

.rotate-n88 {
    -webkit-transform: rotate(-88deg);
    -ms-transform: rotate(-88deg);
    transform: rotate(-88deg)
}

.rotate-n89 {
    -webkit-transform: rotate(-89deg);
    -ms-transform: rotate(-89deg);
    transform: rotate(-89deg)
}

.rotate-n90 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.rotate-n91 {
    -webkit-transform: rotate(-91deg);
    -ms-transform: rotate(-91deg);
    transform: rotate(-91deg)
}

.rotate-n92 {
    -webkit-transform: rotate(-92deg);
    -ms-transform: rotate(-92deg);
    transform: rotate(-92deg)
}

.rotate-n93 {
    -webkit-transform: rotate(-93deg);
    -ms-transform: rotate(-93deg);
    transform: rotate(-93deg)
}

.rotate-n94 {
    -webkit-transform: rotate(-94deg);
    -ms-transform: rotate(-94deg);
    transform: rotate(-94deg)
}

.rotate-n95 {
    -webkit-transform: rotate(-95deg);
    -ms-transform: rotate(-95deg);
    transform: rotate(-95deg)
}

.rotate-n96 {
    -webkit-transform: rotate(-96deg);
    -ms-transform: rotate(-96deg);
    transform: rotate(-96deg)
}

.rotate-n97 {
    -webkit-transform: rotate(-97deg);
    -ms-transform: rotate(-97deg);
    transform: rotate(-97deg)
}

.rotate-n98 {
    -webkit-transform: rotate(-98deg);
    -ms-transform: rotate(-98deg);
    transform: rotate(-98deg)
}

.rotate-n99 {
    -webkit-transform: rotate(-99deg);
    -ms-transform: rotate(-99deg);
    transform: rotate(-99deg)
}

.rotate-n100 {
    -webkit-transform: rotate(-100deg);
    -ms-transform: rotate(-100deg);
    transform: rotate(-100deg)
}

.rotate-n101 {
    -webkit-transform: rotate(-101deg);
    -ms-transform: rotate(-101deg);
    transform: rotate(-101deg)
}

.rotate-n102 {
    -webkit-transform: rotate(-102deg);
    -ms-transform: rotate(-102deg);
    transform: rotate(-102deg)
}

.rotate-n103 {
    -webkit-transform: rotate(-103deg);
    -ms-transform: rotate(-103deg);
    transform: rotate(-103deg)
}

.rotate-n104 {
    -webkit-transform: rotate(-104deg);
    -ms-transform: rotate(-104deg);
    transform: rotate(-104deg)
}

.rotate-n105 {
    -webkit-transform: rotate(-105deg);
    -ms-transform: rotate(-105deg);
    transform: rotate(-105deg)
}

.rotate-n106 {
    -webkit-transform: rotate(-106deg);
    -ms-transform: rotate(-106deg);
    transform: rotate(-106deg)
}

.rotate-n107 {
    -webkit-transform: rotate(-107deg);
    -ms-transform: rotate(-107deg);
    transform: rotate(-107deg)
}

.rotate-n108 {
    -webkit-transform: rotate(-108deg);
    -ms-transform: rotate(-108deg);
    transform: rotate(-108deg)
}

.rotate-n109 {
    -webkit-transform: rotate(-109deg);
    -ms-transform: rotate(-109deg);
    transform: rotate(-109deg)
}

.rotate-n110 {
    -webkit-transform: rotate(-110deg);
    -ms-transform: rotate(-110deg);
    transform: rotate(-110deg)
}

.rotate-n111 {
    -webkit-transform: rotate(-111deg);
    -ms-transform: rotate(-111deg);
    transform: rotate(-111deg)
}

.rotate-n112 {
    -webkit-transform: rotate(-112deg);
    -ms-transform: rotate(-112deg);
    transform: rotate(-112deg)
}

.rotate-n113 {
    -webkit-transform: rotate(-113deg);
    -ms-transform: rotate(-113deg);
    transform: rotate(-113deg)
}

.rotate-n114 {
    -webkit-transform: rotate(-114deg);
    -ms-transform: rotate(-114deg);
    transform: rotate(-114deg)
}

.rotate-n115 {
    -webkit-transform: rotate(-115deg);
    -ms-transform: rotate(-115deg);
    transform: rotate(-115deg)
}

.rotate-n116 {
    -webkit-transform: rotate(-116deg);
    -ms-transform: rotate(-116deg);
    transform: rotate(-116deg)
}

.rotate-n117 {
    -webkit-transform: rotate(-117deg);
    -ms-transform: rotate(-117deg);
    transform: rotate(-117deg)
}

.rotate-n118 {
    -webkit-transform: rotate(-118deg);
    -ms-transform: rotate(-118deg);
    transform: rotate(-118deg)
}

.rotate-n119 {
    -webkit-transform: rotate(-119deg);
    -ms-transform: rotate(-119deg);
    transform: rotate(-119deg)
}

.rotate-n120 {
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg)
}

.rotate-n121 {
    -webkit-transform: rotate(-121deg);
    -ms-transform: rotate(-121deg);
    transform: rotate(-121deg)
}

.rotate-n122 {
    -webkit-transform: rotate(-122deg);
    -ms-transform: rotate(-122deg);
    transform: rotate(-122deg)
}

.rotate-n123 {
    -webkit-transform: rotate(-123deg);
    -ms-transform: rotate(-123deg);
    transform: rotate(-123deg)
}

.rotate-n124 {
    -webkit-transform: rotate(-124deg);
    -ms-transform: rotate(-124deg);
    transform: rotate(-124deg)
}

.rotate-n125 {
    -webkit-transform: rotate(-125deg);
    -ms-transform: rotate(-125deg);
    transform: rotate(-125deg)
}

.rotate-n126 {
    -webkit-transform: rotate(-126deg);
    -ms-transform: rotate(-126deg);
    transform: rotate(-126deg)
}

.rotate-n127 {
    -webkit-transform: rotate(-127deg);
    -ms-transform: rotate(-127deg);
    transform: rotate(-127deg)
}

.rotate-n128 {
    -webkit-transform: rotate(-128deg);
    -ms-transform: rotate(-128deg);
    transform: rotate(-128deg)
}

.rotate-n129 {
    -webkit-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    transform: rotate(-129deg)
}

.rotate-n130 {
    -webkit-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    transform: rotate(-130deg)
}

.rotate-n131 {
    -webkit-transform: rotate(-131deg);
    -ms-transform: rotate(-131deg);
    transform: rotate(-131deg)
}

.rotate-n132 {
    -webkit-transform: rotate(-132deg);
    -ms-transform: rotate(-132deg);
    transform: rotate(-132deg)
}

.rotate-n133 {
    -webkit-transform: rotate(-133deg);
    -ms-transform: rotate(-133deg);
    transform: rotate(-133deg)
}

.rotate-n134 {
    -webkit-transform: rotate(-134deg);
    -ms-transform: rotate(-134deg);
    transform: rotate(-134deg)
}

.rotate-n135 {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.rotate-n136 {
    -webkit-transform: rotate(-136deg);
    -ms-transform: rotate(-136deg);
    transform: rotate(-136deg)
}

.rotate-n137 {
    -webkit-transform: rotate(-137deg);
    -ms-transform: rotate(-137deg);
    transform: rotate(-137deg)
}

.rotate-n138 {
    -webkit-transform: rotate(-138deg);
    -ms-transform: rotate(-138deg);
    transform: rotate(-138deg)
}

.rotate-n139 {
    -webkit-transform: rotate(-139deg);
    -ms-transform: rotate(-139deg);
    transform: rotate(-139deg)
}

.rotate-n140 {
    -webkit-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg)
}

.rotate-n141 {
    -webkit-transform: rotate(-141deg);
    -ms-transform: rotate(-141deg);
    transform: rotate(-141deg)
}

.rotate-n142 {
    -webkit-transform: rotate(-142deg);
    -ms-transform: rotate(-142deg);
    transform: rotate(-142deg)
}

.rotate-n143 {
    -webkit-transform: rotate(-143deg);
    -ms-transform: rotate(-143deg);
    transform: rotate(-143deg)
}

.rotate-n144 {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    transform: rotate(-144deg)
}

.rotate-n145 {
    -webkit-transform: rotate(-145deg);
    -ms-transform: rotate(-145deg);
    transform: rotate(-145deg)
}

.rotate-n146 {
    -webkit-transform: rotate(-146deg);
    -ms-transform: rotate(-146deg);
    transform: rotate(-146deg)
}

.rotate-n147 {
    -webkit-transform: rotate(-147deg);
    -ms-transform: rotate(-147deg);
    transform: rotate(-147deg)
}

.rotate-n148 {
    -webkit-transform: rotate(-148deg);
    -ms-transform: rotate(-148deg);
    transform: rotate(-148deg)
}

.rotate-n149 {
    -webkit-transform: rotate(-149deg);
    -ms-transform: rotate(-149deg);
    transform: rotate(-149deg)
}

.rotate-n150 {
    -webkit-transform: rotate(-150deg);
    -ms-transform: rotate(-150deg);
    transform: rotate(-150deg)
}

.rotate-n151 {
    -webkit-transform: rotate(-151deg);
    -ms-transform: rotate(-151deg);
    transform: rotate(-151deg)
}

.rotate-n152 {
    -webkit-transform: rotate(-152deg);
    -ms-transform: rotate(-152deg);
    transform: rotate(-152deg)
}

.rotate-n153 {
    -webkit-transform: rotate(-153deg);
    -ms-transform: rotate(-153deg);
    transform: rotate(-153deg)
}

.rotate-n154 {
    -webkit-transform: rotate(-154deg);
    -ms-transform: rotate(-154deg);
    transform: rotate(-154deg)
}

.rotate-n155 {
    -webkit-transform: rotate(-155deg);
    -ms-transform: rotate(-155deg);
    transform: rotate(-155deg)
}

.rotate-n156 {
    -webkit-transform: rotate(-156deg);
    -ms-transform: rotate(-156deg);
    transform: rotate(-156deg)
}

.rotate-n157 {
    -webkit-transform: rotate(-157deg);
    -ms-transform: rotate(-157deg);
    transform: rotate(-157deg)
}

.rotate-n158 {
    -webkit-transform: rotate(-158deg);
    -ms-transform: rotate(-158deg);
    transform: rotate(-158deg)
}

.rotate-n159 {
    -webkit-transform: rotate(-159deg);
    -ms-transform: rotate(-159deg);
    transform: rotate(-159deg)
}

.rotate-n160 {
    -webkit-transform: rotate(-160deg);
    -ms-transform: rotate(-160deg);
    transform: rotate(-160deg)
}

.rotate-n161 {
    -webkit-transform: rotate(-161deg);
    -ms-transform: rotate(-161deg);
    transform: rotate(-161deg)
}

.rotate-n162 {
    -webkit-transform: rotate(-162deg);
    -ms-transform: rotate(-162deg);
    transform: rotate(-162deg)
}

.rotate-n163 {
    -webkit-transform: rotate(-163deg);
    -ms-transform: rotate(-163deg);
    transform: rotate(-163deg)
}

.rotate-n164 {
    -webkit-transform: rotate(-164deg);
    -ms-transform: rotate(-164deg);
    transform: rotate(-164deg)
}

.rotate-n165 {
    -webkit-transform: rotate(-165deg);
    -ms-transform: rotate(-165deg);
    transform: rotate(-165deg)
}

.rotate-n166 {
    -webkit-transform: rotate(-166deg);
    -ms-transform: rotate(-166deg);
    transform: rotate(-166deg)
}

.rotate-n167 {
    -webkit-transform: rotate(-167deg);
    -ms-transform: rotate(-167deg);
    transform: rotate(-167deg)
}

.rotate-n168 {
    -webkit-transform: rotate(-168deg);
    -ms-transform: rotate(-168deg);
    transform: rotate(-168deg)
}

.rotate-n169 {
    -webkit-transform: rotate(-169deg);
    -ms-transform: rotate(-169deg);
    transform: rotate(-169deg)
}

.rotate-n170 {
    -webkit-transform: rotate(-170deg);
    -ms-transform: rotate(-170deg);
    transform: rotate(-170deg)
}

.rotate-n171 {
    -webkit-transform: rotate(-171deg);
    -ms-transform: rotate(-171deg);
    transform: rotate(-171deg)
}

.rotate-n172 {
    -webkit-transform: rotate(-172deg);
    -ms-transform: rotate(-172deg);
    transform: rotate(-172deg)
}

.rotate-n173 {
    -webkit-transform: rotate(-173deg);
    -ms-transform: rotate(-173deg);
    transform: rotate(-173deg)
}

.rotate-n174 {
    -webkit-transform: rotate(-174deg);
    -ms-transform: rotate(-174deg);
    transform: rotate(-174deg)
}

.rotate-n175 {
    -webkit-transform: rotate(-175deg);
    -ms-transform: rotate(-175deg);
    transform: rotate(-175deg)
}

.rotate-n176 {
    -webkit-transform: rotate(-176deg);
    -ms-transform: rotate(-176deg);
    transform: rotate(-176deg)
}

.rotate-n177 {
    -webkit-transform: rotate(-177deg);
    -ms-transform: rotate(-177deg);
    transform: rotate(-177deg)
}

.rotate-n178 {
    -webkit-transform: rotate(-178deg);
    -ms-transform: rotate(-178deg);
    transform: rotate(-178deg)
}

.rotate-n179 {
    -webkit-transform: rotate(-179deg);
    -ms-transform: rotate(-179deg);
    transform: rotate(-179deg)
}

.rotate-n180 {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.rotate-n181 {
    -webkit-transform: rotate(-181deg);
    -ms-transform: rotate(-181deg);
    transform: rotate(-181deg)
}

.rotate-n182 {
    -webkit-transform: rotate(-182deg);
    -ms-transform: rotate(-182deg);
    transform: rotate(-182deg)
}

.rotate-n183 {
    -webkit-transform: rotate(-183deg);
    -ms-transform: rotate(-183deg);
    transform: rotate(-183deg)
}

.rotate-n184 {
    -webkit-transform: rotate(-184deg);
    -ms-transform: rotate(-184deg);
    transform: rotate(-184deg)
}

.rotate-n185 {
    -webkit-transform: rotate(-185deg);
    -ms-transform: rotate(-185deg);
    transform: rotate(-185deg)
}

.rotate-n186 {
    -webkit-transform: rotate(-186deg);
    -ms-transform: rotate(-186deg);
    transform: rotate(-186deg)
}

.rotate-n187 {
    -webkit-transform: rotate(-187deg);
    -ms-transform: rotate(-187deg);
    transform: rotate(-187deg)
}

.rotate-n188 {
    -webkit-transform: rotate(-188deg);
    -ms-transform: rotate(-188deg);
    transform: rotate(-188deg)
}

.rotate-n189 {
    -webkit-transform: rotate(-189deg);
    -ms-transform: rotate(-189deg);
    transform: rotate(-189deg)
}

.rotate-n190 {
    -webkit-transform: rotate(-190deg);
    -ms-transform: rotate(-190deg);
    transform: rotate(-190deg)
}

.rotate-n191 {
    -webkit-transform: rotate(-191deg);
    -ms-transform: rotate(-191deg);
    transform: rotate(-191deg)
}

.rotate-n192 {
    -webkit-transform: rotate(-192deg);
    -ms-transform: rotate(-192deg);
    transform: rotate(-192deg)
}

.rotate-n193 {
    -webkit-transform: rotate(-193deg);
    -ms-transform: rotate(-193deg);
    transform: rotate(-193deg)
}

.rotate-n194 {
    -webkit-transform: rotate(-194deg);
    -ms-transform: rotate(-194deg);
    transform: rotate(-194deg)
}

.rotate-n195 {
    -webkit-transform: rotate(-195deg);
    -ms-transform: rotate(-195deg);
    transform: rotate(-195deg)
}

.rotate-n196 {
    -webkit-transform: rotate(-196deg);
    -ms-transform: rotate(-196deg);
    transform: rotate(-196deg)
}

.rotate-n197 {
    -webkit-transform: rotate(-197deg);
    -ms-transform: rotate(-197deg);
    transform: rotate(-197deg)
}

.rotate-n198 {
    -webkit-transform: rotate(-198deg);
    -ms-transform: rotate(-198deg);
    transform: rotate(-198deg)
}

.rotate-n199 {
    -webkit-transform: rotate(-199deg);
    -ms-transform: rotate(-199deg);
    transform: rotate(-199deg)
}

.rotate-n200 {
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg)
}

.rotate-n201 {
    -webkit-transform: rotate(-201deg);
    -ms-transform: rotate(-201deg);
    transform: rotate(-201deg)
}

.rotate-n202 {
    -webkit-transform: rotate(-202deg);
    -ms-transform: rotate(-202deg);
    transform: rotate(-202deg)
}

.rotate-n203 {
    -webkit-transform: rotate(-203deg);
    -ms-transform: rotate(-203deg);
    transform: rotate(-203deg)
}

.rotate-n204 {
    -webkit-transform: rotate(-204deg);
    -ms-transform: rotate(-204deg);
    transform: rotate(-204deg)
}

.rotate-n205 {
    -webkit-transform: rotate(-205deg);
    -ms-transform: rotate(-205deg);
    transform: rotate(-205deg)
}

.rotate-n206 {
    -webkit-transform: rotate(-206deg);
    -ms-transform: rotate(-206deg);
    transform: rotate(-206deg)
}

.rotate-n207 {
    -webkit-transform: rotate(-207deg);
    -ms-transform: rotate(-207deg);
    transform: rotate(-207deg)
}

.rotate-n208 {
    -webkit-transform: rotate(-208deg);
    -ms-transform: rotate(-208deg);
    transform: rotate(-208deg)
}

.rotate-n209 {
    -webkit-transform: rotate(-209deg);
    -ms-transform: rotate(-209deg);
    transform: rotate(-209deg)
}

.rotate-n210 {
    -webkit-transform: rotate(-210deg);
    -ms-transform: rotate(-210deg);
    transform: rotate(-210deg)
}

.rotate-n211 {
    -webkit-transform: rotate(-211deg);
    -ms-transform: rotate(-211deg);
    transform: rotate(-211deg)
}

.rotate-n212 {
    -webkit-transform: rotate(-212deg);
    -ms-transform: rotate(-212deg);
    transform: rotate(-212deg)
}

.rotate-n213 {
    -webkit-transform: rotate(-213deg);
    -ms-transform: rotate(-213deg);
    transform: rotate(-213deg)
}

.rotate-n214 {
    -webkit-transform: rotate(-214deg);
    -ms-transform: rotate(-214deg);
    transform: rotate(-214deg)
}

.rotate-n215 {
    -webkit-transform: rotate(-215deg);
    -ms-transform: rotate(-215deg);
    transform: rotate(-215deg)
}

.rotate-n216 {
    -webkit-transform: rotate(-216deg);
    -ms-transform: rotate(-216deg);
    transform: rotate(-216deg)
}

.rotate-n217 {
    -webkit-transform: rotate(-217deg);
    -ms-transform: rotate(-217deg);
    transform: rotate(-217deg)
}

.rotate-n218 {
    -webkit-transform: rotate(-218deg);
    -ms-transform: rotate(-218deg);
    transform: rotate(-218deg)
}

.rotate-n219 {
    -webkit-transform: rotate(-219deg);
    -ms-transform: rotate(-219deg);
    transform: rotate(-219deg)
}

.rotate-n220 {
    -webkit-transform: rotate(-220deg);
    -ms-transform: rotate(-220deg);
    transform: rotate(-220deg)
}

.rotate-n221 {
    -webkit-transform: rotate(-221deg);
    -ms-transform: rotate(-221deg);
    transform: rotate(-221deg)
}

.rotate-n222 {
    -webkit-transform: rotate(-222deg);
    -ms-transform: rotate(-222deg);
    transform: rotate(-222deg)
}

.rotate-n223 {
    -webkit-transform: rotate(-223deg);
    -ms-transform: rotate(-223deg);
    transform: rotate(-223deg)
}

.rotate-n224 {
    -webkit-transform: rotate(-224deg);
    -ms-transform: rotate(-224deg);
    transform: rotate(-224deg)
}

.rotate-n225 {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.rotate-n226 {
    -webkit-transform: rotate(-226deg);
    -ms-transform: rotate(-226deg);
    transform: rotate(-226deg)
}

.rotate-n227 {
    -webkit-transform: rotate(-227deg);
    -ms-transform: rotate(-227deg);
    transform: rotate(-227deg)
}

.rotate-n228 {
    -webkit-transform: rotate(-228deg);
    -ms-transform: rotate(-228deg);
    transform: rotate(-228deg)
}

.rotate-n229 {
    -webkit-transform: rotate(-229deg);
    -ms-transform: rotate(-229deg);
    transform: rotate(-229deg)
}

.rotate-n230 {
    -webkit-transform: rotate(-230deg);
    -ms-transform: rotate(-230deg);
    transform: rotate(-230deg)
}

.rotate-n231 {
    -webkit-transform: rotate(-231deg);
    -ms-transform: rotate(-231deg);
    transform: rotate(-231deg)
}

.rotate-n232 {
    -webkit-transform: rotate(-232deg);
    -ms-transform: rotate(-232deg);
    transform: rotate(-232deg)
}

.rotate-n233 {
    -webkit-transform: rotate(-233deg);
    -ms-transform: rotate(-233deg);
    transform: rotate(-233deg)
}

.rotate-n234 {
    -webkit-transform: rotate(-234deg);
    -ms-transform: rotate(-234deg);
    transform: rotate(-234deg)
}

.rotate-n235 {
    -webkit-transform: rotate(-235deg);
    -ms-transform: rotate(-235deg);
    transform: rotate(-235deg)
}

.rotate-n236 {
    -webkit-transform: rotate(-236deg);
    -ms-transform: rotate(-236deg);
    transform: rotate(-236deg)
}

.rotate-n237 {
    -webkit-transform: rotate(-237deg);
    -ms-transform: rotate(-237deg);
    transform: rotate(-237deg)
}

.rotate-n238 {
    -webkit-transform: rotate(-238deg);
    -ms-transform: rotate(-238deg);
    transform: rotate(-238deg)
}

.rotate-n239 {
    -webkit-transform: rotate(-239deg);
    -ms-transform: rotate(-239deg);
    transform: rotate(-239deg)
}

.rotate-n240 {
    -webkit-transform: rotate(-240deg);
    -ms-transform: rotate(-240deg);
    transform: rotate(-240deg)
}

.rotate-n241 {
    -webkit-transform: rotate(-241deg);
    -ms-transform: rotate(-241deg);
    transform: rotate(-241deg)
}

.rotate-n242 {
    -webkit-transform: rotate(-242deg);
    -ms-transform: rotate(-242deg);
    transform: rotate(-242deg)
}

.rotate-n243 {
    -webkit-transform: rotate(-243deg);
    -ms-transform: rotate(-243deg);
    transform: rotate(-243deg)
}

.rotate-n244 {
    -webkit-transform: rotate(-244deg);
    -ms-transform: rotate(-244deg);
    transform: rotate(-244deg)
}

.rotate-n245 {
    -webkit-transform: rotate(-245deg);
    -ms-transform: rotate(-245deg);
    transform: rotate(-245deg)
}

.rotate-n246 {
    -webkit-transform: rotate(-246deg);
    -ms-transform: rotate(-246deg);
    transform: rotate(-246deg)
}

.rotate-n247 {
    -webkit-transform: rotate(-247deg);
    -ms-transform: rotate(-247deg);
    transform: rotate(-247deg)
}

.rotate-n248 {
    -webkit-transform: rotate(-248deg);
    -ms-transform: rotate(-248deg);
    transform: rotate(-248deg)
}

.rotate-n249 {
    -webkit-transform: rotate(-249deg);
    -ms-transform: rotate(-249deg);
    transform: rotate(-249deg)
}

.rotate-n250 {
    -webkit-transform: rotate(-250deg);
    -ms-transform: rotate(-250deg);
    transform: rotate(-250deg)
}

.rotate-n251 {
    -webkit-transform: rotate(-251deg);
    -ms-transform: rotate(-251deg);
    transform: rotate(-251deg)
}

.rotate-n252 {
    -webkit-transform: rotate(-252deg);
    -ms-transform: rotate(-252deg);
    transform: rotate(-252deg)
}

.rotate-n253 {
    -webkit-transform: rotate(-253deg);
    -ms-transform: rotate(-253deg);
    transform: rotate(-253deg)
}

.rotate-n254 {
    -webkit-transform: rotate(-254deg);
    -ms-transform: rotate(-254deg);
    transform: rotate(-254deg)
}

.rotate-n255 {
    -webkit-transform: rotate(-255deg);
    -ms-transform: rotate(-255deg);
    transform: rotate(-255deg)
}

.rotate-n256 {
    -webkit-transform: rotate(-256deg);
    -ms-transform: rotate(-256deg);
    transform: rotate(-256deg)
}

.rotate-n257 {
    -webkit-transform: rotate(-257deg);
    -ms-transform: rotate(-257deg);
    transform: rotate(-257deg)
}

.rotate-n258 {
    -webkit-transform: rotate(-258deg);
    -ms-transform: rotate(-258deg);
    transform: rotate(-258deg)
}

.rotate-n259 {
    -webkit-transform: rotate(-259deg);
    -ms-transform: rotate(-259deg);
    transform: rotate(-259deg)
}

.rotate-n260 {
    -webkit-transform: rotate(-260deg);
    -ms-transform: rotate(-260deg);
    transform: rotate(-260deg)
}

.rotate-n261 {
    -webkit-transform: rotate(-261deg);
    -ms-transform: rotate(-261deg);
    transform: rotate(-261deg)
}

.rotate-n262 {
    -webkit-transform: rotate(-262deg);
    -ms-transform: rotate(-262deg);
    transform: rotate(-262deg)
}

.rotate-n263 {
    -webkit-transform: rotate(-263deg);
    -ms-transform: rotate(-263deg);
    transform: rotate(-263deg)
}

.rotate-n264 {
    -webkit-transform: rotate(-264deg);
    -ms-transform: rotate(-264deg);
    transform: rotate(-264deg)
}

.rotate-n265 {
    -webkit-transform: rotate(-265deg);
    -ms-transform: rotate(-265deg);
    transform: rotate(-265deg)
}

.rotate-n266 {
    -webkit-transform: rotate(-266deg);
    -ms-transform: rotate(-266deg);
    transform: rotate(-266deg)
}

.rotate-n267 {
    -webkit-transform: rotate(-267deg);
    -ms-transform: rotate(-267deg);
    transform: rotate(-267deg)
}

.rotate-n268 {
    -webkit-transform: rotate(-268deg);
    -ms-transform: rotate(-268deg);
    transform: rotate(-268deg)
}

.rotate-n269 {
    -webkit-transform: rotate(-269deg);
    -ms-transform: rotate(-269deg);
    transform: rotate(-269deg)
}

.rotate-n270 {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

.rotate-n271 {
    -webkit-transform: rotate(-271deg);
    -ms-transform: rotate(-271deg);
    transform: rotate(-271deg)
}

.rotate-n272 {
    -webkit-transform: rotate(-272deg);
    -ms-transform: rotate(-272deg);
    transform: rotate(-272deg)
}

.rotate-n273 {
    -webkit-transform: rotate(-273deg);
    -ms-transform: rotate(-273deg);
    transform: rotate(-273deg)
}

.rotate-n274 {
    -webkit-transform: rotate(-274deg);
    -ms-transform: rotate(-274deg);
    transform: rotate(-274deg)
}

.rotate-n275 {
    -webkit-transform: rotate(-275deg);
    -ms-transform: rotate(-275deg);
    transform: rotate(-275deg)
}

.rotate-n276 {
    -webkit-transform: rotate(-276deg);
    -ms-transform: rotate(-276deg);
    transform: rotate(-276deg)
}

.rotate-n277 {
    -webkit-transform: rotate(-277deg);
    -ms-transform: rotate(-277deg);
    transform: rotate(-277deg)
}

.rotate-n278 {
    -webkit-transform: rotate(-278deg);
    -ms-transform: rotate(-278deg);
    transform: rotate(-278deg)
}

.rotate-n279 {
    -webkit-transform: rotate(-279deg);
    -ms-transform: rotate(-279deg);
    transform: rotate(-279deg)
}

.rotate-n280 {
    -webkit-transform: rotate(-280deg);
    -ms-transform: rotate(-280deg);
    transform: rotate(-280deg)
}

.rotate-n281 {
    -webkit-transform: rotate(-281deg);
    -ms-transform: rotate(-281deg);
    transform: rotate(-281deg)
}

.rotate-n282 {
    -webkit-transform: rotate(-282deg);
    -ms-transform: rotate(-282deg);
    transform: rotate(-282deg)
}

.rotate-n283 {
    -webkit-transform: rotate(-283deg);
    -ms-transform: rotate(-283deg);
    transform: rotate(-283deg)
}

.rotate-n284 {
    -webkit-transform: rotate(-284deg);
    -ms-transform: rotate(-284deg);
    transform: rotate(-284deg)
}

.rotate-n285 {
    -webkit-transform: rotate(-285deg);
    -ms-transform: rotate(-285deg);
    transform: rotate(-285deg)
}

.rotate-n286 {
    -webkit-transform: rotate(-286deg);
    -ms-transform: rotate(-286deg);
    transform: rotate(-286deg)
}

.rotate-n287 {
    -webkit-transform: rotate(-287deg);
    -ms-transform: rotate(-287deg);
    transform: rotate(-287deg)
}

.rotate-n288 {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    transform: rotate(-288deg)
}

.rotate-n289 {
    -webkit-transform: rotate(-289deg);
    -ms-transform: rotate(-289deg);
    transform: rotate(-289deg)
}

.rotate-n290 {
    -webkit-transform: rotate(-290deg);
    -ms-transform: rotate(-290deg);
    transform: rotate(-290deg)
}

.rotate-n291 {
    -webkit-transform: rotate(-291deg);
    -ms-transform: rotate(-291deg);
    transform: rotate(-291deg)
}

.rotate-n292 {
    -webkit-transform: rotate(-292deg);
    -ms-transform: rotate(-292deg);
    transform: rotate(-292deg)
}

.rotate-n293 {
    -webkit-transform: rotate(-293deg);
    -ms-transform: rotate(-293deg);
    transform: rotate(-293deg)
}

.rotate-n294 {
    -webkit-transform: rotate(-294deg);
    -ms-transform: rotate(-294deg);
    transform: rotate(-294deg)
}

.rotate-n295 {
    -webkit-transform: rotate(-295deg);
    -ms-transform: rotate(-295deg);
    transform: rotate(-295deg)
}

.rotate-n296 {
    -webkit-transform: rotate(-296deg);
    -ms-transform: rotate(-296deg);
    transform: rotate(-296deg)
}

.rotate-n297 {
    -webkit-transform: rotate(-297deg);
    -ms-transform: rotate(-297deg);
    transform: rotate(-297deg)
}

.rotate-n298 {
    -webkit-transform: rotate(-298deg);
    -ms-transform: rotate(-298deg);
    transform: rotate(-298deg)
}

.rotate-n299 {
    -webkit-transform: rotate(-299deg);
    -ms-transform: rotate(-299deg);
    transform: rotate(-299deg)
}

.rotate-n300 {
    -webkit-transform: rotate(-300deg);
    -ms-transform: rotate(-300deg);
    transform: rotate(-300deg)
}

.rotate-n301 {
    -webkit-transform: rotate(-301deg);
    -ms-transform: rotate(-301deg);
    transform: rotate(-301deg)
}

.rotate-n302 {
    -webkit-transform: rotate(-302deg);
    -ms-transform: rotate(-302deg);
    transform: rotate(-302deg)
}

.rotate-n303 {
    -webkit-transform: rotate(-303deg);
    -ms-transform: rotate(-303deg);
    transform: rotate(-303deg)
}

.rotate-n304 {
    -webkit-transform: rotate(-304deg);
    -ms-transform: rotate(-304deg);
    transform: rotate(-304deg)
}

.rotate-n305 {
    -webkit-transform: rotate(-305deg);
    -ms-transform: rotate(-305deg);
    transform: rotate(-305deg)
}

.rotate-n306 {
    -webkit-transform: rotate(-306deg);
    -ms-transform: rotate(-306deg);
    transform: rotate(-306deg)
}

.rotate-n307 {
    -webkit-transform: rotate(-307deg);
    -ms-transform: rotate(-307deg);
    transform: rotate(-307deg)
}

.rotate-n308 {
    -webkit-transform: rotate(-308deg);
    -ms-transform: rotate(-308deg);
    transform: rotate(-308deg)
}

.rotate-n309 {
    -webkit-transform: rotate(-309deg);
    -ms-transform: rotate(-309deg);
    transform: rotate(-309deg)
}

.rotate-n310 {
    -webkit-transform: rotate(-310deg);
    -ms-transform: rotate(-310deg);
    transform: rotate(-310deg)
}

.rotate-n311 {
    -webkit-transform: rotate(-311deg);
    -ms-transform: rotate(-311deg);
    transform: rotate(-311deg)
}

.rotate-n312 {
    -webkit-transform: rotate(-312deg);
    -ms-transform: rotate(-312deg);
    transform: rotate(-312deg)
}

.rotate-n313 {
    -webkit-transform: rotate(-313deg);
    -ms-transform: rotate(-313deg);
    transform: rotate(-313deg)
}

.rotate-n314 {
    -webkit-transform: rotate(-314deg);
    -ms-transform: rotate(-314deg);
    transform: rotate(-314deg)
}

.rotate-n315 {
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg)
}

.rotate-n316 {
    -webkit-transform: rotate(-316deg);
    -ms-transform: rotate(-316deg);
    transform: rotate(-316deg)
}

.rotate-n317 {
    -webkit-transform: rotate(-317deg);
    -ms-transform: rotate(-317deg);
    transform: rotate(-317deg)
}

.rotate-n318 {
    -webkit-transform: rotate(-318deg);
    -ms-transform: rotate(-318deg);
    transform: rotate(-318deg)
}

.rotate-n319 {
    -webkit-transform: rotate(-319deg);
    -ms-transform: rotate(-319deg);
    transform: rotate(-319deg)
}

.rotate-n320 {
    -webkit-transform: rotate(-320deg);
    -ms-transform: rotate(-320deg);
    transform: rotate(-320deg)
}

.rotate-n321 {
    -webkit-transform: rotate(-321deg);
    -ms-transform: rotate(-321deg);
    transform: rotate(-321deg)
}

.rotate-n322 {
    -webkit-transform: rotate(-322deg);
    -ms-transform: rotate(-322deg);
    transform: rotate(-322deg)
}

.rotate-n323 {
    -webkit-transform: rotate(-323deg);
    -ms-transform: rotate(-323deg);
    transform: rotate(-323deg)
}

.rotate-n324 {
    -webkit-transform: rotate(-324deg);
    -ms-transform: rotate(-324deg);
    transform: rotate(-324deg)
}

.rotate-n325 {
    -webkit-transform: rotate(-325deg);
    -ms-transform: rotate(-325deg);
    transform: rotate(-325deg)
}

.rotate-n326 {
    -webkit-transform: rotate(-326deg);
    -ms-transform: rotate(-326deg);
    transform: rotate(-326deg)
}

.rotate-n327 {
    -webkit-transform: rotate(-327deg);
    -ms-transform: rotate(-327deg);
    transform: rotate(-327deg)
}

.rotate-n328 {
    -webkit-transform: rotate(-328deg);
    -ms-transform: rotate(-328deg);
    transform: rotate(-328deg)
}

.rotate-n329 {
    -webkit-transform: rotate(-329deg);
    -ms-transform: rotate(-329deg);
    transform: rotate(-329deg)
}

.rotate-n330 {
    -webkit-transform: rotate(-330deg);
    -ms-transform: rotate(-330deg);
    transform: rotate(-330deg)
}

.rotate-n331 {
    -webkit-transform: rotate(-331deg);
    -ms-transform: rotate(-331deg);
    transform: rotate(-331deg)
}

.rotate-n332 {
    -webkit-transform: rotate(-332deg);
    -ms-transform: rotate(-332deg);
    transform: rotate(-332deg)
}

.rotate-n333 {
    -webkit-transform: rotate(-333deg);
    -ms-transform: rotate(-333deg);
    transform: rotate(-333deg)
}

.rotate-n334 {
    -webkit-transform: rotate(-334deg);
    -ms-transform: rotate(-334deg);
    transform: rotate(-334deg)
}

.rotate-n335 {
    -webkit-transform: rotate(-335deg);
    -ms-transform: rotate(-335deg);
    transform: rotate(-335deg)
}

.rotate-n336 {
    -webkit-transform: rotate(-336deg);
    -ms-transform: rotate(-336deg);
    transform: rotate(-336deg)
}

.rotate-n337 {
    -webkit-transform: rotate(-337deg);
    -ms-transform: rotate(-337deg);
    transform: rotate(-337deg)
}

.rotate-n338 {
    -webkit-transform: rotate(-338deg);
    -ms-transform: rotate(-338deg);
    transform: rotate(-338deg)
}

.rotate-n339 {
    -webkit-transform: rotate(-339deg);
    -ms-transform: rotate(-339deg);
    transform: rotate(-339deg)
}

.rotate-n340 {
    -webkit-transform: rotate(-340deg);
    -ms-transform: rotate(-340deg);
    transform: rotate(-340deg)
}

.rotate-n341 {
    -webkit-transform: rotate(-341deg);
    -ms-transform: rotate(-341deg);
    transform: rotate(-341deg)
}

.rotate-n342 {
    -webkit-transform: rotate(-342deg);
    -ms-transform: rotate(-342deg);
    transform: rotate(-342deg)
}

.rotate-n343 {
    -webkit-transform: rotate(-343deg);
    -ms-transform: rotate(-343deg);
    transform: rotate(-343deg)
}

.rotate-n344 {
    -webkit-transform: rotate(-344deg);
    -ms-transform: rotate(-344deg);
    transform: rotate(-344deg)
}

.rotate-n345 {
    -webkit-transform: rotate(-345deg);
    -ms-transform: rotate(-345deg);
    transform: rotate(-345deg)
}

.rotate-n346 {
    -webkit-transform: rotate(-346deg);
    -ms-transform: rotate(-346deg);
    transform: rotate(-346deg)
}

.rotate-n347 {
    -webkit-transform: rotate(-347deg);
    -ms-transform: rotate(-347deg);
    transform: rotate(-347deg)
}

.rotate-n348 {
    -webkit-transform: rotate(-348deg);
    -ms-transform: rotate(-348deg);
    transform: rotate(-348deg)
}

.rotate-n349 {
    -webkit-transform: rotate(-349deg);
    -ms-transform: rotate(-349deg);
    transform: rotate(-349deg)
}

.rotate-n350 {
    -webkit-transform: rotate(-350deg);
    -ms-transform: rotate(-350deg);
    transform: rotate(-350deg)
}

.rotate-n351 {
    -webkit-transform: rotate(-351deg);
    -ms-transform: rotate(-351deg);
    transform: rotate(-351deg)
}

.rotate-n352 {
    -webkit-transform: rotate(-352deg);
    -ms-transform: rotate(-352deg);
    transform: rotate(-352deg)
}

.rotate-n353 {
    -webkit-transform: rotate(-353deg);
    -ms-transform: rotate(-353deg);
    transform: rotate(-353deg)
}

.rotate-n354 {
    -webkit-transform: rotate(-354deg);
    -ms-transform: rotate(-354deg);
    transform: rotate(-354deg)
}

.rotate-n355 {
    -webkit-transform: rotate(-355deg);
    -ms-transform: rotate(-355deg);
    transform: rotate(-355deg)
}

.rotate-n356 {
    -webkit-transform: rotate(-356deg);
    -ms-transform: rotate(-356deg);
    transform: rotate(-356deg)
}

.rotate-n357 {
    -webkit-transform: rotate(-357deg);
    -ms-transform: rotate(-357deg);
    transform: rotate(-357deg)
}

.rotate-n358 {
    -webkit-transform: rotate(-358deg);
    -ms-transform: rotate(-358deg);
    transform: rotate(-358deg)
}

.rotate-n359 {
    -webkit-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    transform: rotate(-359deg)
}

.rotate-n360 {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.m-n0 {
    margin: -0rem !important
}

.mx-n0 {
    margin-left: -0rem !important;
    margin-right: -0rem !important
}

.my-n0 {
    margin-top: -0rem !important;
    margin-bottom: -0rem !important
}

.mt-n0 {
    margin-top: -0rem !important
}

.mr-n0 {
    margin-right: -0rem !important
}

.mb-n0 {
    margin-bottom: -0rem !important
}

.ml-n0 {
    margin-left: -0rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mx-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
}

.mt-n1 {
    margin-top: -0.25rem !important
}

.mr-n1 {
    margin-right: -0.25rem !important
}

.mb-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mx-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
}

.mt-n2 {
    margin-top: -0.5rem !important
}

.mr-n2 {
    margin-right: -0.5rem !important
}

.mb-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2 {
    margin-left: -0.5rem !important
}

.m-n3 {
    margin: -0.75rem !important
}

.mx-n3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important
}

.my-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important
}

.mt-n3 {
    margin-top: -0.75rem !important
}

.mr-n3 {
    margin-right: -0.75rem !important
}

.mb-n3 {
    margin-bottom: -0.75rem !important
}

.ml-n3 {
    margin-left: -0.75rem !important
}

.m-n4 {
    margin: -1rem !important
}

.mx-n4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
}

.my-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
}

.mt-n4 {
    margin-top: -1rem !important
}

.mr-n4 {
    margin-right: -1rem !important
}

.mb-n4 {
    margin-bottom: -1rem !important
}

.ml-n4 {
    margin-left: -1rem !important
}

.m-n5 {
    margin: -1.25rem !important
}

.mx-n5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important
}

.my-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important
}

.mt-n5 {
    margin-top: -1.25rem !important
}

.mr-n5 {
    margin-right: -1.25rem !important
}

.mb-n5 {
    margin-bottom: -1.25rem !important
}

.ml-n5 {
    margin-left: -1.25rem !important
}

.m-n6 {
    margin: -1.5rem !important
}

.mx-n6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
}

.my-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

.mt-n6 {
    margin-top: -1.5rem !important
}

.mr-n6 {
    margin-right: -1.5rem !important
}

.mb-n6 {
    margin-bottom: -1.5rem !important
}

.ml-n6 {
    margin-left: -1.5rem !important
}

.border-radius-0 {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important
}

.border-radius-top-left-0 {
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important
}

.border-radius-bottom-left-0 {
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important
}

.border-radius-top-right-0 {
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important
}

.border-radius-bottom-right-0 {
    -webkit-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
}

.border-radius-1 {
    -webkit-border-radius: 1px !important;
    border-radius: 1px !important
}

.border-radius-top-left-1 {
    -webkit-border-top-left-radius: 1px !important;
    border-top-left-radius: 1px !important
}

.border-radius-bottom-left-1 {
    -webkit-border-bottom-left-radius: 1px !important;
    border-bottom-left-radius: 1px !important
}

.border-radius-top-right-1 {
    -webkit-border-top-right-radius: 1px !important;
    border-top-right-radius: 1px !important
}

.border-radius-bottom-right-1 {
    -webkit-border-bottom-right-radius: 1px !important;
    border-bottom-right-radius: 1px !important
}

.border-radius-2 {
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important
}

.border-radius-top-left-2 {
    -webkit-border-top-left-radius: 2px !important;
    border-top-left-radius: 2px !important
}

.border-radius-bottom-left-2 {
    -webkit-border-bottom-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important
}

.border-radius-top-right-2 {
    -webkit-border-top-right-radius: 2px !important;
    border-top-right-radius: 2px !important
}

.border-radius-bottom-right-2 {
    -webkit-border-bottom-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
}

.border-radius-3 {
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important
}

.border-radius-top-left-3 {
    -webkit-border-top-left-radius: 3px !important;
    border-top-left-radius: 3px !important
}

.border-radius-bottom-left-3 {
    -webkit-border-bottom-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important
}

.border-radius-top-right-3 {
    -webkit-border-top-right-radius: 3px !important;
    border-top-right-radius: 3px !important
}

.border-radius-bottom-right-3 {
    -webkit-border-bottom-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important
}

.border-radius-4 {
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important
}

.border-radius-top-left-4 {
    -webkit-border-top-left-radius: 4px !important;
    border-top-left-radius: 4px !important
}

.border-radius-bottom-left-4 {
    -webkit-border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.border-radius-top-right-4 {
    -webkit-border-top-right-radius: 4px !important;
    border-top-right-radius: 4px !important
}

.border-radius-bottom-right-4 {
    -webkit-border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.border-radius-5 {
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important
}

.border-radius-top-left-5 {
    -webkit-border-top-left-radius: 5px !important;
    border-top-left-radius: 5px !important
}

.border-radius-bottom-left-5 {
    -webkit-border-bottom-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important
}

.border-radius-top-right-5 {
    -webkit-border-top-right-radius: 5px !important;
    border-top-right-radius: 5px !important
}

.border-radius-bottom-right-5 {
    -webkit-border-bottom-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important
}

.border-radius-6 {
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important
}

.border-radius-top-left-6 {
    -webkit-border-top-left-radius: 6px !important;
    border-top-left-radius: 6px !important
}

.border-radius-bottom-left-6 {
    -webkit-border-bottom-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.border-radius-top-right-6 {
    -webkit-border-top-right-radius: 6px !important;
    border-top-right-radius: 6px !important
}

.border-radius-bottom-right-6 {
    -webkit-border-bottom-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.border-radius-7 {
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important
}

.border-radius-top-left-7 {
    -webkit-border-top-left-radius: 7px !important;
    border-top-left-radius: 7px !important
}

.border-radius-bottom-left-7 {
    -webkit-border-bottom-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important
}

.border-radius-top-right-7 {
    -webkit-border-top-right-radius: 7px !important;
    border-top-right-radius: 7px !important
}

.border-radius-bottom-right-7 {
    -webkit-border-bottom-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important
}

.border-radius-8 {
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important
}

.border-radius-top-left-8 {
    -webkit-border-top-left-radius: 8px !important;
    border-top-left-radius: 8px !important
}

.border-radius-bottom-left-8 {
    -webkit-border-bottom-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important
}

.border-radius-top-right-8 {
    -webkit-border-top-right-radius: 8px !important;
    border-top-right-radius: 8px !important
}

.border-radius-bottom-right-8 {
    -webkit-border-bottom-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
}

.border-radius-9 {
    -webkit-border-radius: 9px !important;
    border-radius: 9px !important
}

.border-radius-top-left-9 {
    -webkit-border-top-left-radius: 9px !important;
    border-top-left-radius: 9px !important
}

.border-radius-bottom-left-9 {
    -webkit-border-bottom-left-radius: 9px !important;
    border-bottom-left-radius: 9px !important
}

.border-radius-top-right-9 {
    -webkit-border-top-right-radius: 9px !important;
    border-top-right-radius: 9px !important
}

.border-radius-bottom-right-9 {
    -webkit-border-bottom-right-radius: 9px !important;
    border-bottom-right-radius: 9px !important
}

.border-radius-10 {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important
}

.border-radius-top-left-10 {
    -webkit-border-top-left-radius: 10px !important;
    border-top-left-radius: 10px !important
}

.border-radius-bottom-left-10 {
    -webkit-border-bottom-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important
}

.border-radius-top-right-10 {
    -webkit-border-top-right-radius: 10px !important;
    border-top-right-radius: 10px !important
}

.border-radius-bottom-right-10 {
    -webkit-border-bottom-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.border-radius-11 {
    -webkit-border-radius: 11px !important;
    border-radius: 11px !important
}

.border-radius-top-left-11 {
    -webkit-border-top-left-radius: 11px !important;
    border-top-left-radius: 11px !important
}

.border-radius-bottom-left-11 {
    -webkit-border-bottom-left-radius: 11px !important;
    border-bottom-left-radius: 11px !important
}

.border-radius-top-right-11 {
    -webkit-border-top-right-radius: 11px !important;
    border-top-right-radius: 11px !important
}

.border-radius-bottom-right-11 {
    -webkit-border-bottom-right-radius: 11px !important;
    border-bottom-right-radius: 11px !important
}

.border-radius-12 {
    -webkit-border-radius: 12px !important;
    border-radius: 12px !important
}

.border-radius-top-left-12 {
    -webkit-border-top-left-radius: 12px !important;
    border-top-left-radius: 12px !important
}

.border-radius-bottom-left-12 {
    -webkit-border-bottom-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important
}

.border-radius-top-right-12 {
    -webkit-border-top-right-radius: 12px !important;
    border-top-right-radius: 12px !important
}

.border-radius-bottom-right-12 {
    -webkit-border-bottom-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important
}

.border-radius-13 {
    -webkit-border-radius: 13px !important;
    border-radius: 13px !important
}

.border-radius-top-left-13 {
    -webkit-border-top-left-radius: 13px !important;
    border-top-left-radius: 13px !important
}

.border-radius-bottom-left-13 {
    -webkit-border-bottom-left-radius: 13px !important;
    border-bottom-left-radius: 13px !important
}

.border-radius-top-right-13 {
    -webkit-border-top-right-radius: 13px !important;
    border-top-right-radius: 13px !important
}

.border-radius-bottom-right-13 {
    -webkit-border-bottom-right-radius: 13px !important;
    border-bottom-right-radius: 13px !important
}

.border-radius-14 {
    -webkit-border-radius: 14px !important;
    border-radius: 14px !important
}

.border-radius-top-left-14 {
    -webkit-border-top-left-radius: 14px !important;
    border-top-left-radius: 14px !important
}

.border-radius-bottom-left-14 {
    -webkit-border-bottom-left-radius: 14px !important;
    border-bottom-left-radius: 14px !important
}

.border-radius-top-right-14 {
    -webkit-border-top-right-radius: 14px !important;
    border-top-right-radius: 14px !important
}

.border-radius-bottom-right-14 {
    -webkit-border-bottom-right-radius: 14px !important;
    border-bottom-right-radius: 14px !important
}

.border-radius-15 {
    -webkit-border-radius: 15px !important;
    border-radius: 15px !important
}

.border-radius-top-left-15 {
    -webkit-border-top-left-radius: 15px !important;
    border-top-left-radius: 15px !important
}

.border-radius-bottom-left-15 {
    -webkit-border-bottom-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important
}

.border-radius-top-right-15 {
    -webkit-border-top-right-radius: 15px !important;
    border-top-right-radius: 15px !important
}

.border-radius-bottom-right-15 {
    -webkit-border-bottom-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important
}

.border-radius-16 {
    -webkit-border-radius: 16px !important;
    border-radius: 16px !important
}

.border-radius-top-left-16 {
    -webkit-border-top-left-radius: 16px !important;
    border-top-left-radius: 16px !important
}

.border-radius-bottom-left-16 {
    -webkit-border-bottom-left-radius: 16px !important;
    border-bottom-left-radius: 16px !important
}

.border-radius-top-right-16 {
    -webkit-border-top-right-radius: 16px !important;
    border-top-right-radius: 16px !important
}

.border-radius-bottom-right-16 {
    -webkit-border-bottom-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important
}

.border-radius-17 {
    -webkit-border-radius: 17px !important;
    border-radius: 17px !important
}

.border-radius-top-left-17 {
    -webkit-border-top-left-radius: 17px !important;
    border-top-left-radius: 17px !important
}

.border-radius-bottom-left-17 {
    -webkit-border-bottom-left-radius: 17px !important;
    border-bottom-left-radius: 17px !important
}

.border-radius-top-right-17 {
    -webkit-border-top-right-radius: 17px !important;
    border-top-right-radius: 17px !important
}

.border-radius-bottom-right-17 {
    -webkit-border-bottom-right-radius: 17px !important;
    border-bottom-right-radius: 17px !important
}

.border-radius-18 {
    -webkit-border-radius: 18px !important;
    border-radius: 18px !important
}

.border-radius-top-left-18 {
    -webkit-border-top-left-radius: 18px !important;
    border-top-left-radius: 18px !important
}

.border-radius-bottom-left-18 {
    -webkit-border-bottom-left-radius: 18px !important;
    border-bottom-left-radius: 18px !important
}

.border-radius-top-right-18 {
    -webkit-border-top-right-radius: 18px !important;
    border-top-right-radius: 18px !important
}

.border-radius-bottom-right-18 {
    -webkit-border-bottom-right-radius: 18px !important;
    border-bottom-right-radius: 18px !important
}

.border-radius-19 {
    -webkit-border-radius: 19px !important;
    border-radius: 19px !important
}

.border-radius-top-left-19 {
    -webkit-border-top-left-radius: 19px !important;
    border-top-left-radius: 19px !important
}

.border-radius-bottom-left-19 {
    -webkit-border-bottom-left-radius: 19px !important;
    border-bottom-left-radius: 19px !important
}

.border-radius-top-right-19 {
    -webkit-border-top-right-radius: 19px !important;
    border-top-right-radius: 19px !important
}

.border-radius-bottom-right-19 {
    -webkit-border-bottom-right-radius: 19px !important;
    border-bottom-right-radius: 19px !important
}

.border-radius-20 {
    -webkit-border-radius: 20px !important;
    border-radius: 20px !important
}

.border-radius-top-left-20 {
    -webkit-border-top-left-radius: 20px !important;
    border-top-left-radius: 20px !important
}

.border-radius-bottom-left-20 {
    -webkit-border-bottom-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important
}

.border-radius-top-right-20 {
    -webkit-border-top-right-radius: 20px !important;
    border-top-right-radius: 20px !important
}

.border-radius-bottom-right-20 {
    -webkit-border-bottom-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important
}

.border-radius-21 {
    -webkit-border-radius: 21px !important;
    border-radius: 21px !important
}

.border-radius-top-left-21 {
    -webkit-border-top-left-radius: 21px !important;
    border-top-left-radius: 21px !important
}

.border-radius-bottom-left-21 {
    -webkit-border-bottom-left-radius: 21px !important;
    border-bottom-left-radius: 21px !important
}

.border-radius-top-right-21 {
    -webkit-border-top-right-radius: 21px !important;
    border-top-right-radius: 21px !important
}

.border-radius-bottom-right-21 {
    -webkit-border-bottom-right-radius: 21px !important;
    border-bottom-right-radius: 21px !important
}

.border-radius-22 {
    -webkit-border-radius: 22px !important;
    border-radius: 22px !important
}

.border-radius-top-left-22 {
    -webkit-border-top-left-radius: 22px !important;
    border-top-left-radius: 22px !important
}

.border-radius-bottom-left-22 {
    -webkit-border-bottom-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important
}

.border-radius-top-right-22 {
    -webkit-border-top-right-radius: 22px !important;
    border-top-right-radius: 22px !important
}

.border-radius-bottom-right-22 {
    -webkit-border-bottom-right-radius: 22px !important;
    border-bottom-right-radius: 22px !important
}

.border-radius-23 {
    -webkit-border-radius: 23px !important;
    border-radius: 23px !important
}

.border-radius-top-left-23 {
    -webkit-border-top-left-radius: 23px !important;
    border-top-left-radius: 23px !important
}

.border-radius-bottom-left-23 {
    -webkit-border-bottom-left-radius: 23px !important;
    border-bottom-left-radius: 23px !important
}

.border-radius-top-right-23 {
    -webkit-border-top-right-radius: 23px !important;
    border-top-right-radius: 23px !important
}

.border-radius-bottom-right-23 {
    -webkit-border-bottom-right-radius: 23px !important;
    border-bottom-right-radius: 23px !important
}

.border-radius-24 {
    -webkit-border-radius: 24px !important;
    border-radius: 24px !important
}

.border-radius-top-left-24 {
    -webkit-border-top-left-radius: 24px !important;
    border-top-left-radius: 24px !important
}

.border-radius-bottom-left-24 {
    -webkit-border-bottom-left-radius: 24px !important;
    border-bottom-left-radius: 24px !important
}

.border-radius-top-right-24 {
    -webkit-border-top-right-radius: 24px !important;
    border-top-right-radius: 24px !important
}

.border-radius-bottom-right-24 {
    -webkit-border-bottom-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important
}

.border-radius-25 {
    -webkit-border-radius: 25px !important;
    border-radius: 25px !important
}

.border-radius-top-left-25 {
    -webkit-border-top-left-radius: 25px !important;
    border-top-left-radius: 25px !important
}

.border-radius-bottom-left-25 {
    -webkit-border-bottom-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important
}

.border-radius-top-right-25 {
    -webkit-border-top-right-radius: 25px !important;
    border-top-right-radius: 25px !important
}

.border-radius-bottom-right-25 {
    -webkit-border-bottom-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important
}

.border-radius-26 {
    -webkit-border-radius: 26px !important;
    border-radius: 26px !important
}

.border-radius-top-left-26 {
    -webkit-border-top-left-radius: 26px !important;
    border-top-left-radius: 26px !important
}

.border-radius-bottom-left-26 {
    -webkit-border-bottom-left-radius: 26px !important;
    border-bottom-left-radius: 26px !important
}

.border-radius-top-right-26 {
    -webkit-border-top-right-radius: 26px !important;
    border-top-right-radius: 26px !important
}

.border-radius-bottom-right-26 {
    -webkit-border-bottom-right-radius: 26px !important;
    border-bottom-right-radius: 26px !important
}

.border-radius-27 {
    -webkit-border-radius: 27px !important;
    border-radius: 27px !important
}

.border-radius-top-left-27 {
    -webkit-border-top-left-radius: 27px !important;
    border-top-left-radius: 27px !important
}

.border-radius-bottom-left-27 {
    -webkit-border-bottom-left-radius: 27px !important;
    border-bottom-left-radius: 27px !important
}

.border-radius-top-right-27 {
    -webkit-border-top-right-radius: 27px !important;
    border-top-right-radius: 27px !important
}

.border-radius-bottom-right-27 {
    -webkit-border-bottom-right-radius: 27px !important;
    border-bottom-right-radius: 27px !important
}

.border-radius-28 {
    -webkit-border-radius: 28px !important;
    border-radius: 28px !important
}

.border-radius-top-left-28 {
    -webkit-border-top-left-radius: 28px !important;
    border-top-left-radius: 28px !important
}

.border-radius-bottom-left-28 {
    -webkit-border-bottom-left-radius: 28px !important;
    border-bottom-left-radius: 28px !important
}

.border-radius-top-right-28 {
    -webkit-border-top-right-radius: 28px !important;
    border-top-right-radius: 28px !important
}

.border-radius-bottom-right-28 {
    -webkit-border-bottom-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important
}

.border-radius-29 {
    -webkit-border-radius: 29px !important;
    border-radius: 29px !important
}

.border-radius-top-left-29 {
    -webkit-border-top-left-radius: 29px !important;
    border-top-left-radius: 29px !important
}

.border-radius-bottom-left-29 {
    -webkit-border-bottom-left-radius: 29px !important;
    border-bottom-left-radius: 29px !important
}

.border-radius-top-right-29 {
    -webkit-border-top-right-radius: 29px !important;
    border-top-right-radius: 29px !important
}

.border-radius-bottom-right-29 {
    -webkit-border-bottom-right-radius: 29px !important;
    border-bottom-right-radius: 29px !important
}

.border-radius-30 {
    -webkit-border-radius: 30px !important;
    border-radius: 30px !important
}

.border-radius-top-left-30 {
    -webkit-border-top-left-radius: 30px !important;
    border-top-left-radius: 30px !important
}

.border-radius-bottom-left-30 {
    -webkit-border-bottom-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important
}

.border-radius-top-right-30 {
    -webkit-border-top-right-radius: 30px !important;
    border-top-right-radius: 30px !important
}

.border-radius-bottom-right-30 {
    -webkit-border-bottom-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important
}

.border-radius-31 {
    -webkit-border-radius: 31px !important;
    border-radius: 31px !important
}

.border-radius-top-left-31 {
    -webkit-border-top-left-radius: 31px !important;
    border-top-left-radius: 31px !important
}

.border-radius-bottom-left-31 {
    -webkit-border-bottom-left-radius: 31px !important;
    border-bottom-left-radius: 31px !important
}

.border-radius-top-right-31 {
    -webkit-border-top-right-radius: 31px !important;
    border-top-right-radius: 31px !important
}

.border-radius-bottom-right-31 {
    -webkit-border-bottom-right-radius: 31px !important;
    border-bottom-right-radius: 31px !important
}

.border-radius-32 {
    -webkit-border-radius: 32px !important;
    border-radius: 32px !important
}

.border-radius-top-left-32 {
    -webkit-border-top-left-radius: 32px !important;
    border-top-left-radius: 32px !important
}

.border-radius-bottom-left-32 {
    -webkit-border-bottom-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important
}

.border-radius-top-right-32 {
    -webkit-border-top-right-radius: 32px !important;
    border-top-right-radius: 32px !important
}

.border-radius-bottom-right-32 {
    -webkit-border-bottom-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important
}

.border-radius-33 {
    -webkit-border-radius: 33px !important;
    border-radius: 33px !important
}

.border-radius-top-left-33 {
    -webkit-border-top-left-radius: 33px !important;
    border-top-left-radius: 33px !important
}

.border-radius-bottom-left-33 {
    -webkit-border-bottom-left-radius: 33px !important;
    border-bottom-left-radius: 33px !important
}

.border-radius-top-right-33 {
    -webkit-border-top-right-radius: 33px !important;
    border-top-right-radius: 33px !important
}

.border-radius-bottom-right-33 {
    -webkit-border-bottom-right-radius: 33px !important;
    border-bottom-right-radius: 33px !important
}

.border-radius-34 {
    -webkit-border-radius: 34px !important;
    border-radius: 34px !important
}

.border-radius-top-left-34 {
    -webkit-border-top-left-radius: 34px !important;
    border-top-left-radius: 34px !important
}

.border-radius-bottom-left-34 {
    -webkit-border-bottom-left-radius: 34px !important;
    border-bottom-left-radius: 34px !important
}

.border-radius-top-right-34 {
    -webkit-border-top-right-radius: 34px !important;
    border-top-right-radius: 34px !important
}

.border-radius-bottom-right-34 {
    -webkit-border-bottom-right-radius: 34px !important;
    border-bottom-right-radius: 34px !important
}

.border-radius-35 {
    -webkit-border-radius: 35px !important;
    border-radius: 35px !important
}

.border-radius-top-left-35 {
    -webkit-border-top-left-radius: 35px !important;
    border-top-left-radius: 35px !important
}

.border-radius-bottom-left-35 {
    -webkit-border-bottom-left-radius: 35px !important;
    border-bottom-left-radius: 35px !important
}

.border-radius-top-right-35 {
    -webkit-border-top-right-radius: 35px !important;
    border-top-right-radius: 35px !important
}

.border-radius-bottom-right-35 {
    -webkit-border-bottom-right-radius: 35px !important;
    border-bottom-right-radius: 35px !important
}

.border-radius-36 {
    -webkit-border-radius: 36px !important;
    border-radius: 36px !important
}

.border-radius-top-left-36 {
    -webkit-border-top-left-radius: 36px !important;
    border-top-left-radius: 36px !important
}

.border-radius-bottom-left-36 {
    -webkit-border-bottom-left-radius: 36px !important;
    border-bottom-left-radius: 36px !important
}

.border-radius-top-right-36 {
    -webkit-border-top-right-radius: 36px !important;
    border-top-right-radius: 36px !important
}

.border-radius-bottom-right-36 {
    -webkit-border-bottom-right-radius: 36px !important;
    border-bottom-right-radius: 36px !important
}

.border-radius-37 {
    -webkit-border-radius: 37px !important;
    border-radius: 37px !important
}

.border-radius-top-left-37 {
    -webkit-border-top-left-radius: 37px !important;
    border-top-left-radius: 37px !important
}

.border-radius-bottom-left-37 {
    -webkit-border-bottom-left-radius: 37px !important;
    border-bottom-left-radius: 37px !important
}

.border-radius-top-right-37 {
    -webkit-border-top-right-radius: 37px !important;
    border-top-right-radius: 37px !important
}

.border-radius-bottom-right-37 {
    -webkit-border-bottom-right-radius: 37px !important;
    border-bottom-right-radius: 37px !important
}

.border-radius-38 {
    -webkit-border-radius: 38px !important;
    border-radius: 38px !important
}

.border-radius-top-left-38 {
    -webkit-border-top-left-radius: 38px !important;
    border-top-left-radius: 38px !important
}

.border-radius-bottom-left-38 {
    -webkit-border-bottom-left-radius: 38px !important;
    border-bottom-left-radius: 38px !important
}

.border-radius-top-right-38 {
    -webkit-border-top-right-radius: 38px !important;
    border-top-right-radius: 38px !important
}

.border-radius-bottom-right-38 {
    -webkit-border-bottom-right-radius: 38px !important;
    border-bottom-right-radius: 38px !important
}

.border-radius-39 {
    -webkit-border-radius: 39px !important;
    border-radius: 39px !important
}

.border-radius-top-left-39 {
    -webkit-border-top-left-radius: 39px !important;
    border-top-left-radius: 39px !important
}

.border-radius-bottom-left-39 {
    -webkit-border-bottom-left-radius: 39px !important;
    border-bottom-left-radius: 39px !important
}

.border-radius-top-right-39 {
    -webkit-border-top-right-radius: 39px !important;
    border-top-right-radius: 39px !important
}

.border-radius-bottom-right-39 {
    -webkit-border-bottom-right-radius: 39px !important;
    border-bottom-right-radius: 39px !important
}

.border-radius-40 {
    -webkit-border-radius: 40px !important;
    border-radius: 40px !important
}

.border-radius-top-left-40 {
    -webkit-border-top-left-radius: 40px !important;
    border-top-left-radius: 40px !important
}

.border-radius-bottom-left-40 {
    -webkit-border-bottom-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important
}

.border-radius-top-right-40 {
    -webkit-border-top-right-radius: 40px !important;
    border-top-right-radius: 40px !important
}

.border-radius-bottom-right-40 {
    -webkit-border-bottom-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important
}

.border-radius-41 {
    -webkit-border-radius: 41px !important;
    border-radius: 41px !important
}

.border-radius-top-left-41 {
    -webkit-border-top-left-radius: 41px !important;
    border-top-left-radius: 41px !important
}

.border-radius-bottom-left-41 {
    -webkit-border-bottom-left-radius: 41px !important;
    border-bottom-left-radius: 41px !important
}

.border-radius-top-right-41 {
    -webkit-border-top-right-radius: 41px !important;
    border-top-right-radius: 41px !important
}

.border-radius-bottom-right-41 {
    -webkit-border-bottom-right-radius: 41px !important;
    border-bottom-right-radius: 41px !important
}

.border-radius-42 {
    -webkit-border-radius: 42px !important;
    border-radius: 42px !important
}

.border-radius-top-left-42 {
    -webkit-border-top-left-radius: 42px !important;
    border-top-left-radius: 42px !important
}

.border-radius-bottom-left-42 {
    -webkit-border-bottom-left-radius: 42px !important;
    border-bottom-left-radius: 42px !important
}

.border-radius-top-right-42 {
    -webkit-border-top-right-radius: 42px !important;
    border-top-right-radius: 42px !important
}

.border-radius-bottom-right-42 {
    -webkit-border-bottom-right-radius: 42px !important;
    border-bottom-right-radius: 42px !important
}

.border-radius-43 {
    -webkit-border-radius: 43px !important;
    border-radius: 43px !important
}

.border-radius-top-left-43 {
    -webkit-border-top-left-radius: 43px !important;
    border-top-left-radius: 43px !important
}

.border-radius-bottom-left-43 {
    -webkit-border-bottom-left-radius: 43px !important;
    border-bottom-left-radius: 43px !important
}

.border-radius-top-right-43 {
    -webkit-border-top-right-radius: 43px !important;
    border-top-right-radius: 43px !important
}

.border-radius-bottom-right-43 {
    -webkit-border-bottom-right-radius: 43px !important;
    border-bottom-right-radius: 43px !important
}

.border-radius-44 {
    -webkit-border-radius: 44px !important;
    border-radius: 44px !important
}

.border-radius-top-left-44 {
    -webkit-border-top-left-radius: 44px !important;
    border-top-left-radius: 44px !important
}

.border-radius-bottom-left-44 {
    -webkit-border-bottom-left-radius: 44px !important;
    border-bottom-left-radius: 44px !important
}

.border-radius-top-right-44 {
    -webkit-border-top-right-radius: 44px !important;
    border-top-right-radius: 44px !important
}

.border-radius-bottom-right-44 {
    -webkit-border-bottom-right-radius: 44px !important;
    border-bottom-right-radius: 44px !important
}

.border-radius-45 {
    -webkit-border-radius: 45px !important;
    border-radius: 45px !important
}

.border-radius-top-left-45 {
    -webkit-border-top-left-radius: 45px !important;
    border-top-left-radius: 45px !important
}

.border-radius-bottom-left-45 {
    -webkit-border-bottom-left-radius: 45px !important;
    border-bottom-left-radius: 45px !important
}

.border-radius-top-right-45 {
    -webkit-border-top-right-radius: 45px !important;
    border-top-right-radius: 45px !important
}

.border-radius-bottom-right-45 {
    -webkit-border-bottom-right-radius: 45px !important;
    border-bottom-right-radius: 45px !important
}

.border-radius-46 {
    -webkit-border-radius: 46px !important;
    border-radius: 46px !important
}

.border-radius-top-left-46 {
    -webkit-border-top-left-radius: 46px !important;
    border-top-left-radius: 46px !important
}

.border-radius-bottom-left-46 {
    -webkit-border-bottom-left-radius: 46px !important;
    border-bottom-left-radius: 46px !important
}

.border-radius-top-right-46 {
    -webkit-border-top-right-radius: 46px !important;
    border-top-right-radius: 46px !important
}

.border-radius-bottom-right-46 {
    -webkit-border-bottom-right-radius: 46px !important;
    border-bottom-right-radius: 46px !important
}

.border-radius-47 {
    -webkit-border-radius: 47px !important;
    border-radius: 47px !important
}

.border-radius-top-left-47 {
    -webkit-border-top-left-radius: 47px !important;
    border-top-left-radius: 47px !important
}

.border-radius-bottom-left-47 {
    -webkit-border-bottom-left-radius: 47px !important;
    border-bottom-left-radius: 47px !important
}

.border-radius-top-right-47 {
    -webkit-border-top-right-radius: 47px !important;
    border-top-right-radius: 47px !important
}

.border-radius-bottom-right-47 {
    -webkit-border-bottom-right-radius: 47px !important;
    border-bottom-right-radius: 47px !important
}

.border-radius-48 {
    -webkit-border-radius: 48px !important;
    border-radius: 48px !important
}

.border-radius-top-left-48 {
    -webkit-border-top-left-radius: 48px !important;
    border-top-left-radius: 48px !important
}

.border-radius-bottom-left-48 {
    -webkit-border-bottom-left-radius: 48px !important;
    border-bottom-left-radius: 48px !important
}

.border-radius-top-right-48 {
    -webkit-border-top-right-radius: 48px !important;
    border-top-right-radius: 48px !important
}

.border-radius-bottom-right-48 {
    -webkit-border-bottom-right-radius: 48px !important;
    border-bottom-right-radius: 48px !important
}

.border-radius-49 {
    -webkit-border-radius: 49px !important;
    border-radius: 49px !important
}

.border-radius-top-left-49 {
    -webkit-border-top-left-radius: 49px !important;
    border-top-left-radius: 49px !important
}

.border-radius-bottom-left-49 {
    -webkit-border-bottom-left-radius: 49px !important;
    border-bottom-left-radius: 49px !important
}

.border-radius-top-right-49 {
    -webkit-border-top-right-radius: 49px !important;
    border-top-right-radius: 49px !important
}

.border-radius-bottom-right-49 {
    -webkit-border-bottom-right-radius: 49px !important;
    border-bottom-right-radius: 49px !important
}

.border-radius-50 {
    -webkit-border-radius: 50px !important;
    border-radius: 50px !important
}

.border-radius-top-left-50 {
    -webkit-border-top-left-radius: 50px !important;
    border-top-left-radius: 50px !important
}

.border-radius-bottom-left-50 {
    -webkit-border-bottom-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important
}

.border-radius-top-right-50 {
    -webkit-border-top-right-radius: 50px !important;
    border-top-right-radius: 50px !important
}

.border-radius-bottom-right-50 {
    -webkit-border-bottom-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important
}

.border-radius-51 {
    -webkit-border-radius: 51px !important;
    border-radius: 51px !important
}

.border-radius-top-left-51 {
    -webkit-border-top-left-radius: 51px !important;
    border-top-left-radius: 51px !important
}

.border-radius-bottom-left-51 {
    -webkit-border-bottom-left-radius: 51px !important;
    border-bottom-left-radius: 51px !important
}

.border-radius-top-right-51 {
    -webkit-border-top-right-radius: 51px !important;
    border-top-right-radius: 51px !important
}

.border-radius-bottom-right-51 {
    -webkit-border-bottom-right-radius: 51px !important;
    border-bottom-right-radius: 51px !important
}

.border-radius-52 {
    -webkit-border-radius: 52px !important;
    border-radius: 52px !important
}

.border-radius-top-left-52 {
    -webkit-border-top-left-radius: 52px !important;
    border-top-left-radius: 52px !important
}

.border-radius-bottom-left-52 {
    -webkit-border-bottom-left-radius: 52px !important;
    border-bottom-left-radius: 52px !important
}

.border-radius-top-right-52 {
    -webkit-border-top-right-radius: 52px !important;
    border-top-right-radius: 52px !important
}

.border-radius-bottom-right-52 {
    -webkit-border-bottom-right-radius: 52px !important;
    border-bottom-right-radius: 52px !important
}

.border-radius-53 {
    -webkit-border-radius: 53px !important;
    border-radius: 53px !important
}

.border-radius-top-left-53 {
    -webkit-border-top-left-radius: 53px !important;
    border-top-left-radius: 53px !important
}

.border-radius-bottom-left-53 {
    -webkit-border-bottom-left-radius: 53px !important;
    border-bottom-left-radius: 53px !important
}

.border-radius-top-right-53 {
    -webkit-border-top-right-radius: 53px !important;
    border-top-right-radius: 53px !important
}

.border-radius-bottom-right-53 {
    -webkit-border-bottom-right-radius: 53px !important;
    border-bottom-right-radius: 53px !important
}

.border-radius-54 {
    -webkit-border-radius: 54px !important;
    border-radius: 54px !important
}

.border-radius-top-left-54 {
    -webkit-border-top-left-radius: 54px !important;
    border-top-left-radius: 54px !important
}

.border-radius-bottom-left-54 {
    -webkit-border-bottom-left-radius: 54px !important;
    border-bottom-left-radius: 54px !important
}

.border-radius-top-right-54 {
    -webkit-border-top-right-radius: 54px !important;
    border-top-right-radius: 54px !important
}

.border-radius-bottom-right-54 {
    -webkit-border-bottom-right-radius: 54px !important;
    border-bottom-right-radius: 54px !important
}

.border-radius-55 {
    -webkit-border-radius: 55px !important;
    border-radius: 55px !important
}

.border-radius-top-left-55 {
    -webkit-border-top-left-radius: 55px !important;
    border-top-left-radius: 55px !important
}

.border-radius-bottom-left-55 {
    -webkit-border-bottom-left-radius: 55px !important;
    border-bottom-left-radius: 55px !important
}

.border-radius-top-right-55 {
    -webkit-border-top-right-radius: 55px !important;
    border-top-right-radius: 55px !important
}

.border-radius-bottom-right-55 {
    -webkit-border-bottom-right-radius: 55px !important;
    border-bottom-right-radius: 55px !important
}

.border-radius-56 {
    -webkit-border-radius: 56px !important;
    border-radius: 56px !important
}

.border-radius-top-left-56 {
    -webkit-border-top-left-radius: 56px !important;
    border-top-left-radius: 56px !important
}

.border-radius-bottom-left-56 {
    -webkit-border-bottom-left-radius: 56px !important;
    border-bottom-left-radius: 56px !important
}

.border-radius-top-right-56 {
    -webkit-border-top-right-radius: 56px !important;
    border-top-right-radius: 56px !important
}

.border-radius-bottom-right-56 {
    -webkit-border-bottom-right-radius: 56px !important;
    border-bottom-right-radius: 56px !important
}

.border-radius-57 {
    -webkit-border-radius: 57px !important;
    border-radius: 57px !important
}

.border-radius-top-left-57 {
    -webkit-border-top-left-radius: 57px !important;
    border-top-left-radius: 57px !important
}

.border-radius-bottom-left-57 {
    -webkit-border-bottom-left-radius: 57px !important;
    border-bottom-left-radius: 57px !important
}

.border-radius-top-right-57 {
    -webkit-border-top-right-radius: 57px !important;
    border-top-right-radius: 57px !important
}

.border-radius-bottom-right-57 {
    -webkit-border-bottom-right-radius: 57px !important;
    border-bottom-right-radius: 57px !important
}

.border-radius-58 {
    -webkit-border-radius: 58px !important;
    border-radius: 58px !important
}

.border-radius-top-left-58 {
    -webkit-border-top-left-radius: 58px !important;
    border-top-left-radius: 58px !important
}

.border-radius-bottom-left-58 {
    -webkit-border-bottom-left-radius: 58px !important;
    border-bottom-left-radius: 58px !important
}

.border-radius-top-right-58 {
    -webkit-border-top-right-radius: 58px !important;
    border-top-right-radius: 58px !important
}

.border-radius-bottom-right-58 {
    -webkit-border-bottom-right-radius: 58px !important;
    border-bottom-right-radius: 58px !important
}

.border-radius-59 {
    -webkit-border-radius: 59px !important;
    border-radius: 59px !important
}

.border-radius-top-left-59 {
    -webkit-border-top-left-radius: 59px !important;
    border-top-left-radius: 59px !important
}

.border-radius-bottom-left-59 {
    -webkit-border-bottom-left-radius: 59px !important;
    border-bottom-left-radius: 59px !important
}

.border-radius-top-right-59 {
    -webkit-border-top-right-radius: 59px !important;
    border-top-right-radius: 59px !important
}

.border-radius-bottom-right-59 {
    -webkit-border-bottom-right-radius: 59px !important;
    border-bottom-right-radius: 59px !important
}

.border-radius-60 {
    -webkit-border-radius: 60px !important;
    border-radius: 60px !important
}

.border-radius-top-left-60 {
    -webkit-border-top-left-radius: 60px !important;
    border-top-left-radius: 60px !important
}

.border-radius-bottom-left-60 {
    -webkit-border-bottom-left-radius: 60px !important;
    border-bottom-left-radius: 60px !important
}

.border-radius-top-right-60 {
    -webkit-border-top-right-radius: 60px !important;
    border-top-right-radius: 60px !important
}

.border-radius-bottom-right-60 {
    -webkit-border-bottom-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important
}

.border-radius-61 {
    -webkit-border-radius: 61px !important;
    border-radius: 61px !important
}

.border-radius-top-left-61 {
    -webkit-border-top-left-radius: 61px !important;
    border-top-left-radius: 61px !important
}

.border-radius-bottom-left-61 {
    -webkit-border-bottom-left-radius: 61px !important;
    border-bottom-left-radius: 61px !important
}

.border-radius-top-right-61 {
    -webkit-border-top-right-radius: 61px !important;
    border-top-right-radius: 61px !important
}

.border-radius-bottom-right-61 {
    -webkit-border-bottom-right-radius: 61px !important;
    border-bottom-right-radius: 61px !important
}

.border-radius-62 {
    -webkit-border-radius: 62px !important;
    border-radius: 62px !important
}

.border-radius-top-left-62 {
    -webkit-border-top-left-radius: 62px !important;
    border-top-left-radius: 62px !important
}

.border-radius-bottom-left-62 {
    -webkit-border-bottom-left-radius: 62px !important;
    border-bottom-left-radius: 62px !important
}

.border-radius-top-right-62 {
    -webkit-border-top-right-radius: 62px !important;
    border-top-right-radius: 62px !important
}

.border-radius-bottom-right-62 {
    -webkit-border-bottom-right-radius: 62px !important;
    border-bottom-right-radius: 62px !important
}

.border-radius-63 {
    -webkit-border-radius: 63px !important;
    border-radius: 63px !important
}

.border-radius-top-left-63 {
    -webkit-border-top-left-radius: 63px !important;
    border-top-left-radius: 63px !important
}

.border-radius-bottom-left-63 {
    -webkit-border-bottom-left-radius: 63px !important;
    border-bottom-left-radius: 63px !important
}

.border-radius-top-right-63 {
    -webkit-border-top-right-radius: 63px !important;
    border-top-right-radius: 63px !important
}

.border-radius-bottom-right-63 {
    -webkit-border-bottom-right-radius: 63px !important;
    border-bottom-right-radius: 63px !important
}

.border-radius-64 {
    -webkit-border-radius: 64px !important;
    border-radius: 64px !important
}

.border-radius-top-left-64 {
    -webkit-border-top-left-radius: 64px !important;
    border-top-left-radius: 64px !important
}

.border-radius-bottom-left-64 {
    -webkit-border-bottom-left-radius: 64px !important;
    border-bottom-left-radius: 64px !important
}

.border-radius-top-right-64 {
    -webkit-border-top-right-radius: 64px !important;
    border-top-right-radius: 64px !important
}

.border-radius-bottom-right-64 {
    -webkit-border-bottom-right-radius: 64px !important;
    border-bottom-right-radius: 64px !important
}

.border-radius-65 {
    -webkit-border-radius: 65px !important;
    border-radius: 65px !important
}

.border-radius-top-left-65 {
    -webkit-border-top-left-radius: 65px !important;
    border-top-left-radius: 65px !important
}

.border-radius-bottom-left-65 {
    -webkit-border-bottom-left-radius: 65px !important;
    border-bottom-left-radius: 65px !important
}

.border-radius-top-right-65 {
    -webkit-border-top-right-radius: 65px !important;
    border-top-right-radius: 65px !important
}

.border-radius-bottom-right-65 {
    -webkit-border-bottom-right-radius: 65px !important;
    border-bottom-right-radius: 65px !important
}

.border-radius-66 {
    -webkit-border-radius: 66px !important;
    border-radius: 66px !important
}

.border-radius-top-left-66 {
    -webkit-border-top-left-radius: 66px !important;
    border-top-left-radius: 66px !important
}

.border-radius-bottom-left-66 {
    -webkit-border-bottom-left-radius: 66px !important;
    border-bottom-left-radius: 66px !important
}

.border-radius-top-right-66 {
    -webkit-border-top-right-radius: 66px !important;
    border-top-right-radius: 66px !important
}

.border-radius-bottom-right-66 {
    -webkit-border-bottom-right-radius: 66px !important;
    border-bottom-right-radius: 66px !important
}

.border-radius-67 {
    -webkit-border-radius: 67px !important;
    border-radius: 67px !important
}

.border-radius-top-left-67 {
    -webkit-border-top-left-radius: 67px !important;
    border-top-left-radius: 67px !important
}

.border-radius-bottom-left-67 {
    -webkit-border-bottom-left-radius: 67px !important;
    border-bottom-left-radius: 67px !important
}

.border-radius-top-right-67 {
    -webkit-border-top-right-radius: 67px !important;
    border-top-right-radius: 67px !important
}

.border-radius-bottom-right-67 {
    -webkit-border-bottom-right-radius: 67px !important;
    border-bottom-right-radius: 67px !important
}

.border-radius-68 {
    -webkit-border-radius: 68px !important;
    border-radius: 68px !important
}

.border-radius-top-left-68 {
    -webkit-border-top-left-radius: 68px !important;
    border-top-left-radius: 68px !important
}

.border-radius-bottom-left-68 {
    -webkit-border-bottom-left-radius: 68px !important;
    border-bottom-left-radius: 68px !important
}

.border-radius-top-right-68 {
    -webkit-border-top-right-radius: 68px !important;
    border-top-right-radius: 68px !important
}

.border-radius-bottom-right-68 {
    -webkit-border-bottom-right-radius: 68px !important;
    border-bottom-right-radius: 68px !important
}

.border-radius-69 {
    -webkit-border-radius: 69px !important;
    border-radius: 69px !important
}

.border-radius-top-left-69 {
    -webkit-border-top-left-radius: 69px !important;
    border-top-left-radius: 69px !important
}

.border-radius-bottom-left-69 {
    -webkit-border-bottom-left-radius: 69px !important;
    border-bottom-left-radius: 69px !important
}

.border-radius-top-right-69 {
    -webkit-border-top-right-radius: 69px !important;
    border-top-right-radius: 69px !important
}

.border-radius-bottom-right-69 {
    -webkit-border-bottom-right-radius: 69px !important;
    border-bottom-right-radius: 69px !important
}

.border-radius-70 {
    -webkit-border-radius: 70px !important;
    border-radius: 70px !important
}

.border-radius-top-left-70 {
    -webkit-border-top-left-radius: 70px !important;
    border-top-left-radius: 70px !important
}

.border-radius-bottom-left-70 {
    -webkit-border-bottom-left-radius: 70px !important;
    border-bottom-left-radius: 70px !important
}

.border-radius-top-right-70 {
    -webkit-border-top-right-radius: 70px !important;
    border-top-right-radius: 70px !important
}

.border-radius-bottom-right-70 {
    -webkit-border-bottom-right-radius: 70px !important;
    border-bottom-right-radius: 70px !important
}

.border-radius-71 {
    -webkit-border-radius: 71px !important;
    border-radius: 71px !important
}

.border-radius-top-left-71 {
    -webkit-border-top-left-radius: 71px !important;
    border-top-left-radius: 71px !important
}

.border-radius-bottom-left-71 {
    -webkit-border-bottom-left-radius: 71px !important;
    border-bottom-left-radius: 71px !important
}

.border-radius-top-right-71 {
    -webkit-border-top-right-radius: 71px !important;
    border-top-right-radius: 71px !important
}

.border-radius-bottom-right-71 {
    -webkit-border-bottom-right-radius: 71px !important;
    border-bottom-right-radius: 71px !important
}

.border-radius-72 {
    -webkit-border-radius: 72px !important;
    border-radius: 72px !important
}

.border-radius-top-left-72 {
    -webkit-border-top-left-radius: 72px !important;
    border-top-left-radius: 72px !important
}

.border-radius-bottom-left-72 {
    -webkit-border-bottom-left-radius: 72px !important;
    border-bottom-left-radius: 72px !important
}

.border-radius-top-right-72 {
    -webkit-border-top-right-radius: 72px !important;
    border-top-right-radius: 72px !important
}

.border-radius-bottom-right-72 {
    -webkit-border-bottom-right-radius: 72px !important;
    border-bottom-right-radius: 72px !important
}

.border-radius-73 {
    -webkit-border-radius: 73px !important;
    border-radius: 73px !important
}

.border-radius-top-left-73 {
    -webkit-border-top-left-radius: 73px !important;
    border-top-left-radius: 73px !important
}

.border-radius-bottom-left-73 {
    -webkit-border-bottom-left-radius: 73px !important;
    border-bottom-left-radius: 73px !important
}

.border-radius-top-right-73 {
    -webkit-border-top-right-radius: 73px !important;
    border-top-right-radius: 73px !important
}

.border-radius-bottom-right-73 {
    -webkit-border-bottom-right-radius: 73px !important;
    border-bottom-right-radius: 73px !important
}

.border-radius-74 {
    -webkit-border-radius: 74px !important;
    border-radius: 74px !important
}

.border-radius-top-left-74 {
    -webkit-border-top-left-radius: 74px !important;
    border-top-left-radius: 74px !important
}

.border-radius-bottom-left-74 {
    -webkit-border-bottom-left-radius: 74px !important;
    border-bottom-left-radius: 74px !important
}

.border-radius-top-right-74 {
    -webkit-border-top-right-radius: 74px !important;
    border-top-right-radius: 74px !important
}

.border-radius-bottom-right-74 {
    -webkit-border-bottom-right-radius: 74px !important;
    border-bottom-right-radius: 74px !important
}

.border-radius-75 {
    -webkit-border-radius: 75px !important;
    border-radius: 75px !important
}

.border-radius-top-left-75 {
    -webkit-border-top-left-radius: 75px !important;
    border-top-left-radius: 75px !important
}

.border-radius-bottom-left-75 {
    -webkit-border-bottom-left-radius: 75px !important;
    border-bottom-left-radius: 75px !important
}

.border-radius-top-right-75 {
    -webkit-border-top-right-radius: 75px !important;
    border-top-right-radius: 75px !important
}

.border-radius-bottom-right-75 {
    -webkit-border-bottom-right-radius: 75px !important;
    border-bottom-right-radius: 75px !important
}

.border-radius-76 {
    -webkit-border-radius: 76px !important;
    border-radius: 76px !important
}

.border-radius-top-left-76 {
    -webkit-border-top-left-radius: 76px !important;
    border-top-left-radius: 76px !important
}

.border-radius-bottom-left-76 {
    -webkit-border-bottom-left-radius: 76px !important;
    border-bottom-left-radius: 76px !important
}

.border-radius-top-right-76 {
    -webkit-border-top-right-radius: 76px !important;
    border-top-right-radius: 76px !important
}

.border-radius-bottom-right-76 {
    -webkit-border-bottom-right-radius: 76px !important;
    border-bottom-right-radius: 76px !important
}

.border-radius-77 {
    -webkit-border-radius: 77px !important;
    border-radius: 77px !important
}

.border-radius-top-left-77 {
    -webkit-border-top-left-radius: 77px !important;
    border-top-left-radius: 77px !important
}

.border-radius-bottom-left-77 {
    -webkit-border-bottom-left-radius: 77px !important;
    border-bottom-left-radius: 77px !important
}

.border-radius-top-right-77 {
    -webkit-border-top-right-radius: 77px !important;
    border-top-right-radius: 77px !important
}

.border-radius-bottom-right-77 {
    -webkit-border-bottom-right-radius: 77px !important;
    border-bottom-right-radius: 77px !important
}

.border-radius-78 {
    -webkit-border-radius: 78px !important;
    border-radius: 78px !important
}

.border-radius-top-left-78 {
    -webkit-border-top-left-radius: 78px !important;
    border-top-left-radius: 78px !important
}

.border-radius-bottom-left-78 {
    -webkit-border-bottom-left-radius: 78px !important;
    border-bottom-left-radius: 78px !important
}

.border-radius-top-right-78 {
    -webkit-border-top-right-radius: 78px !important;
    border-top-right-radius: 78px !important
}

.border-radius-bottom-right-78 {
    -webkit-border-bottom-right-radius: 78px !important;
    border-bottom-right-radius: 78px !important
}

.border-radius-79 {
    -webkit-border-radius: 79px !important;
    border-radius: 79px !important
}

.border-radius-top-left-79 {
    -webkit-border-top-left-radius: 79px !important;
    border-top-left-radius: 79px !important
}

.border-radius-bottom-left-79 {
    -webkit-border-bottom-left-radius: 79px !important;
    border-bottom-left-radius: 79px !important
}

.border-radius-top-right-79 {
    -webkit-border-top-right-radius: 79px !important;
    border-top-right-radius: 79px !important
}

.border-radius-bottom-right-79 {
    -webkit-border-bottom-right-radius: 79px !important;
    border-bottom-right-radius: 79px !important
}

.border-radius-80 {
    -webkit-border-radius: 80px !important;
    border-radius: 80px !important
}

.border-radius-top-left-80 {
    -webkit-border-top-left-radius: 80px !important;
    border-top-left-radius: 80px !important
}

.border-radius-bottom-left-80 {
    -webkit-border-bottom-left-radius: 80px !important;
    border-bottom-left-radius: 80px !important
}

.border-radius-top-right-80 {
    -webkit-border-top-right-radius: 80px !important;
    border-top-right-radius: 80px !important
}

.border-radius-bottom-right-80 {
    -webkit-border-bottom-right-radius: 80px !important;
    border-bottom-right-radius: 80px !important
}

.border-radius-81 {
    -webkit-border-radius: 81px !important;
    border-radius: 81px !important
}

.border-radius-top-left-81 {
    -webkit-border-top-left-radius: 81px !important;
    border-top-left-radius: 81px !important
}

.border-radius-bottom-left-81 {
    -webkit-border-bottom-left-radius: 81px !important;
    border-bottom-left-radius: 81px !important
}

.border-radius-top-right-81 {
    -webkit-border-top-right-radius: 81px !important;
    border-top-right-radius: 81px !important
}

.border-radius-bottom-right-81 {
    -webkit-border-bottom-right-radius: 81px !important;
    border-bottom-right-radius: 81px !important
}

.border-radius-82 {
    -webkit-border-radius: 82px !important;
    border-radius: 82px !important
}

.border-radius-top-left-82 {
    -webkit-border-top-left-radius: 82px !important;
    border-top-left-radius: 82px !important
}

.border-radius-bottom-left-82 {
    -webkit-border-bottom-left-radius: 82px !important;
    border-bottom-left-radius: 82px !important
}

.border-radius-top-right-82 {
    -webkit-border-top-right-radius: 82px !important;
    border-top-right-radius: 82px !important
}

.border-radius-bottom-right-82 {
    -webkit-border-bottom-right-radius: 82px !important;
    border-bottom-right-radius: 82px !important
}

.border-radius-83 {
    -webkit-border-radius: 83px !important;
    border-radius: 83px !important
}

.border-radius-top-left-83 {
    -webkit-border-top-left-radius: 83px !important;
    border-top-left-radius: 83px !important
}

.border-radius-bottom-left-83 {
    -webkit-border-bottom-left-radius: 83px !important;
    border-bottom-left-radius: 83px !important
}

.border-radius-top-right-83 {
    -webkit-border-top-right-radius: 83px !important;
    border-top-right-radius: 83px !important
}

.border-radius-bottom-right-83 {
    -webkit-border-bottom-right-radius: 83px !important;
    border-bottom-right-radius: 83px !important
}

.border-radius-84 {
    -webkit-border-radius: 84px !important;
    border-radius: 84px !important
}

.border-radius-top-left-84 {
    -webkit-border-top-left-radius: 84px !important;
    border-top-left-radius: 84px !important
}

.border-radius-bottom-left-84 {
    -webkit-border-bottom-left-radius: 84px !important;
    border-bottom-left-radius: 84px !important
}

.border-radius-top-right-84 {
    -webkit-border-top-right-radius: 84px !important;
    border-top-right-radius: 84px !important
}

.border-radius-bottom-right-84 {
    -webkit-border-bottom-right-radius: 84px !important;
    border-bottom-right-radius: 84px !important
}

.border-radius-85 {
    -webkit-border-radius: 85px !important;
    border-radius: 85px !important
}

.border-radius-top-left-85 {
    -webkit-border-top-left-radius: 85px !important;
    border-top-left-radius: 85px !important
}

.border-radius-bottom-left-85 {
    -webkit-border-bottom-left-radius: 85px !important;
    border-bottom-left-radius: 85px !important
}

.border-radius-top-right-85 {
    -webkit-border-top-right-radius: 85px !important;
    border-top-right-radius: 85px !important
}

.border-radius-bottom-right-85 {
    -webkit-border-bottom-right-radius: 85px !important;
    border-bottom-right-radius: 85px !important
}

.border-radius-86 {
    -webkit-border-radius: 86px !important;
    border-radius: 86px !important
}

.border-radius-top-left-86 {
    -webkit-border-top-left-radius: 86px !important;
    border-top-left-radius: 86px !important
}

.border-radius-bottom-left-86 {
    -webkit-border-bottom-left-radius: 86px !important;
    border-bottom-left-radius: 86px !important
}

.border-radius-top-right-86 {
    -webkit-border-top-right-radius: 86px !important;
    border-top-right-radius: 86px !important
}

.border-radius-bottom-right-86 {
    -webkit-border-bottom-right-radius: 86px !important;
    border-bottom-right-radius: 86px !important
}

.border-radius-87 {
    -webkit-border-radius: 87px !important;
    border-radius: 87px !important
}

.border-radius-top-left-87 {
    -webkit-border-top-left-radius: 87px !important;
    border-top-left-radius: 87px !important
}

.border-radius-bottom-left-87 {
    -webkit-border-bottom-left-radius: 87px !important;
    border-bottom-left-radius: 87px !important
}

.border-radius-top-right-87 {
    -webkit-border-top-right-radius: 87px !important;
    border-top-right-radius: 87px !important
}

.border-radius-bottom-right-87 {
    -webkit-border-bottom-right-radius: 87px !important;
    border-bottom-right-radius: 87px !important
}

.border-radius-88 {
    -webkit-border-radius: 88px !important;
    border-radius: 88px !important
}

.border-radius-top-left-88 {
    -webkit-border-top-left-radius: 88px !important;
    border-top-left-radius: 88px !important
}

.border-radius-bottom-left-88 {
    -webkit-border-bottom-left-radius: 88px !important;
    border-bottom-left-radius: 88px !important
}

.border-radius-top-right-88 {
    -webkit-border-top-right-radius: 88px !important;
    border-top-right-radius: 88px !important
}

.border-radius-bottom-right-88 {
    -webkit-border-bottom-right-radius: 88px !important;
    border-bottom-right-radius: 88px !important
}

.border-radius-89 {
    -webkit-border-radius: 89px !important;
    border-radius: 89px !important
}

.border-radius-top-left-89 {
    -webkit-border-top-left-radius: 89px !important;
    border-top-left-radius: 89px !important
}

.border-radius-bottom-left-89 {
    -webkit-border-bottom-left-radius: 89px !important;
    border-bottom-left-radius: 89px !important
}

.border-radius-top-right-89 {
    -webkit-border-top-right-radius: 89px !important;
    border-top-right-radius: 89px !important
}

.border-radius-bottom-right-89 {
    -webkit-border-bottom-right-radius: 89px !important;
    border-bottom-right-radius: 89px !important
}

.border-radius-90 {
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important
}

.border-radius-top-left-90 {
    -webkit-border-top-left-radius: 90px !important;
    border-top-left-radius: 90px !important
}

.border-radius-bottom-left-90 {
    -webkit-border-bottom-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important
}

.border-radius-top-right-90 {
    -webkit-border-top-right-radius: 90px !important;
    border-top-right-radius: 90px !important
}

.border-radius-bottom-right-90 {
    -webkit-border-bottom-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important
}

.border-radius-91 {
    -webkit-border-radius: 91px !important;
    border-radius: 91px !important
}

.border-radius-top-left-91 {
    -webkit-border-top-left-radius: 91px !important;
    border-top-left-radius: 91px !important
}

.border-radius-bottom-left-91 {
    -webkit-border-bottom-left-radius: 91px !important;
    border-bottom-left-radius: 91px !important
}

.border-radius-top-right-91 {
    -webkit-border-top-right-radius: 91px !important;
    border-top-right-radius: 91px !important
}

.border-radius-bottom-right-91 {
    -webkit-border-bottom-right-radius: 91px !important;
    border-bottom-right-radius: 91px !important
}

.border-radius-92 {
    -webkit-border-radius: 92px !important;
    border-radius: 92px !important
}

.border-radius-top-left-92 {
    -webkit-border-top-left-radius: 92px !important;
    border-top-left-radius: 92px !important
}

.border-radius-bottom-left-92 {
    -webkit-border-bottom-left-radius: 92px !important;
    border-bottom-left-radius: 92px !important
}

.border-radius-top-right-92 {
    -webkit-border-top-right-radius: 92px !important;
    border-top-right-radius: 92px !important
}

.border-radius-bottom-right-92 {
    -webkit-border-bottom-right-radius: 92px !important;
    border-bottom-right-radius: 92px !important
}

.border-radius-93 {
    -webkit-border-radius: 93px !important;
    border-radius: 93px !important
}

.border-radius-top-left-93 {
    -webkit-border-top-left-radius: 93px !important;
    border-top-left-radius: 93px !important
}

.border-radius-bottom-left-93 {
    -webkit-border-bottom-left-radius: 93px !important;
    border-bottom-left-radius: 93px !important
}

.border-radius-top-right-93 {
    -webkit-border-top-right-radius: 93px !important;
    border-top-right-radius: 93px !important
}

.border-radius-bottom-right-93 {
    -webkit-border-bottom-right-radius: 93px !important;
    border-bottom-right-radius: 93px !important
}

.border-radius-94 {
    -webkit-border-radius: 94px !important;
    border-radius: 94px !important
}

.border-radius-top-left-94 {
    -webkit-border-top-left-radius: 94px !important;
    border-top-left-radius: 94px !important
}

.border-radius-bottom-left-94 {
    -webkit-border-bottom-left-radius: 94px !important;
    border-bottom-left-radius: 94px !important
}

.border-radius-top-right-94 {
    -webkit-border-top-right-radius: 94px !important;
    border-top-right-radius: 94px !important
}

.border-radius-bottom-right-94 {
    -webkit-border-bottom-right-radius: 94px !important;
    border-bottom-right-radius: 94px !important
}

.border-radius-95 {
    -webkit-border-radius: 95px !important;
    border-radius: 95px !important
}

.border-radius-top-left-95 {
    -webkit-border-top-left-radius: 95px !important;
    border-top-left-radius: 95px !important
}

.border-radius-bottom-left-95 {
    -webkit-border-bottom-left-radius: 95px !important;
    border-bottom-left-radius: 95px !important
}

.border-radius-top-right-95 {
    -webkit-border-top-right-radius: 95px !important;
    border-top-right-radius: 95px !important
}

.border-radius-bottom-right-95 {
    -webkit-border-bottom-right-radius: 95px !important;
    border-bottom-right-radius: 95px !important
}

.border-radius-96 {
    -webkit-border-radius: 96px !important;
    border-radius: 96px !important
}

.border-radius-top-left-96 {
    -webkit-border-top-left-radius: 96px !important;
    border-top-left-radius: 96px !important
}

.border-radius-bottom-left-96 {
    -webkit-border-bottom-left-radius: 96px !important;
    border-bottom-left-radius: 96px !important
}

.border-radius-top-right-96 {
    -webkit-border-top-right-radius: 96px !important;
    border-top-right-radius: 96px !important
}

.border-radius-bottom-right-96 {
    -webkit-border-bottom-right-radius: 96px !important;
    border-bottom-right-radius: 96px !important
}

.border-radius-97 {
    -webkit-border-radius: 97px !important;
    border-radius: 97px !important
}

.border-radius-top-left-97 {
    -webkit-border-top-left-radius: 97px !important;
    border-top-left-radius: 97px !important
}

.border-radius-bottom-left-97 {
    -webkit-border-bottom-left-radius: 97px !important;
    border-bottom-left-radius: 97px !important
}

.border-radius-top-right-97 {
    -webkit-border-top-right-radius: 97px !important;
    border-top-right-radius: 97px !important
}

.border-radius-bottom-right-97 {
    -webkit-border-bottom-right-radius: 97px !important;
    border-bottom-right-radius: 97px !important
}

.border-radius-98 {
    -webkit-border-radius: 98px !important;
    border-radius: 98px !important
}

.border-radius-top-left-98 {
    -webkit-border-top-left-radius: 98px !important;
    border-top-left-radius: 98px !important
}

.border-radius-bottom-left-98 {
    -webkit-border-bottom-left-radius: 98px !important;
    border-bottom-left-radius: 98px !important
}

.border-radius-top-right-98 {
    -webkit-border-top-right-radius: 98px !important;
    border-top-right-radius: 98px !important
}

.border-radius-bottom-right-98 {
    -webkit-border-bottom-right-radius: 98px !important;
    border-bottom-right-radius: 98px !important
}

.border-radius-99 {
    -webkit-border-radius: 99px !important;
    border-radius: 99px !important
}

.border-radius-top-left-99 {
    -webkit-border-top-left-radius: 99px !important;
    border-top-left-radius: 99px !important
}

.border-radius-bottom-left-99 {
    -webkit-border-bottom-left-radius: 99px !important;
    border-bottom-left-radius: 99px !important
}

.border-radius-top-right-99 {
    -webkit-border-top-right-radius: 99px !important;
    border-top-right-radius: 99px !important
}

.border-radius-bottom-right-99 {
    -webkit-border-bottom-right-radius: 99px !important;
    border-bottom-right-radius: 99px !important
}

.border-radius-100 {
    -webkit-border-radius: 100px !important;
    border-radius: 100px !important
}

.border-radius-top-left-100 {
    -webkit-border-top-left-radius: 100px !important;
    border-top-left-radius: 100px !important
}

.border-radius-bottom-left-100 {
    -webkit-border-bottom-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important
}

.border-radius-top-right-100 {
    -webkit-border-top-right-radius: 100px !important;
    border-top-right-radius: 100px !important
}

.border-radius-bottom-right-100 {
    -webkit-border-bottom-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important
}

.cursor-none {
    cursor: none
}

.cursor-auto {
    cursor: auto
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.cursor-crosshair {
    cursor: crosshair
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px
}

.section-padding2 {
    padding-top: 50px;
    padding-bottom: 50px
}

.form-control {
    background-clip: unset
}

.heading-separator {
    width: 100px;
    height: 1px
}

.heading-separator-small {
    width: 50px;
    height: 1px
}

footer .footer-wrapper {
    height: 70px
}

footer .footer-wrapper .copyright-content {
    line-height: 1.5
}

footer .footer-wrapper .copyright-content p {
    margin-bottom: 0;
    padding: 0
}

footer .footer-wrapper .footer-logo .img-logo {
    max-height: 35px
}

@media (max-width: 1439.98px) {

    .section-padding {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .banner-section {
        min-height: 650px;
        max-height: 650px
    }

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px
    }

}

@media (max-width: 767.98px) {

    .banner-section {
        min-height: 400px;
        max-height: 400px
    }


    footer .footer-wrapper {
        height: auto
    }

}

@media (max-width: 575.98px) {
}

@media (max-width: 400px) {
}

@media (min-width: 576px) {
    .font-size-sm-0 {
        font-size: 0rem !important
    }

    .font-size-sm-1 {
        font-size: 0.0833333333rem !important
    }

    .font-size-sm-2 {
        font-size: 0.1666666667rem !important
    }

    .font-size-sm-3 {
        font-size: 0.25rem !important
    }

    .font-size-sm-4 {
        font-size: 0.3333333333rem !important
    }

    .font-size-sm-5 {
        font-size: 0.4166666667rem !important
    }

    .font-size-sm-6 {
        font-size: 0.5rem !important
    }

    .font-size-sm-7 {
        font-size: 0.5833333333rem !important
    }

    .font-size-sm-8 {
        font-size: 0.6666666667rem !important
    }

    .font-size-sm-9 {
        font-size: 0.75rem !important
    }

    .font-size-sm-10 {
        font-size: 0.8333333333rem !important
    }

    .font-size-sm-11 {
        font-size: 0.9166666667rem !important
    }

    .font-size-sm-12 {
        font-size: 1rem !important
    }

    .font-size-sm-13 {
        font-size: 1.0833333333rem !important
    }

    .font-size-sm-14 {
        font-size: 1.1666666667rem !important
    }

    .font-size-sm-15 {
        font-size: 1.25rem !important
    }

    .font-size-sm-16 {
        font-size: 1.3333333333rem !important
    }

    .font-size-sm-17 {
        font-size: 1.4166666667rem !important
    }

    .font-size-sm-18 {
        font-size: 1.5rem !important
    }

    .font-size-sm-19 {
        font-size: 1.5833333333rem !important
    }

    .font-size-sm-20 {
        font-size: 1.6666666667rem !important
    }

    .font-size-sm-21 {
        font-size: 1.75rem !important
    }

    .font-size-sm-22 {
        font-size: 1.8333333333rem !important
    }

    .font-size-sm-23 {
        font-size: 1.9166666667rem !important
    }

    .font-size-sm-24 {
        font-size: 2rem !important
    }

    .font-size-sm-25 {
        font-size: 2.0833333333rem !important
    }

    .font-size-sm-26 {
        font-size: 2.1666666667rem !important
    }

    .font-size-sm-27 {
        font-size: 2.25rem !important
    }

    .font-size-sm-28 {
        font-size: 2.3333333333rem !important
    }

    .font-size-sm-29 {
        font-size: 2.4166666667rem !important
    }

    .font-size-sm-30 {
        font-size: 2.5rem !important
    }

    .font-size-sm-31 {
        font-size: 2.5833333333rem !important
    }

    .font-size-sm-32 {
        font-size: 2.6666666667rem !important
    }

    .font-size-sm-33 {
        font-size: 2.75rem !important
    }

    .font-size-sm-34 {
        font-size: 2.8333333333rem !important
    }

    .font-size-sm-35 {
        font-size: 2.9166666667rem !important
    }

    .font-size-sm-36 {
        font-size: 3rem !important
    }

    .font-size-sm-37 {
        font-size: 3.0833333333rem !important
    }

    .font-size-sm-38 {
        font-size: 3.1666666667rem !important
    }

    .font-size-sm-39 {
        font-size: 3.25rem !important
    }

    .font-size-sm-40 {
        font-size: 3.3333333333rem !important
    }

    .font-size-sm-41 {
        font-size: 3.4166666667rem !important
    }

    .font-size-sm-42 {
        font-size: 3.5rem !important
    }

    .font-size-sm-43 {
        font-size: 3.5833333333rem !important
    }

    .font-size-sm-44 {
        font-size: 3.6666666667rem !important
    }

    .font-size-sm-45 {
        font-size: 3.75rem !important
    }

    .font-size-sm-46 {
        font-size: 3.8333333333rem !important
    }

    .font-size-sm-47 {
        font-size: 3.9166666667rem !important
    }

    .font-size-sm-48 {
        font-size: 4rem !important
    }

    .font-size-sm-49 {
        font-size: 4.0833333333rem !important
    }

    .font-size-sm-50 {
        font-size: 4.1666666667rem !important
    }

    .m-sm-n0 {
        margin: -0rem !important
    }

    .mx-sm-n0 {
        margin-left: -0rem !important;
        margin-right: -0rem !important
    }

    .my-sm-n0 {
        margin-top: -0rem !important;
        margin-bottom: -0rem !important
    }

    .mt-sm-n0 {
        margin-top: -0rem !important
    }

    .mr-sm-n0 {
        margin-right: -0rem !important
    }

    .mb-sm-n0 {
        margin-bottom: -0rem !important
    }

    .ml-sm-n0 {
        margin-left: -0rem !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .mx-sm-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important
    }

    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .mt-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mr-sm-n1 {
        margin-right: -0.25rem !important
    }

    .mb-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n1 {
        margin-left: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .mx-sm-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important
    }

    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .mt-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mr-sm-n2 {
        margin-right: -0.5rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-sm-n2 {
        margin-left: -0.5rem !important
    }

    .m-sm-n3 {
        margin: -0.75rem !important
    }

    .mx-sm-n3 {
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important
    }

    .my-sm-n3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important
    }

    .mt-sm-n3 {
        margin-top: -0.75rem !important
    }

    .mr-sm-n3 {
        margin-right: -0.75rem !important
    }

    .mb-sm-n3 {
        margin-bottom: -0.75rem !important
    }

    .ml-sm-n3 {
        margin-left: -0.75rem !important
    }

    .m-sm-n4 {
        margin: -1rem !important
    }

    .mx-sm-n4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .my-sm-n4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .mt-sm-n4 {
        margin-top: -1rem !important
    }

    .mr-sm-n4 {
        margin-right: -1rem !important
    }

    .mb-sm-n4 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n4 {
        margin-left: -1rem !important
    }

    .m-sm-n5 {
        margin: -1.25rem !important
    }

    .mx-sm-n5 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .my-sm-n5 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important
    }

    .mt-sm-n5 {
        margin-top: -1.25rem !important
    }

    .mr-sm-n5 {
        margin-right: -1.25rem !important
    }

    .mb-sm-n5 {
        margin-bottom: -1.25rem !important
    }

    .ml-sm-n5 {
        margin-left: -1.25rem !important
    }

    .m-sm-n6 {
        margin: -1.5rem !important
    }

    .mx-sm-n6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .my-sm-n6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .mt-sm-n6 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n6 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n6 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n6 {
        margin-left: -1.5rem !important
    }

    .border-radius-sm-0 {
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important
    }

    .border-radius-sm-top-left-0 {
        -webkit-border-top-left-radius: 0px !important;
        border-top-left-radius: 0px !important
    }

    .border-radius-sm-bottom-left-0 {
        -webkit-border-bottom-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important
    }

    .border-radius-sm-top-right-0 {
        -webkit-border-top-right-radius: 0px !important;
        border-top-right-radius: 0px !important
    }

    .border-radius-sm-bottom-right-0 {
        -webkit-border-bottom-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important
    }

    .border-radius-sm-1 {
        -webkit-border-radius: 1px !important;
        border-radius: 1px !important
    }

    .border-radius-sm-top-left-1 {
        -webkit-border-top-left-radius: 1px !important;
        border-top-left-radius: 1px !important
    }

    .border-radius-sm-bottom-left-1 {
        -webkit-border-bottom-left-radius: 1px !important;
        border-bottom-left-radius: 1px !important
    }

    .border-radius-sm-top-right-1 {
        -webkit-border-top-right-radius: 1px !important;
        border-top-right-radius: 1px !important
    }

    .border-radius-sm-bottom-right-1 {
        -webkit-border-bottom-right-radius: 1px !important;
        border-bottom-right-radius: 1px !important
    }

    .border-radius-sm-2 {
        -webkit-border-radius: 2px !important;
        border-radius: 2px !important
    }

    .border-radius-sm-top-left-2 {
        -webkit-border-top-left-radius: 2px !important;
        border-top-left-radius: 2px !important
    }

    .border-radius-sm-bottom-left-2 {
        -webkit-border-bottom-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important
    }

    .border-radius-sm-top-right-2 {
        -webkit-border-top-right-radius: 2px !important;
        border-top-right-radius: 2px !important
    }

    .border-radius-sm-bottom-right-2 {
        -webkit-border-bottom-right-radius: 2px !important;
        border-bottom-right-radius: 2px !important
    }

    .border-radius-sm-3 {
        -webkit-border-radius: 3px !important;
        border-radius: 3px !important
    }

    .border-radius-sm-top-left-3 {
        -webkit-border-top-left-radius: 3px !important;
        border-top-left-radius: 3px !important
    }

    .border-radius-sm-bottom-left-3 {
        -webkit-border-bottom-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important
    }

    .border-radius-sm-top-right-3 {
        -webkit-border-top-right-radius: 3px !important;
        border-top-right-radius: 3px !important
    }

    .border-radius-sm-bottom-right-3 {
        -webkit-border-bottom-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important
    }

    .border-radius-sm-4 {
        -webkit-border-radius: 4px !important;
        border-radius: 4px !important
    }

    .border-radius-sm-top-left-4 {
        -webkit-border-top-left-radius: 4px !important;
        border-top-left-radius: 4px !important
    }

    .border-radius-sm-bottom-left-4 {
        -webkit-border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important
    }

    .border-radius-sm-top-right-4 {
        -webkit-border-top-right-radius: 4px !important;
        border-top-right-radius: 4px !important
    }

    .border-radius-sm-bottom-right-4 {
        -webkit-border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important
    }

    .border-radius-sm-5 {
        -webkit-border-radius: 5px !important;
        border-radius: 5px !important
    }

    .border-radius-sm-top-left-5 {
        -webkit-border-top-left-radius: 5px !important;
        border-top-left-radius: 5px !important
    }

    .border-radius-sm-bottom-left-5 {
        -webkit-border-bottom-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important
    }

    .border-radius-sm-top-right-5 {
        -webkit-border-top-right-radius: 5px !important;
        border-top-right-radius: 5px !important
    }

    .border-radius-sm-bottom-right-5 {
        -webkit-border-bottom-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important
    }

    .border-radius-sm-6 {
        -webkit-border-radius: 6px !important;
        border-radius: 6px !important
    }

    .border-radius-sm-top-left-6 {
        -webkit-border-top-left-radius: 6px !important;
        border-top-left-radius: 6px !important
    }

    .border-radius-sm-bottom-left-6 {
        -webkit-border-bottom-left-radius: 6px !important;
        border-bottom-left-radius: 6px !important
    }

    .border-radius-sm-top-right-6 {
        -webkit-border-top-right-radius: 6px !important;
        border-top-right-radius: 6px !important
    }

    .border-radius-sm-bottom-right-6 {
        -webkit-border-bottom-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important
    }

    .border-radius-sm-7 {
        -webkit-border-radius: 7px !important;
        border-radius: 7px !important
    }

    .border-radius-sm-top-left-7 {
        -webkit-border-top-left-radius: 7px !important;
        border-top-left-radius: 7px !important
    }

    .border-radius-sm-bottom-left-7 {
        -webkit-border-bottom-left-radius: 7px !important;
        border-bottom-left-radius: 7px !important
    }

    .border-radius-sm-top-right-7 {
        -webkit-border-top-right-radius: 7px !important;
        border-top-right-radius: 7px !important
    }

    .border-radius-sm-bottom-right-7 {
        -webkit-border-bottom-right-radius: 7px !important;
        border-bottom-right-radius: 7px !important
    }

    .border-radius-sm-8 {
        -webkit-border-radius: 8px !important;
        border-radius: 8px !important
    }

    .border-radius-sm-top-left-8 {
        -webkit-border-top-left-radius: 8px !important;
        border-top-left-radius: 8px !important
    }

    .border-radius-sm-bottom-left-8 {
        -webkit-border-bottom-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important
    }

    .border-radius-sm-top-right-8 {
        -webkit-border-top-right-radius: 8px !important;
        border-top-right-radius: 8px !important
    }

    .border-radius-sm-bottom-right-8 {
        -webkit-border-bottom-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important
    }

    .border-radius-sm-9 {
        -webkit-border-radius: 9px !important;
        border-radius: 9px !important
    }

    .border-radius-sm-top-left-9 {
        -webkit-border-top-left-radius: 9px !important;
        border-top-left-radius: 9px !important
    }

    .border-radius-sm-bottom-left-9 {
        -webkit-border-bottom-left-radius: 9px !important;
        border-bottom-left-radius: 9px !important
    }

    .border-radius-sm-top-right-9 {
        -webkit-border-top-right-radius: 9px !important;
        border-top-right-radius: 9px !important
    }

    .border-radius-sm-bottom-right-9 {
        -webkit-border-bottom-right-radius: 9px !important;
        border-bottom-right-radius: 9px !important
    }

    .border-radius-sm-10 {
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important
    }

    .border-radius-sm-top-left-10 {
        -webkit-border-top-left-radius: 10px !important;
        border-top-left-radius: 10px !important
    }

    .border-radius-sm-bottom-left-10 {
        -webkit-border-bottom-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important
    }

    .border-radius-sm-top-right-10 {
        -webkit-border-top-right-radius: 10px !important;
        border-top-right-radius: 10px !important
    }

    .border-radius-sm-bottom-right-10 {
        -webkit-border-bottom-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important
    }

    .border-radius-sm-11 {
        -webkit-border-radius: 11px !important;
        border-radius: 11px !important
    }

    .border-radius-sm-top-left-11 {
        -webkit-border-top-left-radius: 11px !important;
        border-top-left-radius: 11px !important
    }

    .border-radius-sm-bottom-left-11 {
        -webkit-border-bottom-left-radius: 11px !important;
        border-bottom-left-radius: 11px !important
    }

    .border-radius-sm-top-right-11 {
        -webkit-border-top-right-radius: 11px !important;
        border-top-right-radius: 11px !important
    }

    .border-radius-sm-bottom-right-11 {
        -webkit-border-bottom-right-radius: 11px !important;
        border-bottom-right-radius: 11px !important
    }

    .border-radius-sm-12 {
        -webkit-border-radius: 12px !important;
        border-radius: 12px !important
    }

    .border-radius-sm-top-left-12 {
        -webkit-border-top-left-radius: 12px !important;
        border-top-left-radius: 12px !important
    }

    .border-radius-sm-bottom-left-12 {
        -webkit-border-bottom-left-radius: 12px !important;
        border-bottom-left-radius: 12px !important
    }

    .border-radius-sm-top-right-12 {
        -webkit-border-top-right-radius: 12px !important;
        border-top-right-radius: 12px !important
    }

    .border-radius-sm-bottom-right-12 {
        -webkit-border-bottom-right-radius: 12px !important;
        border-bottom-right-radius: 12px !important
    }

    .border-radius-sm-13 {
        -webkit-border-radius: 13px !important;
        border-radius: 13px !important
    }

    .border-radius-sm-top-left-13 {
        -webkit-border-top-left-radius: 13px !important;
        border-top-left-radius: 13px !important
    }

    .border-radius-sm-bottom-left-13 {
        -webkit-border-bottom-left-radius: 13px !important;
        border-bottom-left-radius: 13px !important
    }

    .border-radius-sm-top-right-13 {
        -webkit-border-top-right-radius: 13px !important;
        border-top-right-radius: 13px !important
    }

    .border-radius-sm-bottom-right-13 {
        -webkit-border-bottom-right-radius: 13px !important;
        border-bottom-right-radius: 13px !important
    }

    .border-radius-sm-14 {
        -webkit-border-radius: 14px !important;
        border-radius: 14px !important
    }

    .border-radius-sm-top-left-14 {
        -webkit-border-top-left-radius: 14px !important;
        border-top-left-radius: 14px !important
    }

    .border-radius-sm-bottom-left-14 {
        -webkit-border-bottom-left-radius: 14px !important;
        border-bottom-left-radius: 14px !important
    }

    .border-radius-sm-top-right-14 {
        -webkit-border-top-right-radius: 14px !important;
        border-top-right-radius: 14px !important
    }

    .border-radius-sm-bottom-right-14 {
        -webkit-border-bottom-right-radius: 14px !important;
        border-bottom-right-radius: 14px !important
    }

    .border-radius-sm-15 {
        -webkit-border-radius: 15px !important;
        border-radius: 15px !important
    }

    .border-radius-sm-top-left-15 {
        -webkit-border-top-left-radius: 15px !important;
        border-top-left-radius: 15px !important
    }

    .border-radius-sm-bottom-left-15 {
        -webkit-border-bottom-left-radius: 15px !important;
        border-bottom-left-radius: 15px !important
    }

    .border-radius-sm-top-right-15 {
        -webkit-border-top-right-radius: 15px !important;
        border-top-right-radius: 15px !important
    }

    .border-radius-sm-bottom-right-15 {
        -webkit-border-bottom-right-radius: 15px !important;
        border-bottom-right-radius: 15px !important
    }

    .border-radius-sm-16 {
        -webkit-border-radius: 16px !important;
        border-radius: 16px !important
    }

    .border-radius-sm-top-left-16 {
        -webkit-border-top-left-radius: 16px !important;
        border-top-left-radius: 16px !important
    }

    .border-radius-sm-bottom-left-16 {
        -webkit-border-bottom-left-radius: 16px !important;
        border-bottom-left-radius: 16px !important
    }

    .border-radius-sm-top-right-16 {
        -webkit-border-top-right-radius: 16px !important;
        border-top-right-radius: 16px !important
    }

    .border-radius-sm-bottom-right-16 {
        -webkit-border-bottom-right-radius: 16px !important;
        border-bottom-right-radius: 16px !important
    }

    .border-radius-sm-17 {
        -webkit-border-radius: 17px !important;
        border-radius: 17px !important
    }

    .border-radius-sm-top-left-17 {
        -webkit-border-top-left-radius: 17px !important;
        border-top-left-radius: 17px !important
    }

    .border-radius-sm-bottom-left-17 {
        -webkit-border-bottom-left-radius: 17px !important;
        border-bottom-left-radius: 17px !important
    }

    .border-radius-sm-top-right-17 {
        -webkit-border-top-right-radius: 17px !important;
        border-top-right-radius: 17px !important
    }

    .border-radius-sm-bottom-right-17 {
        -webkit-border-bottom-right-radius: 17px !important;
        border-bottom-right-radius: 17px !important
    }

    .border-radius-sm-18 {
        -webkit-border-radius: 18px !important;
        border-radius: 18px !important
    }

    .border-radius-sm-top-left-18 {
        -webkit-border-top-left-radius: 18px !important;
        border-top-left-radius: 18px !important
    }

    .border-radius-sm-bottom-left-18 {
        -webkit-border-bottom-left-radius: 18px !important;
        border-bottom-left-radius: 18px !important
    }

    .border-radius-sm-top-right-18 {
        -webkit-border-top-right-radius: 18px !important;
        border-top-right-radius: 18px !important
    }

    .border-radius-sm-bottom-right-18 {
        -webkit-border-bottom-right-radius: 18px !important;
        border-bottom-right-radius: 18px !important
    }

    .border-radius-sm-19 {
        -webkit-border-radius: 19px !important;
        border-radius: 19px !important
    }

    .border-radius-sm-top-left-19 {
        -webkit-border-top-left-radius: 19px !important;
        border-top-left-radius: 19px !important
    }

    .border-radius-sm-bottom-left-19 {
        -webkit-border-bottom-left-radius: 19px !important;
        border-bottom-left-radius: 19px !important
    }

    .border-radius-sm-top-right-19 {
        -webkit-border-top-right-radius: 19px !important;
        border-top-right-radius: 19px !important
    }

    .border-radius-sm-bottom-right-19 {
        -webkit-border-bottom-right-radius: 19px !important;
        border-bottom-right-radius: 19px !important
    }

    .border-radius-sm-20 {
        -webkit-border-radius: 20px !important;
        border-radius: 20px !important
    }

    .border-radius-sm-top-left-20 {
        -webkit-border-top-left-radius: 20px !important;
        border-top-left-radius: 20px !important
    }

    .border-radius-sm-bottom-left-20 {
        -webkit-border-bottom-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important
    }

    .border-radius-sm-top-right-20 {
        -webkit-border-top-right-radius: 20px !important;
        border-top-right-radius: 20px !important
    }

    .border-radius-sm-bottom-right-20 {
        -webkit-border-bottom-right-radius: 20px !important;
        border-bottom-right-radius: 20px !important
    }

    .border-radius-sm-21 {
        -webkit-border-radius: 21px !important;
        border-radius: 21px !important
    }

    .border-radius-sm-top-left-21 {
        -webkit-border-top-left-radius: 21px !important;
        border-top-left-radius: 21px !important
    }

    .border-radius-sm-bottom-left-21 {
        -webkit-border-bottom-left-radius: 21px !important;
        border-bottom-left-radius: 21px !important
    }

    .border-radius-sm-top-right-21 {
        -webkit-border-top-right-radius: 21px !important;
        border-top-right-radius: 21px !important
    }

    .border-radius-sm-bottom-right-21 {
        -webkit-border-bottom-right-radius: 21px !important;
        border-bottom-right-radius: 21px !important
    }

    .border-radius-sm-22 {
        -webkit-border-radius: 22px !important;
        border-radius: 22px !important
    }

    .border-radius-sm-top-left-22 {
        -webkit-border-top-left-radius: 22px !important;
        border-top-left-radius: 22px !important
    }

    .border-radius-sm-bottom-left-22 {
        -webkit-border-bottom-left-radius: 22px !important;
        border-bottom-left-radius: 22px !important
    }

    .border-radius-sm-top-right-22 {
        -webkit-border-top-right-radius: 22px !important;
        border-top-right-radius: 22px !important
    }

    .border-radius-sm-bottom-right-22 {
        -webkit-border-bottom-right-radius: 22px !important;
        border-bottom-right-radius: 22px !important
    }

    .border-radius-sm-23 {
        -webkit-border-radius: 23px !important;
        border-radius: 23px !important
    }

    .border-radius-sm-top-left-23 {
        -webkit-border-top-left-radius: 23px !important;
        border-top-left-radius: 23px !important
    }

    .border-radius-sm-bottom-left-23 {
        -webkit-border-bottom-left-radius: 23px !important;
        border-bottom-left-radius: 23px !important
    }

    .border-radius-sm-top-right-23 {
        -webkit-border-top-right-radius: 23px !important;
        border-top-right-radius: 23px !important
    }

    .border-radius-sm-bottom-right-23 {
        -webkit-border-bottom-right-radius: 23px !important;
        border-bottom-right-radius: 23px !important
    }

    .border-radius-sm-24 {
        -webkit-border-radius: 24px !important;
        border-radius: 24px !important
    }

    .border-radius-sm-top-left-24 {
        -webkit-border-top-left-radius: 24px !important;
        border-top-left-radius: 24px !important
    }

    .border-radius-sm-bottom-left-24 {
        -webkit-border-bottom-left-radius: 24px !important;
        border-bottom-left-radius: 24px !important
    }

    .border-radius-sm-top-right-24 {
        -webkit-border-top-right-radius: 24px !important;
        border-top-right-radius: 24px !important
    }

    .border-radius-sm-bottom-right-24 {
        -webkit-border-bottom-right-radius: 24px !important;
        border-bottom-right-radius: 24px !important
    }

    .border-radius-sm-25 {
        -webkit-border-radius: 25px !important;
        border-radius: 25px !important
    }

    .border-radius-sm-top-left-25 {
        -webkit-border-top-left-radius: 25px !important;
        border-top-left-radius: 25px !important
    }

    .border-radius-sm-bottom-left-25 {
        -webkit-border-bottom-left-radius: 25px !important;
        border-bottom-left-radius: 25px !important
    }

    .border-radius-sm-top-right-25 {
        -webkit-border-top-right-radius: 25px !important;
        border-top-right-radius: 25px !important
    }

    .border-radius-sm-bottom-right-25 {
        -webkit-border-bottom-right-radius: 25px !important;
        border-bottom-right-radius: 25px !important
    }

    .border-radius-sm-26 {
        -webkit-border-radius: 26px !important;
        border-radius: 26px !important
    }

    .border-radius-sm-top-left-26 {
        -webkit-border-top-left-radius: 26px !important;
        border-top-left-radius: 26px !important
    }

    .border-radius-sm-bottom-left-26 {
        -webkit-border-bottom-left-radius: 26px !important;
        border-bottom-left-radius: 26px !important
    }

    .border-radius-sm-top-right-26 {
        -webkit-border-top-right-radius: 26px !important;
        border-top-right-radius: 26px !important
    }

    .border-radius-sm-bottom-right-26 {
        -webkit-border-bottom-right-radius: 26px !important;
        border-bottom-right-radius: 26px !important
    }

    .border-radius-sm-27 {
        -webkit-border-radius: 27px !important;
        border-radius: 27px !important
    }

    .border-radius-sm-top-left-27 {
        -webkit-border-top-left-radius: 27px !important;
        border-top-left-radius: 27px !important
    }

    .border-radius-sm-bottom-left-27 {
        -webkit-border-bottom-left-radius: 27px !important;
        border-bottom-left-radius: 27px !important
    }

    .border-radius-sm-top-right-27 {
        -webkit-border-top-right-radius: 27px !important;
        border-top-right-radius: 27px !important
    }

    .border-radius-sm-bottom-right-27 {
        -webkit-border-bottom-right-radius: 27px !important;
        border-bottom-right-radius: 27px !important
    }

    .border-radius-sm-28 {
        -webkit-border-radius: 28px !important;
        border-radius: 28px !important
    }

    .border-radius-sm-top-left-28 {
        -webkit-border-top-left-radius: 28px !important;
        border-top-left-radius: 28px !important
    }

    .border-radius-sm-bottom-left-28 {
        -webkit-border-bottom-left-radius: 28px !important;
        border-bottom-left-radius: 28px !important
    }

    .border-radius-sm-top-right-28 {
        -webkit-border-top-right-radius: 28px !important;
        border-top-right-radius: 28px !important
    }

    .border-radius-sm-bottom-right-28 {
        -webkit-border-bottom-right-radius: 28px !important;
        border-bottom-right-radius: 28px !important
    }

    .border-radius-sm-29 {
        -webkit-border-radius: 29px !important;
        border-radius: 29px !important
    }

    .border-radius-sm-top-left-29 {
        -webkit-border-top-left-radius: 29px !important;
        border-top-left-radius: 29px !important
    }

    .border-radius-sm-bottom-left-29 {
        -webkit-border-bottom-left-radius: 29px !important;
        border-bottom-left-radius: 29px !important
    }

    .border-radius-sm-top-right-29 {
        -webkit-border-top-right-radius: 29px !important;
        border-top-right-radius: 29px !important
    }

    .border-radius-sm-bottom-right-29 {
        -webkit-border-bottom-right-radius: 29px !important;
        border-bottom-right-radius: 29px !important
    }

    .border-radius-sm-30 {
        -webkit-border-radius: 30px !important;
        border-radius: 30px !important
    }

    .border-radius-sm-top-left-30 {
        -webkit-border-top-left-radius: 30px !important;
        border-top-left-radius: 30px !important
    }

    .border-radius-sm-bottom-left-30 {
        -webkit-border-bottom-left-radius: 30px !important;
        border-bottom-left-radius: 30px !important
    }

    .border-radius-sm-top-right-30 {
        -webkit-border-top-right-radius: 30px !important;
        border-top-right-radius: 30px !important
    }

    .border-radius-sm-bottom-right-30 {
        -webkit-border-bottom-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important
    }

    .border-radius-sm-31 {
        -webkit-border-radius: 31px !important;
        border-radius: 31px !important
    }

    .border-radius-sm-top-left-31 {
        -webkit-border-top-left-radius: 31px !important;
        border-top-left-radius: 31px !important
    }

    .border-radius-sm-bottom-left-31 {
        -webkit-border-bottom-left-radius: 31px !important;
        border-bottom-left-radius: 31px !important
    }

    .border-radius-sm-top-right-31 {
        -webkit-border-top-right-radius: 31px !important;
        border-top-right-radius: 31px !important
    }

    .border-radius-sm-bottom-right-31 {
        -webkit-border-bottom-right-radius: 31px !important;
        border-bottom-right-radius: 31px !important
    }

    .border-radius-sm-32 {
        -webkit-border-radius: 32px !important;
        border-radius: 32px !important
    }

    .border-radius-sm-top-left-32 {
        -webkit-border-top-left-radius: 32px !important;
        border-top-left-radius: 32px !important
    }

    .border-radius-sm-bottom-left-32 {
        -webkit-border-bottom-left-radius: 32px !important;
        border-bottom-left-radius: 32px !important
    }

    .border-radius-sm-top-right-32 {
        -webkit-border-top-right-radius: 32px !important;
        border-top-right-radius: 32px !important
    }

    .border-radius-sm-bottom-right-32 {
        -webkit-border-bottom-right-radius: 32px !important;
        border-bottom-right-radius: 32px !important
    }

    .border-radius-sm-33 {
        -webkit-border-radius: 33px !important;
        border-radius: 33px !important
    }

    .border-radius-sm-top-left-33 {
        -webkit-border-top-left-radius: 33px !important;
        border-top-left-radius: 33px !important
    }

    .border-radius-sm-bottom-left-33 {
        -webkit-border-bottom-left-radius: 33px !important;
        border-bottom-left-radius: 33px !important
    }

    .border-radius-sm-top-right-33 {
        -webkit-border-top-right-radius: 33px !important;
        border-top-right-radius: 33px !important
    }

    .border-radius-sm-bottom-right-33 {
        -webkit-border-bottom-right-radius: 33px !important;
        border-bottom-right-radius: 33px !important
    }

    .border-radius-sm-34 {
        -webkit-border-radius: 34px !important;
        border-radius: 34px !important
    }

    .border-radius-sm-top-left-34 {
        -webkit-border-top-left-radius: 34px !important;
        border-top-left-radius: 34px !important
    }

    .border-radius-sm-bottom-left-34 {
        -webkit-border-bottom-left-radius: 34px !important;
        border-bottom-left-radius: 34px !important
    }

    .border-radius-sm-top-right-34 {
        -webkit-border-top-right-radius: 34px !important;
        border-top-right-radius: 34px !important
    }

    .border-radius-sm-bottom-right-34 {
        -webkit-border-bottom-right-radius: 34px !important;
        border-bottom-right-radius: 34px !important
    }

    .border-radius-sm-35 {
        -webkit-border-radius: 35px !important;
        border-radius: 35px !important
    }

    .border-radius-sm-top-left-35 {
        -webkit-border-top-left-radius: 35px !important;
        border-top-left-radius: 35px !important
    }

    .border-radius-sm-bottom-left-35 {
        -webkit-border-bottom-left-radius: 35px !important;
        border-bottom-left-radius: 35px !important
    }

    .border-radius-sm-top-right-35 {
        -webkit-border-top-right-radius: 35px !important;
        border-top-right-radius: 35px !important
    }

    .border-radius-sm-bottom-right-35 {
        -webkit-border-bottom-right-radius: 35px !important;
        border-bottom-right-radius: 35px !important
    }

    .border-radius-sm-36 {
        -webkit-border-radius: 36px !important;
        border-radius: 36px !important
    }

    .border-radius-sm-top-left-36 {
        -webkit-border-top-left-radius: 36px !important;
        border-top-left-radius: 36px !important
    }

    .border-radius-sm-bottom-left-36 {
        -webkit-border-bottom-left-radius: 36px !important;
        border-bottom-left-radius: 36px !important
    }

    .border-radius-sm-top-right-36 {
        -webkit-border-top-right-radius: 36px !important;
        border-top-right-radius: 36px !important
    }

    .border-radius-sm-bottom-right-36 {
        -webkit-border-bottom-right-radius: 36px !important;
        border-bottom-right-radius: 36px !important
    }

    .border-radius-sm-37 {
        -webkit-border-radius: 37px !important;
        border-radius: 37px !important
    }

    .border-radius-sm-top-left-37 {
        -webkit-border-top-left-radius: 37px !important;
        border-top-left-radius: 37px !important
    }

    .border-radius-sm-bottom-left-37 {
        -webkit-border-bottom-left-radius: 37px !important;
        border-bottom-left-radius: 37px !important
    }

    .border-radius-sm-top-right-37 {
        -webkit-border-top-right-radius: 37px !important;
        border-top-right-radius: 37px !important
    }

    .border-radius-sm-bottom-right-37 {
        -webkit-border-bottom-right-radius: 37px !important;
        border-bottom-right-radius: 37px !important
    }

    .border-radius-sm-38 {
        -webkit-border-radius: 38px !important;
        border-radius: 38px !important
    }

    .border-radius-sm-top-left-38 {
        -webkit-border-top-left-radius: 38px !important;
        border-top-left-radius: 38px !important
    }

    .border-radius-sm-bottom-left-38 {
        -webkit-border-bottom-left-radius: 38px !important;
        border-bottom-left-radius: 38px !important
    }

    .border-radius-sm-top-right-38 {
        -webkit-border-top-right-radius: 38px !important;
        border-top-right-radius: 38px !important
    }

    .border-radius-sm-bottom-right-38 {
        -webkit-border-bottom-right-radius: 38px !important;
        border-bottom-right-radius: 38px !important
    }

    .border-radius-sm-39 {
        -webkit-border-radius: 39px !important;
        border-radius: 39px !important
    }

    .border-radius-sm-top-left-39 {
        -webkit-border-top-left-radius: 39px !important;
        border-top-left-radius: 39px !important
    }

    .border-radius-sm-bottom-left-39 {
        -webkit-border-bottom-left-radius: 39px !important;
        border-bottom-left-radius: 39px !important
    }

    .border-radius-sm-top-right-39 {
        -webkit-border-top-right-radius: 39px !important;
        border-top-right-radius: 39px !important
    }

    .border-radius-sm-bottom-right-39 {
        -webkit-border-bottom-right-radius: 39px !important;
        border-bottom-right-radius: 39px !important
    }

    .border-radius-sm-40 {
        -webkit-border-radius: 40px !important;
        border-radius: 40px !important
    }

    .border-radius-sm-top-left-40 {
        -webkit-border-top-left-radius: 40px !important;
        border-top-left-radius: 40px !important
    }

    .border-radius-sm-bottom-left-40 {
        -webkit-border-bottom-left-radius: 40px !important;
        border-bottom-left-radius: 40px !important
    }

    .border-radius-sm-top-right-40 {
        -webkit-border-top-right-radius: 40px !important;
        border-top-right-radius: 40px !important
    }

    .border-radius-sm-bottom-right-40 {
        -webkit-border-bottom-right-radius: 40px !important;
        border-bottom-right-radius: 40px !important
    }

    .border-radius-sm-41 {
        -webkit-border-radius: 41px !important;
        border-radius: 41px !important
    }

    .border-radius-sm-top-left-41 {
        -webkit-border-top-left-radius: 41px !important;
        border-top-left-radius: 41px !important
    }

    .border-radius-sm-bottom-left-41 {
        -webkit-border-bottom-left-radius: 41px !important;
        border-bottom-left-radius: 41px !important
    }

    .border-radius-sm-top-right-41 {
        -webkit-border-top-right-radius: 41px !important;
        border-top-right-radius: 41px !important
    }

    .border-radius-sm-bottom-right-41 {
        -webkit-border-bottom-right-radius: 41px !important;
        border-bottom-right-radius: 41px !important
    }

    .border-radius-sm-42 {
        -webkit-border-radius: 42px !important;
        border-radius: 42px !important
    }

    .border-radius-sm-top-left-42 {
        -webkit-border-top-left-radius: 42px !important;
        border-top-left-radius: 42px !important
    }

    .border-radius-sm-bottom-left-42 {
        -webkit-border-bottom-left-radius: 42px !important;
        border-bottom-left-radius: 42px !important
    }

    .border-radius-sm-top-right-42 {
        -webkit-border-top-right-radius: 42px !important;
        border-top-right-radius: 42px !important
    }

    .border-radius-sm-bottom-right-42 {
        -webkit-border-bottom-right-radius: 42px !important;
        border-bottom-right-radius: 42px !important
    }

    .border-radius-sm-43 {
        -webkit-border-radius: 43px !important;
        border-radius: 43px !important
    }

    .border-radius-sm-top-left-43 {
        -webkit-border-top-left-radius: 43px !important;
        border-top-left-radius: 43px !important
    }

    .border-radius-sm-bottom-left-43 {
        -webkit-border-bottom-left-radius: 43px !important;
        border-bottom-left-radius: 43px !important
    }

    .border-radius-sm-top-right-43 {
        -webkit-border-top-right-radius: 43px !important;
        border-top-right-radius: 43px !important
    }

    .border-radius-sm-bottom-right-43 {
        -webkit-border-bottom-right-radius: 43px !important;
        border-bottom-right-radius: 43px !important
    }

    .border-radius-sm-44 {
        -webkit-border-radius: 44px !important;
        border-radius: 44px !important
    }

    .border-radius-sm-top-left-44 {
        -webkit-border-top-left-radius: 44px !important;
        border-top-left-radius: 44px !important
    }

    .border-radius-sm-bottom-left-44 {
        -webkit-border-bottom-left-radius: 44px !important;
        border-bottom-left-radius: 44px !important
    }

    .border-radius-sm-top-right-44 {
        -webkit-border-top-right-radius: 44px !important;
        border-top-right-radius: 44px !important
    }

    .border-radius-sm-bottom-right-44 {
        -webkit-border-bottom-right-radius: 44px !important;
        border-bottom-right-radius: 44px !important
    }

    .border-radius-sm-45 {
        -webkit-border-radius: 45px !important;
        border-radius: 45px !important
    }

    .border-radius-sm-top-left-45 {
        -webkit-border-top-left-radius: 45px !important;
        border-top-left-radius: 45px !important
    }

    .border-radius-sm-bottom-left-45 {
        -webkit-border-bottom-left-radius: 45px !important;
        border-bottom-left-radius: 45px !important
    }

    .border-radius-sm-top-right-45 {
        -webkit-border-top-right-radius: 45px !important;
        border-top-right-radius: 45px !important
    }

    .border-radius-sm-bottom-right-45 {
        -webkit-border-bottom-right-radius: 45px !important;
        border-bottom-right-radius: 45px !important
    }

    .border-radius-sm-46 {
        -webkit-border-radius: 46px !important;
        border-radius: 46px !important
    }

    .border-radius-sm-top-left-46 {
        -webkit-border-top-left-radius: 46px !important;
        border-top-left-radius: 46px !important
    }

    .border-radius-sm-bottom-left-46 {
        -webkit-border-bottom-left-radius: 46px !important;
        border-bottom-left-radius: 46px !important
    }

    .border-radius-sm-top-right-46 {
        -webkit-border-top-right-radius: 46px !important;
        border-top-right-radius: 46px !important
    }

    .border-radius-sm-bottom-right-46 {
        -webkit-border-bottom-right-radius: 46px !important;
        border-bottom-right-radius: 46px !important
    }

    .border-radius-sm-47 {
        -webkit-border-radius: 47px !important;
        border-radius: 47px !important
    }

    .border-radius-sm-top-left-47 {
        -webkit-border-top-left-radius: 47px !important;
        border-top-left-radius: 47px !important
    }

    .border-radius-sm-bottom-left-47 {
        -webkit-border-bottom-left-radius: 47px !important;
        border-bottom-left-radius: 47px !important
    }

    .border-radius-sm-top-right-47 {
        -webkit-border-top-right-radius: 47px !important;
        border-top-right-radius: 47px !important
    }

    .border-radius-sm-bottom-right-47 {
        -webkit-border-bottom-right-radius: 47px !important;
        border-bottom-right-radius: 47px !important
    }

    .border-radius-sm-48 {
        -webkit-border-radius: 48px !important;
        border-radius: 48px !important
    }

    .border-radius-sm-top-left-48 {
        -webkit-border-top-left-radius: 48px !important;
        border-top-left-radius: 48px !important
    }

    .border-radius-sm-bottom-left-48 {
        -webkit-border-bottom-left-radius: 48px !important;
        border-bottom-left-radius: 48px !important
    }

    .border-radius-sm-top-right-48 {
        -webkit-border-top-right-radius: 48px !important;
        border-top-right-radius: 48px !important
    }

    .border-radius-sm-bottom-right-48 {
        -webkit-border-bottom-right-radius: 48px !important;
        border-bottom-right-radius: 48px !important
    }

    .border-radius-sm-49 {
        -webkit-border-radius: 49px !important;
        border-radius: 49px !important
    }

    .border-radius-sm-top-left-49 {
        -webkit-border-top-left-radius: 49px !important;
        border-top-left-radius: 49px !important
    }

    .border-radius-sm-bottom-left-49 {
        -webkit-border-bottom-left-radius: 49px !important;
        border-bottom-left-radius: 49px !important
    }

    .border-radius-sm-top-right-49 {
        -webkit-border-top-right-radius: 49px !important;
        border-top-right-radius: 49px !important
    }

    .border-radius-sm-bottom-right-49 {
        -webkit-border-bottom-right-radius: 49px !important;
        border-bottom-right-radius: 49px !important
    }

    .border-radius-sm-50 {
        -webkit-border-radius: 50px !important;
        border-radius: 50px !important
    }

    .border-radius-sm-top-left-50 {
        -webkit-border-top-left-radius: 50px !important;
        border-top-left-radius: 50px !important
    }

    .border-radius-sm-bottom-left-50 {
        -webkit-border-bottom-left-radius: 50px !important;
        border-bottom-left-radius: 50px !important
    }

    .border-radius-sm-top-right-50 {
        -webkit-border-top-right-radius: 50px !important;
        border-top-right-radius: 50px !important
    }

    .border-radius-sm-bottom-right-50 {
        -webkit-border-bottom-right-radius: 50px !important;
        border-bottom-right-radius: 50px !important
    }

    .border-radius-sm-51 {
        -webkit-border-radius: 51px !important;
        border-radius: 51px !important
    }

    .border-radius-sm-top-left-51 {
        -webkit-border-top-left-radius: 51px !important;
        border-top-left-radius: 51px !important
    }

    .border-radius-sm-bottom-left-51 {
        -webkit-border-bottom-left-radius: 51px !important;
        border-bottom-left-radius: 51px !important
    }

    .border-radius-sm-top-right-51 {
        -webkit-border-top-right-radius: 51px !important;
        border-top-right-radius: 51px !important
    }

    .border-radius-sm-bottom-right-51 {
        -webkit-border-bottom-right-radius: 51px !important;
        border-bottom-right-radius: 51px !important
    }

    .border-radius-sm-52 {
        -webkit-border-radius: 52px !important;
        border-radius: 52px !important
    }

    .border-radius-sm-top-left-52 {
        -webkit-border-top-left-radius: 52px !important;
        border-top-left-radius: 52px !important
    }

    .border-radius-sm-bottom-left-52 {
        -webkit-border-bottom-left-radius: 52px !important;
        border-bottom-left-radius: 52px !important
    }

    .border-radius-sm-top-right-52 {
        -webkit-border-top-right-radius: 52px !important;
        border-top-right-radius: 52px !important
    }

    .border-radius-sm-bottom-right-52 {
        -webkit-border-bottom-right-radius: 52px !important;
        border-bottom-right-radius: 52px !important
    }

    .border-radius-sm-53 {
        -webkit-border-radius: 53px !important;
        border-radius: 53px !important
    }

    .border-radius-sm-top-left-53 {
        -webkit-border-top-left-radius: 53px !important;
        border-top-left-radius: 53px !important
    }

    .border-radius-sm-bottom-left-53 {
        -webkit-border-bottom-left-radius: 53px !important;
        border-bottom-left-radius: 53px !important
    }

    .border-radius-sm-top-right-53 {
        -webkit-border-top-right-radius: 53px !important;
        border-top-right-radius: 53px !important
    }

    .border-radius-sm-bottom-right-53 {
        -webkit-border-bottom-right-radius: 53px !important;
        border-bottom-right-radius: 53px !important
    }

    .border-radius-sm-54 {
        -webkit-border-radius: 54px !important;
        border-radius: 54px !important
    }

    .border-radius-sm-top-left-54 {
        -webkit-border-top-left-radius: 54px !important;
        border-top-left-radius: 54px !important
    }

    .border-radius-sm-bottom-left-54 {
        -webkit-border-bottom-left-radius: 54px !important;
        border-bottom-left-radius: 54px !important
    }

    .border-radius-sm-top-right-54 {
        -webkit-border-top-right-radius: 54px !important;
        border-top-right-radius: 54px !important
    }

    .border-radius-sm-bottom-right-54 {
        -webkit-border-bottom-right-radius: 54px !important;
        border-bottom-right-radius: 54px !important
    }

    .border-radius-sm-55 {
        -webkit-border-radius: 55px !important;
        border-radius: 55px !important
    }

    .border-radius-sm-top-left-55 {
        -webkit-border-top-left-radius: 55px !important;
        border-top-left-radius: 55px !important
    }

    .border-radius-sm-bottom-left-55 {
        -webkit-border-bottom-left-radius: 55px !important;
        border-bottom-left-radius: 55px !important
    }

    .border-radius-sm-top-right-55 {
        -webkit-border-top-right-radius: 55px !important;
        border-top-right-radius: 55px !important
    }

    .border-radius-sm-bottom-right-55 {
        -webkit-border-bottom-right-radius: 55px !important;
        border-bottom-right-radius: 55px !important
    }

    .border-radius-sm-56 {
        -webkit-border-radius: 56px !important;
        border-radius: 56px !important
    }

    .border-radius-sm-top-left-56 {
        -webkit-border-top-left-radius: 56px !important;
        border-top-left-radius: 56px !important
    }

    .border-radius-sm-bottom-left-56 {
        -webkit-border-bottom-left-radius: 56px !important;
        border-bottom-left-radius: 56px !important
    }

    .border-radius-sm-top-right-56 {
        -webkit-border-top-right-radius: 56px !important;
        border-top-right-radius: 56px !important
    }

    .border-radius-sm-bottom-right-56 {
        -webkit-border-bottom-right-radius: 56px !important;
        border-bottom-right-radius: 56px !important
    }

    .border-radius-sm-57 {
        -webkit-border-radius: 57px !important;
        border-radius: 57px !important
    }

    .border-radius-sm-top-left-57 {
        -webkit-border-top-left-radius: 57px !important;
        border-top-left-radius: 57px !important
    }

    .border-radius-sm-bottom-left-57 {
        -webkit-border-bottom-left-radius: 57px !important;
        border-bottom-left-radius: 57px !important
    }

    .border-radius-sm-top-right-57 {
        -webkit-border-top-right-radius: 57px !important;
        border-top-right-radius: 57px !important
    }

    .border-radius-sm-bottom-right-57 {
        -webkit-border-bottom-right-radius: 57px !important;
        border-bottom-right-radius: 57px !important
    }

    .border-radius-sm-58 {
        -webkit-border-radius: 58px !important;
        border-radius: 58px !important
    }

    .border-radius-sm-top-left-58 {
        -webkit-border-top-left-radius: 58px !important;
        border-top-left-radius: 58px !important
    }

    .border-radius-sm-bottom-left-58 {
        -webkit-border-bottom-left-radius: 58px !important;
        border-bottom-left-radius: 58px !important
    }

    .border-radius-sm-top-right-58 {
        -webkit-border-top-right-radius: 58px !important;
        border-top-right-radius: 58px !important
    }

    .border-radius-sm-bottom-right-58 {
        -webkit-border-bottom-right-radius: 58px !important;
        border-bottom-right-radius: 58px !important
    }

    .border-radius-sm-59 {
        -webkit-border-radius: 59px !important;
        border-radius: 59px !important
    }

    .border-radius-sm-top-left-59 {
        -webkit-border-top-left-radius: 59px !important;
        border-top-left-radius: 59px !important
    }

    .border-radius-sm-bottom-left-59 {
        -webkit-border-bottom-left-radius: 59px !important;
        border-bottom-left-radius: 59px !important
    }

    .border-radius-sm-top-right-59 {
        -webkit-border-top-right-radius: 59px !important;
        border-top-right-radius: 59px !important
    }

    .border-radius-sm-bottom-right-59 {
        -webkit-border-bottom-right-radius: 59px !important;
        border-bottom-right-radius: 59px !important
    }

    .border-radius-sm-60 {
        -webkit-border-radius: 60px !important;
        border-radius: 60px !important
    }

    .border-radius-sm-top-left-60 {
        -webkit-border-top-left-radius: 60px !important;
        border-top-left-radius: 60px !important
    }

    .border-radius-sm-bottom-left-60 {
        -webkit-border-bottom-left-radius: 60px !important;
        border-bottom-left-radius: 60px !important
    }

    .border-radius-sm-top-right-60 {
        -webkit-border-top-right-radius: 60px !important;
        border-top-right-radius: 60px !important
    }

    .border-radius-sm-bottom-right-60 {
        -webkit-border-bottom-right-radius: 60px !important;
        border-bottom-right-radius: 60px !important
    }

    .border-radius-sm-61 {
        -webkit-border-radius: 61px !important;
        border-radius: 61px !important
    }

    .border-radius-sm-top-left-61 {
        -webkit-border-top-left-radius: 61px !important;
        border-top-left-radius: 61px !important
    }

    .border-radius-sm-bottom-left-61 {
        -webkit-border-bottom-left-radius: 61px !important;
        border-bottom-left-radius: 61px !important
    }

    .border-radius-sm-top-right-61 {
        -webkit-border-top-right-radius: 61px !important;
        border-top-right-radius: 61px !important
    }

    .border-radius-sm-bottom-right-61 {
        -webkit-border-bottom-right-radius: 61px !important;
        border-bottom-right-radius: 61px !important
    }

    .border-radius-sm-62 {
        -webkit-border-radius: 62px !important;
        border-radius: 62px !important
    }

    .border-radius-sm-top-left-62 {
        -webkit-border-top-left-radius: 62px !important;
        border-top-left-radius: 62px !important
    }

    .border-radius-sm-bottom-left-62 {
        -webkit-border-bottom-left-radius: 62px !important;
        border-bottom-left-radius: 62px !important
    }

    .border-radius-sm-top-right-62 {
        -webkit-border-top-right-radius: 62px !important;
        border-top-right-radius: 62px !important
    }

    .border-radius-sm-bottom-right-62 {
        -webkit-border-bottom-right-radius: 62px !important;
        border-bottom-right-radius: 62px !important
    }

    .border-radius-sm-63 {
        -webkit-border-radius: 63px !important;
        border-radius: 63px !important
    }

    .border-radius-sm-top-left-63 {
        -webkit-border-top-left-radius: 63px !important;
        border-top-left-radius: 63px !important
    }

    .border-radius-sm-bottom-left-63 {
        -webkit-border-bottom-left-radius: 63px !important;
        border-bottom-left-radius: 63px !important
    }

    .border-radius-sm-top-right-63 {
        -webkit-border-top-right-radius: 63px !important;
        border-top-right-radius: 63px !important
    }

    .border-radius-sm-bottom-right-63 {
        -webkit-border-bottom-right-radius: 63px !important;
        border-bottom-right-radius: 63px !important
    }

    .border-radius-sm-64 {
        -webkit-border-radius: 64px !important;
        border-radius: 64px !important
    }

    .border-radius-sm-top-left-64 {
        -webkit-border-top-left-radius: 64px !important;
        border-top-left-radius: 64px !important
    }

    .border-radius-sm-bottom-left-64 {
        -webkit-border-bottom-left-radius: 64px !important;
        border-bottom-left-radius: 64px !important
    }

    .border-radius-sm-top-right-64 {
        -webkit-border-top-right-radius: 64px !important;
        border-top-right-radius: 64px !important
    }

    .border-radius-sm-bottom-right-64 {
        -webkit-border-bottom-right-radius: 64px !important;
        border-bottom-right-radius: 64px !important
    }

    .border-radius-sm-65 {
        -webkit-border-radius: 65px !important;
        border-radius: 65px !important
    }

    .border-radius-sm-top-left-65 {
        -webkit-border-top-left-radius: 65px !important;
        border-top-left-radius: 65px !important
    }

    .border-radius-sm-bottom-left-65 {
        -webkit-border-bottom-left-radius: 65px !important;
        border-bottom-left-radius: 65px !important
    }

    .border-radius-sm-top-right-65 {
        -webkit-border-top-right-radius: 65px !important;
        border-top-right-radius: 65px !important
    }

    .border-radius-sm-bottom-right-65 {
        -webkit-border-bottom-right-radius: 65px !important;
        border-bottom-right-radius: 65px !important
    }

    .border-radius-sm-66 {
        -webkit-border-radius: 66px !important;
        border-radius: 66px !important
    }

    .border-radius-sm-top-left-66 {
        -webkit-border-top-left-radius: 66px !important;
        border-top-left-radius: 66px !important
    }

    .border-radius-sm-bottom-left-66 {
        -webkit-border-bottom-left-radius: 66px !important;
        border-bottom-left-radius: 66px !important
    }

    .border-radius-sm-top-right-66 {
        -webkit-border-top-right-radius: 66px !important;
        border-top-right-radius: 66px !important
    }

    .border-radius-sm-bottom-right-66 {
        -webkit-border-bottom-right-radius: 66px !important;
        border-bottom-right-radius: 66px !important
    }

    .border-radius-sm-67 {
        -webkit-border-radius: 67px !important;
        border-radius: 67px !important
    }

    .border-radius-sm-top-left-67 {
        -webkit-border-top-left-radius: 67px !important;
        border-top-left-radius: 67px !important
    }

    .border-radius-sm-bottom-left-67 {
        -webkit-border-bottom-left-radius: 67px !important;
        border-bottom-left-radius: 67px !important
    }

    .border-radius-sm-top-right-67 {
        -webkit-border-top-right-radius: 67px !important;
        border-top-right-radius: 67px !important
    }

    .border-radius-sm-bottom-right-67 {
        -webkit-border-bottom-right-radius: 67px !important;
        border-bottom-right-radius: 67px !important
    }

    .border-radius-sm-68 {
        -webkit-border-radius: 68px !important;
        border-radius: 68px !important
    }

    .border-radius-sm-top-left-68 {
        -webkit-border-top-left-radius: 68px !important;
        border-top-left-radius: 68px !important
    }

    .border-radius-sm-bottom-left-68 {
        -webkit-border-bottom-left-radius: 68px !important;
        border-bottom-left-radius: 68px !important
    }

    .border-radius-sm-top-right-68 {
        -webkit-border-top-right-radius: 68px !important;
        border-top-right-radius: 68px !important
    }

    .border-radius-sm-bottom-right-68 {
        -webkit-border-bottom-right-radius: 68px !important;
        border-bottom-right-radius: 68px !important
    }

    .border-radius-sm-69 {
        -webkit-border-radius: 69px !important;
        border-radius: 69px !important
    }

    .border-radius-sm-top-left-69 {
        -webkit-border-top-left-radius: 69px !important;
        border-top-left-radius: 69px !important
    }

    .border-radius-sm-bottom-left-69 {
        -webkit-border-bottom-left-radius: 69px !important;
        border-bottom-left-radius: 69px !important
    }

    .border-radius-sm-top-right-69 {
        -webkit-border-top-right-radius: 69px !important;
        border-top-right-radius: 69px !important
    }

    .border-radius-sm-bottom-right-69 {
        -webkit-border-bottom-right-radius: 69px !important;
        border-bottom-right-radius: 69px !important
    }

    .border-radius-sm-70 {
        -webkit-border-radius: 70px !important;
        border-radius: 70px !important
    }

    .border-radius-sm-top-left-70 {
        -webkit-border-top-left-radius: 70px !important;
        border-top-left-radius: 70px !important
    }

    .border-radius-sm-bottom-left-70 {
        -webkit-border-bottom-left-radius: 70px !important;
        border-bottom-left-radius: 70px !important
    }

    .border-radius-sm-top-right-70 {
        -webkit-border-top-right-radius: 70px !important;
        border-top-right-radius: 70px !important
    }

    .border-radius-sm-bottom-right-70 {
        -webkit-border-bottom-right-radius: 70px !important;
        border-bottom-right-radius: 70px !important
    }

    .border-radius-sm-71 {
        -webkit-border-radius: 71px !important;
        border-radius: 71px !important
    }

    .border-radius-sm-top-left-71 {
        -webkit-border-top-left-radius: 71px !important;
        border-top-left-radius: 71px !important
    }

    .border-radius-sm-bottom-left-71 {
        -webkit-border-bottom-left-radius: 71px !important;
        border-bottom-left-radius: 71px !important
    }

    .border-radius-sm-top-right-71 {
        -webkit-border-top-right-radius: 71px !important;
        border-top-right-radius: 71px !important
    }

    .border-radius-sm-bottom-right-71 {
        -webkit-border-bottom-right-radius: 71px !important;
        border-bottom-right-radius: 71px !important
    }

    .border-radius-sm-72 {
        -webkit-border-radius: 72px !important;
        border-radius: 72px !important
    }

    .border-radius-sm-top-left-72 {
        -webkit-border-top-left-radius: 72px !important;
        border-top-left-radius: 72px !important
    }

    .border-radius-sm-bottom-left-72 {
        -webkit-border-bottom-left-radius: 72px !important;
        border-bottom-left-radius: 72px !important
    }

    .border-radius-sm-top-right-72 {
        -webkit-border-top-right-radius: 72px !important;
        border-top-right-radius: 72px !important
    }

    .border-radius-sm-bottom-right-72 {
        -webkit-border-bottom-right-radius: 72px !important;
        border-bottom-right-radius: 72px !important
    }

    .border-radius-sm-73 {
        -webkit-border-radius: 73px !important;
        border-radius: 73px !important
    }

    .border-radius-sm-top-left-73 {
        -webkit-border-top-left-radius: 73px !important;
        border-top-left-radius: 73px !important
    }

    .border-radius-sm-bottom-left-73 {
        -webkit-border-bottom-left-radius: 73px !important;
        border-bottom-left-radius: 73px !important
    }

    .border-radius-sm-top-right-73 {
        -webkit-border-top-right-radius: 73px !important;
        border-top-right-radius: 73px !important
    }

    .border-radius-sm-bottom-right-73 {
        -webkit-border-bottom-right-radius: 73px !important;
        border-bottom-right-radius: 73px !important
    }

    .border-radius-sm-74 {
        -webkit-border-radius: 74px !important;
        border-radius: 74px !important
    }

    .border-radius-sm-top-left-74 {
        -webkit-border-top-left-radius: 74px !important;
        border-top-left-radius: 74px !important
    }

    .border-radius-sm-bottom-left-74 {
        -webkit-border-bottom-left-radius: 74px !important;
        border-bottom-left-radius: 74px !important
    }

    .border-radius-sm-top-right-74 {
        -webkit-border-top-right-radius: 74px !important;
        border-top-right-radius: 74px !important
    }

    .border-radius-sm-bottom-right-74 {
        -webkit-border-bottom-right-radius: 74px !important;
        border-bottom-right-radius: 74px !important
    }

    .border-radius-sm-75 {
        -webkit-border-radius: 75px !important;
        border-radius: 75px !important
    }

    .border-radius-sm-top-left-75 {
        -webkit-border-top-left-radius: 75px !important;
        border-top-left-radius: 75px !important
    }

    .border-radius-sm-bottom-left-75 {
        -webkit-border-bottom-left-radius: 75px !important;
        border-bottom-left-radius: 75px !important
    }

    .border-radius-sm-top-right-75 {
        -webkit-border-top-right-radius: 75px !important;
        border-top-right-radius: 75px !important
    }

    .border-radius-sm-bottom-right-75 {
        -webkit-border-bottom-right-radius: 75px !important;
        border-bottom-right-radius: 75px !important
    }

    .border-radius-sm-76 {
        -webkit-border-radius: 76px !important;
        border-radius: 76px !important
    }

    .border-radius-sm-top-left-76 {
        -webkit-border-top-left-radius: 76px !important;
        border-top-left-radius: 76px !important
    }

    .border-radius-sm-bottom-left-76 {
        -webkit-border-bottom-left-radius: 76px !important;
        border-bottom-left-radius: 76px !important
    }

    .border-radius-sm-top-right-76 {
        -webkit-border-top-right-radius: 76px !important;
        border-top-right-radius: 76px !important
    }

    .border-radius-sm-bottom-right-76 {
        -webkit-border-bottom-right-radius: 76px !important;
        border-bottom-right-radius: 76px !important
    }

    .border-radius-sm-77 {
        -webkit-border-radius: 77px !important;
        border-radius: 77px !important
    }

    .border-radius-sm-top-left-77 {
        -webkit-border-top-left-radius: 77px !important;
        border-top-left-radius: 77px !important
    }

    .border-radius-sm-bottom-left-77 {
        -webkit-border-bottom-left-radius: 77px !important;
        border-bottom-left-radius: 77px !important
    }

    .border-radius-sm-top-right-77 {
        -webkit-border-top-right-radius: 77px !important;
        border-top-right-radius: 77px !important
    }

    .border-radius-sm-bottom-right-77 {
        -webkit-border-bottom-right-radius: 77px !important;
        border-bottom-right-radius: 77px !important
    }

    .border-radius-sm-78 {
        -webkit-border-radius: 78px !important;
        border-radius: 78px !important
    }

    .border-radius-sm-top-left-78 {
        -webkit-border-top-left-radius: 78px !important;
        border-top-left-radius: 78px !important
    }

    .border-radius-sm-bottom-left-78 {
        -webkit-border-bottom-left-radius: 78px !important;
        border-bottom-left-radius: 78px !important
    }

    .border-radius-sm-top-right-78 {
        -webkit-border-top-right-radius: 78px !important;
        border-top-right-radius: 78px !important
    }

    .border-radius-sm-bottom-right-78 {
        -webkit-border-bottom-right-radius: 78px !important;
        border-bottom-right-radius: 78px !important
    }

    .border-radius-sm-79 {
        -webkit-border-radius: 79px !important;
        border-radius: 79px !important
    }

    .border-radius-sm-top-left-79 {
        -webkit-border-top-left-radius: 79px !important;
        border-top-left-radius: 79px !important
    }

    .border-radius-sm-bottom-left-79 {
        -webkit-border-bottom-left-radius: 79px !important;
        border-bottom-left-radius: 79px !important
    }

    .border-radius-sm-top-right-79 {
        -webkit-border-top-right-radius: 79px !important;
        border-top-right-radius: 79px !important
    }

    .border-radius-sm-bottom-right-79 {
        -webkit-border-bottom-right-radius: 79px !important;
        border-bottom-right-radius: 79px !important
    }

    .border-radius-sm-80 {
        -webkit-border-radius: 80px !important;
        border-radius: 80px !important
    }

    .border-radius-sm-top-left-80 {
        -webkit-border-top-left-radius: 80px !important;
        border-top-left-radius: 80px !important
    }

    .border-radius-sm-bottom-left-80 {
        -webkit-border-bottom-left-radius: 80px !important;
        border-bottom-left-radius: 80px !important
    }

    .border-radius-sm-top-right-80 {
        -webkit-border-top-right-radius: 80px !important;
        border-top-right-radius: 80px !important
    }

    .border-radius-sm-bottom-right-80 {
        -webkit-border-bottom-right-radius: 80px !important;
        border-bottom-right-radius: 80px !important
    }

    .border-radius-sm-81 {
        -webkit-border-radius: 81px !important;
        border-radius: 81px !important
    }

    .border-radius-sm-top-left-81 {
        -webkit-border-top-left-radius: 81px !important;
        border-top-left-radius: 81px !important
    }

    .border-radius-sm-bottom-left-81 {
        -webkit-border-bottom-left-radius: 81px !important;
        border-bottom-left-radius: 81px !important
    }

    .border-radius-sm-top-right-81 {
        -webkit-border-top-right-radius: 81px !important;
        border-top-right-radius: 81px !important
    }

    .border-radius-sm-bottom-right-81 {
        -webkit-border-bottom-right-radius: 81px !important;
        border-bottom-right-radius: 81px !important
    }

    .border-radius-sm-82 {
        -webkit-border-radius: 82px !important;
        border-radius: 82px !important
    }

    .border-radius-sm-top-left-82 {
        -webkit-border-top-left-radius: 82px !important;
        border-top-left-radius: 82px !important
    }

    .border-radius-sm-bottom-left-82 {
        -webkit-border-bottom-left-radius: 82px !important;
        border-bottom-left-radius: 82px !important
    }

    .border-radius-sm-top-right-82 {
        -webkit-border-top-right-radius: 82px !important;
        border-top-right-radius: 82px !important
    }

    .border-radius-sm-bottom-right-82 {
        -webkit-border-bottom-right-radius: 82px !important;
        border-bottom-right-radius: 82px !important
    }

    .border-radius-sm-83 {
        -webkit-border-radius: 83px !important;
        border-radius: 83px !important
    }

    .border-radius-sm-top-left-83 {
        -webkit-border-top-left-radius: 83px !important;
        border-top-left-radius: 83px !important
    }

    .border-radius-sm-bottom-left-83 {
        -webkit-border-bottom-left-radius: 83px !important;
        border-bottom-left-radius: 83px !important
    }

    .border-radius-sm-top-right-83 {
        -webkit-border-top-right-radius: 83px !important;
        border-top-right-radius: 83px !important
    }

    .border-radius-sm-bottom-right-83 {
        -webkit-border-bottom-right-radius: 83px !important;
        border-bottom-right-radius: 83px !important
    }

    .border-radius-sm-84 {
        -webkit-border-radius: 84px !important;
        border-radius: 84px !important
    }

    .border-radius-sm-top-left-84 {
        -webkit-border-top-left-radius: 84px !important;
        border-top-left-radius: 84px !important
    }

    .border-radius-sm-bottom-left-84 {
        -webkit-border-bottom-left-radius: 84px !important;
        border-bottom-left-radius: 84px !important
    }

    .border-radius-sm-top-right-84 {
        -webkit-border-top-right-radius: 84px !important;
        border-top-right-radius: 84px !important
    }

    .border-radius-sm-bottom-right-84 {
        -webkit-border-bottom-right-radius: 84px !important;
        border-bottom-right-radius: 84px !important
    }

    .border-radius-sm-85 {
        -webkit-border-radius: 85px !important;
        border-radius: 85px !important
    }

    .border-radius-sm-top-left-85 {
        -webkit-border-top-left-radius: 85px !important;
        border-top-left-radius: 85px !important
    }

    .border-radius-sm-bottom-left-85 {
        -webkit-border-bottom-left-radius: 85px !important;
        border-bottom-left-radius: 85px !important
    }

    .border-radius-sm-top-right-85 {
        -webkit-border-top-right-radius: 85px !important;
        border-top-right-radius: 85px !important
    }

    .border-radius-sm-bottom-right-85 {
        -webkit-border-bottom-right-radius: 85px !important;
        border-bottom-right-radius: 85px !important
    }

    .border-radius-sm-86 {
        -webkit-border-radius: 86px !important;
        border-radius: 86px !important
    }

    .border-radius-sm-top-left-86 {
        -webkit-border-top-left-radius: 86px !important;
        border-top-left-radius: 86px !important
    }

    .border-radius-sm-bottom-left-86 {
        -webkit-border-bottom-left-radius: 86px !important;
        border-bottom-left-radius: 86px !important
    }

    .border-radius-sm-top-right-86 {
        -webkit-border-top-right-radius: 86px !important;
        border-top-right-radius: 86px !important
    }

    .border-radius-sm-bottom-right-86 {
        -webkit-border-bottom-right-radius: 86px !important;
        border-bottom-right-radius: 86px !important
    }

    .border-radius-sm-87 {
        -webkit-border-radius: 87px !important;
        border-radius: 87px !important
    }

    .border-radius-sm-top-left-87 {
        -webkit-border-top-left-radius: 87px !important;
        border-top-left-radius: 87px !important
    }

    .border-radius-sm-bottom-left-87 {
        -webkit-border-bottom-left-radius: 87px !important;
        border-bottom-left-radius: 87px !important
    }

    .border-radius-sm-top-right-87 {
        -webkit-border-top-right-radius: 87px !important;
        border-top-right-radius: 87px !important
    }

    .border-radius-sm-bottom-right-87 {
        -webkit-border-bottom-right-radius: 87px !important;
        border-bottom-right-radius: 87px !important
    }

    .border-radius-sm-88 {
        -webkit-border-radius: 88px !important;
        border-radius: 88px !important
    }

    .border-radius-sm-top-left-88 {
        -webkit-border-top-left-radius: 88px !important;
        border-top-left-radius: 88px !important
    }

    .border-radius-sm-bottom-left-88 {
        -webkit-border-bottom-left-radius: 88px !important;
        border-bottom-left-radius: 88px !important
    }

    .border-radius-sm-top-right-88 {
        -webkit-border-top-right-radius: 88px !important;
        border-top-right-radius: 88px !important
    }

    .border-radius-sm-bottom-right-88 {
        -webkit-border-bottom-right-radius: 88px !important;
        border-bottom-right-radius: 88px !important
    }

    .border-radius-sm-89 {
        -webkit-border-radius: 89px !important;
        border-radius: 89px !important
    }

    .border-radius-sm-top-left-89 {
        -webkit-border-top-left-radius: 89px !important;
        border-top-left-radius: 89px !important
    }

    .border-radius-sm-bottom-left-89 {
        -webkit-border-bottom-left-radius: 89px !important;
        border-bottom-left-radius: 89px !important
    }

    .border-radius-sm-top-right-89 {
        -webkit-border-top-right-radius: 89px !important;
        border-top-right-radius: 89px !important
    }

    .border-radius-sm-bottom-right-89 {
        -webkit-border-bottom-right-radius: 89px !important;
        border-bottom-right-radius: 89px !important
    }

    .border-radius-sm-90 {
        -webkit-border-radius: 90px !important;
        border-radius: 90px !important
    }

    .border-radius-sm-top-left-90 {
        -webkit-border-top-left-radius: 90px !important;
        border-top-left-radius: 90px !important
    }

    .border-radius-sm-bottom-left-90 {
        -webkit-border-bottom-left-radius: 90px !important;
        border-bottom-left-radius: 90px !important
    }

    .border-radius-sm-top-right-90 {
        -webkit-border-top-right-radius: 90px !important;
        border-top-right-radius: 90px !important
    }

    .border-radius-sm-bottom-right-90 {
        -webkit-border-bottom-right-radius: 90px !important;
        border-bottom-right-radius: 90px !important
    }

    .border-radius-sm-91 {
        -webkit-border-radius: 91px !important;
        border-radius: 91px !important
    }

    .border-radius-sm-top-left-91 {
        -webkit-border-top-left-radius: 91px !important;
        border-top-left-radius: 91px !important
    }

    .border-radius-sm-bottom-left-91 {
        -webkit-border-bottom-left-radius: 91px !important;
        border-bottom-left-radius: 91px !important
    }

    .border-radius-sm-top-right-91 {
        -webkit-border-top-right-radius: 91px !important;
        border-top-right-radius: 91px !important
    }

    .border-radius-sm-bottom-right-91 {
        -webkit-border-bottom-right-radius: 91px !important;
        border-bottom-right-radius: 91px !important
    }

    .border-radius-sm-92 {
        -webkit-border-radius: 92px !important;
        border-radius: 92px !important
    }

    .border-radius-sm-top-left-92 {
        -webkit-border-top-left-radius: 92px !important;
        border-top-left-radius: 92px !important
    }

    .border-radius-sm-bottom-left-92 {
        -webkit-border-bottom-left-radius: 92px !important;
        border-bottom-left-radius: 92px !important
    }

    .border-radius-sm-top-right-92 {
        -webkit-border-top-right-radius: 92px !important;
        border-top-right-radius: 92px !important
    }

    .border-radius-sm-bottom-right-92 {
        -webkit-border-bottom-right-radius: 92px !important;
        border-bottom-right-radius: 92px !important
    }

    .border-radius-sm-93 {
        -webkit-border-radius: 93px !important;
        border-radius: 93px !important
    }

    .border-radius-sm-top-left-93 {
        -webkit-border-top-left-radius: 93px !important;
        border-top-left-radius: 93px !important
    }

    .border-radius-sm-bottom-left-93 {
        -webkit-border-bottom-left-radius: 93px !important;
        border-bottom-left-radius: 93px !important
    }

    .border-radius-sm-top-right-93 {
        -webkit-border-top-right-radius: 93px !important;
        border-top-right-radius: 93px !important
    }

    .border-radius-sm-bottom-right-93 {
        -webkit-border-bottom-right-radius: 93px !important;
        border-bottom-right-radius: 93px !important
    }

    .border-radius-sm-94 {
        -webkit-border-radius: 94px !important;
        border-radius: 94px !important
    }

    .border-radius-sm-top-left-94 {
        -webkit-border-top-left-radius: 94px !important;
        border-top-left-radius: 94px !important
    }

    .border-radius-sm-bottom-left-94 {
        -webkit-border-bottom-left-radius: 94px !important;
        border-bottom-left-radius: 94px !important
    }

    .border-radius-sm-top-right-94 {
        -webkit-border-top-right-radius: 94px !important;
        border-top-right-radius: 94px !important
    }

    .border-radius-sm-bottom-right-94 {
        -webkit-border-bottom-right-radius: 94px !important;
        border-bottom-right-radius: 94px !important
    }

    .border-radius-sm-95 {
        -webkit-border-radius: 95px !important;
        border-radius: 95px !important
    }

    .border-radius-sm-top-left-95 {
        -webkit-border-top-left-radius: 95px !important;
        border-top-left-radius: 95px !important
    }

    .border-radius-sm-bottom-left-95 {
        -webkit-border-bottom-left-radius: 95px !important;
        border-bottom-left-radius: 95px !important
    }

    .border-radius-sm-top-right-95 {
        -webkit-border-top-right-radius: 95px !important;
        border-top-right-radius: 95px !important
    }

    .border-radius-sm-bottom-right-95 {
        -webkit-border-bottom-right-radius: 95px !important;
        border-bottom-right-radius: 95px !important
    }

    .border-radius-sm-96 {
        -webkit-border-radius: 96px !important;
        border-radius: 96px !important
    }

    .border-radius-sm-top-left-96 {
        -webkit-border-top-left-radius: 96px !important;
        border-top-left-radius: 96px !important
    }

    .border-radius-sm-bottom-left-96 {
        -webkit-border-bottom-left-radius: 96px !important;
        border-bottom-left-radius: 96px !important
    }

    .border-radius-sm-top-right-96 {
        -webkit-border-top-right-radius: 96px !important;
        border-top-right-radius: 96px !important
    }

    .border-radius-sm-bottom-right-96 {
        -webkit-border-bottom-right-radius: 96px !important;
        border-bottom-right-radius: 96px !important
    }

    .border-radius-sm-97 {
        -webkit-border-radius: 97px !important;
        border-radius: 97px !important
    }

    .border-radius-sm-top-left-97 {
        -webkit-border-top-left-radius: 97px !important;
        border-top-left-radius: 97px !important
    }

    .border-radius-sm-bottom-left-97 {
        -webkit-border-bottom-left-radius: 97px !important;
        border-bottom-left-radius: 97px !important
    }

    .border-radius-sm-top-right-97 {
        -webkit-border-top-right-radius: 97px !important;
        border-top-right-radius: 97px !important
    }

    .border-radius-sm-bottom-right-97 {
        -webkit-border-bottom-right-radius: 97px !important;
        border-bottom-right-radius: 97px !important
    }

    .border-radius-sm-98 {
        -webkit-border-radius: 98px !important;
        border-radius: 98px !important
    }

    .border-radius-sm-top-left-98 {
        -webkit-border-top-left-radius: 98px !important;
        border-top-left-radius: 98px !important
    }

    .border-radius-sm-bottom-left-98 {
        -webkit-border-bottom-left-radius: 98px !important;
        border-bottom-left-radius: 98px !important
    }

    .border-radius-sm-top-right-98 {
        -webkit-border-top-right-radius: 98px !important;
        border-top-right-radius: 98px !important
    }

    .border-radius-sm-bottom-right-98 {
        -webkit-border-bottom-right-radius: 98px !important;
        border-bottom-right-radius: 98px !important
    }

    .border-radius-sm-99 {
        -webkit-border-radius: 99px !important;
        border-radius: 99px !important
    }

    .border-radius-sm-top-left-99 {
        -webkit-border-top-left-radius: 99px !important;
        border-top-left-radius: 99px !important
    }

    .border-radius-sm-bottom-left-99 {
        -webkit-border-bottom-left-radius: 99px !important;
        border-bottom-left-radius: 99px !important
    }

    .border-radius-sm-top-right-99 {
        -webkit-border-top-right-radius: 99px !important;
        border-top-right-radius: 99px !important
    }

    .border-radius-sm-bottom-right-99 {
        -webkit-border-bottom-right-radius: 99px !important;
        border-bottom-right-radius: 99px !important
    }

    .border-radius-sm-100 {
        -webkit-border-radius: 100px !important;
        border-radius: 100px !important
    }

    .border-radius-sm-top-left-100 {
        -webkit-border-top-left-radius: 100px !important;
        border-top-left-radius: 100px !important
    }

    .border-radius-sm-bottom-left-100 {
        -webkit-border-bottom-left-radius: 100px !important;
        border-bottom-left-radius: 100px !important
    }

    .border-radius-sm-top-right-100 {
        -webkit-border-top-right-radius: 100px !important;
        border-top-right-radius: 100px !important
    }

    .border-radius-sm-bottom-right-100 {
        -webkit-border-bottom-right-radius: 100px !important;
        border-bottom-right-radius: 100px !important
    }

    .w-sm-0 {
        width: 0% !important
    }

    .mnw-sm-0 {
        max-width: 0% !important
    }

    .mw-sm-0 {
        max-width: 0% !important
    }

    .h-sm-0 {
        height: 0% !important
    }

    .mnh-sm-0 {
        max-height: 0% !important
    }

    .mh-sm-0 {
        max-height: 0% !important
    }

    .w-sm-1 {
        width: 1% !important
    }

    .mnw-sm-1 {
        max-width: 1% !important
    }

    .mw-sm-1 {
        max-width: 1% !important
    }

    .h-sm-1 {
        height: 1% !important
    }

    .mnh-sm-1 {
        max-height: 1% !important
    }

    .mh-sm-1 {
        max-height: 1% !important
    }

    .w-sm-2 {
        width: 2% !important
    }

    .mnw-sm-2 {
        max-width: 2% !important
    }

    .mw-sm-2 {
        max-width: 2% !important
    }

    .h-sm-2 {
        height: 2% !important
    }

    .mnh-sm-2 {
        max-height: 2% !important
    }

    .mh-sm-2 {
        max-height: 2% !important
    }

    .w-sm-3 {
        width: 3% !important
    }

    .mnw-sm-3 {
        max-width: 3% !important
    }

    .mw-sm-3 {
        max-width: 3% !important
    }

    .h-sm-3 {
        height: 3% !important
    }

    .mnh-sm-3 {
        max-height: 3% !important
    }

    .mh-sm-3 {
        max-height: 3% !important
    }

    .w-sm-4 {
        width: 4% !important
    }

    .mnw-sm-4 {
        max-width: 4% !important
    }

    .mw-sm-4 {
        max-width: 4% !important
    }

    .h-sm-4 {
        height: 4% !important
    }

    .mnh-sm-4 {
        max-height: 4% !important
    }

    .mh-sm-4 {
        max-height: 4% !important
    }

    .w-sm-5 {
        width: 5% !important
    }

    .mnw-sm-5 {
        max-width: 5% !important
    }

    .mw-sm-5 {
        max-width: 5% !important
    }

    .h-sm-5 {
        height: 5% !important
    }

    .mnh-sm-5 {
        max-height: 5% !important
    }

    .mh-sm-5 {
        max-height: 5% !important
    }

    .w-sm-6 {
        width: 6% !important
    }

    .mnw-sm-6 {
        max-width: 6% !important
    }

    .mw-sm-6 {
        max-width: 6% !important
    }

    .h-sm-6 {
        height: 6% !important
    }

    .mnh-sm-6 {
        max-height: 6% !important
    }

    .mh-sm-6 {
        max-height: 6% !important
    }

    .w-sm-7 {
        width: 7% !important
    }

    .mnw-sm-7 {
        max-width: 7% !important
    }

    .mw-sm-7 {
        max-width: 7% !important
    }

    .h-sm-7 {
        height: 7% !important
    }

    .mnh-sm-7 {
        max-height: 7% !important
    }

    .mh-sm-7 {
        max-height: 7% !important
    }

    .w-sm-8 {
        width: 8% !important
    }

    .mnw-sm-8 {
        max-width: 8% !important
    }

    .mw-sm-8 {
        max-width: 8% !important
    }

    .h-sm-8 {
        height: 8% !important
    }

    .mnh-sm-8 {
        max-height: 8% !important
    }

    .mh-sm-8 {
        max-height: 8% !important
    }

    .w-sm-9 {
        width: 9% !important
    }

    .mnw-sm-9 {
        max-width: 9% !important
    }

    .mw-sm-9 {
        max-width: 9% !important
    }

    .h-sm-9 {
        height: 9% !important
    }

    .mnh-sm-9 {
        max-height: 9% !important
    }

    .mh-sm-9 {
        max-height: 9% !important
    }

    .w-sm-10 {
        width: 10% !important
    }

    .mnw-sm-10 {
        max-width: 10% !important
    }

    .mw-sm-10 {
        max-width: 10% !important
    }

    .h-sm-10 {
        height: 10% !important
    }

    .mnh-sm-10 {
        max-height: 10% !important
    }

    .mh-sm-10 {
        max-height: 10% !important
    }

    .w-sm-11 {
        width: 11% !important
    }

    .mnw-sm-11 {
        max-width: 11% !important
    }

    .mw-sm-11 {
        max-width: 11% !important
    }

    .h-sm-11 {
        height: 11% !important
    }

    .mnh-sm-11 {
        max-height: 11% !important
    }

    .mh-sm-11 {
        max-height: 11% !important
    }

    .w-sm-12 {
        width: 12% !important
    }

    .mnw-sm-12 {
        max-width: 12% !important
    }

    .mw-sm-12 {
        max-width: 12% !important
    }

    .h-sm-12 {
        height: 12% !important
    }

    .mnh-sm-12 {
        max-height: 12% !important
    }

    .mh-sm-12 {
        max-height: 12% !important
    }

    .w-sm-13 {
        width: 13% !important
    }

    .mnw-sm-13 {
        max-width: 13% !important
    }

    .mw-sm-13 {
        max-width: 13% !important
    }

    .h-sm-13 {
        height: 13% !important
    }

    .mnh-sm-13 {
        max-height: 13% !important
    }

    .mh-sm-13 {
        max-height: 13% !important
    }

    .w-sm-14 {
        width: 14% !important
    }

    .mnw-sm-14 {
        max-width: 14% !important
    }

    .mw-sm-14 {
        max-width: 14% !important
    }

    .h-sm-14 {
        height: 14% !important
    }

    .mnh-sm-14 {
        max-height: 14% !important
    }

    .mh-sm-14 {
        max-height: 14% !important
    }

    .w-sm-15 {
        width: 15% !important
    }

    .mnw-sm-15 {
        max-width: 15% !important
    }

    .mw-sm-15 {
        max-width: 15% !important
    }

    .h-sm-15 {
        height: 15% !important
    }

    .mnh-sm-15 {
        max-height: 15% !important
    }

    .mh-sm-15 {
        max-height: 15% !important
    }

    .w-sm-16 {
        width: 16% !important
    }

    .mnw-sm-16 {
        max-width: 16% !important
    }

    .mw-sm-16 {
        max-width: 16% !important
    }

    .h-sm-16 {
        height: 16% !important
    }

    .mnh-sm-16 {
        max-height: 16% !important
    }

    .mh-sm-16 {
        max-height: 16% !important
    }

    .w-sm-17 {
        width: 17% !important
    }

    .mnw-sm-17 {
        max-width: 17% !important
    }

    .mw-sm-17 {
        max-width: 17% !important
    }

    .h-sm-17 {
        height: 17% !important
    }

    .mnh-sm-17 {
        max-height: 17% !important
    }

    .mh-sm-17 {
        max-height: 17% !important
    }

    .w-sm-18 {
        width: 18% !important
    }

    .mnw-sm-18 {
        max-width: 18% !important
    }

    .mw-sm-18 {
        max-width: 18% !important
    }

    .h-sm-18 {
        height: 18% !important
    }

    .mnh-sm-18 {
        max-height: 18% !important
    }

    .mh-sm-18 {
        max-height: 18% !important
    }

    .w-sm-19 {
        width: 19% !important
    }

    .mnw-sm-19 {
        max-width: 19% !important
    }

    .mw-sm-19 {
        max-width: 19% !important
    }

    .h-sm-19 {
        height: 19% !important
    }

    .mnh-sm-19 {
        max-height: 19% !important
    }

    .mh-sm-19 {
        max-height: 19% !important
    }

    .w-sm-20 {
        width: 20% !important
    }

    .mnw-sm-20 {
        max-width: 20% !important
    }

    .mw-sm-20 {
        max-width: 20% !important
    }

    .h-sm-20 {
        height: 20% !important
    }

    .mnh-sm-20 {
        max-height: 20% !important
    }

    .mh-sm-20 {
        max-height: 20% !important
    }

    .w-sm-21 {
        width: 21% !important
    }

    .mnw-sm-21 {
        max-width: 21% !important
    }

    .mw-sm-21 {
        max-width: 21% !important
    }

    .h-sm-21 {
        height: 21% !important
    }

    .mnh-sm-21 {
        max-height: 21% !important
    }

    .mh-sm-21 {
        max-height: 21% !important
    }

    .w-sm-22 {
        width: 22% !important
    }

    .mnw-sm-22 {
        max-width: 22% !important
    }

    .mw-sm-22 {
        max-width: 22% !important
    }

    .h-sm-22 {
        height: 22% !important
    }

    .mnh-sm-22 {
        max-height: 22% !important
    }

    .mh-sm-22 {
        max-height: 22% !important
    }

    .w-sm-23 {
        width: 23% !important
    }

    .mnw-sm-23 {
        max-width: 23% !important
    }

    .mw-sm-23 {
        max-width: 23% !important
    }

    .h-sm-23 {
        height: 23% !important
    }

    .mnh-sm-23 {
        max-height: 23% !important
    }

    .mh-sm-23 {
        max-height: 23% !important
    }

    .w-sm-24 {
        width: 24% !important
    }

    .mnw-sm-24 {
        max-width: 24% !important
    }

    .mw-sm-24 {
        max-width: 24% !important
    }

    .h-sm-24 {
        height: 24% !important
    }

    .mnh-sm-24 {
        max-height: 24% !important
    }

    .mh-sm-24 {
        max-height: 24% !important
    }

    .w-sm-25 {
        width: 25% !important
    }

    .mnw-sm-25 {
        max-width: 25% !important
    }

    .mw-sm-25 {
        max-width: 25% !important
    }

    .h-sm-25 {
        height: 25% !important
    }

    .mnh-sm-25 {
        max-height: 25% !important
    }

    .mh-sm-25 {
        max-height: 25% !important
    }

    .w-sm-26 {
        width: 26% !important
    }

    .mnw-sm-26 {
        max-width: 26% !important
    }

    .mw-sm-26 {
        max-width: 26% !important
    }

    .h-sm-26 {
        height: 26% !important
    }

    .mnh-sm-26 {
        max-height: 26% !important
    }

    .mh-sm-26 {
        max-height: 26% !important
    }

    .w-sm-27 {
        width: 27% !important
    }

    .mnw-sm-27 {
        max-width: 27% !important
    }

    .mw-sm-27 {
        max-width: 27% !important
    }

    .h-sm-27 {
        height: 27% !important
    }

    .mnh-sm-27 {
        max-height: 27% !important
    }

    .mh-sm-27 {
        max-height: 27% !important
    }

    .w-sm-28 {
        width: 28% !important
    }

    .mnw-sm-28 {
        max-width: 28% !important
    }

    .mw-sm-28 {
        max-width: 28% !important
    }

    .h-sm-28 {
        height: 28% !important
    }

    .mnh-sm-28 {
        max-height: 28% !important
    }

    .mh-sm-28 {
        max-height: 28% !important
    }

    .w-sm-29 {
        width: 29% !important
    }

    .mnw-sm-29 {
        max-width: 29% !important
    }

    .mw-sm-29 {
        max-width: 29% !important
    }

    .h-sm-29 {
        height: 29% !important
    }

    .mnh-sm-29 {
        max-height: 29% !important
    }

    .mh-sm-29 {
        max-height: 29% !important
    }

    .w-sm-30 {
        width: 30% !important
    }

    .mnw-sm-30 {
        max-width: 30% !important
    }

    .mw-sm-30 {
        max-width: 30% !important
    }

    .h-sm-30 {
        height: 30% !important
    }

    .mnh-sm-30 {
        max-height: 30% !important
    }

    .mh-sm-30 {
        max-height: 30% !important
    }

    .w-sm-31 {
        width: 31% !important
    }

    .mnw-sm-31 {
        max-width: 31% !important
    }

    .mw-sm-31 {
        max-width: 31% !important
    }

    .h-sm-31 {
        height: 31% !important
    }

    .mnh-sm-31 {
        max-height: 31% !important
    }

    .mh-sm-31 {
        max-height: 31% !important
    }

    .w-sm-32 {
        width: 32% !important
    }

    .mnw-sm-32 {
        max-width: 32% !important
    }

    .mw-sm-32 {
        max-width: 32% !important
    }

    .h-sm-32 {
        height: 32% !important
    }

    .mnh-sm-32 {
        max-height: 32% !important
    }

    .mh-sm-32 {
        max-height: 32% !important
    }

    .w-sm-33 {
        width: 33% !important
    }

    .mnw-sm-33 {
        max-width: 33% !important
    }

    .mw-sm-33 {
        max-width: 33% !important
    }

    .h-sm-33 {
        height: 33% !important
    }

    .mnh-sm-33 {
        max-height: 33% !important
    }

    .mh-sm-33 {
        max-height: 33% !important
    }

    .w-sm-34 {
        width: 34% !important
    }

    .mnw-sm-34 {
        max-width: 34% !important
    }

    .mw-sm-34 {
        max-width: 34% !important
    }

    .h-sm-34 {
        height: 34% !important
    }

    .mnh-sm-34 {
        max-height: 34% !important
    }

    .mh-sm-34 {
        max-height: 34% !important
    }

    .w-sm-35 {
        width: 35% !important
    }

    .mnw-sm-35 {
        max-width: 35% !important
    }

    .mw-sm-35 {
        max-width: 35% !important
    }

    .h-sm-35 {
        height: 35% !important
    }

    .mnh-sm-35 {
        max-height: 35% !important
    }

    .mh-sm-35 {
        max-height: 35% !important
    }

    .w-sm-36 {
        width: 36% !important
    }

    .mnw-sm-36 {
        max-width: 36% !important
    }

    .mw-sm-36 {
        max-width: 36% !important
    }

    .h-sm-36 {
        height: 36% !important
    }

    .mnh-sm-36 {
        max-height: 36% !important
    }

    .mh-sm-36 {
        max-height: 36% !important
    }

    .w-sm-37 {
        width: 37% !important
    }

    .mnw-sm-37 {
        max-width: 37% !important
    }

    .mw-sm-37 {
        max-width: 37% !important
    }

    .h-sm-37 {
        height: 37% !important
    }

    .mnh-sm-37 {
        max-height: 37% !important
    }

    .mh-sm-37 {
        max-height: 37% !important
    }

    .w-sm-38 {
        width: 38% !important
    }

    .mnw-sm-38 {
        max-width: 38% !important
    }

    .mw-sm-38 {
        max-width: 38% !important
    }

    .h-sm-38 {
        height: 38% !important
    }

    .mnh-sm-38 {
        max-height: 38% !important
    }

    .mh-sm-38 {
        max-height: 38% !important
    }

    .w-sm-39 {
        width: 39% !important
    }

    .mnw-sm-39 {
        max-width: 39% !important
    }

    .mw-sm-39 {
        max-width: 39% !important
    }

    .h-sm-39 {
        height: 39% !important
    }

    .mnh-sm-39 {
        max-height: 39% !important
    }

    .mh-sm-39 {
        max-height: 39% !important
    }

    .w-sm-40 {
        width: 40% !important
    }

    .mnw-sm-40 {
        max-width: 40% !important
    }

    .mw-sm-40 {
        max-width: 40% !important
    }

    .h-sm-40 {
        height: 40% !important
    }

    .mnh-sm-40 {
        max-height: 40% !important
    }

    .mh-sm-40 {
        max-height: 40% !important
    }

    .w-sm-41 {
        width: 41% !important
    }

    .mnw-sm-41 {
        max-width: 41% !important
    }

    .mw-sm-41 {
        max-width: 41% !important
    }

    .h-sm-41 {
        height: 41% !important
    }

    .mnh-sm-41 {
        max-height: 41% !important
    }

    .mh-sm-41 {
        max-height: 41% !important
    }

    .w-sm-42 {
        width: 42% !important
    }

    .mnw-sm-42 {
        max-width: 42% !important
    }

    .mw-sm-42 {
        max-width: 42% !important
    }

    .h-sm-42 {
        height: 42% !important
    }

    .mnh-sm-42 {
        max-height: 42% !important
    }

    .mh-sm-42 {
        max-height: 42% !important
    }

    .w-sm-43 {
        width: 43% !important
    }

    .mnw-sm-43 {
        max-width: 43% !important
    }

    .mw-sm-43 {
        max-width: 43% !important
    }

    .h-sm-43 {
        height: 43% !important
    }

    .mnh-sm-43 {
        max-height: 43% !important
    }

    .mh-sm-43 {
        max-height: 43% !important
    }

    .w-sm-44 {
        width: 44% !important
    }

    .mnw-sm-44 {
        max-width: 44% !important
    }

    .mw-sm-44 {
        max-width: 44% !important
    }

    .h-sm-44 {
        height: 44% !important
    }

    .mnh-sm-44 {
        max-height: 44% !important
    }

    .mh-sm-44 {
        max-height: 44% !important
    }

    .w-sm-45 {
        width: 45% !important
    }

    .mnw-sm-45 {
        max-width: 45% !important
    }

    .mw-sm-45 {
        max-width: 45% !important
    }

    .h-sm-45 {
        height: 45% !important
    }

    .mnh-sm-45 {
        max-height: 45% !important
    }

    .mh-sm-45 {
        max-height: 45% !important
    }

    .w-sm-46 {
        width: 46% !important
    }

    .mnw-sm-46 {
        max-width: 46% !important
    }

    .mw-sm-46 {
        max-width: 46% !important
    }

    .h-sm-46 {
        height: 46% !important
    }

    .mnh-sm-46 {
        max-height: 46% !important
    }

    .mh-sm-46 {
        max-height: 46% !important
    }

    .w-sm-47 {
        width: 47% !important
    }

    .mnw-sm-47 {
        max-width: 47% !important
    }

    .mw-sm-47 {
        max-width: 47% !important
    }

    .h-sm-47 {
        height: 47% !important
    }

    .mnh-sm-47 {
        max-height: 47% !important
    }

    .mh-sm-47 {
        max-height: 47% !important
    }

    .w-sm-48 {
        width: 48% !important
    }

    .mnw-sm-48 {
        max-width: 48% !important
    }

    .mw-sm-48 {
        max-width: 48% !important
    }

    .h-sm-48 {
        height: 48% !important
    }

    .mnh-sm-48 {
        max-height: 48% !important
    }

    .mh-sm-48 {
        max-height: 48% !important
    }

    .w-sm-49 {
        width: 49% !important
    }

    .mnw-sm-49 {
        max-width: 49% !important
    }

    .mw-sm-49 {
        max-width: 49% !important
    }

    .h-sm-49 {
        height: 49% !important
    }

    .mnh-sm-49 {
        max-height: 49% !important
    }

    .mh-sm-49 {
        max-height: 49% !important
    }

    .w-sm-50 {
        width: 50% !important
    }

    .mnw-sm-50 {
        max-width: 50% !important
    }

    .mw-sm-50 {
        max-width: 50% !important
    }

    .h-sm-50 {
        height: 50% !important
    }

    .mnh-sm-50 {
        max-height: 50% !important
    }

    .mh-sm-50 {
        max-height: 50% !important
    }

    .w-sm-51 {
        width: 51% !important
    }

    .mnw-sm-51 {
        max-width: 51% !important
    }

    .mw-sm-51 {
        max-width: 51% !important
    }

    .h-sm-51 {
        height: 51% !important
    }

    .mnh-sm-51 {
        max-height: 51% !important
    }

    .mh-sm-51 {
        max-height: 51% !important
    }

    .w-sm-52 {
        width: 52% !important
    }

    .mnw-sm-52 {
        max-width: 52% !important
    }

    .mw-sm-52 {
        max-width: 52% !important
    }

    .h-sm-52 {
        height: 52% !important
    }

    .mnh-sm-52 {
        max-height: 52% !important
    }

    .mh-sm-52 {
        max-height: 52% !important
    }

    .w-sm-53 {
        width: 53% !important
    }

    .mnw-sm-53 {
        max-width: 53% !important
    }

    .mw-sm-53 {
        max-width: 53% !important
    }

    .h-sm-53 {
        height: 53% !important
    }

    .mnh-sm-53 {
        max-height: 53% !important
    }

    .mh-sm-53 {
        max-height: 53% !important
    }

    .w-sm-54 {
        width: 54% !important
    }

    .mnw-sm-54 {
        max-width: 54% !important
    }

    .mw-sm-54 {
        max-width: 54% !important
    }

    .h-sm-54 {
        height: 54% !important
    }

    .mnh-sm-54 {
        max-height: 54% !important
    }

    .mh-sm-54 {
        max-height: 54% !important
    }

    .w-sm-55 {
        width: 55% !important
    }

    .mnw-sm-55 {
        max-width: 55% !important
    }

    .mw-sm-55 {
        max-width: 55% !important
    }

    .h-sm-55 {
        height: 55% !important
    }

    .mnh-sm-55 {
        max-height: 55% !important
    }

    .mh-sm-55 {
        max-height: 55% !important
    }

    .w-sm-56 {
        width: 56% !important
    }

    .mnw-sm-56 {
        max-width: 56% !important
    }

    .mw-sm-56 {
        max-width: 56% !important
    }

    .h-sm-56 {
        height: 56% !important
    }

    .mnh-sm-56 {
        max-height: 56% !important
    }

    .mh-sm-56 {
        max-height: 56% !important
    }

    .w-sm-57 {
        width: 57% !important
    }

    .mnw-sm-57 {
        max-width: 57% !important
    }

    .mw-sm-57 {
        max-width: 57% !important
    }

    .h-sm-57 {
        height: 57% !important
    }

    .mnh-sm-57 {
        max-height: 57% !important
    }

    .mh-sm-57 {
        max-height: 57% !important
    }

    .w-sm-58 {
        width: 58% !important
    }

    .mnw-sm-58 {
        max-width: 58% !important
    }

    .mw-sm-58 {
        max-width: 58% !important
    }

    .h-sm-58 {
        height: 58% !important
    }

    .mnh-sm-58 {
        max-height: 58% !important
    }

    .mh-sm-58 {
        max-height: 58% !important
    }

    .w-sm-59 {
        width: 59% !important
    }

    .mnw-sm-59 {
        max-width: 59% !important
    }

    .mw-sm-59 {
        max-width: 59% !important
    }

    .h-sm-59 {
        height: 59% !important
    }

    .mnh-sm-59 {
        max-height: 59% !important
    }

    .mh-sm-59 {
        max-height: 59% !important
    }

    .w-sm-60 {
        width: 60% !important
    }

    .mnw-sm-60 {
        max-width: 60% !important
    }

    .mw-sm-60 {
        max-width: 60% !important
    }

    .h-sm-60 {
        height: 60% !important
    }

    .mnh-sm-60 {
        max-height: 60% !important
    }

    .mh-sm-60 {
        max-height: 60% !important
    }

    .w-sm-61 {
        width: 61% !important
    }

    .mnw-sm-61 {
        max-width: 61% !important
    }

    .mw-sm-61 {
        max-width: 61% !important
    }

    .h-sm-61 {
        height: 61% !important
    }

    .mnh-sm-61 {
        max-height: 61% !important
    }

    .mh-sm-61 {
        max-height: 61% !important
    }

    .w-sm-62 {
        width: 62% !important
    }

    .mnw-sm-62 {
        max-width: 62% !important
    }

    .mw-sm-62 {
        max-width: 62% !important
    }

    .h-sm-62 {
        height: 62% !important
    }

    .mnh-sm-62 {
        max-height: 62% !important
    }

    .mh-sm-62 {
        max-height: 62% !important
    }

    .w-sm-63 {
        width: 63% !important
    }

    .mnw-sm-63 {
        max-width: 63% !important
    }

    .mw-sm-63 {
        max-width: 63% !important
    }

    .h-sm-63 {
        height: 63% !important
    }

    .mnh-sm-63 {
        max-height: 63% !important
    }

    .mh-sm-63 {
        max-height: 63% !important
    }

    .w-sm-64 {
        width: 64% !important
    }

    .mnw-sm-64 {
        max-width: 64% !important
    }

    .mw-sm-64 {
        max-width: 64% !important
    }

    .h-sm-64 {
        height: 64% !important
    }

    .mnh-sm-64 {
        max-height: 64% !important
    }

    .mh-sm-64 {
        max-height: 64% !important
    }

    .w-sm-65 {
        width: 65% !important
    }

    .mnw-sm-65 {
        max-width: 65% !important
    }

    .mw-sm-65 {
        max-width: 65% !important
    }

    .h-sm-65 {
        height: 65% !important
    }

    .mnh-sm-65 {
        max-height: 65% !important
    }

    .mh-sm-65 {
        max-height: 65% !important
    }

    .w-sm-66 {
        width: 66% !important
    }

    .mnw-sm-66 {
        max-width: 66% !important
    }

    .mw-sm-66 {
        max-width: 66% !important
    }

    .h-sm-66 {
        height: 66% !important
    }

    .mnh-sm-66 {
        max-height: 66% !important
    }

    .mh-sm-66 {
        max-height: 66% !important
    }

    .w-sm-67 {
        width: 67% !important
    }

    .mnw-sm-67 {
        max-width: 67% !important
    }

    .mw-sm-67 {
        max-width: 67% !important
    }

    .h-sm-67 {
        height: 67% !important
    }

    .mnh-sm-67 {
        max-height: 67% !important
    }

    .mh-sm-67 {
        max-height: 67% !important
    }

    .w-sm-68 {
        width: 68% !important
    }

    .mnw-sm-68 {
        max-width: 68% !important
    }

    .mw-sm-68 {
        max-width: 68% !important
    }

    .h-sm-68 {
        height: 68% !important
    }

    .mnh-sm-68 {
        max-height: 68% !important
    }

    .mh-sm-68 {
        max-height: 68% !important
    }

    .w-sm-69 {
        width: 69% !important
    }

    .mnw-sm-69 {
        max-width: 69% !important
    }

    .mw-sm-69 {
        max-width: 69% !important
    }

    .h-sm-69 {
        height: 69% !important
    }

    .mnh-sm-69 {
        max-height: 69% !important
    }

    .mh-sm-69 {
        max-height: 69% !important
    }

    .w-sm-70 {
        width: 70% !important
    }

    .mnw-sm-70 {
        max-width: 70% !important
    }

    .mw-sm-70 {
        max-width: 70% !important
    }

    .h-sm-70 {
        height: 70% !important
    }

    .mnh-sm-70 {
        max-height: 70% !important
    }

    .mh-sm-70 {
        max-height: 70% !important
    }

    .w-sm-71 {
        width: 71% !important
    }

    .mnw-sm-71 {
        max-width: 71% !important
    }

    .mw-sm-71 {
        max-width: 71% !important
    }

    .h-sm-71 {
        height: 71% !important
    }

    .mnh-sm-71 {
        max-height: 71% !important
    }

    .mh-sm-71 {
        max-height: 71% !important
    }

    .w-sm-72 {
        width: 72% !important
    }

    .mnw-sm-72 {
        max-width: 72% !important
    }

    .mw-sm-72 {
        max-width: 72% !important
    }

    .h-sm-72 {
        height: 72% !important
    }

    .mnh-sm-72 {
        max-height: 72% !important
    }

    .mh-sm-72 {
        max-height: 72% !important
    }

    .w-sm-73 {
        width: 73% !important
    }

    .mnw-sm-73 {
        max-width: 73% !important
    }

    .mw-sm-73 {
        max-width: 73% !important
    }

    .h-sm-73 {
        height: 73% !important
    }

    .mnh-sm-73 {
        max-height: 73% !important
    }

    .mh-sm-73 {
        max-height: 73% !important
    }

    .w-sm-74 {
        width: 74% !important
    }

    .mnw-sm-74 {
        max-width: 74% !important
    }

    .mw-sm-74 {
        max-width: 74% !important
    }

    .h-sm-74 {
        height: 74% !important
    }

    .mnh-sm-74 {
        max-height: 74% !important
    }

    .mh-sm-74 {
        max-height: 74% !important
    }

    .w-sm-75 {
        width: 75% !important
    }

    .mnw-sm-75 {
        max-width: 75% !important
    }

    .mw-sm-75 {
        max-width: 75% !important
    }

    .h-sm-75 {
        height: 75% !important
    }

    .mnh-sm-75 {
        max-height: 75% !important
    }

    .mh-sm-75 {
        max-height: 75% !important
    }

    .w-sm-76 {
        width: 76% !important
    }

    .mnw-sm-76 {
        max-width: 76% !important
    }

    .mw-sm-76 {
        max-width: 76% !important
    }

    .h-sm-76 {
        height: 76% !important
    }

    .mnh-sm-76 {
        max-height: 76% !important
    }

    .mh-sm-76 {
        max-height: 76% !important
    }

    .w-sm-77 {
        width: 77% !important
    }

    .mnw-sm-77 {
        max-width: 77% !important
    }

    .mw-sm-77 {
        max-width: 77% !important
    }

    .h-sm-77 {
        height: 77% !important
    }

    .mnh-sm-77 {
        max-height: 77% !important
    }

    .mh-sm-77 {
        max-height: 77% !important
    }

    .w-sm-78 {
        width: 78% !important
    }

    .mnw-sm-78 {
        max-width: 78% !important
    }

    .mw-sm-78 {
        max-width: 78% !important
    }

    .h-sm-78 {
        height: 78% !important
    }

    .mnh-sm-78 {
        max-height: 78% !important
    }

    .mh-sm-78 {
        max-height: 78% !important
    }

    .w-sm-79 {
        width: 79% !important
    }

    .mnw-sm-79 {
        max-width: 79% !important
    }

    .mw-sm-79 {
        max-width: 79% !important
    }

    .h-sm-79 {
        height: 79% !important
    }

    .mnh-sm-79 {
        max-height: 79% !important
    }

    .mh-sm-79 {
        max-height: 79% !important
    }

    .w-sm-80 {
        width: 80% !important
    }

    .mnw-sm-80 {
        max-width: 80% !important
    }

    .mw-sm-80 {
        max-width: 80% !important
    }

    .h-sm-80 {
        height: 80% !important
    }

    .mnh-sm-80 {
        max-height: 80% !important
    }

    .mh-sm-80 {
        max-height: 80% !important
    }

    .w-sm-81 {
        width: 81% !important
    }

    .mnw-sm-81 {
        max-width: 81% !important
    }

    .mw-sm-81 {
        max-width: 81% !important
    }

    .h-sm-81 {
        height: 81% !important
    }

    .mnh-sm-81 {
        max-height: 81% !important
    }

    .mh-sm-81 {
        max-height: 81% !important
    }

    .w-sm-82 {
        width: 82% !important
    }

    .mnw-sm-82 {
        max-width: 82% !important
    }

    .mw-sm-82 {
        max-width: 82% !important
    }

    .h-sm-82 {
        height: 82% !important
    }

    .mnh-sm-82 {
        max-height: 82% !important
    }

    .mh-sm-82 {
        max-height: 82% !important
    }

    .w-sm-83 {
        width: 83% !important
    }

    .mnw-sm-83 {
        max-width: 83% !important
    }

    .mw-sm-83 {
        max-width: 83% !important
    }

    .h-sm-83 {
        height: 83% !important
    }

    .mnh-sm-83 {
        max-height: 83% !important
    }

    .mh-sm-83 {
        max-height: 83% !important
    }

    .w-sm-84 {
        width: 84% !important
    }

    .mnw-sm-84 {
        max-width: 84% !important
    }

    .mw-sm-84 {
        max-width: 84% !important
    }

    .h-sm-84 {
        height: 84% !important
    }

    .mnh-sm-84 {
        max-height: 84% !important
    }

    .mh-sm-84 {
        max-height: 84% !important
    }

    .w-sm-85 {
        width: 85% !important
    }

    .mnw-sm-85 {
        max-width: 85% !important
    }

    .mw-sm-85 {
        max-width: 85% !important
    }

    .h-sm-85 {
        height: 85% !important
    }

    .mnh-sm-85 {
        max-height: 85% !important
    }

    .mh-sm-85 {
        max-height: 85% !important
    }

    .w-sm-86 {
        width: 86% !important
    }

    .mnw-sm-86 {
        max-width: 86% !important
    }

    .mw-sm-86 {
        max-width: 86% !important
    }

    .h-sm-86 {
        height: 86% !important
    }

    .mnh-sm-86 {
        max-height: 86% !important
    }

    .mh-sm-86 {
        max-height: 86% !important
    }

    .w-sm-87 {
        width: 87% !important
    }

    .mnw-sm-87 {
        max-width: 87% !important
    }

    .mw-sm-87 {
        max-width: 87% !important
    }

    .h-sm-87 {
        height: 87% !important
    }

    .mnh-sm-87 {
        max-height: 87% !important
    }

    .mh-sm-87 {
        max-height: 87% !important
    }

    .w-sm-88 {
        width: 88% !important
    }

    .mnw-sm-88 {
        max-width: 88% !important
    }

    .mw-sm-88 {
        max-width: 88% !important
    }

    .h-sm-88 {
        height: 88% !important
    }

    .mnh-sm-88 {
        max-height: 88% !important
    }

    .mh-sm-88 {
        max-height: 88% !important
    }

    .w-sm-89 {
        width: 89% !important
    }

    .mnw-sm-89 {
        max-width: 89% !important
    }

    .mw-sm-89 {
        max-width: 89% !important
    }

    .h-sm-89 {
        height: 89% !important
    }

    .mnh-sm-89 {
        max-height: 89% !important
    }

    .mh-sm-89 {
        max-height: 89% !important
    }

    .w-sm-90 {
        width: 90% !important
    }

    .mnw-sm-90 {
        max-width: 90% !important
    }

    .mw-sm-90 {
        max-width: 90% !important
    }

    .h-sm-90 {
        height: 90% !important
    }

    .mnh-sm-90 {
        max-height: 90% !important
    }

    .mh-sm-90 {
        max-height: 90% !important
    }

    .w-sm-91 {
        width: 91% !important
    }

    .mnw-sm-91 {
        max-width: 91% !important
    }

    .mw-sm-91 {
        max-width: 91% !important
    }

    .h-sm-91 {
        height: 91% !important
    }

    .mnh-sm-91 {
        max-height: 91% !important
    }

    .mh-sm-91 {
        max-height: 91% !important
    }

    .w-sm-92 {
        width: 92% !important
    }

    .mnw-sm-92 {
        max-width: 92% !important
    }

    .mw-sm-92 {
        max-width: 92% !important
    }

    .h-sm-92 {
        height: 92% !important
    }

    .mnh-sm-92 {
        max-height: 92% !important
    }

    .mh-sm-92 {
        max-height: 92% !important
    }

    .w-sm-93 {
        width: 93% !important
    }

    .mnw-sm-93 {
        max-width: 93% !important
    }

    .mw-sm-93 {
        max-width: 93% !important
    }

    .h-sm-93 {
        height: 93% !important
    }

    .mnh-sm-93 {
        max-height: 93% !important
    }

    .mh-sm-93 {
        max-height: 93% !important
    }

    .w-sm-94 {
        width: 94% !important
    }

    .mnw-sm-94 {
        max-width: 94% !important
    }

    .mw-sm-94 {
        max-width: 94% !important
    }

    .h-sm-94 {
        height: 94% !important
    }

    .mnh-sm-94 {
        max-height: 94% !important
    }

    .mh-sm-94 {
        max-height: 94% !important
    }

    .w-sm-95 {
        width: 95% !important
    }

    .mnw-sm-95 {
        max-width: 95% !important
    }

    .mw-sm-95 {
        max-width: 95% !important
    }

    .h-sm-95 {
        height: 95% !important
    }

    .mnh-sm-95 {
        max-height: 95% !important
    }

    .mh-sm-95 {
        max-height: 95% !important
    }

    .w-sm-96 {
        width: 96% !important
    }

    .mnw-sm-96 {
        max-width: 96% !important
    }

    .mw-sm-96 {
        max-width: 96% !important
    }

    .h-sm-96 {
        height: 96% !important
    }

    .mnh-sm-96 {
        max-height: 96% !important
    }

    .mh-sm-96 {
        max-height: 96% !important
    }

    .w-sm-97 {
        width: 97% !important
    }

    .mnw-sm-97 {
        max-width: 97% !important
    }

    .mw-sm-97 {
        max-width: 97% !important
    }

    .h-sm-97 {
        height: 97% !important
    }

    .mnh-sm-97 {
        max-height: 97% !important
    }

    .mh-sm-97 {
        max-height: 97% !important
    }

    .w-sm-98 {
        width: 98% !important
    }

    .mnw-sm-98 {
        max-width: 98% !important
    }

    .mw-sm-98 {
        max-width: 98% !important
    }

    .h-sm-98 {
        height: 98% !important
    }

    .mnh-sm-98 {
        max-height: 98% !important
    }

    .mh-sm-98 {
        max-height: 98% !important
    }

    .w-sm-99 {
        width: 99% !important
    }

    .mnw-sm-99 {
        max-width: 99% !important
    }

    .mw-sm-99 {
        max-width: 99% !important
    }

    .h-sm-99 {
        height: 99% !important
    }

    .mnh-sm-99 {
        max-height: 99% !important
    }

    .mh-sm-99 {
        max-height: 99% !important
    }

    .w-sm-100 {
        width: 100% !important
    }

    .mnw-sm-100 {
        max-width: 100% !important
    }

    .mw-sm-100 {
        max-width: 100% !important
    }

    .h-sm-100 {
        height: 100% !important
    }

    .mnh-sm-100 {
        max-height: 100% !important
    }

    .mh-sm-100 {
        max-height: 100% !important
    }

    .w-sm-auto {
        width: auto !important
    }

    .h-sm-auto {
        height: auto !important
    }

    .mnh-sm-unset {
        min-height: unset !important
    }

    .mh-sm-unset {
        max-height: unset !important
    }

    .overflow-sm-hidden {
        overflow: hidden !important
    }

    .overflow-sm-x-hidden {
        overflow-x: hidden !important
    }

    .overflow-sm-y-hidden {
        overflow-y: hidden !important
    }

    .overflow-sm-visible {
        overflow: visible !important
    }

    .overflow-sm-x-visible {
        overflow-x: visible !important
    }

    .overflow-sm-y-visible {
        overflow-y: visible !important
    }

    .overflow-sm-x-auto {
        overflow-x: auto !important
    }

    .overflow-sm-y-auto {
        overflow-y: auto !important
    }

    .position-sm-static {
        position: static !important
    }

    .position-sm-relative {
        position: relative !important
    }

    .position-sm-fixed {
        position: fixed !important
    }

    .position-sm-absolute {
        position: absolute !important
    }

    .position-sm-sticky {
        position: sticky !important
    }
}

@media (min-width: 768px) {
    .font-size-md-0 {
        font-size: 0rem !important
    }

    .font-size-md-1 {
        font-size: 0.0833333333rem !important
    }

    .font-size-md-2 {
        font-size: 0.1666666667rem !important
    }

    .font-size-md-3 {
        font-size: 0.25rem !important
    }

    .font-size-md-4 {
        font-size: 0.3333333333rem !important
    }

    .font-size-md-5 {
        font-size: 0.4166666667rem !important
    }

    .font-size-md-6 {
        font-size: 0.5rem !important
    }

    .font-size-md-7 {
        font-size: 0.5833333333rem !important
    }

    .font-size-md-8 {
        font-size: 0.6666666667rem !important
    }

    .font-size-md-9 {
        font-size: 0.75rem !important
    }

    .font-size-md-10 {
        font-size: 0.8333333333rem !important
    }

    .font-size-md-11 {
        font-size: 0.9166666667rem !important
    }

    .font-size-md-12 {
        font-size: 1rem !important
    }

    .font-size-md-13 {
        font-size: 1.0833333333rem !important
    }

    .font-size-md-14 {
        font-size: 1.1666666667rem !important
    }

    .font-size-md-15 {
        font-size: 1.25rem !important
    }

    .font-size-md-16 {
        font-size: 1.3333333333rem !important
    }

    .font-size-md-17 {
        font-size: 1.4166666667rem !important
    }

    .font-size-md-18 {
        font-size: 1.5rem !important
    }

    .font-size-md-19 {
        font-size: 1.5833333333rem !important
    }

    .font-size-md-20 {
        font-size: 1.6666666667rem !important
    }

    .font-size-md-21 {
        font-size: 1.75rem !important
    }

    .font-size-md-22 {
        font-size: 1.8333333333rem !important
    }

    .font-size-md-23 {
        font-size: 1.9166666667rem !important
    }

    .font-size-md-24 {
        font-size: 2rem !important
    }

    .font-size-md-25 {
        font-size: 2.0833333333rem !important
    }

    .font-size-md-26 {
        font-size: 2.1666666667rem !important
    }

    .font-size-md-27 {
        font-size: 2.25rem !important
    }

    .font-size-md-28 {
        font-size: 2.3333333333rem !important
    }

    .font-size-md-29 {
        font-size: 2.4166666667rem !important
    }

    .font-size-md-30 {
        font-size: 2.5rem !important
    }

    .font-size-md-31 {
        font-size: 2.5833333333rem !important
    }

    .font-size-md-32 {
        font-size: 2.6666666667rem !important
    }

    .font-size-md-33 {
        font-size: 2.75rem !important
    }

    .font-size-md-34 {
        font-size: 2.8333333333rem !important
    }

    .font-size-md-35 {
        font-size: 2.9166666667rem !important
    }

    .font-size-md-36 {
        font-size: 3rem !important
    }

    .font-size-md-37 {
        font-size: 3.0833333333rem !important
    }

    .font-size-md-38 {
        font-size: 3.1666666667rem !important
    }

    .font-size-md-39 {
        font-size: 3.25rem !important
    }

    .font-size-md-40 {
        font-size: 3.3333333333rem !important
    }

    .font-size-md-41 {
        font-size: 3.4166666667rem !important
    }

    .font-size-md-42 {
        font-size: 3.5rem !important
    }

    .font-size-md-43 {
        font-size: 3.5833333333rem !important
    }

    .font-size-md-44 {
        font-size: 3.6666666667rem !important
    }

    .font-size-md-45 {
        font-size: 3.75rem !important
    }

    .font-size-md-46 {
        font-size: 3.8333333333rem !important
    }

    .font-size-md-47 {
        font-size: 3.9166666667rem !important
    }

    .font-size-md-48 {
        font-size: 4rem !important
    }

    .font-size-md-49 {
        font-size: 4.0833333333rem !important
    }

    .font-size-md-50 {
        font-size: 4.1666666667rem !important
    }

    .m-md-n0 {
        margin: -0rem !important
    }

    .mx-md-n0 {
        margin-left: -0rem !important;
        margin-right: -0rem !important
    }

    .my-md-n0 {
        margin-top: -0rem !important;
        margin-bottom: -0rem !important
    }

    .mt-md-n0 {
        margin-top: -0rem !important
    }

    .mr-md-n0 {
        margin-right: -0rem !important
    }

    .mb-md-n0 {
        margin-bottom: -0rem !important
    }

    .ml-md-n0 {
        margin-left: -0rem !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .mx-md-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important
    }

    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .mt-md-n1 {
        margin-top: -0.25rem !important
    }

    .mr-md-n1 {
        margin-right: -0.25rem !important
    }

    .mb-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n1 {
        margin-left: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .mx-md-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .mt-md-n2 {
        margin-top: -0.5rem !important
    }

    .mr-md-n2 {
        margin-right: -0.5rem !important
    }

    .mb-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-md-n2 {
        margin-left: -0.5rem !important
    }

    .m-md-n3 {
        margin: -0.75rem !important
    }

    .mx-md-n3 {
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important
    }

    .my-md-n3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important
    }

    .mt-md-n3 {
        margin-top: -0.75rem !important
    }

    .mr-md-n3 {
        margin-right: -0.75rem !important
    }

    .mb-md-n3 {
        margin-bottom: -0.75rem !important
    }

    .ml-md-n3 {
        margin-left: -0.75rem !important
    }

    .m-md-n4 {
        margin: -1rem !important
    }

    .mx-md-n4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .my-md-n4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .mt-md-n4 {
        margin-top: -1rem !important
    }

    .mr-md-n4 {
        margin-right: -1rem !important
    }

    .mb-md-n4 {
        margin-bottom: -1rem !important
    }

    .ml-md-n4 {
        margin-left: -1rem !important
    }

    .m-md-n5 {
        margin: -1.25rem !important
    }

    .mx-md-n5 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .my-md-n5 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important
    }

    .mt-md-n5 {
        margin-top: -1.25rem !important
    }

    .mr-md-n5 {
        margin-right: -1.25rem !important
    }

    .mb-md-n5 {
        margin-bottom: -1.25rem !important
    }

    .ml-md-n5 {
        margin-left: -1.25rem !important
    }

    .m-md-n6 {
        margin: -1.5rem !important
    }

    .mx-md-n6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .my-md-n6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .mt-md-n6 {
        margin-top: -1.5rem !important
    }

    .mr-md-n6 {
        margin-right: -1.5rem !important
    }

    .mb-md-n6 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n6 {
        margin-left: -1.5rem !important
    }

    .border-radius-md-0 {
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important
    }

    .border-radius-md-top-left-0 {
        -webkit-border-top-left-radius: 0px !important;
        border-top-left-radius: 0px !important
    }

    .border-radius-md-bottom-left-0 {
        -webkit-border-bottom-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important
    }

    .border-radius-md-top-right-0 {
        -webkit-border-top-right-radius: 0px !important;
        border-top-right-radius: 0px !important
    }

    .border-radius-md-bottom-right-0 {
        -webkit-border-bottom-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important
    }

    .border-radius-md-1 {
        -webkit-border-radius: 1px !important;
        border-radius: 1px !important
    }

    .border-radius-md-top-left-1 {
        -webkit-border-top-left-radius: 1px !important;
        border-top-left-radius: 1px !important
    }

    .border-radius-md-bottom-left-1 {
        -webkit-border-bottom-left-radius: 1px !important;
        border-bottom-left-radius: 1px !important
    }

    .border-radius-md-top-right-1 {
        -webkit-border-top-right-radius: 1px !important;
        border-top-right-radius: 1px !important
    }

    .border-radius-md-bottom-right-1 {
        -webkit-border-bottom-right-radius: 1px !important;
        border-bottom-right-radius: 1px !important
    }

    .border-radius-md-2 {
        -webkit-border-radius: 2px !important;
        border-radius: 2px !important
    }

    .border-radius-md-top-left-2 {
        -webkit-border-top-left-radius: 2px !important;
        border-top-left-radius: 2px !important
    }

    .border-radius-md-bottom-left-2 {
        -webkit-border-bottom-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important
    }

    .border-radius-md-top-right-2 {
        -webkit-border-top-right-radius: 2px !important;
        border-top-right-radius: 2px !important
    }

    .border-radius-md-bottom-right-2 {
        -webkit-border-bottom-right-radius: 2px !important;
        border-bottom-right-radius: 2px !important
    }

    .border-radius-md-3 {
        -webkit-border-radius: 3px !important;
        border-radius: 3px !important
    }

    .border-radius-md-top-left-3 {
        -webkit-border-top-left-radius: 3px !important;
        border-top-left-radius: 3px !important
    }

    .border-radius-md-bottom-left-3 {
        -webkit-border-bottom-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important
    }

    .border-radius-md-top-right-3 {
        -webkit-border-top-right-radius: 3px !important;
        border-top-right-radius: 3px !important
    }

    .border-radius-md-bottom-right-3 {
        -webkit-border-bottom-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important
    }

    .border-radius-md-4 {
        -webkit-border-radius: 4px !important;
        border-radius: 4px !important
    }

    .border-radius-md-top-left-4 {
        -webkit-border-top-left-radius: 4px !important;
        border-top-left-radius: 4px !important
    }

    .border-radius-md-bottom-left-4 {
        -webkit-border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important
    }

    .border-radius-md-top-right-4 {
        -webkit-border-top-right-radius: 4px !important;
        border-top-right-radius: 4px !important
    }

    .border-radius-md-bottom-right-4 {
        -webkit-border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important
    }

    .border-radius-md-5 {
        -webkit-border-radius: 5px !important;
        border-radius: 5px !important
    }

    .border-radius-md-top-left-5 {
        -webkit-border-top-left-radius: 5px !important;
        border-top-left-radius: 5px !important
    }

    .border-radius-md-bottom-left-5 {
        -webkit-border-bottom-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important
    }

    .border-radius-md-top-right-5 {
        -webkit-border-top-right-radius: 5px !important;
        border-top-right-radius: 5px !important
    }

    .border-radius-md-bottom-right-5 {
        -webkit-border-bottom-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important
    }

    .border-radius-md-6 {
        -webkit-border-radius: 6px !important;
        border-radius: 6px !important
    }

    .border-radius-md-top-left-6 {
        -webkit-border-top-left-radius: 6px !important;
        border-top-left-radius: 6px !important
    }

    .border-radius-md-bottom-left-6 {
        -webkit-border-bottom-left-radius: 6px !important;
        border-bottom-left-radius: 6px !important
    }

    .border-radius-md-top-right-6 {
        -webkit-border-top-right-radius: 6px !important;
        border-top-right-radius: 6px !important
    }

    .border-radius-md-bottom-right-6 {
        -webkit-border-bottom-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important
    }

    .border-radius-md-7 {
        -webkit-border-radius: 7px !important;
        border-radius: 7px !important
    }

    .border-radius-md-top-left-7 {
        -webkit-border-top-left-radius: 7px !important;
        border-top-left-radius: 7px !important
    }

    .border-radius-md-bottom-left-7 {
        -webkit-border-bottom-left-radius: 7px !important;
        border-bottom-left-radius: 7px !important
    }

    .border-radius-md-top-right-7 {
        -webkit-border-top-right-radius: 7px !important;
        border-top-right-radius: 7px !important
    }

    .border-radius-md-bottom-right-7 {
        -webkit-border-bottom-right-radius: 7px !important;
        border-bottom-right-radius: 7px !important
    }

    .border-radius-md-8 {
        -webkit-border-radius: 8px !important;
        border-radius: 8px !important
    }

    .border-radius-md-top-left-8 {
        -webkit-border-top-left-radius: 8px !important;
        border-top-left-radius: 8px !important
    }

    .border-radius-md-bottom-left-8 {
        -webkit-border-bottom-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important
    }

    .border-radius-md-top-right-8 {
        -webkit-border-top-right-radius: 8px !important;
        border-top-right-radius: 8px !important
    }

    .border-radius-md-bottom-right-8 {
        -webkit-border-bottom-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important
    }

    .border-radius-md-9 {
        -webkit-border-radius: 9px !important;
        border-radius: 9px !important
    }

    .border-radius-md-top-left-9 {
        -webkit-border-top-left-radius: 9px !important;
        border-top-left-radius: 9px !important
    }

    .border-radius-md-bottom-left-9 {
        -webkit-border-bottom-left-radius: 9px !important;
        border-bottom-left-radius: 9px !important
    }

    .border-radius-md-top-right-9 {
        -webkit-border-top-right-radius: 9px !important;
        border-top-right-radius: 9px !important
    }

    .border-radius-md-bottom-right-9 {
        -webkit-border-bottom-right-radius: 9px !important;
        border-bottom-right-radius: 9px !important
    }

    .border-radius-md-10 {
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important
    }

    .border-radius-md-top-left-10 {
        -webkit-border-top-left-radius: 10px !important;
        border-top-left-radius: 10px !important
    }

    .border-radius-md-bottom-left-10 {
        -webkit-border-bottom-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important
    }

    .border-radius-md-top-right-10 {
        -webkit-border-top-right-radius: 10px !important;
        border-top-right-radius: 10px !important
    }

    .border-radius-md-bottom-right-10 {
        -webkit-border-bottom-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important
    }

    .border-radius-md-11 {
        -webkit-border-radius: 11px !important;
        border-radius: 11px !important
    }

    .border-radius-md-top-left-11 {
        -webkit-border-top-left-radius: 11px !important;
        border-top-left-radius: 11px !important
    }

    .border-radius-md-bottom-left-11 {
        -webkit-border-bottom-left-radius: 11px !important;
        border-bottom-left-radius: 11px !important
    }

    .border-radius-md-top-right-11 {
        -webkit-border-top-right-radius: 11px !important;
        border-top-right-radius: 11px !important
    }

    .border-radius-md-bottom-right-11 {
        -webkit-border-bottom-right-radius: 11px !important;
        border-bottom-right-radius: 11px !important
    }

    .border-radius-md-12 {
        -webkit-border-radius: 12px !important;
        border-radius: 12px !important
    }

    .border-radius-md-top-left-12 {
        -webkit-border-top-left-radius: 12px !important;
        border-top-left-radius: 12px !important
    }

    .border-radius-md-bottom-left-12 {
        -webkit-border-bottom-left-radius: 12px !important;
        border-bottom-left-radius: 12px !important
    }

    .border-radius-md-top-right-12 {
        -webkit-border-top-right-radius: 12px !important;
        border-top-right-radius: 12px !important
    }

    .border-radius-md-bottom-right-12 {
        -webkit-border-bottom-right-radius: 12px !important;
        border-bottom-right-radius: 12px !important
    }

    .border-radius-md-13 {
        -webkit-border-radius: 13px !important;
        border-radius: 13px !important
    }

    .border-radius-md-top-left-13 {
        -webkit-border-top-left-radius: 13px !important;
        border-top-left-radius: 13px !important
    }

    .border-radius-md-bottom-left-13 {
        -webkit-border-bottom-left-radius: 13px !important;
        border-bottom-left-radius: 13px !important
    }

    .border-radius-md-top-right-13 {
        -webkit-border-top-right-radius: 13px !important;
        border-top-right-radius: 13px !important
    }

    .border-radius-md-bottom-right-13 {
        -webkit-border-bottom-right-radius: 13px !important;
        border-bottom-right-radius: 13px !important
    }

    .border-radius-md-14 {
        -webkit-border-radius: 14px !important;
        border-radius: 14px !important
    }

    .border-radius-md-top-left-14 {
        -webkit-border-top-left-radius: 14px !important;
        border-top-left-radius: 14px !important
    }

    .border-radius-md-bottom-left-14 {
        -webkit-border-bottom-left-radius: 14px !important;
        border-bottom-left-radius: 14px !important
    }

    .border-radius-md-top-right-14 {
        -webkit-border-top-right-radius: 14px !important;
        border-top-right-radius: 14px !important
    }

    .border-radius-md-bottom-right-14 {
        -webkit-border-bottom-right-radius: 14px !important;
        border-bottom-right-radius: 14px !important
    }

    .border-radius-md-15 {
        -webkit-border-radius: 15px !important;
        border-radius: 15px !important
    }

    .border-radius-md-top-left-15 {
        -webkit-border-top-left-radius: 15px !important;
        border-top-left-radius: 15px !important
    }

    .border-radius-md-bottom-left-15 {
        -webkit-border-bottom-left-radius: 15px !important;
        border-bottom-left-radius: 15px !important
    }

    .border-radius-md-top-right-15 {
        -webkit-border-top-right-radius: 15px !important;
        border-top-right-radius: 15px !important
    }

    .border-radius-md-bottom-right-15 {
        -webkit-border-bottom-right-radius: 15px !important;
        border-bottom-right-radius: 15px !important
    }

    .border-radius-md-16 {
        -webkit-border-radius: 16px !important;
        border-radius: 16px !important
    }

    .border-radius-md-top-left-16 {
        -webkit-border-top-left-radius: 16px !important;
        border-top-left-radius: 16px !important
    }

    .border-radius-md-bottom-left-16 {
        -webkit-border-bottom-left-radius: 16px !important;
        border-bottom-left-radius: 16px !important
    }

    .border-radius-md-top-right-16 {
        -webkit-border-top-right-radius: 16px !important;
        border-top-right-radius: 16px !important
    }

    .border-radius-md-bottom-right-16 {
        -webkit-border-bottom-right-radius: 16px !important;
        border-bottom-right-radius: 16px !important
    }

    .border-radius-md-17 {
        -webkit-border-radius: 17px !important;
        border-radius: 17px !important
    }

    .border-radius-md-top-left-17 {
        -webkit-border-top-left-radius: 17px !important;
        border-top-left-radius: 17px !important
    }

    .border-radius-md-bottom-left-17 {
        -webkit-border-bottom-left-radius: 17px !important;
        border-bottom-left-radius: 17px !important
    }

    .border-radius-md-top-right-17 {
        -webkit-border-top-right-radius: 17px !important;
        border-top-right-radius: 17px !important
    }

    .border-radius-md-bottom-right-17 {
        -webkit-border-bottom-right-radius: 17px !important;
        border-bottom-right-radius: 17px !important
    }

    .border-radius-md-18 {
        -webkit-border-radius: 18px !important;
        border-radius: 18px !important
    }

    .border-radius-md-top-left-18 {
        -webkit-border-top-left-radius: 18px !important;
        border-top-left-radius: 18px !important
    }

    .border-radius-md-bottom-left-18 {
        -webkit-border-bottom-left-radius: 18px !important;
        border-bottom-left-radius: 18px !important
    }

    .border-radius-md-top-right-18 {
        -webkit-border-top-right-radius: 18px !important;
        border-top-right-radius: 18px !important
    }

    .border-radius-md-bottom-right-18 {
        -webkit-border-bottom-right-radius: 18px !important;
        border-bottom-right-radius: 18px !important
    }

    .border-radius-md-19 {
        -webkit-border-radius: 19px !important;
        border-radius: 19px !important
    }

    .border-radius-md-top-left-19 {
        -webkit-border-top-left-radius: 19px !important;
        border-top-left-radius: 19px !important
    }

    .border-radius-md-bottom-left-19 {
        -webkit-border-bottom-left-radius: 19px !important;
        border-bottom-left-radius: 19px !important
    }

    .border-radius-md-top-right-19 {
        -webkit-border-top-right-radius: 19px !important;
        border-top-right-radius: 19px !important
    }

    .border-radius-md-bottom-right-19 {
        -webkit-border-bottom-right-radius: 19px !important;
        border-bottom-right-radius: 19px !important
    }

    .border-radius-md-20 {
        -webkit-border-radius: 20px !important;
        border-radius: 20px !important
    }

    .border-radius-md-top-left-20 {
        -webkit-border-top-left-radius: 20px !important;
        border-top-left-radius: 20px !important
    }

    .border-radius-md-bottom-left-20 {
        -webkit-border-bottom-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important
    }

    .border-radius-md-top-right-20 {
        -webkit-border-top-right-radius: 20px !important;
        border-top-right-radius: 20px !important
    }

    .border-radius-md-bottom-right-20 {
        -webkit-border-bottom-right-radius: 20px !important;
        border-bottom-right-radius: 20px !important
    }

    .border-radius-md-21 {
        -webkit-border-radius: 21px !important;
        border-radius: 21px !important
    }

    .border-radius-md-top-left-21 {
        -webkit-border-top-left-radius: 21px !important;
        border-top-left-radius: 21px !important
    }

    .border-radius-md-bottom-left-21 {
        -webkit-border-bottom-left-radius: 21px !important;
        border-bottom-left-radius: 21px !important
    }

    .border-radius-md-top-right-21 {
        -webkit-border-top-right-radius: 21px !important;
        border-top-right-radius: 21px !important
    }

    .border-radius-md-bottom-right-21 {
        -webkit-border-bottom-right-radius: 21px !important;
        border-bottom-right-radius: 21px !important
    }

    .border-radius-md-22 {
        -webkit-border-radius: 22px !important;
        border-radius: 22px !important
    }

    .border-radius-md-top-left-22 {
        -webkit-border-top-left-radius: 22px !important;
        border-top-left-radius: 22px !important
    }

    .border-radius-md-bottom-left-22 {
        -webkit-border-bottom-left-radius: 22px !important;
        border-bottom-left-radius: 22px !important
    }

    .border-radius-md-top-right-22 {
        -webkit-border-top-right-radius: 22px !important;
        border-top-right-radius: 22px !important
    }

    .border-radius-md-bottom-right-22 {
        -webkit-border-bottom-right-radius: 22px !important;
        border-bottom-right-radius: 22px !important
    }

    .border-radius-md-23 {
        -webkit-border-radius: 23px !important;
        border-radius: 23px !important
    }

    .border-radius-md-top-left-23 {
        -webkit-border-top-left-radius: 23px !important;
        border-top-left-radius: 23px !important
    }

    .border-radius-md-bottom-left-23 {
        -webkit-border-bottom-left-radius: 23px !important;
        border-bottom-left-radius: 23px !important
    }

    .border-radius-md-top-right-23 {
        -webkit-border-top-right-radius: 23px !important;
        border-top-right-radius: 23px !important
    }

    .border-radius-md-bottom-right-23 {
        -webkit-border-bottom-right-radius: 23px !important;
        border-bottom-right-radius: 23px !important
    }

    .border-radius-md-24 {
        -webkit-border-radius: 24px !important;
        border-radius: 24px !important
    }

    .border-radius-md-top-left-24 {
        -webkit-border-top-left-radius: 24px !important;
        border-top-left-radius: 24px !important
    }

    .border-radius-md-bottom-left-24 {
        -webkit-border-bottom-left-radius: 24px !important;
        border-bottom-left-radius: 24px !important
    }

    .border-radius-md-top-right-24 {
        -webkit-border-top-right-radius: 24px !important;
        border-top-right-radius: 24px !important
    }

    .border-radius-md-bottom-right-24 {
        -webkit-border-bottom-right-radius: 24px !important;
        border-bottom-right-radius: 24px !important
    }

    .border-radius-md-25 {
        -webkit-border-radius: 25px !important;
        border-radius: 25px !important
    }

    .border-radius-md-top-left-25 {
        -webkit-border-top-left-radius: 25px !important;
        border-top-left-radius: 25px !important
    }

    .border-radius-md-bottom-left-25 {
        -webkit-border-bottom-left-radius: 25px !important;
        border-bottom-left-radius: 25px !important
    }

    .border-radius-md-top-right-25 {
        -webkit-border-top-right-radius: 25px !important;
        border-top-right-radius: 25px !important
    }

    .border-radius-md-bottom-right-25 {
        -webkit-border-bottom-right-radius: 25px !important;
        border-bottom-right-radius: 25px !important
    }

    .border-radius-md-26 {
        -webkit-border-radius: 26px !important;
        border-radius: 26px !important
    }

    .border-radius-md-top-left-26 {
        -webkit-border-top-left-radius: 26px !important;
        border-top-left-radius: 26px !important
    }

    .border-radius-md-bottom-left-26 {
        -webkit-border-bottom-left-radius: 26px !important;
        border-bottom-left-radius: 26px !important
    }

    .border-radius-md-top-right-26 {
        -webkit-border-top-right-radius: 26px !important;
        border-top-right-radius: 26px !important
    }

    .border-radius-md-bottom-right-26 {
        -webkit-border-bottom-right-radius: 26px !important;
        border-bottom-right-radius: 26px !important
    }

    .border-radius-md-27 {
        -webkit-border-radius: 27px !important;
        border-radius: 27px !important
    }

    .border-radius-md-top-left-27 {
        -webkit-border-top-left-radius: 27px !important;
        border-top-left-radius: 27px !important
    }

    .border-radius-md-bottom-left-27 {
        -webkit-border-bottom-left-radius: 27px !important;
        border-bottom-left-radius: 27px !important
    }

    .border-radius-md-top-right-27 {
        -webkit-border-top-right-radius: 27px !important;
        border-top-right-radius: 27px !important
    }

    .border-radius-md-bottom-right-27 {
        -webkit-border-bottom-right-radius: 27px !important;
        border-bottom-right-radius: 27px !important
    }

    .border-radius-md-28 {
        -webkit-border-radius: 28px !important;
        border-radius: 28px !important
    }

    .border-radius-md-top-left-28 {
        -webkit-border-top-left-radius: 28px !important;
        border-top-left-radius: 28px !important
    }

    .border-radius-md-bottom-left-28 {
        -webkit-border-bottom-left-radius: 28px !important;
        border-bottom-left-radius: 28px !important
    }

    .border-radius-md-top-right-28 {
        -webkit-border-top-right-radius: 28px !important;
        border-top-right-radius: 28px !important
    }

    .border-radius-md-bottom-right-28 {
        -webkit-border-bottom-right-radius: 28px !important;
        border-bottom-right-radius: 28px !important
    }

    .border-radius-md-29 {
        -webkit-border-radius: 29px !important;
        border-radius: 29px !important
    }

    .border-radius-md-top-left-29 {
        -webkit-border-top-left-radius: 29px !important;
        border-top-left-radius: 29px !important
    }

    .border-radius-md-bottom-left-29 {
        -webkit-border-bottom-left-radius: 29px !important;
        border-bottom-left-radius: 29px !important
    }

    .border-radius-md-top-right-29 {
        -webkit-border-top-right-radius: 29px !important;
        border-top-right-radius: 29px !important
    }

    .border-radius-md-bottom-right-29 {
        -webkit-border-bottom-right-radius: 29px !important;
        border-bottom-right-radius: 29px !important
    }

    .border-radius-md-30 {
        -webkit-border-radius: 30px !important;
        border-radius: 30px !important
    }

    .border-radius-md-top-left-30 {
        -webkit-border-top-left-radius: 30px !important;
        border-top-left-radius: 30px !important
    }

    .border-radius-md-bottom-left-30 {
        -webkit-border-bottom-left-radius: 30px !important;
        border-bottom-left-radius: 30px !important
    }

    .border-radius-md-top-right-30 {
        -webkit-border-top-right-radius: 30px !important;
        border-top-right-radius: 30px !important
    }

    .border-radius-md-bottom-right-30 {
        -webkit-border-bottom-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important
    }

    .border-radius-md-31 {
        -webkit-border-radius: 31px !important;
        border-radius: 31px !important
    }

    .border-radius-md-top-left-31 {
        -webkit-border-top-left-radius: 31px !important;
        border-top-left-radius: 31px !important
    }

    .border-radius-md-bottom-left-31 {
        -webkit-border-bottom-left-radius: 31px !important;
        border-bottom-left-radius: 31px !important
    }

    .border-radius-md-top-right-31 {
        -webkit-border-top-right-radius: 31px !important;
        border-top-right-radius: 31px !important
    }

    .border-radius-md-bottom-right-31 {
        -webkit-border-bottom-right-radius: 31px !important;
        border-bottom-right-radius: 31px !important
    }

    .border-radius-md-32 {
        -webkit-border-radius: 32px !important;
        border-radius: 32px !important
    }

    .border-radius-md-top-left-32 {
        -webkit-border-top-left-radius: 32px !important;
        border-top-left-radius: 32px !important
    }

    .border-radius-md-bottom-left-32 {
        -webkit-border-bottom-left-radius: 32px !important;
        border-bottom-left-radius: 32px !important
    }

    .border-radius-md-top-right-32 {
        -webkit-border-top-right-radius: 32px !important;
        border-top-right-radius: 32px !important
    }

    .border-radius-md-bottom-right-32 {
        -webkit-border-bottom-right-radius: 32px !important;
        border-bottom-right-radius: 32px !important
    }

    .border-radius-md-33 {
        -webkit-border-radius: 33px !important;
        border-radius: 33px !important
    }

    .border-radius-md-top-left-33 {
        -webkit-border-top-left-radius: 33px !important;
        border-top-left-radius: 33px !important
    }

    .border-radius-md-bottom-left-33 {
        -webkit-border-bottom-left-radius: 33px !important;
        border-bottom-left-radius: 33px !important
    }

    .border-radius-md-top-right-33 {
        -webkit-border-top-right-radius: 33px !important;
        border-top-right-radius: 33px !important
    }

    .border-radius-md-bottom-right-33 {
        -webkit-border-bottom-right-radius: 33px !important;
        border-bottom-right-radius: 33px !important
    }

    .border-radius-md-34 {
        -webkit-border-radius: 34px !important;
        border-radius: 34px !important
    }

    .border-radius-md-top-left-34 {
        -webkit-border-top-left-radius: 34px !important;
        border-top-left-radius: 34px !important
    }

    .border-radius-md-bottom-left-34 {
        -webkit-border-bottom-left-radius: 34px !important;
        border-bottom-left-radius: 34px !important
    }

    .border-radius-md-top-right-34 {
        -webkit-border-top-right-radius: 34px !important;
        border-top-right-radius: 34px !important
    }

    .border-radius-md-bottom-right-34 {
        -webkit-border-bottom-right-radius: 34px !important;
        border-bottom-right-radius: 34px !important
    }

    .border-radius-md-35 {
        -webkit-border-radius: 35px !important;
        border-radius: 35px !important
    }

    .border-radius-md-top-left-35 {
        -webkit-border-top-left-radius: 35px !important;
        border-top-left-radius: 35px !important
    }

    .border-radius-md-bottom-left-35 {
        -webkit-border-bottom-left-radius: 35px !important;
        border-bottom-left-radius: 35px !important
    }

    .border-radius-md-top-right-35 {
        -webkit-border-top-right-radius: 35px !important;
        border-top-right-radius: 35px !important
    }

    .border-radius-md-bottom-right-35 {
        -webkit-border-bottom-right-radius: 35px !important;
        border-bottom-right-radius: 35px !important
    }

    .border-radius-md-36 {
        -webkit-border-radius: 36px !important;
        border-radius: 36px !important
    }

    .border-radius-md-top-left-36 {
        -webkit-border-top-left-radius: 36px !important;
        border-top-left-radius: 36px !important
    }

    .border-radius-md-bottom-left-36 {
        -webkit-border-bottom-left-radius: 36px !important;
        border-bottom-left-radius: 36px !important
    }

    .border-radius-md-top-right-36 {
        -webkit-border-top-right-radius: 36px !important;
        border-top-right-radius: 36px !important
    }

    .border-radius-md-bottom-right-36 {
        -webkit-border-bottom-right-radius: 36px !important;
        border-bottom-right-radius: 36px !important
    }

    .border-radius-md-37 {
        -webkit-border-radius: 37px !important;
        border-radius: 37px !important
    }

    .border-radius-md-top-left-37 {
        -webkit-border-top-left-radius: 37px !important;
        border-top-left-radius: 37px !important
    }

    .border-radius-md-bottom-left-37 {
        -webkit-border-bottom-left-radius: 37px !important;
        border-bottom-left-radius: 37px !important
    }

    .border-radius-md-top-right-37 {
        -webkit-border-top-right-radius: 37px !important;
        border-top-right-radius: 37px !important
    }

    .border-radius-md-bottom-right-37 {
        -webkit-border-bottom-right-radius: 37px !important;
        border-bottom-right-radius: 37px !important
    }

    .border-radius-md-38 {
        -webkit-border-radius: 38px !important;
        border-radius: 38px !important
    }

    .border-radius-md-top-left-38 {
        -webkit-border-top-left-radius: 38px !important;
        border-top-left-radius: 38px !important
    }

    .border-radius-md-bottom-left-38 {
        -webkit-border-bottom-left-radius: 38px !important;
        border-bottom-left-radius: 38px !important
    }

    .border-radius-md-top-right-38 {
        -webkit-border-top-right-radius: 38px !important;
        border-top-right-radius: 38px !important
    }

    .border-radius-md-bottom-right-38 {
        -webkit-border-bottom-right-radius: 38px !important;
        border-bottom-right-radius: 38px !important
    }

    .border-radius-md-39 {
        -webkit-border-radius: 39px !important;
        border-radius: 39px !important
    }

    .border-radius-md-top-left-39 {
        -webkit-border-top-left-radius: 39px !important;
        border-top-left-radius: 39px !important
    }

    .border-radius-md-bottom-left-39 {
        -webkit-border-bottom-left-radius: 39px !important;
        border-bottom-left-radius: 39px !important
    }

    .border-radius-md-top-right-39 {
        -webkit-border-top-right-radius: 39px !important;
        border-top-right-radius: 39px !important
    }

    .border-radius-md-bottom-right-39 {
        -webkit-border-bottom-right-radius: 39px !important;
        border-bottom-right-radius: 39px !important
    }

    .border-radius-md-40 {
        -webkit-border-radius: 40px !important;
        border-radius: 40px !important
    }

    .border-radius-md-top-left-40 {
        -webkit-border-top-left-radius: 40px !important;
        border-top-left-radius: 40px !important
    }

    .border-radius-md-bottom-left-40 {
        -webkit-border-bottom-left-radius: 40px !important;
        border-bottom-left-radius: 40px !important
    }

    .border-radius-md-top-right-40 {
        -webkit-border-top-right-radius: 40px !important;
        border-top-right-radius: 40px !important
    }

    .border-radius-md-bottom-right-40 {
        -webkit-border-bottom-right-radius: 40px !important;
        border-bottom-right-radius: 40px !important
    }

    .border-radius-md-41 {
        -webkit-border-radius: 41px !important;
        border-radius: 41px !important
    }

    .border-radius-md-top-left-41 {
        -webkit-border-top-left-radius: 41px !important;
        border-top-left-radius: 41px !important
    }

    .border-radius-md-bottom-left-41 {
        -webkit-border-bottom-left-radius: 41px !important;
        border-bottom-left-radius: 41px !important
    }

    .border-radius-md-top-right-41 {
        -webkit-border-top-right-radius: 41px !important;
        border-top-right-radius: 41px !important
    }

    .border-radius-md-bottom-right-41 {
        -webkit-border-bottom-right-radius: 41px !important;
        border-bottom-right-radius: 41px !important
    }

    .border-radius-md-42 {
        -webkit-border-radius: 42px !important;
        border-radius: 42px !important
    }

    .border-radius-md-top-left-42 {
        -webkit-border-top-left-radius: 42px !important;
        border-top-left-radius: 42px !important
    }

    .border-radius-md-bottom-left-42 {
        -webkit-border-bottom-left-radius: 42px !important;
        border-bottom-left-radius: 42px !important
    }

    .border-radius-md-top-right-42 {
        -webkit-border-top-right-radius: 42px !important;
        border-top-right-radius: 42px !important
    }

    .border-radius-md-bottom-right-42 {
        -webkit-border-bottom-right-radius: 42px !important;
        border-bottom-right-radius: 42px !important
    }

    .border-radius-md-43 {
        -webkit-border-radius: 43px !important;
        border-radius: 43px !important
    }

    .border-radius-md-top-left-43 {
        -webkit-border-top-left-radius: 43px !important;
        border-top-left-radius: 43px !important
    }

    .border-radius-md-bottom-left-43 {
        -webkit-border-bottom-left-radius: 43px !important;
        border-bottom-left-radius: 43px !important
    }

    .border-radius-md-top-right-43 {
        -webkit-border-top-right-radius: 43px !important;
        border-top-right-radius: 43px !important
    }

    .border-radius-md-bottom-right-43 {
        -webkit-border-bottom-right-radius: 43px !important;
        border-bottom-right-radius: 43px !important
    }

    .border-radius-md-44 {
        -webkit-border-radius: 44px !important;
        border-radius: 44px !important
    }

    .border-radius-md-top-left-44 {
        -webkit-border-top-left-radius: 44px !important;
        border-top-left-radius: 44px !important
    }

    .border-radius-md-bottom-left-44 {
        -webkit-border-bottom-left-radius: 44px !important;
        border-bottom-left-radius: 44px !important
    }

    .border-radius-md-top-right-44 {
        -webkit-border-top-right-radius: 44px !important;
        border-top-right-radius: 44px !important
    }

    .border-radius-md-bottom-right-44 {
        -webkit-border-bottom-right-radius: 44px !important;
        border-bottom-right-radius: 44px !important
    }

    .border-radius-md-45 {
        -webkit-border-radius: 45px !important;
        border-radius: 45px !important
    }

    .border-radius-md-top-left-45 {
        -webkit-border-top-left-radius: 45px !important;
        border-top-left-radius: 45px !important
    }

    .border-radius-md-bottom-left-45 {
        -webkit-border-bottom-left-radius: 45px !important;
        border-bottom-left-radius: 45px !important
    }

    .border-radius-md-top-right-45 {
        -webkit-border-top-right-radius: 45px !important;
        border-top-right-radius: 45px !important
    }

    .border-radius-md-bottom-right-45 {
        -webkit-border-bottom-right-radius: 45px !important;
        border-bottom-right-radius: 45px !important
    }

    .border-radius-md-46 {
        -webkit-border-radius: 46px !important;
        border-radius: 46px !important
    }

    .border-radius-md-top-left-46 {
        -webkit-border-top-left-radius: 46px !important;
        border-top-left-radius: 46px !important
    }

    .border-radius-md-bottom-left-46 {
        -webkit-border-bottom-left-radius: 46px !important;
        border-bottom-left-radius: 46px !important
    }

    .border-radius-md-top-right-46 {
        -webkit-border-top-right-radius: 46px !important;
        border-top-right-radius: 46px !important
    }

    .border-radius-md-bottom-right-46 {
        -webkit-border-bottom-right-radius: 46px !important;
        border-bottom-right-radius: 46px !important
    }

    .border-radius-md-47 {
        -webkit-border-radius: 47px !important;
        border-radius: 47px !important
    }

    .border-radius-md-top-left-47 {
        -webkit-border-top-left-radius: 47px !important;
        border-top-left-radius: 47px !important
    }

    .border-radius-md-bottom-left-47 {
        -webkit-border-bottom-left-radius: 47px !important;
        border-bottom-left-radius: 47px !important
    }

    .border-radius-md-top-right-47 {
        -webkit-border-top-right-radius: 47px !important;
        border-top-right-radius: 47px !important
    }

    .border-radius-md-bottom-right-47 {
        -webkit-border-bottom-right-radius: 47px !important;
        border-bottom-right-radius: 47px !important
    }

    .border-radius-md-48 {
        -webkit-border-radius: 48px !important;
        border-radius: 48px !important
    }

    .border-radius-md-top-left-48 {
        -webkit-border-top-left-radius: 48px !important;
        border-top-left-radius: 48px !important
    }

    .border-radius-md-bottom-left-48 {
        -webkit-border-bottom-left-radius: 48px !important;
        border-bottom-left-radius: 48px !important
    }

    .border-radius-md-top-right-48 {
        -webkit-border-top-right-radius: 48px !important;
        border-top-right-radius: 48px !important
    }

    .border-radius-md-bottom-right-48 {
        -webkit-border-bottom-right-radius: 48px !important;
        border-bottom-right-radius: 48px !important
    }

    .border-radius-md-49 {
        -webkit-border-radius: 49px !important;
        border-radius: 49px !important
    }

    .border-radius-md-top-left-49 {
        -webkit-border-top-left-radius: 49px !important;
        border-top-left-radius: 49px !important
    }

    .border-radius-md-bottom-left-49 {
        -webkit-border-bottom-left-radius: 49px !important;
        border-bottom-left-radius: 49px !important
    }

    .border-radius-md-top-right-49 {
        -webkit-border-top-right-radius: 49px !important;
        border-top-right-radius: 49px !important
    }

    .border-radius-md-bottom-right-49 {
        -webkit-border-bottom-right-radius: 49px !important;
        border-bottom-right-radius: 49px !important
    }

    .border-radius-md-50 {
        -webkit-border-radius: 50px !important;
        border-radius: 50px !important
    }

    .border-radius-md-top-left-50 {
        -webkit-border-top-left-radius: 50px !important;
        border-top-left-radius: 50px !important
    }

    .border-radius-md-bottom-left-50 {
        -webkit-border-bottom-left-radius: 50px !important;
        border-bottom-left-radius: 50px !important
    }

    .border-radius-md-top-right-50 {
        -webkit-border-top-right-radius: 50px !important;
        border-top-right-radius: 50px !important
    }

    .border-radius-md-bottom-right-50 {
        -webkit-border-bottom-right-radius: 50px !important;
        border-bottom-right-radius: 50px !important
    }

    .border-radius-md-51 {
        -webkit-border-radius: 51px !important;
        border-radius: 51px !important
    }

    .border-radius-md-top-left-51 {
        -webkit-border-top-left-radius: 51px !important;
        border-top-left-radius: 51px !important
    }

    .border-radius-md-bottom-left-51 {
        -webkit-border-bottom-left-radius: 51px !important;
        border-bottom-left-radius: 51px !important
    }

    .border-radius-md-top-right-51 {
        -webkit-border-top-right-radius: 51px !important;
        border-top-right-radius: 51px !important
    }

    .border-radius-md-bottom-right-51 {
        -webkit-border-bottom-right-radius: 51px !important;
        border-bottom-right-radius: 51px !important
    }

    .border-radius-md-52 {
        -webkit-border-radius: 52px !important;
        border-radius: 52px !important
    }

    .border-radius-md-top-left-52 {
        -webkit-border-top-left-radius: 52px !important;
        border-top-left-radius: 52px !important
    }

    .border-radius-md-bottom-left-52 {
        -webkit-border-bottom-left-radius: 52px !important;
        border-bottom-left-radius: 52px !important
    }

    .border-radius-md-top-right-52 {
        -webkit-border-top-right-radius: 52px !important;
        border-top-right-radius: 52px !important
    }

    .border-radius-md-bottom-right-52 {
        -webkit-border-bottom-right-radius: 52px !important;
        border-bottom-right-radius: 52px !important
    }

    .border-radius-md-53 {
        -webkit-border-radius: 53px !important;
        border-radius: 53px !important
    }

    .border-radius-md-top-left-53 {
        -webkit-border-top-left-radius: 53px !important;
        border-top-left-radius: 53px !important
    }

    .border-radius-md-bottom-left-53 {
        -webkit-border-bottom-left-radius: 53px !important;
        border-bottom-left-radius: 53px !important
    }

    .border-radius-md-top-right-53 {
        -webkit-border-top-right-radius: 53px !important;
        border-top-right-radius: 53px !important
    }

    .border-radius-md-bottom-right-53 {
        -webkit-border-bottom-right-radius: 53px !important;
        border-bottom-right-radius: 53px !important
    }

    .border-radius-md-54 {
        -webkit-border-radius: 54px !important;
        border-radius: 54px !important
    }

    .border-radius-md-top-left-54 {
        -webkit-border-top-left-radius: 54px !important;
        border-top-left-radius: 54px !important
    }

    .border-radius-md-bottom-left-54 {
        -webkit-border-bottom-left-radius: 54px !important;
        border-bottom-left-radius: 54px !important
    }

    .border-radius-md-top-right-54 {
        -webkit-border-top-right-radius: 54px !important;
        border-top-right-radius: 54px !important
    }

    .border-radius-md-bottom-right-54 {
        -webkit-border-bottom-right-radius: 54px !important;
        border-bottom-right-radius: 54px !important
    }

    .border-radius-md-55 {
        -webkit-border-radius: 55px !important;
        border-radius: 55px !important
    }

    .border-radius-md-top-left-55 {
        -webkit-border-top-left-radius: 55px !important;
        border-top-left-radius: 55px !important
    }

    .border-radius-md-bottom-left-55 {
        -webkit-border-bottom-left-radius: 55px !important;
        border-bottom-left-radius: 55px !important
    }

    .border-radius-md-top-right-55 {
        -webkit-border-top-right-radius: 55px !important;
        border-top-right-radius: 55px !important
    }

    .border-radius-md-bottom-right-55 {
        -webkit-border-bottom-right-radius: 55px !important;
        border-bottom-right-radius: 55px !important
    }

    .border-radius-md-56 {
        -webkit-border-radius: 56px !important;
        border-radius: 56px !important
    }

    .border-radius-md-top-left-56 {
        -webkit-border-top-left-radius: 56px !important;
        border-top-left-radius: 56px !important
    }

    .border-radius-md-bottom-left-56 {
        -webkit-border-bottom-left-radius: 56px !important;
        border-bottom-left-radius: 56px !important
    }

    .border-radius-md-top-right-56 {
        -webkit-border-top-right-radius: 56px !important;
        border-top-right-radius: 56px !important
    }

    .border-radius-md-bottom-right-56 {
        -webkit-border-bottom-right-radius: 56px !important;
        border-bottom-right-radius: 56px !important
    }

    .border-radius-md-57 {
        -webkit-border-radius: 57px !important;
        border-radius: 57px !important
    }

    .border-radius-md-top-left-57 {
        -webkit-border-top-left-radius: 57px !important;
        border-top-left-radius: 57px !important
    }

    .border-radius-md-bottom-left-57 {
        -webkit-border-bottom-left-radius: 57px !important;
        border-bottom-left-radius: 57px !important
    }

    .border-radius-md-top-right-57 {
        -webkit-border-top-right-radius: 57px !important;
        border-top-right-radius: 57px !important
    }

    .border-radius-md-bottom-right-57 {
        -webkit-border-bottom-right-radius: 57px !important;
        border-bottom-right-radius: 57px !important
    }

    .border-radius-md-58 {
        -webkit-border-radius: 58px !important;
        border-radius: 58px !important
    }

    .border-radius-md-top-left-58 {
        -webkit-border-top-left-radius: 58px !important;
        border-top-left-radius: 58px !important
    }

    .border-radius-md-bottom-left-58 {
        -webkit-border-bottom-left-radius: 58px !important;
        border-bottom-left-radius: 58px !important
    }

    .border-radius-md-top-right-58 {
        -webkit-border-top-right-radius: 58px !important;
        border-top-right-radius: 58px !important
    }

    .border-radius-md-bottom-right-58 {
        -webkit-border-bottom-right-radius: 58px !important;
        border-bottom-right-radius: 58px !important
    }

    .border-radius-md-59 {
        -webkit-border-radius: 59px !important;
        border-radius: 59px !important
    }

    .border-radius-md-top-left-59 {
        -webkit-border-top-left-radius: 59px !important;
        border-top-left-radius: 59px !important
    }

    .border-radius-md-bottom-left-59 {
        -webkit-border-bottom-left-radius: 59px !important;
        border-bottom-left-radius: 59px !important
    }

    .border-radius-md-top-right-59 {
        -webkit-border-top-right-radius: 59px !important;
        border-top-right-radius: 59px !important
    }

    .border-radius-md-bottom-right-59 {
        -webkit-border-bottom-right-radius: 59px !important;
        border-bottom-right-radius: 59px !important
    }

    .border-radius-md-60 {
        -webkit-border-radius: 60px !important;
        border-radius: 60px !important
    }

    .border-radius-md-top-left-60 {
        -webkit-border-top-left-radius: 60px !important;
        border-top-left-radius: 60px !important
    }

    .border-radius-md-bottom-left-60 {
        -webkit-border-bottom-left-radius: 60px !important;
        border-bottom-left-radius: 60px !important
    }

    .border-radius-md-top-right-60 {
        -webkit-border-top-right-radius: 60px !important;
        border-top-right-radius: 60px !important
    }

    .border-radius-md-bottom-right-60 {
        -webkit-border-bottom-right-radius: 60px !important;
        border-bottom-right-radius: 60px !important
    }

    .border-radius-md-61 {
        -webkit-border-radius: 61px !important;
        border-radius: 61px !important
    }

    .border-radius-md-top-left-61 {
        -webkit-border-top-left-radius: 61px !important;
        border-top-left-radius: 61px !important
    }

    .border-radius-md-bottom-left-61 {
        -webkit-border-bottom-left-radius: 61px !important;
        border-bottom-left-radius: 61px !important
    }

    .border-radius-md-top-right-61 {
        -webkit-border-top-right-radius: 61px !important;
        border-top-right-radius: 61px !important
    }

    .border-radius-md-bottom-right-61 {
        -webkit-border-bottom-right-radius: 61px !important;
        border-bottom-right-radius: 61px !important
    }

    .border-radius-md-62 {
        -webkit-border-radius: 62px !important;
        border-radius: 62px !important
    }

    .border-radius-md-top-left-62 {
        -webkit-border-top-left-radius: 62px !important;
        border-top-left-radius: 62px !important
    }

    .border-radius-md-bottom-left-62 {
        -webkit-border-bottom-left-radius: 62px !important;
        border-bottom-left-radius: 62px !important
    }

    .border-radius-md-top-right-62 {
        -webkit-border-top-right-radius: 62px !important;
        border-top-right-radius: 62px !important
    }

    .border-radius-md-bottom-right-62 {
        -webkit-border-bottom-right-radius: 62px !important;
        border-bottom-right-radius: 62px !important
    }

    .border-radius-md-63 {
        -webkit-border-radius: 63px !important;
        border-radius: 63px !important
    }

    .border-radius-md-top-left-63 {
        -webkit-border-top-left-radius: 63px !important;
        border-top-left-radius: 63px !important
    }

    .border-radius-md-bottom-left-63 {
        -webkit-border-bottom-left-radius: 63px !important;
        border-bottom-left-radius: 63px !important
    }

    .border-radius-md-top-right-63 {
        -webkit-border-top-right-radius: 63px !important;
        border-top-right-radius: 63px !important
    }

    .border-radius-md-bottom-right-63 {
        -webkit-border-bottom-right-radius: 63px !important;
        border-bottom-right-radius: 63px !important
    }

    .border-radius-md-64 {
        -webkit-border-radius: 64px !important;
        border-radius: 64px !important
    }

    .border-radius-md-top-left-64 {
        -webkit-border-top-left-radius: 64px !important;
        border-top-left-radius: 64px !important
    }

    .border-radius-md-bottom-left-64 {
        -webkit-border-bottom-left-radius: 64px !important;
        border-bottom-left-radius: 64px !important
    }

    .border-radius-md-top-right-64 {
        -webkit-border-top-right-radius: 64px !important;
        border-top-right-radius: 64px !important
    }

    .border-radius-md-bottom-right-64 {
        -webkit-border-bottom-right-radius: 64px !important;
        border-bottom-right-radius: 64px !important
    }

    .border-radius-md-65 {
        -webkit-border-radius: 65px !important;
        border-radius: 65px !important
    }

    .border-radius-md-top-left-65 {
        -webkit-border-top-left-radius: 65px !important;
        border-top-left-radius: 65px !important
    }

    .border-radius-md-bottom-left-65 {
        -webkit-border-bottom-left-radius: 65px !important;
        border-bottom-left-radius: 65px !important
    }

    .border-radius-md-top-right-65 {
        -webkit-border-top-right-radius: 65px !important;
        border-top-right-radius: 65px !important
    }

    .border-radius-md-bottom-right-65 {
        -webkit-border-bottom-right-radius: 65px !important;
        border-bottom-right-radius: 65px !important
    }

    .border-radius-md-66 {
        -webkit-border-radius: 66px !important;
        border-radius: 66px !important
    }

    .border-radius-md-top-left-66 {
        -webkit-border-top-left-radius: 66px !important;
        border-top-left-radius: 66px !important
    }

    .border-radius-md-bottom-left-66 {
        -webkit-border-bottom-left-radius: 66px !important;
        border-bottom-left-radius: 66px !important
    }

    .border-radius-md-top-right-66 {
        -webkit-border-top-right-radius: 66px !important;
        border-top-right-radius: 66px !important
    }

    .border-radius-md-bottom-right-66 {
        -webkit-border-bottom-right-radius: 66px !important;
        border-bottom-right-radius: 66px !important
    }

    .border-radius-md-67 {
        -webkit-border-radius: 67px !important;
        border-radius: 67px !important
    }

    .border-radius-md-top-left-67 {
        -webkit-border-top-left-radius: 67px !important;
        border-top-left-radius: 67px !important
    }

    .border-radius-md-bottom-left-67 {
        -webkit-border-bottom-left-radius: 67px !important;
        border-bottom-left-radius: 67px !important
    }

    .border-radius-md-top-right-67 {
        -webkit-border-top-right-radius: 67px !important;
        border-top-right-radius: 67px !important
    }

    .border-radius-md-bottom-right-67 {
        -webkit-border-bottom-right-radius: 67px !important;
        border-bottom-right-radius: 67px !important
    }

    .border-radius-md-68 {
        -webkit-border-radius: 68px !important;
        border-radius: 68px !important
    }

    .border-radius-md-top-left-68 {
        -webkit-border-top-left-radius: 68px !important;
        border-top-left-radius: 68px !important
    }

    .border-radius-md-bottom-left-68 {
        -webkit-border-bottom-left-radius: 68px !important;
        border-bottom-left-radius: 68px !important
    }

    .border-radius-md-top-right-68 {
        -webkit-border-top-right-radius: 68px !important;
        border-top-right-radius: 68px !important
    }

    .border-radius-md-bottom-right-68 {
        -webkit-border-bottom-right-radius: 68px !important;
        border-bottom-right-radius: 68px !important
    }

    .border-radius-md-69 {
        -webkit-border-radius: 69px !important;
        border-radius: 69px !important
    }

    .border-radius-md-top-left-69 {
        -webkit-border-top-left-radius: 69px !important;
        border-top-left-radius: 69px !important
    }

    .border-radius-md-bottom-left-69 {
        -webkit-border-bottom-left-radius: 69px !important;
        border-bottom-left-radius: 69px !important
    }

    .border-radius-md-top-right-69 {
        -webkit-border-top-right-radius: 69px !important;
        border-top-right-radius: 69px !important
    }

    .border-radius-md-bottom-right-69 {
        -webkit-border-bottom-right-radius: 69px !important;
        border-bottom-right-radius: 69px !important
    }

    .border-radius-md-70 {
        -webkit-border-radius: 70px !important;
        border-radius: 70px !important
    }

    .border-radius-md-top-left-70 {
        -webkit-border-top-left-radius: 70px !important;
        border-top-left-radius: 70px !important
    }

    .border-radius-md-bottom-left-70 {
        -webkit-border-bottom-left-radius: 70px !important;
        border-bottom-left-radius: 70px !important
    }

    .border-radius-md-top-right-70 {
        -webkit-border-top-right-radius: 70px !important;
        border-top-right-radius: 70px !important
    }

    .border-radius-md-bottom-right-70 {
        -webkit-border-bottom-right-radius: 70px !important;
        border-bottom-right-radius: 70px !important
    }

    .border-radius-md-71 {
        -webkit-border-radius: 71px !important;
        border-radius: 71px !important
    }

    .border-radius-md-top-left-71 {
        -webkit-border-top-left-radius: 71px !important;
        border-top-left-radius: 71px !important
    }

    .border-radius-md-bottom-left-71 {
        -webkit-border-bottom-left-radius: 71px !important;
        border-bottom-left-radius: 71px !important
    }

    .border-radius-md-top-right-71 {
        -webkit-border-top-right-radius: 71px !important;
        border-top-right-radius: 71px !important
    }

    .border-radius-md-bottom-right-71 {
        -webkit-border-bottom-right-radius: 71px !important;
        border-bottom-right-radius: 71px !important
    }

    .border-radius-md-72 {
        -webkit-border-radius: 72px !important;
        border-radius: 72px !important
    }

    .border-radius-md-top-left-72 {
        -webkit-border-top-left-radius: 72px !important;
        border-top-left-radius: 72px !important
    }

    .border-radius-md-bottom-left-72 {
        -webkit-border-bottom-left-radius: 72px !important;
        border-bottom-left-radius: 72px !important
    }

    .border-radius-md-top-right-72 {
        -webkit-border-top-right-radius: 72px !important;
        border-top-right-radius: 72px !important
    }

    .border-radius-md-bottom-right-72 {
        -webkit-border-bottom-right-radius: 72px !important;
        border-bottom-right-radius: 72px !important
    }

    .border-radius-md-73 {
        -webkit-border-radius: 73px !important;
        border-radius: 73px !important
    }

    .border-radius-md-top-left-73 {
        -webkit-border-top-left-radius: 73px !important;
        border-top-left-radius: 73px !important
    }

    .border-radius-md-bottom-left-73 {
        -webkit-border-bottom-left-radius: 73px !important;
        border-bottom-left-radius: 73px !important
    }

    .border-radius-md-top-right-73 {
        -webkit-border-top-right-radius: 73px !important;
        border-top-right-radius: 73px !important
    }

    .border-radius-md-bottom-right-73 {
        -webkit-border-bottom-right-radius: 73px !important;
        border-bottom-right-radius: 73px !important
    }

    .border-radius-md-74 {
        -webkit-border-radius: 74px !important;
        border-radius: 74px !important
    }

    .border-radius-md-top-left-74 {
        -webkit-border-top-left-radius: 74px !important;
        border-top-left-radius: 74px !important
    }

    .border-radius-md-bottom-left-74 {
        -webkit-border-bottom-left-radius: 74px !important;
        border-bottom-left-radius: 74px !important
    }

    .border-radius-md-top-right-74 {
        -webkit-border-top-right-radius: 74px !important;
        border-top-right-radius: 74px !important
    }

    .border-radius-md-bottom-right-74 {
        -webkit-border-bottom-right-radius: 74px !important;
        border-bottom-right-radius: 74px !important
    }

    .border-radius-md-75 {
        -webkit-border-radius: 75px !important;
        border-radius: 75px !important
    }

    .border-radius-md-top-left-75 {
        -webkit-border-top-left-radius: 75px !important;
        border-top-left-radius: 75px !important
    }

    .border-radius-md-bottom-left-75 {
        -webkit-border-bottom-left-radius: 75px !important;
        border-bottom-left-radius: 75px !important
    }

    .border-radius-md-top-right-75 {
        -webkit-border-top-right-radius: 75px !important;
        border-top-right-radius: 75px !important
    }

    .border-radius-md-bottom-right-75 {
        -webkit-border-bottom-right-radius: 75px !important;
        border-bottom-right-radius: 75px !important
    }

    .border-radius-md-76 {
        -webkit-border-radius: 76px !important;
        border-radius: 76px !important
    }

    .border-radius-md-top-left-76 {
        -webkit-border-top-left-radius: 76px !important;
        border-top-left-radius: 76px !important
    }

    .border-radius-md-bottom-left-76 {
        -webkit-border-bottom-left-radius: 76px !important;
        border-bottom-left-radius: 76px !important
    }

    .border-radius-md-top-right-76 {
        -webkit-border-top-right-radius: 76px !important;
        border-top-right-radius: 76px !important
    }

    .border-radius-md-bottom-right-76 {
        -webkit-border-bottom-right-radius: 76px !important;
        border-bottom-right-radius: 76px !important
    }

    .border-radius-md-77 {
        -webkit-border-radius: 77px !important;
        border-radius: 77px !important
    }

    .border-radius-md-top-left-77 {
        -webkit-border-top-left-radius: 77px !important;
        border-top-left-radius: 77px !important
    }

    .border-radius-md-bottom-left-77 {
        -webkit-border-bottom-left-radius: 77px !important;
        border-bottom-left-radius: 77px !important
    }

    .border-radius-md-top-right-77 {
        -webkit-border-top-right-radius: 77px !important;
        border-top-right-radius: 77px !important
    }

    .border-radius-md-bottom-right-77 {
        -webkit-border-bottom-right-radius: 77px !important;
        border-bottom-right-radius: 77px !important
    }

    .border-radius-md-78 {
        -webkit-border-radius: 78px !important;
        border-radius: 78px !important
    }

    .border-radius-md-top-left-78 {
        -webkit-border-top-left-radius: 78px !important;
        border-top-left-radius: 78px !important
    }

    .border-radius-md-bottom-left-78 {
        -webkit-border-bottom-left-radius: 78px !important;
        border-bottom-left-radius: 78px !important
    }

    .border-radius-md-top-right-78 {
        -webkit-border-top-right-radius: 78px !important;
        border-top-right-radius: 78px !important
    }

    .border-radius-md-bottom-right-78 {
        -webkit-border-bottom-right-radius: 78px !important;
        border-bottom-right-radius: 78px !important
    }

    .border-radius-md-79 {
        -webkit-border-radius: 79px !important;
        border-radius: 79px !important
    }

    .border-radius-md-top-left-79 {
        -webkit-border-top-left-radius: 79px !important;
        border-top-left-radius: 79px !important
    }

    .border-radius-md-bottom-left-79 {
        -webkit-border-bottom-left-radius: 79px !important;
        border-bottom-left-radius: 79px !important
    }

    .border-radius-md-top-right-79 {
        -webkit-border-top-right-radius: 79px !important;
        border-top-right-radius: 79px !important
    }

    .border-radius-md-bottom-right-79 {
        -webkit-border-bottom-right-radius: 79px !important;
        border-bottom-right-radius: 79px !important
    }

    .border-radius-md-80 {
        -webkit-border-radius: 80px !important;
        border-radius: 80px !important
    }

    .border-radius-md-top-left-80 {
        -webkit-border-top-left-radius: 80px !important;
        border-top-left-radius: 80px !important
    }

    .border-radius-md-bottom-left-80 {
        -webkit-border-bottom-left-radius: 80px !important;
        border-bottom-left-radius: 80px !important
    }

    .border-radius-md-top-right-80 {
        -webkit-border-top-right-radius: 80px !important;
        border-top-right-radius: 80px !important
    }

    .border-radius-md-bottom-right-80 {
        -webkit-border-bottom-right-radius: 80px !important;
        border-bottom-right-radius: 80px !important
    }

    .border-radius-md-81 {
        -webkit-border-radius: 81px !important;
        border-radius: 81px !important
    }

    .border-radius-md-top-left-81 {
        -webkit-border-top-left-radius: 81px !important;
        border-top-left-radius: 81px !important
    }

    .border-radius-md-bottom-left-81 {
        -webkit-border-bottom-left-radius: 81px !important;
        border-bottom-left-radius: 81px !important
    }

    .border-radius-md-top-right-81 {
        -webkit-border-top-right-radius: 81px !important;
        border-top-right-radius: 81px !important
    }

    .border-radius-md-bottom-right-81 {
        -webkit-border-bottom-right-radius: 81px !important;
        border-bottom-right-radius: 81px !important
    }

    .border-radius-md-82 {
        -webkit-border-radius: 82px !important;
        border-radius: 82px !important
    }

    .border-radius-md-top-left-82 {
        -webkit-border-top-left-radius: 82px !important;
        border-top-left-radius: 82px !important
    }

    .border-radius-md-bottom-left-82 {
        -webkit-border-bottom-left-radius: 82px !important;
        border-bottom-left-radius: 82px !important
    }

    .border-radius-md-top-right-82 {
        -webkit-border-top-right-radius: 82px !important;
        border-top-right-radius: 82px !important
    }

    .border-radius-md-bottom-right-82 {
        -webkit-border-bottom-right-radius: 82px !important;
        border-bottom-right-radius: 82px !important
    }

    .border-radius-md-83 {
        -webkit-border-radius: 83px !important;
        border-radius: 83px !important
    }

    .border-radius-md-top-left-83 {
        -webkit-border-top-left-radius: 83px !important;
        border-top-left-radius: 83px !important
    }

    .border-radius-md-bottom-left-83 {
        -webkit-border-bottom-left-radius: 83px !important;
        border-bottom-left-radius: 83px !important
    }

    .border-radius-md-top-right-83 {
        -webkit-border-top-right-radius: 83px !important;
        border-top-right-radius: 83px !important
    }

    .border-radius-md-bottom-right-83 {
        -webkit-border-bottom-right-radius: 83px !important;
        border-bottom-right-radius: 83px !important
    }

    .border-radius-md-84 {
        -webkit-border-radius: 84px !important;
        border-radius: 84px !important
    }

    .border-radius-md-top-left-84 {
        -webkit-border-top-left-radius: 84px !important;
        border-top-left-radius: 84px !important
    }

    .border-radius-md-bottom-left-84 {
        -webkit-border-bottom-left-radius: 84px !important;
        border-bottom-left-radius: 84px !important
    }

    .border-radius-md-top-right-84 {
        -webkit-border-top-right-radius: 84px !important;
        border-top-right-radius: 84px !important
    }

    .border-radius-md-bottom-right-84 {
        -webkit-border-bottom-right-radius: 84px !important;
        border-bottom-right-radius: 84px !important
    }

    .border-radius-md-85 {
        -webkit-border-radius: 85px !important;
        border-radius: 85px !important
    }

    .border-radius-md-top-left-85 {
        -webkit-border-top-left-radius: 85px !important;
        border-top-left-radius: 85px !important
    }

    .border-radius-md-bottom-left-85 {
        -webkit-border-bottom-left-radius: 85px !important;
        border-bottom-left-radius: 85px !important
    }

    .border-radius-md-top-right-85 {
        -webkit-border-top-right-radius: 85px !important;
        border-top-right-radius: 85px !important
    }

    .border-radius-md-bottom-right-85 {
        -webkit-border-bottom-right-radius: 85px !important;
        border-bottom-right-radius: 85px !important
    }

    .border-radius-md-86 {
        -webkit-border-radius: 86px !important;
        border-radius: 86px !important
    }

    .border-radius-md-top-left-86 {
        -webkit-border-top-left-radius: 86px !important;
        border-top-left-radius: 86px !important
    }

    .border-radius-md-bottom-left-86 {
        -webkit-border-bottom-left-radius: 86px !important;
        border-bottom-left-radius: 86px !important
    }

    .border-radius-md-top-right-86 {
        -webkit-border-top-right-radius: 86px !important;
        border-top-right-radius: 86px !important
    }

    .border-radius-md-bottom-right-86 {
        -webkit-border-bottom-right-radius: 86px !important;
        border-bottom-right-radius: 86px !important
    }

    .border-radius-md-87 {
        -webkit-border-radius: 87px !important;
        border-radius: 87px !important
    }

    .border-radius-md-top-left-87 {
        -webkit-border-top-left-radius: 87px !important;
        border-top-left-radius: 87px !important
    }

    .border-radius-md-bottom-left-87 {
        -webkit-border-bottom-left-radius: 87px !important;
        border-bottom-left-radius: 87px !important
    }

    .border-radius-md-top-right-87 {
        -webkit-border-top-right-radius: 87px !important;
        border-top-right-radius: 87px !important
    }

    .border-radius-md-bottom-right-87 {
        -webkit-border-bottom-right-radius: 87px !important;
        border-bottom-right-radius: 87px !important
    }

    .border-radius-md-88 {
        -webkit-border-radius: 88px !important;
        border-radius: 88px !important
    }

    .border-radius-md-top-left-88 {
        -webkit-border-top-left-radius: 88px !important;
        border-top-left-radius: 88px !important
    }

    .border-radius-md-bottom-left-88 {
        -webkit-border-bottom-left-radius: 88px !important;
        border-bottom-left-radius: 88px !important
    }

    .border-radius-md-top-right-88 {
        -webkit-border-top-right-radius: 88px !important;
        border-top-right-radius: 88px !important
    }

    .border-radius-md-bottom-right-88 {
        -webkit-border-bottom-right-radius: 88px !important;
        border-bottom-right-radius: 88px !important
    }

    .border-radius-md-89 {
        -webkit-border-radius: 89px !important;
        border-radius: 89px !important
    }

    .border-radius-md-top-left-89 {
        -webkit-border-top-left-radius: 89px !important;
        border-top-left-radius: 89px !important
    }

    .border-radius-md-bottom-left-89 {
        -webkit-border-bottom-left-radius: 89px !important;
        border-bottom-left-radius: 89px !important
    }

    .border-radius-md-top-right-89 {
        -webkit-border-top-right-radius: 89px !important;
        border-top-right-radius: 89px !important
    }

    .border-radius-md-bottom-right-89 {
        -webkit-border-bottom-right-radius: 89px !important;
        border-bottom-right-radius: 89px !important
    }

    .border-radius-md-90 {
        -webkit-border-radius: 90px !important;
        border-radius: 90px !important
    }

    .border-radius-md-top-left-90 {
        -webkit-border-top-left-radius: 90px !important;
        border-top-left-radius: 90px !important
    }

    .border-radius-md-bottom-left-90 {
        -webkit-border-bottom-left-radius: 90px !important;
        border-bottom-left-radius: 90px !important
    }

    .border-radius-md-top-right-90 {
        -webkit-border-top-right-radius: 90px !important;
        border-top-right-radius: 90px !important
    }

    .border-radius-md-bottom-right-90 {
        -webkit-border-bottom-right-radius: 90px !important;
        border-bottom-right-radius: 90px !important
    }

    .border-radius-md-91 {
        -webkit-border-radius: 91px !important;
        border-radius: 91px !important
    }

    .border-radius-md-top-left-91 {
        -webkit-border-top-left-radius: 91px !important;
        border-top-left-radius: 91px !important
    }

    .border-radius-md-bottom-left-91 {
        -webkit-border-bottom-left-radius: 91px !important;
        border-bottom-left-radius: 91px !important
    }

    .border-radius-md-top-right-91 {
        -webkit-border-top-right-radius: 91px !important;
        border-top-right-radius: 91px !important
    }

    .border-radius-md-bottom-right-91 {
        -webkit-border-bottom-right-radius: 91px !important;
        border-bottom-right-radius: 91px !important
    }

    .border-radius-md-92 {
        -webkit-border-radius: 92px !important;
        border-radius: 92px !important
    }

    .border-radius-md-top-left-92 {
        -webkit-border-top-left-radius: 92px !important;
        border-top-left-radius: 92px !important
    }

    .border-radius-md-bottom-left-92 {
        -webkit-border-bottom-left-radius: 92px !important;
        border-bottom-left-radius: 92px !important
    }

    .border-radius-md-top-right-92 {
        -webkit-border-top-right-radius: 92px !important;
        border-top-right-radius: 92px !important
    }

    .border-radius-md-bottom-right-92 {
        -webkit-border-bottom-right-radius: 92px !important;
        border-bottom-right-radius: 92px !important
    }

    .border-radius-md-93 {
        -webkit-border-radius: 93px !important;
        border-radius: 93px !important
    }

    .border-radius-md-top-left-93 {
        -webkit-border-top-left-radius: 93px !important;
        border-top-left-radius: 93px !important
    }

    .border-radius-md-bottom-left-93 {
        -webkit-border-bottom-left-radius: 93px !important;
        border-bottom-left-radius: 93px !important
    }

    .border-radius-md-top-right-93 {
        -webkit-border-top-right-radius: 93px !important;
        border-top-right-radius: 93px !important
    }

    .border-radius-md-bottom-right-93 {
        -webkit-border-bottom-right-radius: 93px !important;
        border-bottom-right-radius: 93px !important
    }

    .border-radius-md-94 {
        -webkit-border-radius: 94px !important;
        border-radius: 94px !important
    }

    .border-radius-md-top-left-94 {
        -webkit-border-top-left-radius: 94px !important;
        border-top-left-radius: 94px !important
    }

    .border-radius-md-bottom-left-94 {
        -webkit-border-bottom-left-radius: 94px !important;
        border-bottom-left-radius: 94px !important
    }

    .border-radius-md-top-right-94 {
        -webkit-border-top-right-radius: 94px !important;
        border-top-right-radius: 94px !important
    }

    .border-radius-md-bottom-right-94 {
        -webkit-border-bottom-right-radius: 94px !important;
        border-bottom-right-radius: 94px !important
    }

    .border-radius-md-95 {
        -webkit-border-radius: 95px !important;
        border-radius: 95px !important
    }

    .border-radius-md-top-left-95 {
        -webkit-border-top-left-radius: 95px !important;
        border-top-left-radius: 95px !important
    }

    .border-radius-md-bottom-left-95 {
        -webkit-border-bottom-left-radius: 95px !important;
        border-bottom-left-radius: 95px !important
    }

    .border-radius-md-top-right-95 {
        -webkit-border-top-right-radius: 95px !important;
        border-top-right-radius: 95px !important
    }

    .border-radius-md-bottom-right-95 {
        -webkit-border-bottom-right-radius: 95px !important;
        border-bottom-right-radius: 95px !important
    }

    .border-radius-md-96 {
        -webkit-border-radius: 96px !important;
        border-radius: 96px !important
    }

    .border-radius-md-top-left-96 {
        -webkit-border-top-left-radius: 96px !important;
        border-top-left-radius: 96px !important
    }

    .border-radius-md-bottom-left-96 {
        -webkit-border-bottom-left-radius: 96px !important;
        border-bottom-left-radius: 96px !important
    }

    .border-radius-md-top-right-96 {
        -webkit-border-top-right-radius: 96px !important;
        border-top-right-radius: 96px !important
    }

    .border-radius-md-bottom-right-96 {
        -webkit-border-bottom-right-radius: 96px !important;
        border-bottom-right-radius: 96px !important
    }

    .border-radius-md-97 {
        -webkit-border-radius: 97px !important;
        border-radius: 97px !important
    }

    .border-radius-md-top-left-97 {
        -webkit-border-top-left-radius: 97px !important;
        border-top-left-radius: 97px !important
    }

    .border-radius-md-bottom-left-97 {
        -webkit-border-bottom-left-radius: 97px !important;
        border-bottom-left-radius: 97px !important
    }

    .border-radius-md-top-right-97 {
        -webkit-border-top-right-radius: 97px !important;
        border-top-right-radius: 97px !important
    }

    .border-radius-md-bottom-right-97 {
        -webkit-border-bottom-right-radius: 97px !important;
        border-bottom-right-radius: 97px !important
    }

    .border-radius-md-98 {
        -webkit-border-radius: 98px !important;
        border-radius: 98px !important
    }

    .border-radius-md-top-left-98 {
        -webkit-border-top-left-radius: 98px !important;
        border-top-left-radius: 98px !important
    }

    .border-radius-md-bottom-left-98 {
        -webkit-border-bottom-left-radius: 98px !important;
        border-bottom-left-radius: 98px !important
    }

    .border-radius-md-top-right-98 {
        -webkit-border-top-right-radius: 98px !important;
        border-top-right-radius: 98px !important
    }

    .border-radius-md-bottom-right-98 {
        -webkit-border-bottom-right-radius: 98px !important;
        border-bottom-right-radius: 98px !important
    }

    .border-radius-md-99 {
        -webkit-border-radius: 99px !important;
        border-radius: 99px !important
    }

    .border-radius-md-top-left-99 {
        -webkit-border-top-left-radius: 99px !important;
        border-top-left-radius: 99px !important
    }

    .border-radius-md-bottom-left-99 {
        -webkit-border-bottom-left-radius: 99px !important;
        border-bottom-left-radius: 99px !important
    }

    .border-radius-md-top-right-99 {
        -webkit-border-top-right-radius: 99px !important;
        border-top-right-radius: 99px !important
    }

    .border-radius-md-bottom-right-99 {
        -webkit-border-bottom-right-radius: 99px !important;
        border-bottom-right-radius: 99px !important
    }

    .border-radius-md-100 {
        -webkit-border-radius: 100px !important;
        border-radius: 100px !important
    }

    .border-radius-md-top-left-100 {
        -webkit-border-top-left-radius: 100px !important;
        border-top-left-radius: 100px !important
    }

    .border-radius-md-bottom-left-100 {
        -webkit-border-bottom-left-radius: 100px !important;
        border-bottom-left-radius: 100px !important
    }

    .border-radius-md-top-right-100 {
        -webkit-border-top-right-radius: 100px !important;
        border-top-right-radius: 100px !important
    }

    .border-radius-md-bottom-right-100 {
        -webkit-border-bottom-right-radius: 100px !important;
        border-bottom-right-radius: 100px !important
    }

    .w-md-0 {
        width: 0% !important
    }

    .mnw-md-0 {
        min-width: 0% !important
    }

    .mw-md-0 {
        max-width: 0% !important
    }

    .h-md-0 {
        height: 0% !important
    }

    .mnh-md-0 {
        min-height: 0% !important
    }

    .mh-md-0 {
        max-height: 0% !important
    }

    .w-md-1 {
        width: 1% !important
    }

    .mnw-md-1 {
        min-width: 1% !important
    }

    .mw-md-1 {
        max-width: 1% !important
    }

    .h-md-1 {
        height: 1% !important
    }

    .mnh-md-1 {
        min-height: 1% !important
    }

    .mh-md-1 {
        max-height: 1% !important
    }

    .w-md-2 {
        width: 2% !important
    }

    .mnw-md-2 {
        min-width: 2% !important
    }

    .mw-md-2 {
        max-width: 2% !important
    }

    .h-md-2 {
        height: 2% !important
    }

    .mnh-md-2 {
        min-height: 2% !important
    }

    .mh-md-2 {
        max-height: 2% !important
    }

    .w-md-3 {
        width: 3% !important
    }

    .mnw-md-3 {
        min-width: 3% !important
    }

    .mw-md-3 {
        max-width: 3% !important
    }

    .h-md-3 {
        height: 3% !important
    }

    .mnh-md-3 {
        min-height: 3% !important
    }

    .mh-md-3 {
        max-height: 3% !important
    }

    .w-md-4 {
        width: 4% !important
    }

    .mnw-md-4 {
        min-width: 4% !important
    }

    .mw-md-4 {
        max-width: 4% !important
    }

    .h-md-4 {
        height: 4% !important
    }

    .mnh-md-4 {
        min-height: 4% !important
    }

    .mh-md-4 {
        max-height: 4% !important
    }

    .w-md-5 {
        width: 5% !important
    }

    .mnw-md-5 {
        min-width: 5% !important
    }

    .mw-md-5 {
        max-width: 5% !important
    }

    .h-md-5 {
        height: 5% !important
    }

    .mnh-md-5 {
        min-height: 5% !important
    }

    .mh-md-5 {
        max-height: 5% !important
    }

    .w-md-6 {
        width: 6% !important
    }

    .mnw-md-6 {
        min-width: 6% !important
    }

    .mw-md-6 {
        max-width: 6% !important
    }

    .h-md-6 {
        height: 6% !important
    }

    .mnh-md-6 {
        min-height: 6% !important
    }

    .mh-md-6 {
        max-height: 6% !important
    }

    .w-md-7 {
        width: 7% !important
    }

    .mnw-md-7 {
        min-width: 7% !important
    }

    .mw-md-7 {
        max-width: 7% !important
    }

    .h-md-7 {
        height: 7% !important
    }

    .mnh-md-7 {
        min-height: 7% !important
    }

    .mh-md-7 {
        max-height: 7% !important
    }

    .w-md-8 {
        width: 8% !important
    }

    .mnw-md-8 {
        min-width: 8% !important
    }

    .mw-md-8 {
        max-width: 8% !important
    }

    .h-md-8 {
        height: 8% !important
    }

    .mnh-md-8 {
        min-height: 8% !important
    }

    .mh-md-8 {
        max-height: 8% !important
    }

    .w-md-9 {
        width: 9% !important
    }

    .mnw-md-9 {
        min-width: 9% !important
    }

    .mw-md-9 {
        max-width: 9% !important
    }

    .h-md-9 {
        height: 9% !important
    }

    .mnh-md-9 {
        min-height: 9% !important
    }

    .mh-md-9 {
        max-height: 9% !important
    }

    .w-md-10 {
        width: 10% !important
    }

    .mnw-md-10 {
        min-width: 10% !important
    }

    .mw-md-10 {
        max-width: 10% !important
    }

    .h-md-10 {
        height: 10% !important
    }

    .mnh-md-10 {
        min-height: 10% !important
    }

    .mh-md-10 {
        max-height: 10% !important
    }

    .w-md-11 {
        width: 11% !important
    }

    .mnw-md-11 {
        min-width: 11% !important
    }

    .mw-md-11 {
        max-width: 11% !important
    }

    .h-md-11 {
        height: 11% !important
    }

    .mnh-md-11 {
        min-height: 11% !important
    }

    .mh-md-11 {
        max-height: 11% !important
    }

    .w-md-12 {
        width: 12% !important
    }

    .mnw-md-12 {
        min-width: 12% !important
    }

    .mw-md-12 {
        max-width: 12% !important
    }

    .h-md-12 {
        height: 12% !important
    }

    .mnh-md-12 {
        min-height: 12% !important
    }

    .mh-md-12 {
        max-height: 12% !important
    }

    .w-md-13 {
        width: 13% !important
    }

    .mnw-md-13 {
        min-width: 13% !important
    }

    .mw-md-13 {
        max-width: 13% !important
    }

    .h-md-13 {
        height: 13% !important
    }

    .mnh-md-13 {
        min-height: 13% !important
    }

    .mh-md-13 {
        max-height: 13% !important
    }

    .w-md-14 {
        width: 14% !important
    }

    .mnw-md-14 {
        min-width: 14% !important
    }

    .mw-md-14 {
        max-width: 14% !important
    }

    .h-md-14 {
        height: 14% !important
    }

    .mnh-md-14 {
        min-height: 14% !important
    }

    .mh-md-14 {
        max-height: 14% !important
    }

    .w-md-15 {
        width: 15% !important
    }

    .mnw-md-15 {
        min-width: 15% !important
    }

    .mw-md-15 {
        max-width: 15% !important
    }

    .h-md-15 {
        height: 15% !important
    }

    .mnh-md-15 {
        min-height: 15% !important
    }

    .mh-md-15 {
        max-height: 15% !important
    }

    .w-md-16 {
        width: 16% !important
    }

    .mnw-md-16 {
        min-width: 16% !important
    }

    .mw-md-16 {
        max-width: 16% !important
    }

    .h-md-16 {
        height: 16% !important
    }

    .mnh-md-16 {
        min-height: 16% !important
    }

    .mh-md-16 {
        max-height: 16% !important
    }

    .w-md-17 {
        width: 17% !important
    }

    .mnw-md-17 {
        min-width: 17% !important
    }

    .mw-md-17 {
        max-width: 17% !important
    }

    .h-md-17 {
        height: 17% !important
    }

    .mnh-md-17 {
        min-height: 17% !important
    }

    .mh-md-17 {
        max-height: 17% !important
    }

    .w-md-18 {
        width: 18% !important
    }

    .mnw-md-18 {
        min-width: 18% !important
    }

    .mw-md-18 {
        max-width: 18% !important
    }

    .h-md-18 {
        height: 18% !important
    }

    .mnh-md-18 {
        min-height: 18% !important
    }

    .mh-md-18 {
        max-height: 18% !important
    }

    .w-md-19 {
        width: 19% !important
    }

    .mnw-md-19 {
        min-width: 19% !important
    }

    .mw-md-19 {
        max-width: 19% !important
    }

    .h-md-19 {
        height: 19% !important
    }

    .mnh-md-19 {
        min-height: 19% !important
    }

    .mh-md-19 {
        max-height: 19% !important
    }

    .w-md-20 {
        width: 20% !important
    }

    .mnw-md-20 {
        min-width: 20% !important
    }

    .mw-md-20 {
        max-width: 20% !important
    }

    .h-md-20 {
        height: 20% !important
    }

    .mnh-md-20 {
        min-height: 20% !important
    }

    .mh-md-20 {
        max-height: 20% !important
    }

    .w-md-21 {
        width: 21% !important
    }

    .mnw-md-21 {
        min-width: 21% !important
    }

    .mw-md-21 {
        max-width: 21% !important
    }

    .h-md-21 {
        height: 21% !important
    }

    .mnh-md-21 {
        min-height: 21% !important
    }

    .mh-md-21 {
        max-height: 21% !important
    }

    .w-md-22 {
        width: 22% !important
    }

    .mnw-md-22 {
        min-width: 22% !important
    }

    .mw-md-22 {
        max-width: 22% !important
    }

    .h-md-22 {
        height: 22% !important
    }

    .mnh-md-22 {
        min-height: 22% !important
    }

    .mh-md-22 {
        max-height: 22% !important
    }

    .w-md-23 {
        width: 23% !important
    }

    .mnw-md-23 {
        min-width: 23% !important
    }

    .mw-md-23 {
        max-width: 23% !important
    }

    .h-md-23 {
        height: 23% !important
    }

    .mnh-md-23 {
        min-height: 23% !important
    }

    .mh-md-23 {
        max-height: 23% !important
    }

    .w-md-24 {
        width: 24% !important
    }

    .mnw-md-24 {
        min-width: 24% !important
    }

    .mw-md-24 {
        max-width: 24% !important
    }

    .h-md-24 {
        height: 24% !important
    }

    .mnh-md-24 {
        min-height: 24% !important
    }

    .mh-md-24 {
        max-height: 24% !important
    }

    .w-md-25 {
        width: 25% !important
    }

    .mnw-md-25 {
        min-width: 25% !important
    }

    .mw-md-25 {
        max-width: 25% !important
    }

    .h-md-25 {
        height: 25% !important
    }

    .mnh-md-25 {
        min-height: 25% !important
    }

    .mh-md-25 {
        max-height: 25% !important
    }

    .w-md-26 {
        width: 26% !important
    }

    .mnw-md-26 {
        min-width: 26% !important
    }

    .mw-md-26 {
        max-width: 26% !important
    }

    .h-md-26 {
        height: 26% !important
    }

    .mnh-md-26 {
        min-height: 26% !important
    }

    .mh-md-26 {
        max-height: 26% !important
    }

    .w-md-27 {
        width: 27% !important
    }

    .mnw-md-27 {
        min-width: 27% !important
    }

    .mw-md-27 {
        max-width: 27% !important
    }

    .h-md-27 {
        height: 27% !important
    }

    .mnh-md-27 {
        min-height: 27% !important
    }

    .mh-md-27 {
        max-height: 27% !important
    }

    .w-md-28 {
        width: 28% !important
    }

    .mnw-md-28 {
        min-width: 28% !important
    }

    .mw-md-28 {
        max-width: 28% !important
    }

    .h-md-28 {
        height: 28% !important
    }

    .mnh-md-28 {
        min-height: 28% !important
    }

    .mh-md-28 {
        max-height: 28% !important
    }

    .w-md-29 {
        width: 29% !important
    }

    .mnw-md-29 {
        min-width: 29% !important
    }

    .mw-md-29 {
        max-width: 29% !important
    }

    .h-md-29 {
        height: 29% !important
    }

    .mnh-md-29 {
        min-height: 29% !important
    }

    .mh-md-29 {
        max-height: 29% !important
    }

    .w-md-30 {
        width: 30% !important
    }

    .mnw-md-30 {
        min-width: 30% !important
    }

    .mw-md-30 {
        max-width: 30% !important
    }

    .h-md-30 {
        height: 30% !important
    }

    .mnh-md-30 {
        min-height: 30% !important
    }

    .mh-md-30 {
        max-height: 30% !important
    }

    .w-md-31 {
        width: 31% !important
    }

    .mnw-md-31 {
        min-width: 31% !important
    }

    .mw-md-31 {
        max-width: 31% !important
    }

    .h-md-31 {
        height: 31% !important
    }

    .mnh-md-31 {
        min-height: 31% !important
    }

    .mh-md-31 {
        max-height: 31% !important
    }

    .w-md-32 {
        width: 32% !important
    }

    .mnw-md-32 {
        min-width: 32% !important
    }

    .mw-md-32 {
        max-width: 32% !important
    }

    .h-md-32 {
        height: 32% !important
    }

    .mnh-md-32 {
        min-height: 32% !important
    }

    .mh-md-32 {
        max-height: 32% !important
    }

    .w-md-33 {
        width: 33% !important
    }

    .mnw-md-33 {
        min-width: 33% !important
    }

    .mw-md-33 {
        max-width: 33% !important
    }

    .h-md-33 {
        height: 33% !important
    }

    .mnh-md-33 {
        min-height: 33% !important
    }

    .mh-md-33 {
        max-height: 33% !important
    }

    .w-md-34 {
        width: 34% !important
    }

    .mnw-md-34 {
        min-width: 34% !important
    }

    .mw-md-34 {
        max-width: 34% !important
    }

    .h-md-34 {
        height: 34% !important
    }

    .mnh-md-34 {
        min-height: 34% !important
    }

    .mh-md-34 {
        max-height: 34% !important
    }

    .w-md-35 {
        width: 35% !important
    }

    .mnw-md-35 {
        min-width: 35% !important
    }

    .mw-md-35 {
        max-width: 35% !important
    }

    .h-md-35 {
        height: 35% !important
    }

    .mnh-md-35 {
        min-height: 35% !important
    }

    .mh-md-35 {
        max-height: 35% !important
    }

    .w-md-36 {
        width: 36% !important
    }

    .mnw-md-36 {
        min-width: 36% !important
    }

    .mw-md-36 {
        max-width: 36% !important
    }

    .h-md-36 {
        height: 36% !important
    }

    .mnh-md-36 {
        min-height: 36% !important
    }

    .mh-md-36 {
        max-height: 36% !important
    }

    .w-md-37 {
        width: 37% !important
    }

    .mnw-md-37 {
        min-width: 37% !important
    }

    .mw-md-37 {
        max-width: 37% !important
    }

    .h-md-37 {
        height: 37% !important
    }

    .mnh-md-37 {
        min-height: 37% !important
    }

    .mh-md-37 {
        max-height: 37% !important
    }

    .w-md-38 {
        width: 38% !important
    }

    .mnw-md-38 {
        min-width: 38% !important
    }

    .mw-md-38 {
        max-width: 38% !important
    }

    .h-md-38 {
        height: 38% !important
    }

    .mnh-md-38 {
        min-height: 38% !important
    }

    .mh-md-38 {
        max-height: 38% !important
    }

    .w-md-39 {
        width: 39% !important
    }

    .mnw-md-39 {
        min-width: 39% !important
    }

    .mw-md-39 {
        max-width: 39% !important
    }

    .h-md-39 {
        height: 39% !important
    }

    .mnh-md-39 {
        min-height: 39% !important
    }

    .mh-md-39 {
        max-height: 39% !important
    }

    .w-md-40 {
        width: 40% !important
    }

    .mnw-md-40 {
        min-width: 40% !important
    }

    .mw-md-40 {
        max-width: 40% !important
    }

    .h-md-40 {
        height: 40% !important
    }

    .mnh-md-40 {
        min-height: 40% !important
    }

    .mh-md-40 {
        max-height: 40% !important
    }

    .w-md-41 {
        width: 41% !important
    }

    .mnw-md-41 {
        min-width: 41% !important
    }

    .mw-md-41 {
        max-width: 41% !important
    }

    .h-md-41 {
        height: 41% !important
    }

    .mnh-md-41 {
        min-height: 41% !important
    }

    .mh-md-41 {
        max-height: 41% !important
    }

    .w-md-42 {
        width: 42% !important
    }

    .mnw-md-42 {
        min-width: 42% !important
    }

    .mw-md-42 {
        max-width: 42% !important
    }

    .h-md-42 {
        height: 42% !important
    }

    .mnh-md-42 {
        min-height: 42% !important
    }

    .mh-md-42 {
        max-height: 42% !important
    }

    .w-md-43 {
        width: 43% !important
    }

    .mnw-md-43 {
        min-width: 43% !important
    }

    .mw-md-43 {
        max-width: 43% !important
    }

    .h-md-43 {
        height: 43% !important
    }

    .mnh-md-43 {
        min-height: 43% !important
    }

    .mh-md-43 {
        max-height: 43% !important
    }

    .w-md-44 {
        width: 44% !important
    }

    .mnw-md-44 {
        min-width: 44% !important
    }

    .mw-md-44 {
        max-width: 44% !important
    }

    .h-md-44 {
        height: 44% !important
    }

    .mnh-md-44 {
        min-height: 44% !important
    }

    .mh-md-44 {
        max-height: 44% !important
    }

    .w-md-45 {
        width: 45% !important
    }

    .mnw-md-45 {
        min-width: 45% !important
    }

    .mw-md-45 {
        max-width: 45% !important
    }

    .h-md-45 {
        height: 45% !important
    }

    .mnh-md-45 {
        min-height: 45% !important
    }

    .mh-md-45 {
        max-height: 45% !important
    }

    .w-md-46 {
        width: 46% !important
    }

    .mnw-md-46 {
        min-width: 46% !important
    }

    .mw-md-46 {
        max-width: 46% !important
    }

    .h-md-46 {
        height: 46% !important
    }

    .mnh-md-46 {
        min-height: 46% !important
    }

    .mh-md-46 {
        max-height: 46% !important
    }

    .w-md-47 {
        width: 47% !important
    }

    .mnw-md-47 {
        min-width: 47% !important
    }

    .mw-md-47 {
        max-width: 47% !important
    }

    .h-md-47 {
        height: 47% !important
    }

    .mnh-md-47 {
        min-height: 47% !important
    }

    .mh-md-47 {
        max-height: 47% !important
    }

    .w-md-48 {
        width: 48% !important
    }

    .mnw-md-48 {
        min-width: 48% !important
    }

    .mw-md-48 {
        max-width: 48% !important
    }

    .h-md-48 {
        height: 48% !important
    }

    .mnh-md-48 {
        min-height: 48% !important
    }

    .mh-md-48 {
        max-height: 48% !important
    }

    .w-md-49 {
        width: 49% !important
    }

    .mnw-md-49 {
        min-width: 49% !important
    }

    .mw-md-49 {
        max-width: 49% !important
    }

    .h-md-49 {
        height: 49% !important
    }

    .mnh-md-49 {
        min-height: 49% !important
    }

    .mh-md-49 {
        max-height: 49% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .mnw-md-50 {
        min-width: 50% !important
    }

    .mw-md-50 {
        max-width: 50% !important
    }

    .h-md-50 {
        height: 50% !important
    }

    .mnh-md-50 {
        min-height: 50% !important
    }

    .mh-md-50 {
        max-height: 50% !important
    }

    .w-md-51 {
        width: 51% !important
    }

    .mnw-md-51 {
        min-width: 51% !important
    }

    .mw-md-51 {
        max-width: 51% !important
    }

    .h-md-51 {
        height: 51% !important
    }

    .mnh-md-51 {
        min-height: 51% !important
    }

    .mh-md-51 {
        max-height: 51% !important
    }

    .w-md-52 {
        width: 52% !important
    }

    .mnw-md-52 {
        min-width: 52% !important
    }

    .mw-md-52 {
        max-width: 52% !important
    }

    .h-md-52 {
        height: 52% !important
    }

    .mnh-md-52 {
        min-height: 52% !important
    }

    .mh-md-52 {
        max-height: 52% !important
    }

    .w-md-53 {
        width: 53% !important
    }

    .mnw-md-53 {
        min-width: 53% !important
    }

    .mw-md-53 {
        max-width: 53% !important
    }

    .h-md-53 {
        height: 53% !important
    }

    .mnh-md-53 {
        min-height: 53% !important
    }

    .mh-md-53 {
        max-height: 53% !important
    }

    .w-md-54 {
        width: 54% !important
    }

    .mnw-md-54 {
        min-width: 54% !important
    }

    .mw-md-54 {
        max-width: 54% !important
    }

    .h-md-54 {
        height: 54% !important
    }

    .mnh-md-54 {
        min-height: 54% !important
    }

    .mh-md-54 {
        max-height: 54% !important
    }

    .w-md-55 {
        width: 55% !important
    }

    .mnw-md-55 {
        min-width: 55% !important
    }

    .mw-md-55 {
        max-width: 55% !important
    }

    .h-md-55 {
        height: 55% !important
    }

    .mnh-md-55 {
        min-height: 55% !important
    }

    .mh-md-55 {
        max-height: 55% !important
    }

    .w-md-56 {
        width: 56% !important
    }

    .mnw-md-56 {
        min-width: 56% !important
    }

    .mw-md-56 {
        max-width: 56% !important
    }

    .h-md-56 {
        height: 56% !important
    }

    .mnh-md-56 {
        min-height: 56% !important
    }

    .mh-md-56 {
        max-height: 56% !important
    }

    .w-md-57 {
        width: 57% !important
    }

    .mnw-md-57 {
        min-width: 57% !important
    }

    .mw-md-57 {
        max-width: 57% !important
    }

    .h-md-57 {
        height: 57% !important
    }

    .mnh-md-57 {
        min-height: 57% !important
    }

    .mh-md-57 {
        max-height: 57% !important
    }

    .w-md-58 {
        width: 58% !important
    }

    .mnw-md-58 {
        min-width: 58% !important
    }

    .mw-md-58 {
        max-width: 58% !important
    }

    .h-md-58 {
        height: 58% !important
    }

    .mnh-md-58 {
        min-height: 58% !important
    }

    .mh-md-58 {
        max-height: 58% !important
    }

    .w-md-59 {
        width: 59% !important
    }

    .mnw-md-59 {
        min-width: 59% !important
    }

    .mw-md-59 {
        max-width: 59% !important
    }

    .h-md-59 {
        height: 59% !important
    }

    .mnh-md-59 {
        min-height: 59% !important
    }

    .mh-md-59 {
        max-height: 59% !important
    }

    .w-md-60 {
        width: 60% !important
    }

    .mnw-md-60 {
        min-width: 60% !important
    }

    .mw-md-60 {
        max-width: 60% !important
    }

    .h-md-60 {
        height: 60% !important
    }

    .mnh-md-60 {
        min-height: 60% !important
    }

    .mh-md-60 {
        max-height: 60% !important
    }

    .w-md-61 {
        width: 61% !important
    }

    .mnw-md-61 {
        min-width: 61% !important
    }

    .mw-md-61 {
        max-width: 61% !important
    }

    .h-md-61 {
        height: 61% !important
    }

    .mnh-md-61 {
        min-height: 61% !important
    }

    .mh-md-61 {
        max-height: 61% !important
    }

    .w-md-62 {
        width: 62% !important
    }

    .mnw-md-62 {
        min-width: 62% !important
    }

    .mw-md-62 {
        max-width: 62% !important
    }

    .h-md-62 {
        height: 62% !important
    }

    .mnh-md-62 {
        min-height: 62% !important
    }

    .mh-md-62 {
        max-height: 62% !important
    }

    .w-md-63 {
        width: 63% !important
    }

    .mnw-md-63 {
        min-width: 63% !important
    }

    .mw-md-63 {
        max-width: 63% !important
    }

    .h-md-63 {
        height: 63% !important
    }

    .mnh-md-63 {
        min-height: 63% !important
    }

    .mh-md-63 {
        max-height: 63% !important
    }

    .w-md-64 {
        width: 64% !important
    }

    .mnw-md-64 {
        min-width: 64% !important
    }

    .mw-md-64 {
        max-width: 64% !important
    }

    .h-md-64 {
        height: 64% !important
    }

    .mnh-md-64 {
        min-height: 64% !important
    }

    .mh-md-64 {
        max-height: 64% !important
    }

    .w-md-65 {
        width: 65% !important
    }

    .mnw-md-65 {
        min-width: 65% !important
    }

    .mw-md-65 {
        max-width: 65% !important
    }

    .h-md-65 {
        height: 65% !important
    }

    .mnh-md-65 {
        min-height: 65% !important
    }

    .mh-md-65 {
        max-height: 65% !important
    }

    .w-md-66 {
        width: 66% !important
    }

    .mnw-md-66 {
        min-width: 66% !important
    }

    .mw-md-66 {
        max-width: 66% !important
    }

    .h-md-66 {
        height: 66% !important
    }

    .mnh-md-66 {
        min-height: 66% !important
    }

    .mh-md-66 {
        max-height: 66% !important
    }

    .w-md-67 {
        width: 67% !important
    }

    .mnw-md-67 {
        min-width: 67% !important
    }

    .mw-md-67 {
        max-width: 67% !important
    }

    .h-md-67 {
        height: 67% !important
    }

    .mnh-md-67 {
        min-height: 67% !important
    }

    .mh-md-67 {
        max-height: 67% !important
    }

    .w-md-68 {
        width: 68% !important
    }

    .mnw-md-68 {
        min-width: 68% !important
    }

    .mw-md-68 {
        max-width: 68% !important
    }

    .h-md-68 {
        height: 68% !important
    }

    .mnh-md-68 {
        min-height: 68% !important
    }

    .mh-md-68 {
        max-height: 68% !important
    }

    .w-md-69 {
        width: 69% !important
    }

    .mnw-md-69 {
        min-width: 69% !important
    }

    .mw-md-69 {
        max-width: 69% !important
    }

    .h-md-69 {
        height: 69% !important
    }

    .mnh-md-69 {
        min-height: 69% !important
    }

    .mh-md-69 {
        max-height: 69% !important
    }

    .w-md-70 {
        width: 70% !important
    }

    .mnw-md-70 {
        min-width: 70% !important
    }

    .mw-md-70 {
        max-width: 70% !important
    }

    .h-md-70 {
        height: 70% !important
    }

    .mnh-md-70 {
        min-height: 70% !important
    }

    .mh-md-70 {
        max-height: 70% !important
    }

    .w-md-71 {
        width: 71% !important
    }

    .mnw-md-71 {
        min-width: 71% !important
    }

    .mw-md-71 {
        max-width: 71% !important
    }

    .h-md-71 {
        height: 71% !important
    }

    .mnh-md-71 {
        min-height: 71% !important
    }

    .mh-md-71 {
        max-height: 71% !important
    }

    .w-md-72 {
        width: 72% !important
    }

    .mnw-md-72 {
        min-width: 72% !important
    }

    .mw-md-72 {
        max-width: 72% !important
    }

    .h-md-72 {
        height: 72% !important
    }

    .mnh-md-72 {
        min-height: 72% !important
    }

    .mh-md-72 {
        max-height: 72% !important
    }

    .w-md-73 {
        width: 73% !important
    }

    .mnw-md-73 {
        min-width: 73% !important
    }

    .mw-md-73 {
        max-width: 73% !important
    }

    .h-md-73 {
        height: 73% !important
    }

    .mnh-md-73 {
        min-height: 73% !important
    }

    .mh-md-73 {
        max-height: 73% !important
    }

    .w-md-74 {
        width: 74% !important
    }

    .mnw-md-74 {
        min-width: 74% !important
    }

    .mw-md-74 {
        max-width: 74% !important
    }

    .h-md-74 {
        height: 74% !important
    }

    .mnh-md-74 {
        min-height: 74% !important
    }

    .mh-md-74 {
        max-height: 74% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .mnw-md-75 {
        min-width: 75% !important
    }

    .mw-md-75 {
        max-width: 75% !important
    }

    .h-md-75 {
        height: 75% !important
    }

    .mnh-md-75 {
        min-height: 75% !important
    }

    .mh-md-75 {
        max-height: 75% !important
    }

    .w-md-76 {
        width: 76% !important
    }

    .mnw-md-76 {
        min-width: 76% !important
    }

    .mw-md-76 {
        max-width: 76% !important
    }

    .h-md-76 {
        height: 76% !important
    }

    .mnh-md-76 {
        min-height: 76% !important
    }

    .mh-md-76 {
        max-height: 76% !important
    }

    .w-md-77 {
        width: 77% !important
    }

    .mnw-md-77 {
        min-width: 77% !important
    }

    .mw-md-77 {
        max-width: 77% !important
    }

    .h-md-77 {
        height: 77% !important
    }

    .mnh-md-77 {
        min-height: 77% !important
    }

    .mh-md-77 {
        max-height: 77% !important
    }

    .w-md-78 {
        width: 78% !important
    }

    .mnw-md-78 {
        min-width: 78% !important
    }

    .mw-md-78 {
        max-width: 78% !important
    }

    .h-md-78 {
        height: 78% !important
    }

    .mnh-md-78 {
        min-height: 78% !important
    }

    .mh-md-78 {
        max-height: 78% !important
    }

    .w-md-79 {
        width: 79% !important
    }

    .mnw-md-79 {
        min-width: 79% !important
    }

    .mw-md-79 {
        max-width: 79% !important
    }

    .h-md-79 {
        height: 79% !important
    }

    .mnh-md-79 {
        min-height: 79% !important
    }

    .mh-md-79 {
        max-height: 79% !important
    }

    .w-md-80 {
        width: 80% !important
    }

    .mnw-md-80 {
        min-width: 80% !important
    }

    .mw-md-80 {
        max-width: 80% !important
    }

    .h-md-80 {
        height: 80% !important
    }

    .mnh-md-80 {
        min-height: 80% !important
    }

    .mh-md-80 {
        max-height: 80% !important
    }

    .w-md-81 {
        width: 81% !important
    }

    .mnw-md-81 {
        min-width: 81% !important
    }

    .mw-md-81 {
        max-width: 81% !important
    }

    .h-md-81 {
        height: 81% !important
    }

    .mnh-md-81 {
        min-height: 81% !important
    }

    .mh-md-81 {
        max-height: 81% !important
    }

    .w-md-82 {
        width: 82% !important
    }

    .mnw-md-82 {
        min-width: 82% !important
    }

    .mw-md-82 {
        max-width: 82% !important
    }

    .h-md-82 {
        height: 82% !important
    }

    .mnh-md-82 {
        min-height: 82% !important
    }

    .mh-md-82 {
        max-height: 82% !important
    }

    .w-md-83 {
        width: 83% !important
    }

    .mnw-md-83 {
        min-width: 83% !important
    }

    .mw-md-83 {
        max-width: 83% !important
    }

    .h-md-83 {
        height: 83% !important
    }

    .mnh-md-83 {
        min-height: 83% !important
    }

    .mh-md-83 {
        max-height: 83% !important
    }

    .w-md-84 {
        width: 84% !important
    }

    .mnw-md-84 {
        min-width: 84% !important
    }

    .mw-md-84 {
        max-width: 84% !important
    }

    .h-md-84 {
        height: 84% !important
    }

    .mnh-md-84 {
        min-height: 84% !important
    }

    .mh-md-84 {
        max-height: 84% !important
    }

    .w-md-85 {
        width: 85% !important
    }

    .mnw-md-85 {
        min-width: 85% !important
    }

    .mw-md-85 {
        max-width: 85% !important
    }

    .h-md-85 {
        height: 85% !important
    }

    .mnh-md-85 {
        min-height: 85% !important
    }

    .mh-md-85 {
        max-height: 85% !important
    }

    .w-md-86 {
        width: 86% !important
    }

    .mnw-md-86 {
        min-width: 86% !important
    }

    .mw-md-86 {
        max-width: 86% !important
    }

    .h-md-86 {
        height: 86% !important
    }

    .mnh-md-86 {
        min-height: 86% !important
    }

    .mh-md-86 {
        max-height: 86% !important
    }

    .w-md-87 {
        width: 87% !important
    }

    .mnw-md-87 {
        min-width: 87% !important
    }

    .mw-md-87 {
        max-width: 87% !important
    }

    .h-md-87 {
        height: 87% !important
    }

    .mnh-md-87 {
        min-height: 87% !important
    }

    .mh-md-87 {
        max-height: 87% !important
    }

    .w-md-88 {
        width: 88% !important
    }

    .mnw-md-88 {
        min-width: 88% !important
    }

    .mw-md-88 {
        max-width: 88% !important
    }

    .h-md-88 {
        height: 88% !important
    }

    .mnh-md-88 {
        min-height: 88% !important
    }

    .mh-md-88 {
        max-height: 88% !important
    }

    .w-md-89 {
        width: 89% !important
    }

    .mnw-md-89 {
        min-width: 89% !important
    }

    .mw-md-89 {
        max-width: 89% !important
    }

    .h-md-89 {
        height: 89% !important
    }

    .mnh-md-89 {
        min-height: 89% !important
    }

    .mh-md-89 {
        max-height: 89% !important
    }

    .w-md-90 {
        width: 90% !important
    }

    .mnw-md-90 {
        min-width: 90% !important
    }

    .mw-md-90 {
        max-width: 90% !important
    }

    .h-md-90 {
        height: 90% !important
    }

    .mnh-md-90 {
        min-height: 90% !important
    }

    .mh-md-90 {
        max-height: 90% !important
    }

    .w-md-91 {
        width: 91% !important
    }

    .mnw-md-91 {
        min-width: 91% !important
    }

    .mw-md-91 {
        max-width: 91% !important
    }

    .h-md-91 {
        height: 91% !important
    }

    .mnh-md-91 {
        min-height: 91% !important
    }

    .mh-md-91 {
        max-height: 91% !important
    }

    .w-md-92 {
        width: 92% !important
    }

    .mnw-md-92 {
        min-width: 92% !important
    }

    .mw-md-92 {
        max-width: 92% !important
    }

    .h-md-92 {
        height: 92% !important
    }

    .mnh-md-92 {
        min-height: 92% !important
    }

    .mh-md-92 {
        max-height: 92% !important
    }

    .w-md-93 {
        width: 93% !important
    }

    .mnw-md-93 {
        min-width: 93% !important
    }

    .mw-md-93 {
        max-width: 93% !important
    }

    .h-md-93 {
        height: 93% !important
    }

    .mnh-md-93 {
        min-height: 93% !important
    }

    .mh-md-93 {
        max-height: 93% !important
    }

    .w-md-94 {
        width: 94% !important
    }

    .mnw-md-94 {
        min-width: 94% !important
    }

    .mw-md-94 {
        max-width: 94% !important
    }

    .h-md-94 {
        height: 94% !important
    }

    .mnh-md-94 {
        min-height: 94% !important
    }

    .mh-md-94 {
        max-height: 94% !important
    }

    .w-md-95 {
        width: 95% !important
    }

    .mnw-md-95 {
        min-width: 95% !important
    }

    .mw-md-95 {
        max-width: 95% !important
    }

    .h-md-95 {
        height: 95% !important
    }

    .mnh-md-95 {
        min-height: 95% !important
    }

    .mh-md-95 {
        max-height: 95% !important
    }

    .w-md-96 {
        width: 96% !important
    }

    .mnw-md-96 {
        min-width: 96% !important
    }

    .mw-md-96 {
        max-width: 96% !important
    }

    .h-md-96 {
        height: 96% !important
    }

    .mnh-md-96 {
        min-height: 96% !important
    }

    .mh-md-96 {
        max-height: 96% !important
    }

    .w-md-97 {
        width: 97% !important
    }

    .mnw-md-97 {
        min-width: 97% !important
    }

    .mw-md-97 {
        max-width: 97% !important
    }

    .h-md-97 {
        height: 97% !important
    }

    .mnh-md-97 {
        min-height: 97% !important
    }

    .mh-md-97 {
        max-height: 97% !important
    }

    .w-md-98 {
        width: 98% !important
    }

    .mnw-md-98 {
        min-width: 98% !important
    }

    .mw-md-98 {
        max-width: 98% !important
    }

    .h-md-98 {
        height: 98% !important
    }

    .mnh-md-98 {
        min-height: 98% !important
    }

    .mh-md-98 {
        max-height: 98% !important
    }

    .w-md-99 {
        width: 99% !important
    }

    .mnw-md-99 {
        min-width: 99% !important
    }

    .mw-md-99 {
        max-width: 99% !important
    }

    .h-md-99 {
        height: 99% !important
    }

    .mnh-md-99 {
        min-height: 99% !important
    }

    .mh-md-99 {
        max-height: 99% !important
    }

    .w-md-100 {
        width: 100% !important
    }

    .mnw-md-100 {
        min-width: 100% !important
    }

    .mw-md-100 {
        max-width: 100% !important
    }

    .h-md-100 {
        height: 100% !important
    }

    .mnh-md-100 {
        min-height: 100% !important
    }

    .mh-md-100 {
        max-height: 100% !important
    }

    .w-md-auto {
        width: auto !important
    }

    .h-md-auto {
        height: auto !important
    }

    .mnh-md-unset {
        min-height: unset !important
    }

    .mh-md-unset {
        max-height: unset !important
    }

    .overflow-md-hidden {
        overflow: hidden !important
    }

    .overflow-md-x-hidden {
        overflow-x: hidden !important
    }

    .overflow-md-y-hidden {
        overflow-y: hidden !important
    }

    .overflow-md-visible {
        overflow: visible !important
    }

    .overflow-md-x-visible {
        overflow-x: visible !important
    }

    .overflow-md-y-visible {
        overflow-y: visible !important
    }

    .overflow-md-x-auto {
        overflow-x: auto !important
    }

    .overflow-md-y-auto {
        overflow-y: auto !important
    }

    .position-md-static {
        position: static !important
    }

    .position-md-relative {
        position: relative !important
    }

    .position-md-fixed {
        position: fixed !important
    }

    .position-md-absolute {
        position: absolute !important
    }

    .position-md-sticky {
        position: sticky !important
    }

    .services-section .carousel .carousel-inner .carousel-item .service-col-height {
        min-height: 500px !important;
        max-height: 500px !important
    }
}

@media (min-width: 992px) {
    .font-size-lg-0 {
        font-size: 0rem !important
    }

    .font-size-lg-1 {
        font-size: 0.0833333333rem !important
    }

    .font-size-lg-2 {
        font-size: 0.1666666667rem !important
    }

    .font-size-lg-3 {
        font-size: 0.25rem !important
    }

    .font-size-lg-4 {
        font-size: 0.3333333333rem !important
    }

    .font-size-lg-5 {
        font-size: 0.4166666667rem !important
    }

    .font-size-lg-6 {
        font-size: 0.5rem !important
    }

    .font-size-lg-7 {
        font-size: 0.5833333333rem !important
    }

    .font-size-lg-8 {
        font-size: 0.6666666667rem !important
    }

    .font-size-lg-9 {
        font-size: 0.75rem !important
    }

    .font-size-lg-10 {
        font-size: 0.8333333333rem !important
    }

    .font-size-lg-11 {
        font-size: 0.9166666667rem !important
    }

    .font-size-lg-12 {
        font-size: 1rem !important
    }

    .font-size-lg-13 {
        font-size: 1.0833333333rem !important
    }

    .font-size-lg-14 {
        font-size: 1.1666666667rem !important
    }

    .font-size-lg-15 {
        font-size: 1.25rem !important
    }

    .font-size-lg-16 {
        font-size: 1.3333333333rem !important
    }

    .font-size-lg-17 {
        font-size: 1.4166666667rem !important
    }

    .font-size-lg-18 {
        font-size: 1.5rem !important
    }

    .font-size-lg-19 {
        font-size: 1.5833333333rem !important
    }

    .font-size-lg-20 {
        font-size: 1.6666666667rem !important
    }

    .font-size-lg-21 {
        font-size: 1.75rem !important
    }

    .font-size-lg-22 {
        font-size: 1.8333333333rem !important
    }

    .font-size-lg-23 {
        font-size: 1.9166666667rem !important
    }

    .font-size-lg-24 {
        font-size: 2rem !important
    }

    .font-size-lg-25 {
        font-size: 2.0833333333rem !important
    }

    .font-size-lg-26 {
        font-size: 2.1666666667rem !important
    }

    .font-size-lg-27 {
        font-size: 2.25rem !important
    }

    .font-size-lg-28 {
        font-size: 2.3333333333rem !important
    }

    .font-size-lg-29 {
        font-size: 2.4166666667rem !important
    }

    .font-size-lg-30 {
        font-size: 2.5rem !important
    }

    .font-size-lg-31 {
        font-size: 2.5833333333rem !important
    }

    .font-size-lg-32 {
        font-size: 2.6666666667rem !important
    }

    .font-size-lg-33 {
        font-size: 2.75rem !important
    }

    .font-size-lg-34 {
        font-size: 2.8333333333rem !important
    }

    .font-size-lg-35 {
        font-size: 2.9166666667rem !important
    }

    .font-size-lg-36 {
        font-size: 3rem !important
    }

    .font-size-lg-37 {
        font-size: 3.0833333333rem !important
    }

    .font-size-lg-38 {
        font-size: 3.1666666667rem !important
    }

    .font-size-lg-39 {
        font-size: 3.25rem !important
    }

    .font-size-lg-40 {
        font-size: 3.3333333333rem !important
    }

    .font-size-lg-41 {
        font-size: 3.4166666667rem !important
    }

    .font-size-lg-42 {
        font-size: 3.5rem !important
    }

    .font-size-lg-43 {
        font-size: 3.5833333333rem !important
    }

    .font-size-lg-44 {
        font-size: 3.6666666667rem !important
    }

    .font-size-lg-45 {
        font-size: 3.75rem !important
    }

    .font-size-lg-46 {
        font-size: 3.8333333333rem !important
    }

    .font-size-lg-47 {
        font-size: 3.9166666667rem !important
    }

    .font-size-lg-48 {
        font-size: 4rem !important
    }

    .font-size-lg-49 {
        font-size: 4.0833333333rem !important
    }

    .font-size-lg-50 {
        font-size: 4.1666666667rem !important
    }

    .border-radius-lg-0 {
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important
    }

    .border-radius-lg-top-left-0 {
        -webkit-border-top-left-radius: 0px !important;
        border-top-left-radius: 0px !important
    }

    .border-radius-lg-bottom-left-0 {
        -webkit-border-bottom-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important
    }

    .border-radius-lg-top-right-0 {
        -webkit-border-top-right-radius: 0px !important;
        border-top-right-radius: 0px !important
    }

    .border-radius-lg-bottom-right-0 {
        -webkit-border-bottom-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important
    }

    .border-radius-lg-1 {
        -webkit-border-radius: 1px !important;
        border-radius: 1px !important
    }

    .border-radius-lg-top-left-1 {
        -webkit-border-top-left-radius: 1px !important;
        border-top-left-radius: 1px !important
    }

    .border-radius-lg-bottom-left-1 {
        -webkit-border-bottom-left-radius: 1px !important;
        border-bottom-left-radius: 1px !important
    }

    .border-radius-lg-top-right-1 {
        -webkit-border-top-right-radius: 1px !important;
        border-top-right-radius: 1px !important
    }

    .border-radius-lg-bottom-right-1 {
        -webkit-border-bottom-right-radius: 1px !important;
        border-bottom-right-radius: 1px !important
    }

    .border-radius-lg-2 {
        -webkit-border-radius: 2px !important;
        border-radius: 2px !important
    }

    .border-radius-lg-top-left-2 {
        -webkit-border-top-left-radius: 2px !important;
        border-top-left-radius: 2px !important
    }

    .border-radius-lg-bottom-left-2 {
        -webkit-border-bottom-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important
    }

    .border-radius-lg-top-right-2 {
        -webkit-border-top-right-radius: 2px !important;
        border-top-right-radius: 2px !important
    }

    .border-radius-lg-bottom-right-2 {
        -webkit-border-bottom-right-radius: 2px !important;
        border-bottom-right-radius: 2px !important
    }

    .border-radius-lg-3 {
        -webkit-border-radius: 3px !important;
        border-radius: 3px !important
    }

    .border-radius-lg-top-left-3 {
        -webkit-border-top-left-radius: 3px !important;
        border-top-left-radius: 3px !important
    }

    .border-radius-lg-bottom-left-3 {
        -webkit-border-bottom-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important
    }

    .border-radius-lg-top-right-3 {
        -webkit-border-top-right-radius: 3px !important;
        border-top-right-radius: 3px !important
    }

    .border-radius-lg-bottom-right-3 {
        -webkit-border-bottom-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important
    }

    .border-radius-lg-4 {
        -webkit-border-radius: 4px !important;
        border-radius: 4px !important
    }

    .border-radius-lg-top-left-4 {
        -webkit-border-top-left-radius: 4px !important;
        border-top-left-radius: 4px !important
    }

    .border-radius-lg-bottom-left-4 {
        -webkit-border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important
    }

    .border-radius-lg-top-right-4 {
        -webkit-border-top-right-radius: 4px !important;
        border-top-right-radius: 4px !important
    }

    .border-radius-lg-bottom-right-4 {
        -webkit-border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important
    }

    .border-radius-lg-5 {
        -webkit-border-radius: 5px !important;
        border-radius: 5px !important
    }

    .border-radius-lg-top-left-5 {
        -webkit-border-top-left-radius: 5px !important;
        border-top-left-radius: 5px !important
    }

    .border-radius-lg-bottom-left-5 {
        -webkit-border-bottom-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important
    }

    .border-radius-lg-top-right-5 {
        -webkit-border-top-right-radius: 5px !important;
        border-top-right-radius: 5px !important
    }

    .border-radius-lg-bottom-right-5 {
        -webkit-border-bottom-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important
    }

    .border-radius-lg-6 {
        -webkit-border-radius: 6px !important;
        border-radius: 6px !important
    }

    .border-radius-lg-top-left-6 {
        -webkit-border-top-left-radius: 6px !important;
        border-top-left-radius: 6px !important
    }

    .border-radius-lg-bottom-left-6 {
        -webkit-border-bottom-left-radius: 6px !important;
        border-bottom-left-radius: 6px !important
    }

    .border-radius-lg-top-right-6 {
        -webkit-border-top-right-radius: 6px !important;
        border-top-right-radius: 6px !important
    }

    .border-radius-lg-bottom-right-6 {
        -webkit-border-bottom-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important
    }

    .border-radius-lg-7 {
        -webkit-border-radius: 7px !important;
        border-radius: 7px !important
    }

    .border-radius-lg-top-left-7 {
        -webkit-border-top-left-radius: 7px !important;
        border-top-left-radius: 7px !important
    }

    .border-radius-lg-bottom-left-7 {
        -webkit-border-bottom-left-radius: 7px !important;
        border-bottom-left-radius: 7px !important
    }

    .border-radius-lg-top-right-7 {
        -webkit-border-top-right-radius: 7px !important;
        border-top-right-radius: 7px !important
    }

    .border-radius-lg-bottom-right-7 {
        -webkit-border-bottom-right-radius: 7px !important;
        border-bottom-right-radius: 7px !important
    }

    .border-radius-lg-8 {
        -webkit-border-radius: 8px !important;
        border-radius: 8px !important
    }

    .border-radius-lg-top-left-8 {
        -webkit-border-top-left-radius: 8px !important;
        border-top-left-radius: 8px !important
    }

    .border-radius-lg-bottom-left-8 {
        -webkit-border-bottom-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important
    }

    .border-radius-lg-top-right-8 {
        -webkit-border-top-right-radius: 8px !important;
        border-top-right-radius: 8px !important
    }

    .border-radius-lg-bottom-right-8 {
        -webkit-border-bottom-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important
    }

    .border-radius-lg-9 {
        -webkit-border-radius: 9px !important;
        border-radius: 9px !important
    }

    .border-radius-lg-top-left-9 {
        -webkit-border-top-left-radius: 9px !important;
        border-top-left-radius: 9px !important
    }

    .border-radius-lg-bottom-left-9 {
        -webkit-border-bottom-left-radius: 9px !important;
        border-bottom-left-radius: 9px !important
    }

    .border-radius-lg-top-right-9 {
        -webkit-border-top-right-radius: 9px !important;
        border-top-right-radius: 9px !important
    }

    .border-radius-lg-bottom-right-9 {
        -webkit-border-bottom-right-radius: 9px !important;
        border-bottom-right-radius: 9px !important
    }

    .border-radius-lg-10 {
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important
    }

    .border-radius-lg-top-left-10 {
        -webkit-border-top-left-radius: 10px !important;
        border-top-left-radius: 10px !important
    }

    .border-radius-lg-bottom-left-10 {
        -webkit-border-bottom-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important
    }

    .border-radius-lg-top-right-10 {
        -webkit-border-top-right-radius: 10px !important;
        border-top-right-radius: 10px !important
    }

    .border-radius-lg-bottom-right-10 {
        -webkit-border-bottom-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important
    }

    .border-radius-lg-11 {
        -webkit-border-radius: 11px !important;
        border-radius: 11px !important
    }

    .border-radius-lg-top-left-11 {
        -webkit-border-top-left-radius: 11px !important;
        border-top-left-radius: 11px !important
    }

    .border-radius-lg-bottom-left-11 {
        -webkit-border-bottom-left-radius: 11px !important;
        border-bottom-left-radius: 11px !important
    }

    .border-radius-lg-top-right-11 {
        -webkit-border-top-right-radius: 11px !important;
        border-top-right-radius: 11px !important
    }

    .border-radius-lg-bottom-right-11 {
        -webkit-border-bottom-right-radius: 11px !important;
        border-bottom-right-radius: 11px !important
    }

    .border-radius-lg-12 {
        -webkit-border-radius: 12px !important;
        border-radius: 12px !important
    }

    .border-radius-lg-top-left-12 {
        -webkit-border-top-left-radius: 12px !important;
        border-top-left-radius: 12px !important
    }

    .border-radius-lg-bottom-left-12 {
        -webkit-border-bottom-left-radius: 12px !important;
        border-bottom-left-radius: 12px !important
    }

    .border-radius-lg-top-right-12 {
        -webkit-border-top-right-radius: 12px !important;
        border-top-right-radius: 12px !important
    }

    .border-radius-lg-bottom-right-12 {
        -webkit-border-bottom-right-radius: 12px !important;
        border-bottom-right-radius: 12px !important
    }

    .border-radius-lg-13 {
        -webkit-border-radius: 13px !important;
        border-radius: 13px !important
    }

    .border-radius-lg-top-left-13 {
        -webkit-border-top-left-radius: 13px !important;
        border-top-left-radius: 13px !important
    }

    .border-radius-lg-bottom-left-13 {
        -webkit-border-bottom-left-radius: 13px !important;
        border-bottom-left-radius: 13px !important
    }

    .border-radius-lg-top-right-13 {
        -webkit-border-top-right-radius: 13px !important;
        border-top-right-radius: 13px !important
    }

    .border-radius-lg-bottom-right-13 {
        -webkit-border-bottom-right-radius: 13px !important;
        border-bottom-right-radius: 13px !important
    }

    .border-radius-lg-14 {
        -webkit-border-radius: 14px !important;
        border-radius: 14px !important
    }

    .border-radius-lg-top-left-14 {
        -webkit-border-top-left-radius: 14px !important;
        border-top-left-radius: 14px !important
    }

    .border-radius-lg-bottom-left-14 {
        -webkit-border-bottom-left-radius: 14px !important;
        border-bottom-left-radius: 14px !important
    }

    .border-radius-lg-top-right-14 {
        -webkit-border-top-right-radius: 14px !important;
        border-top-right-radius: 14px !important
    }

    .border-radius-lg-bottom-right-14 {
        -webkit-border-bottom-right-radius: 14px !important;
        border-bottom-right-radius: 14px !important
    }

    .border-radius-lg-15 {
        -webkit-border-radius: 15px !important;
        border-radius: 15px !important
    }

    .border-radius-lg-top-left-15 {
        -webkit-border-top-left-radius: 15px !important;
        border-top-left-radius: 15px !important
    }

    .border-radius-lg-bottom-left-15 {
        -webkit-border-bottom-left-radius: 15px !important;
        border-bottom-left-radius: 15px !important
    }

    .border-radius-lg-top-right-15 {
        -webkit-border-top-right-radius: 15px !important;
        border-top-right-radius: 15px !important
    }

    .border-radius-lg-bottom-right-15 {
        -webkit-border-bottom-right-radius: 15px !important;
        border-bottom-right-radius: 15px !important
    }

    .border-radius-lg-16 {
        -webkit-border-radius: 16px !important;
        border-radius: 16px !important
    }

    .border-radius-lg-top-left-16 {
        -webkit-border-top-left-radius: 16px !important;
        border-top-left-radius: 16px !important
    }

    .border-radius-lg-bottom-left-16 {
        -webkit-border-bottom-left-radius: 16px !important;
        border-bottom-left-radius: 16px !important
    }

    .border-radius-lg-top-right-16 {
        -webkit-border-top-right-radius: 16px !important;
        border-top-right-radius: 16px !important
    }

    .border-radius-lg-bottom-right-16 {
        -webkit-border-bottom-right-radius: 16px !important;
        border-bottom-right-radius: 16px !important
    }

    .border-radius-lg-17 {
        -webkit-border-radius: 17px !important;
        border-radius: 17px !important
    }

    .border-radius-lg-top-left-17 {
        -webkit-border-top-left-radius: 17px !important;
        border-top-left-radius: 17px !important
    }

    .border-radius-lg-bottom-left-17 {
        -webkit-border-bottom-left-radius: 17px !important;
        border-bottom-left-radius: 17px !important
    }

    .border-radius-lg-top-right-17 {
        -webkit-border-top-right-radius: 17px !important;
        border-top-right-radius: 17px !important
    }

    .border-radius-lg-bottom-right-17 {
        -webkit-border-bottom-right-radius: 17px !important;
        border-bottom-right-radius: 17px !important
    }

    .border-radius-lg-18 {
        -webkit-border-radius: 18px !important;
        border-radius: 18px !important
    }

    .border-radius-lg-top-left-18 {
        -webkit-border-top-left-radius: 18px !important;
        border-top-left-radius: 18px !important
    }

    .border-radius-lg-bottom-left-18 {
        -webkit-border-bottom-left-radius: 18px !important;
        border-bottom-left-radius: 18px !important
    }

    .border-radius-lg-top-right-18 {
        -webkit-border-top-right-radius: 18px !important;
        border-top-right-radius: 18px !important
    }

    .border-radius-lg-bottom-right-18 {
        -webkit-border-bottom-right-radius: 18px !important;
        border-bottom-right-radius: 18px !important
    }

    .border-radius-lg-19 {
        -webkit-border-radius: 19px !important;
        border-radius: 19px !important
    }

    .border-radius-lg-top-left-19 {
        -webkit-border-top-left-radius: 19px !important;
        border-top-left-radius: 19px !important
    }

    .border-radius-lg-bottom-left-19 {
        -webkit-border-bottom-left-radius: 19px !important;
        border-bottom-left-radius: 19px !important
    }

    .border-radius-lg-top-right-19 {
        -webkit-border-top-right-radius: 19px !important;
        border-top-right-radius: 19px !important
    }

    .border-radius-lg-bottom-right-19 {
        -webkit-border-bottom-right-radius: 19px !important;
        border-bottom-right-radius: 19px !important
    }

    .border-radius-lg-20 {
        -webkit-border-radius: 20px !important;
        border-radius: 20px !important
    }

    .border-radius-lg-top-left-20 {
        -webkit-border-top-left-radius: 20px !important;
        border-top-left-radius: 20px !important
    }

    .border-radius-lg-bottom-left-20 {
        -webkit-border-bottom-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important
    }

    .border-radius-lg-top-right-20 {
        -webkit-border-top-right-radius: 20px !important;
        border-top-right-radius: 20px !important
    }

    .border-radius-lg-bottom-right-20 {
        -webkit-border-bottom-right-radius: 20px !important;
        border-bottom-right-radius: 20px !important
    }

    .border-radius-lg-21 {
        -webkit-border-radius: 21px !important;
        border-radius: 21px !important
    }

    .border-radius-lg-top-left-21 {
        -webkit-border-top-left-radius: 21px !important;
        border-top-left-radius: 21px !important
    }

    .border-radius-lg-bottom-left-21 {
        -webkit-border-bottom-left-radius: 21px !important;
        border-bottom-left-radius: 21px !important
    }

    .border-radius-lg-top-right-21 {
        -webkit-border-top-right-radius: 21px !important;
        border-top-right-radius: 21px !important
    }

    .border-radius-lg-bottom-right-21 {
        -webkit-border-bottom-right-radius: 21px !important;
        border-bottom-right-radius: 21px !important
    }

    .border-radius-lg-22 {
        -webkit-border-radius: 22px !important;
        border-radius: 22px !important
    }

    .border-radius-lg-top-left-22 {
        -webkit-border-top-left-radius: 22px !important;
        border-top-left-radius: 22px !important
    }

    .border-radius-lg-bottom-left-22 {
        -webkit-border-bottom-left-radius: 22px !important;
        border-bottom-left-radius: 22px !important
    }

    .border-radius-lg-top-right-22 {
        -webkit-border-top-right-radius: 22px !important;
        border-top-right-radius: 22px !important
    }

    .border-radius-lg-bottom-right-22 {
        -webkit-border-bottom-right-radius: 22px !important;
        border-bottom-right-radius: 22px !important
    }

    .border-radius-lg-23 {
        -webkit-border-radius: 23px !important;
        border-radius: 23px !important
    }

    .border-radius-lg-top-left-23 {
        -webkit-border-top-left-radius: 23px !important;
        border-top-left-radius: 23px !important
    }

    .border-radius-lg-bottom-left-23 {
        -webkit-border-bottom-left-radius: 23px !important;
        border-bottom-left-radius: 23px !important
    }

    .border-radius-lg-top-right-23 {
        -webkit-border-top-right-radius: 23px !important;
        border-top-right-radius: 23px !important
    }

    .border-radius-lg-bottom-right-23 {
        -webkit-border-bottom-right-radius: 23px !important;
        border-bottom-right-radius: 23px !important
    }

    .border-radius-lg-24 {
        -webkit-border-radius: 24px !important;
        border-radius: 24px !important
    }

    .border-radius-lg-top-left-24 {
        -webkit-border-top-left-radius: 24px !important;
        border-top-left-radius: 24px !important
    }

    .border-radius-lg-bottom-left-24 {
        -webkit-border-bottom-left-radius: 24px !important;
        border-bottom-left-radius: 24px !important
    }

    .border-radius-lg-top-right-24 {
        -webkit-border-top-right-radius: 24px !important;
        border-top-right-radius: 24px !important
    }

    .border-radius-lg-bottom-right-24 {
        -webkit-border-bottom-right-radius: 24px !important;
        border-bottom-right-radius: 24px !important
    }

    .border-radius-lg-25 {
        -webkit-border-radius: 25px !important;
        border-radius: 25px !important
    }

    .border-radius-lg-top-left-25 {
        -webkit-border-top-left-radius: 25px !important;
        border-top-left-radius: 25px !important
    }

    .border-radius-lg-bottom-left-25 {
        -webkit-border-bottom-left-radius: 25px !important;
        border-bottom-left-radius: 25px !important
    }

    .border-radius-lg-top-right-25 {
        -webkit-border-top-right-radius: 25px !important;
        border-top-right-radius: 25px !important
    }

    .border-radius-lg-bottom-right-25 {
        -webkit-border-bottom-right-radius: 25px !important;
        border-bottom-right-radius: 25px !important
    }

    .border-radius-lg-26 {
        -webkit-border-radius: 26px !important;
        border-radius: 26px !important
    }

    .border-radius-lg-top-left-26 {
        -webkit-border-top-left-radius: 26px !important;
        border-top-left-radius: 26px !important
    }

    .border-radius-lg-bottom-left-26 {
        -webkit-border-bottom-left-radius: 26px !important;
        border-bottom-left-radius: 26px !important
    }

    .border-radius-lg-top-right-26 {
        -webkit-border-top-right-radius: 26px !important;
        border-top-right-radius: 26px !important
    }

    .border-radius-lg-bottom-right-26 {
        -webkit-border-bottom-right-radius: 26px !important;
        border-bottom-right-radius: 26px !important
    }

    .border-radius-lg-27 {
        -webkit-border-radius: 27px !important;
        border-radius: 27px !important
    }

    .border-radius-lg-top-left-27 {
        -webkit-border-top-left-radius: 27px !important;
        border-top-left-radius: 27px !important
    }

    .border-radius-lg-bottom-left-27 {
        -webkit-border-bottom-left-radius: 27px !important;
        border-bottom-left-radius: 27px !important
    }

    .border-radius-lg-top-right-27 {
        -webkit-border-top-right-radius: 27px !important;
        border-top-right-radius: 27px !important
    }

    .border-radius-lg-bottom-right-27 {
        -webkit-border-bottom-right-radius: 27px !important;
        border-bottom-right-radius: 27px !important
    }

    .border-radius-lg-28 {
        -webkit-border-radius: 28px !important;
        border-radius: 28px !important
    }

    .border-radius-lg-top-left-28 {
        -webkit-border-top-left-radius: 28px !important;
        border-top-left-radius: 28px !important
    }

    .border-radius-lg-bottom-left-28 {
        -webkit-border-bottom-left-radius: 28px !important;
        border-bottom-left-radius: 28px !important
    }

    .border-radius-lg-top-right-28 {
        -webkit-border-top-right-radius: 28px !important;
        border-top-right-radius: 28px !important
    }

    .border-radius-lg-bottom-right-28 {
        -webkit-border-bottom-right-radius: 28px !important;
        border-bottom-right-radius: 28px !important
    }

    .border-radius-lg-29 {
        -webkit-border-radius: 29px !important;
        border-radius: 29px !important
    }

    .border-radius-lg-top-left-29 {
        -webkit-border-top-left-radius: 29px !important;
        border-top-left-radius: 29px !important
    }

    .border-radius-lg-bottom-left-29 {
        -webkit-border-bottom-left-radius: 29px !important;
        border-bottom-left-radius: 29px !important
    }

    .border-radius-lg-top-right-29 {
        -webkit-border-top-right-radius: 29px !important;
        border-top-right-radius: 29px !important
    }

    .border-radius-lg-bottom-right-29 {
        -webkit-border-bottom-right-radius: 29px !important;
        border-bottom-right-radius: 29px !important
    }

    .border-radius-lg-30 {
        -webkit-border-radius: 30px !important;
        border-radius: 30px !important
    }

    .border-radius-lg-top-left-30 {
        -webkit-border-top-left-radius: 30px !important;
        border-top-left-radius: 30px !important
    }

    .border-radius-lg-bottom-left-30 {
        -webkit-border-bottom-left-radius: 30px !important;
        border-bottom-left-radius: 30px !important
    }

    .border-radius-lg-top-right-30 {
        -webkit-border-top-right-radius: 30px !important;
        border-top-right-radius: 30px !important
    }

    .border-radius-lg-bottom-right-30 {
        -webkit-border-bottom-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important
    }

    .border-radius-lg-31 {
        -webkit-border-radius: 31px !important;
        border-radius: 31px !important
    }

    .border-radius-lg-top-left-31 {
        -webkit-border-top-left-radius: 31px !important;
        border-top-left-radius: 31px !important
    }

    .border-radius-lg-bottom-left-31 {
        -webkit-border-bottom-left-radius: 31px !important;
        border-bottom-left-radius: 31px !important
    }

    .border-radius-lg-top-right-31 {
        -webkit-border-top-right-radius: 31px !important;
        border-top-right-radius: 31px !important
    }

    .border-radius-lg-bottom-right-31 {
        -webkit-border-bottom-right-radius: 31px !important;
        border-bottom-right-radius: 31px !important
    }

    .border-radius-lg-32 {
        -webkit-border-radius: 32px !important;
        border-radius: 32px !important
    }

    .border-radius-lg-top-left-32 {
        -webkit-border-top-left-radius: 32px !important;
        border-top-left-radius: 32px !important
    }

    .border-radius-lg-bottom-left-32 {
        -webkit-border-bottom-left-radius: 32px !important;
        border-bottom-left-radius: 32px !important
    }

    .border-radius-lg-top-right-32 {
        -webkit-border-top-right-radius: 32px !important;
        border-top-right-radius: 32px !important
    }

    .border-radius-lg-bottom-right-32 {
        -webkit-border-bottom-right-radius: 32px !important;
        border-bottom-right-radius: 32px !important
    }

    .border-radius-lg-33 {
        -webkit-border-radius: 33px !important;
        border-radius: 33px !important
    }

    .border-radius-lg-top-left-33 {
        -webkit-border-top-left-radius: 33px !important;
        border-top-left-radius: 33px !important
    }

    .border-radius-lg-bottom-left-33 {
        -webkit-border-bottom-left-radius: 33px !important;
        border-bottom-left-radius: 33px !important
    }

    .border-radius-lg-top-right-33 {
        -webkit-border-top-right-radius: 33px !important;
        border-top-right-radius: 33px !important
    }

    .border-radius-lg-bottom-right-33 {
        -webkit-border-bottom-right-radius: 33px !important;
        border-bottom-right-radius: 33px !important
    }

    .border-radius-lg-34 {
        -webkit-border-radius: 34px !important;
        border-radius: 34px !important
    }

    .border-radius-lg-top-left-34 {
        -webkit-border-top-left-radius: 34px !important;
        border-top-left-radius: 34px !important
    }

    .border-radius-lg-bottom-left-34 {
        -webkit-border-bottom-left-radius: 34px !important;
        border-bottom-left-radius: 34px !important
    }

    .border-radius-lg-top-right-34 {
        -webkit-border-top-right-radius: 34px !important;
        border-top-right-radius: 34px !important
    }

    .border-radius-lg-bottom-right-34 {
        -webkit-border-bottom-right-radius: 34px !important;
        border-bottom-right-radius: 34px !important
    }

    .border-radius-lg-35 {
        -webkit-border-radius: 35px !important;
        border-radius: 35px !important
    }

    .border-radius-lg-top-left-35 {
        -webkit-border-top-left-radius: 35px !important;
        border-top-left-radius: 35px !important
    }

    .border-radius-lg-bottom-left-35 {
        -webkit-border-bottom-left-radius: 35px !important;
        border-bottom-left-radius: 35px !important
    }

    .border-radius-lg-top-right-35 {
        -webkit-border-top-right-radius: 35px !important;
        border-top-right-radius: 35px !important
    }

    .border-radius-lg-bottom-right-35 {
        -webkit-border-bottom-right-radius: 35px !important;
        border-bottom-right-radius: 35px !important
    }

    .border-radius-lg-36 {
        -webkit-border-radius: 36px !important;
        border-radius: 36px !important
    }

    .border-radius-lg-top-left-36 {
        -webkit-border-top-left-radius: 36px !important;
        border-top-left-radius: 36px !important
    }

    .border-radius-lg-bottom-left-36 {
        -webkit-border-bottom-left-radius: 36px !important;
        border-bottom-left-radius: 36px !important
    }

    .border-radius-lg-top-right-36 {
        -webkit-border-top-right-radius: 36px !important;
        border-top-right-radius: 36px !important
    }

    .border-radius-lg-bottom-right-36 {
        -webkit-border-bottom-right-radius: 36px !important;
        border-bottom-right-radius: 36px !important
    }

    .border-radius-lg-37 {
        -webkit-border-radius: 37px !important;
        border-radius: 37px !important
    }

    .border-radius-lg-top-left-37 {
        -webkit-border-top-left-radius: 37px !important;
        border-top-left-radius: 37px !important
    }

    .border-radius-lg-bottom-left-37 {
        -webkit-border-bottom-left-radius: 37px !important;
        border-bottom-left-radius: 37px !important
    }

    .border-radius-lg-top-right-37 {
        -webkit-border-top-right-radius: 37px !important;
        border-top-right-radius: 37px !important
    }

    .border-radius-lg-bottom-right-37 {
        -webkit-border-bottom-right-radius: 37px !important;
        border-bottom-right-radius: 37px !important
    }

    .border-radius-lg-38 {
        -webkit-border-radius: 38px !important;
        border-radius: 38px !important
    }

    .border-radius-lg-top-left-38 {
        -webkit-border-top-left-radius: 38px !important;
        border-top-left-radius: 38px !important
    }

    .border-radius-lg-bottom-left-38 {
        -webkit-border-bottom-left-radius: 38px !important;
        border-bottom-left-radius: 38px !important
    }

    .border-radius-lg-top-right-38 {
        -webkit-border-top-right-radius: 38px !important;
        border-top-right-radius: 38px !important
    }

    .border-radius-lg-bottom-right-38 {
        -webkit-border-bottom-right-radius: 38px !important;
        border-bottom-right-radius: 38px !important
    }

    .border-radius-lg-39 {
        -webkit-border-radius: 39px !important;
        border-radius: 39px !important
    }

    .border-radius-lg-top-left-39 {
        -webkit-border-top-left-radius: 39px !important;
        border-top-left-radius: 39px !important
    }

    .border-radius-lg-bottom-left-39 {
        -webkit-border-bottom-left-radius: 39px !important;
        border-bottom-left-radius: 39px !important
    }

    .border-radius-lg-top-right-39 {
        -webkit-border-top-right-radius: 39px !important;
        border-top-right-radius: 39px !important
    }

    .border-radius-lg-bottom-right-39 {
        -webkit-border-bottom-right-radius: 39px !important;
        border-bottom-right-radius: 39px !important
    }

    .border-radius-lg-40 {
        -webkit-border-radius: 40px !important;
        border-radius: 40px !important
    }

    .border-radius-lg-top-left-40 {
        -webkit-border-top-left-radius: 40px !important;
        border-top-left-radius: 40px !important
    }

    .border-radius-lg-bottom-left-40 {
        -webkit-border-bottom-left-radius: 40px !important;
        border-bottom-left-radius: 40px !important
    }

    .border-radius-lg-top-right-40 {
        -webkit-border-top-right-radius: 40px !important;
        border-top-right-radius: 40px !important
    }

    .border-radius-lg-bottom-right-40 {
        -webkit-border-bottom-right-radius: 40px !important;
        border-bottom-right-radius: 40px !important
    }

    .border-radius-lg-41 {
        -webkit-border-radius: 41px !important;
        border-radius: 41px !important
    }

    .border-radius-lg-top-left-41 {
        -webkit-border-top-left-radius: 41px !important;
        border-top-left-radius: 41px !important
    }

    .border-radius-lg-bottom-left-41 {
        -webkit-border-bottom-left-radius: 41px !important;
        border-bottom-left-radius: 41px !important
    }

    .border-radius-lg-top-right-41 {
        -webkit-border-top-right-radius: 41px !important;
        border-top-right-radius: 41px !important
    }

    .border-radius-lg-bottom-right-41 {
        -webkit-border-bottom-right-radius: 41px !important;
        border-bottom-right-radius: 41px !important
    }

    .border-radius-lg-42 {
        -webkit-border-radius: 42px !important;
        border-radius: 42px !important
    }

    .border-radius-lg-top-left-42 {
        -webkit-border-top-left-radius: 42px !important;
        border-top-left-radius: 42px !important
    }

    .border-radius-lg-bottom-left-42 {
        -webkit-border-bottom-left-radius: 42px !important;
        border-bottom-left-radius: 42px !important
    }

    .border-radius-lg-top-right-42 {
        -webkit-border-top-right-radius: 42px !important;
        border-top-right-radius: 42px !important
    }

    .border-radius-lg-bottom-right-42 {
        -webkit-border-bottom-right-radius: 42px !important;
        border-bottom-right-radius: 42px !important
    }

    .border-radius-lg-43 {
        -webkit-border-radius: 43px !important;
        border-radius: 43px !important
    }

    .border-radius-lg-top-left-43 {
        -webkit-border-top-left-radius: 43px !important;
        border-top-left-radius: 43px !important
    }

    .border-radius-lg-bottom-left-43 {
        -webkit-border-bottom-left-radius: 43px !important;
        border-bottom-left-radius: 43px !important
    }

    .border-radius-lg-top-right-43 {
        -webkit-border-top-right-radius: 43px !important;
        border-top-right-radius: 43px !important
    }

    .border-radius-lg-bottom-right-43 {
        -webkit-border-bottom-right-radius: 43px !important;
        border-bottom-right-radius: 43px !important
    }

    .border-radius-lg-44 {
        -webkit-border-radius: 44px !important;
        border-radius: 44px !important
    }

    .border-radius-lg-top-left-44 {
        -webkit-border-top-left-radius: 44px !important;
        border-top-left-radius: 44px !important
    }

    .border-radius-lg-bottom-left-44 {
        -webkit-border-bottom-left-radius: 44px !important;
        border-bottom-left-radius: 44px !important
    }

    .border-radius-lg-top-right-44 {
        -webkit-border-top-right-radius: 44px !important;
        border-top-right-radius: 44px !important
    }

    .border-radius-lg-bottom-right-44 {
        -webkit-border-bottom-right-radius: 44px !important;
        border-bottom-right-radius: 44px !important
    }

    .border-radius-lg-45 {
        -webkit-border-radius: 45px !important;
        border-radius: 45px !important
    }

    .border-radius-lg-top-left-45 {
        -webkit-border-top-left-radius: 45px !important;
        border-top-left-radius: 45px !important
    }

    .border-radius-lg-bottom-left-45 {
        -webkit-border-bottom-left-radius: 45px !important;
        border-bottom-left-radius: 45px !important
    }

    .border-radius-lg-top-right-45 {
        -webkit-border-top-right-radius: 45px !important;
        border-top-right-radius: 45px !important
    }

    .border-radius-lg-bottom-right-45 {
        -webkit-border-bottom-right-radius: 45px !important;
        border-bottom-right-radius: 45px !important
    }

    .border-radius-lg-46 {
        -webkit-border-radius: 46px !important;
        border-radius: 46px !important
    }

    .border-radius-lg-top-left-46 {
        -webkit-border-top-left-radius: 46px !important;
        border-top-left-radius: 46px !important
    }

    .border-radius-lg-bottom-left-46 {
        -webkit-border-bottom-left-radius: 46px !important;
        border-bottom-left-radius: 46px !important
    }

    .border-radius-lg-top-right-46 {
        -webkit-border-top-right-radius: 46px !important;
        border-top-right-radius: 46px !important
    }

    .border-radius-lg-bottom-right-46 {
        -webkit-border-bottom-right-radius: 46px !important;
        border-bottom-right-radius: 46px !important
    }

    .border-radius-lg-47 {
        -webkit-border-radius: 47px !important;
        border-radius: 47px !important
    }

    .border-radius-lg-top-left-47 {
        -webkit-border-top-left-radius: 47px !important;
        border-top-left-radius: 47px !important
    }

    .border-radius-lg-bottom-left-47 {
        -webkit-border-bottom-left-radius: 47px !important;
        border-bottom-left-radius: 47px !important
    }

    .border-radius-lg-top-right-47 {
        -webkit-border-top-right-radius: 47px !important;
        border-top-right-radius: 47px !important
    }

    .border-radius-lg-bottom-right-47 {
        -webkit-border-bottom-right-radius: 47px !important;
        border-bottom-right-radius: 47px !important
    }

    .border-radius-lg-48 {
        -webkit-border-radius: 48px !important;
        border-radius: 48px !important
    }

    .border-radius-lg-top-left-48 {
        -webkit-border-top-left-radius: 48px !important;
        border-top-left-radius: 48px !important
    }

    .border-radius-lg-bottom-left-48 {
        -webkit-border-bottom-left-radius: 48px !important;
        border-bottom-left-radius: 48px !important
    }

    .border-radius-lg-top-right-48 {
        -webkit-border-top-right-radius: 48px !important;
        border-top-right-radius: 48px !important
    }

    .border-radius-lg-bottom-right-48 {
        -webkit-border-bottom-right-radius: 48px !important;
        border-bottom-right-radius: 48px !important
    }

    .border-radius-lg-49 {
        -webkit-border-radius: 49px !important;
        border-radius: 49px !important
    }

    .border-radius-lg-top-left-49 {
        -webkit-border-top-left-radius: 49px !important;
        border-top-left-radius: 49px !important
    }

    .border-radius-lg-bottom-left-49 {
        -webkit-border-bottom-left-radius: 49px !important;
        border-bottom-left-radius: 49px !important
    }

    .border-radius-lg-top-right-49 {
        -webkit-border-top-right-radius: 49px !important;
        border-top-right-radius: 49px !important
    }

    .border-radius-lg-bottom-right-49 {
        -webkit-border-bottom-right-radius: 49px !important;
        border-bottom-right-radius: 49px !important
    }

    .border-radius-lg-50 {
        -webkit-border-radius: 50px !important;
        border-radius: 50px !important
    }

    .border-radius-lg-top-left-50 {
        -webkit-border-top-left-radius: 50px !important;
        border-top-left-radius: 50px !important
    }

    .border-radius-lg-bottom-left-50 {
        -webkit-border-bottom-left-radius: 50px !important;
        border-bottom-left-radius: 50px !important
    }

    .border-radius-lg-top-right-50 {
        -webkit-border-top-right-radius: 50px !important;
        border-top-right-radius: 50px !important
    }

    .border-radius-lg-bottom-right-50 {
        -webkit-border-bottom-right-radius: 50px !important;
        border-bottom-right-radius: 50px !important
    }

    .border-radius-lg-51 {
        -webkit-border-radius: 51px !important;
        border-radius: 51px !important
    }

    .border-radius-lg-top-left-51 {
        -webkit-border-top-left-radius: 51px !important;
        border-top-left-radius: 51px !important
    }

    .border-radius-lg-bottom-left-51 {
        -webkit-border-bottom-left-radius: 51px !important;
        border-bottom-left-radius: 51px !important
    }

    .border-radius-lg-top-right-51 {
        -webkit-border-top-right-radius: 51px !important;
        border-top-right-radius: 51px !important
    }

    .border-radius-lg-bottom-right-51 {
        -webkit-border-bottom-right-radius: 51px !important;
        border-bottom-right-radius: 51px !important
    }

    .border-radius-lg-52 {
        -webkit-border-radius: 52px !important;
        border-radius: 52px !important
    }

    .border-radius-lg-top-left-52 {
        -webkit-border-top-left-radius: 52px !important;
        border-top-left-radius: 52px !important
    }

    .border-radius-lg-bottom-left-52 {
        -webkit-border-bottom-left-radius: 52px !important;
        border-bottom-left-radius: 52px !important
    }

    .border-radius-lg-top-right-52 {
        -webkit-border-top-right-radius: 52px !important;
        border-top-right-radius: 52px !important
    }

    .border-radius-lg-bottom-right-52 {
        -webkit-border-bottom-right-radius: 52px !important;
        border-bottom-right-radius: 52px !important
    }

    .border-radius-lg-53 {
        -webkit-border-radius: 53px !important;
        border-radius: 53px !important
    }

    .border-radius-lg-top-left-53 {
        -webkit-border-top-left-radius: 53px !important;
        border-top-left-radius: 53px !important
    }

    .border-radius-lg-bottom-left-53 {
        -webkit-border-bottom-left-radius: 53px !important;
        border-bottom-left-radius: 53px !important
    }

    .border-radius-lg-top-right-53 {
        -webkit-border-top-right-radius: 53px !important;
        border-top-right-radius: 53px !important
    }

    .border-radius-lg-bottom-right-53 {
        -webkit-border-bottom-right-radius: 53px !important;
        border-bottom-right-radius: 53px !important
    }

    .border-radius-lg-54 {
        -webkit-border-radius: 54px !important;
        border-radius: 54px !important
    }

    .border-radius-lg-top-left-54 {
        -webkit-border-top-left-radius: 54px !important;
        border-top-left-radius: 54px !important
    }

    .border-radius-lg-bottom-left-54 {
        -webkit-border-bottom-left-radius: 54px !important;
        border-bottom-left-radius: 54px !important
    }

    .border-radius-lg-top-right-54 {
        -webkit-border-top-right-radius: 54px !important;
        border-top-right-radius: 54px !important
    }

    .border-radius-lg-bottom-right-54 {
        -webkit-border-bottom-right-radius: 54px !important;
        border-bottom-right-radius: 54px !important
    }

    .border-radius-lg-55 {
        -webkit-border-radius: 55px !important;
        border-radius: 55px !important
    }

    .border-radius-lg-top-left-55 {
        -webkit-border-top-left-radius: 55px !important;
        border-top-left-radius: 55px !important
    }

    .border-radius-lg-bottom-left-55 {
        -webkit-border-bottom-left-radius: 55px !important;
        border-bottom-left-radius: 55px !important
    }

    .border-radius-lg-top-right-55 {
        -webkit-border-top-right-radius: 55px !important;
        border-top-right-radius: 55px !important
    }

    .border-radius-lg-bottom-right-55 {
        -webkit-border-bottom-right-radius: 55px !important;
        border-bottom-right-radius: 55px !important
    }

    .border-radius-lg-56 {
        -webkit-border-radius: 56px !important;
        border-radius: 56px !important
    }

    .border-radius-lg-top-left-56 {
        -webkit-border-top-left-radius: 56px !important;
        border-top-left-radius: 56px !important
    }

    .border-radius-lg-bottom-left-56 {
        -webkit-border-bottom-left-radius: 56px !important;
        border-bottom-left-radius: 56px !important
    }

    .border-radius-lg-top-right-56 {
        -webkit-border-top-right-radius: 56px !important;
        border-top-right-radius: 56px !important
    }

    .border-radius-lg-bottom-right-56 {
        -webkit-border-bottom-right-radius: 56px !important;
        border-bottom-right-radius: 56px !important
    }

    .border-radius-lg-57 {
        -webkit-border-radius: 57px !important;
        border-radius: 57px !important
    }

    .border-radius-lg-top-left-57 {
        -webkit-border-top-left-radius: 57px !important;
        border-top-left-radius: 57px !important
    }

    .border-radius-lg-bottom-left-57 {
        -webkit-border-bottom-left-radius: 57px !important;
        border-bottom-left-radius: 57px !important
    }

    .border-radius-lg-top-right-57 {
        -webkit-border-top-right-radius: 57px !important;
        border-top-right-radius: 57px !important
    }

    .border-radius-lg-bottom-right-57 {
        -webkit-border-bottom-right-radius: 57px !important;
        border-bottom-right-radius: 57px !important
    }

    .border-radius-lg-58 {
        -webkit-border-radius: 58px !important;
        border-radius: 58px !important
    }

    .border-radius-lg-top-left-58 {
        -webkit-border-top-left-radius: 58px !important;
        border-top-left-radius: 58px !important
    }

    .border-radius-lg-bottom-left-58 {
        -webkit-border-bottom-left-radius: 58px !important;
        border-bottom-left-radius: 58px !important
    }

    .border-radius-lg-top-right-58 {
        -webkit-border-top-right-radius: 58px !important;
        border-top-right-radius: 58px !important
    }

    .border-radius-lg-bottom-right-58 {
        -webkit-border-bottom-right-radius: 58px !important;
        border-bottom-right-radius: 58px !important
    }

    .border-radius-lg-59 {
        -webkit-border-radius: 59px !important;
        border-radius: 59px !important
    }

    .border-radius-lg-top-left-59 {
        -webkit-border-top-left-radius: 59px !important;
        border-top-left-radius: 59px !important
    }

    .border-radius-lg-bottom-left-59 {
        -webkit-border-bottom-left-radius: 59px !important;
        border-bottom-left-radius: 59px !important
    }

    .border-radius-lg-top-right-59 {
        -webkit-border-top-right-radius: 59px !important;
        border-top-right-radius: 59px !important
    }

    .border-radius-lg-bottom-right-59 {
        -webkit-border-bottom-right-radius: 59px !important;
        border-bottom-right-radius: 59px !important
    }

    .border-radius-lg-60 {
        -webkit-border-radius: 60px !important;
        border-radius: 60px !important
    }

    .border-radius-lg-top-left-60 {
        -webkit-border-top-left-radius: 60px !important;
        border-top-left-radius: 60px !important
    }

    .border-radius-lg-bottom-left-60 {
        -webkit-border-bottom-left-radius: 60px !important;
        border-bottom-left-radius: 60px !important
    }

    .border-radius-lg-top-right-60 {
        -webkit-border-top-right-radius: 60px !important;
        border-top-right-radius: 60px !important
    }

    .border-radius-lg-bottom-right-60 {
        -webkit-border-bottom-right-radius: 60px !important;
        border-bottom-right-radius: 60px !important
    }

    .border-radius-lg-61 {
        -webkit-border-radius: 61px !important;
        border-radius: 61px !important
    }

    .border-radius-lg-top-left-61 {
        -webkit-border-top-left-radius: 61px !important;
        border-top-left-radius: 61px !important
    }

    .border-radius-lg-bottom-left-61 {
        -webkit-border-bottom-left-radius: 61px !important;
        border-bottom-left-radius: 61px !important
    }

    .border-radius-lg-top-right-61 {
        -webkit-border-top-right-radius: 61px !important;
        border-top-right-radius: 61px !important
    }

    .border-radius-lg-bottom-right-61 {
        -webkit-border-bottom-right-radius: 61px !important;
        border-bottom-right-radius: 61px !important
    }

    .border-radius-lg-62 {
        -webkit-border-radius: 62px !important;
        border-radius: 62px !important
    }

    .border-radius-lg-top-left-62 {
        -webkit-border-top-left-radius: 62px !important;
        border-top-left-radius: 62px !important
    }

    .border-radius-lg-bottom-left-62 {
        -webkit-border-bottom-left-radius: 62px !important;
        border-bottom-left-radius: 62px !important
    }

    .border-radius-lg-top-right-62 {
        -webkit-border-top-right-radius: 62px !important;
        border-top-right-radius: 62px !important
    }

    .border-radius-lg-bottom-right-62 {
        -webkit-border-bottom-right-radius: 62px !important;
        border-bottom-right-radius: 62px !important
    }

    .border-radius-lg-63 {
        -webkit-border-radius: 63px !important;
        border-radius: 63px !important
    }

    .border-radius-lg-top-left-63 {
        -webkit-border-top-left-radius: 63px !important;
        border-top-left-radius: 63px !important
    }

    .border-radius-lg-bottom-left-63 {
        -webkit-border-bottom-left-radius: 63px !important;
        border-bottom-left-radius: 63px !important
    }

    .border-radius-lg-top-right-63 {
        -webkit-border-top-right-radius: 63px !important;
        border-top-right-radius: 63px !important
    }

    .border-radius-lg-bottom-right-63 {
        -webkit-border-bottom-right-radius: 63px !important;
        border-bottom-right-radius: 63px !important
    }

    .border-radius-lg-64 {
        -webkit-border-radius: 64px !important;
        border-radius: 64px !important
    }

    .border-radius-lg-top-left-64 {
        -webkit-border-top-left-radius: 64px !important;
        border-top-left-radius: 64px !important
    }

    .border-radius-lg-bottom-left-64 {
        -webkit-border-bottom-left-radius: 64px !important;
        border-bottom-left-radius: 64px !important
    }

    .border-radius-lg-top-right-64 {
        -webkit-border-top-right-radius: 64px !important;
        border-top-right-radius: 64px !important
    }

    .border-radius-lg-bottom-right-64 {
        -webkit-border-bottom-right-radius: 64px !important;
        border-bottom-right-radius: 64px !important
    }

    .border-radius-lg-65 {
        -webkit-border-radius: 65px !important;
        border-radius: 65px !important
    }

    .border-radius-lg-top-left-65 {
        -webkit-border-top-left-radius: 65px !important;
        border-top-left-radius: 65px !important
    }

    .border-radius-lg-bottom-left-65 {
        -webkit-border-bottom-left-radius: 65px !important;
        border-bottom-left-radius: 65px !important
    }

    .border-radius-lg-top-right-65 {
        -webkit-border-top-right-radius: 65px !important;
        border-top-right-radius: 65px !important
    }

    .border-radius-lg-bottom-right-65 {
        -webkit-border-bottom-right-radius: 65px !important;
        border-bottom-right-radius: 65px !important
    }

    .border-radius-lg-66 {
        -webkit-border-radius: 66px !important;
        border-radius: 66px !important
    }

    .border-radius-lg-top-left-66 {
        -webkit-border-top-left-radius: 66px !important;
        border-top-left-radius: 66px !important
    }

    .border-radius-lg-bottom-left-66 {
        -webkit-border-bottom-left-radius: 66px !important;
        border-bottom-left-radius: 66px !important
    }

    .border-radius-lg-top-right-66 {
        -webkit-border-top-right-radius: 66px !important;
        border-top-right-radius: 66px !important
    }

    .border-radius-lg-bottom-right-66 {
        -webkit-border-bottom-right-radius: 66px !important;
        border-bottom-right-radius: 66px !important
    }

    .border-radius-lg-67 {
        -webkit-border-radius: 67px !important;
        border-radius: 67px !important
    }

    .border-radius-lg-top-left-67 {
        -webkit-border-top-left-radius: 67px !important;
        border-top-left-radius: 67px !important
    }

    .border-radius-lg-bottom-left-67 {
        -webkit-border-bottom-left-radius: 67px !important;
        border-bottom-left-radius: 67px !important
    }

    .border-radius-lg-top-right-67 {
        -webkit-border-top-right-radius: 67px !important;
        border-top-right-radius: 67px !important
    }

    .border-radius-lg-bottom-right-67 {
        -webkit-border-bottom-right-radius: 67px !important;
        border-bottom-right-radius: 67px !important
    }

    .border-radius-lg-68 {
        -webkit-border-radius: 68px !important;
        border-radius: 68px !important
    }

    .border-radius-lg-top-left-68 {
        -webkit-border-top-left-radius: 68px !important;
        border-top-left-radius: 68px !important
    }

    .border-radius-lg-bottom-left-68 {
        -webkit-border-bottom-left-radius: 68px !important;
        border-bottom-left-radius: 68px !important
    }

    .border-radius-lg-top-right-68 {
        -webkit-border-top-right-radius: 68px !important;
        border-top-right-radius: 68px !important
    }

    .border-radius-lg-bottom-right-68 {
        -webkit-border-bottom-right-radius: 68px !important;
        border-bottom-right-radius: 68px !important
    }

    .border-radius-lg-69 {
        -webkit-border-radius: 69px !important;
        border-radius: 69px !important
    }

    .border-radius-lg-top-left-69 {
        -webkit-border-top-left-radius: 69px !important;
        border-top-left-radius: 69px !important
    }

    .border-radius-lg-bottom-left-69 {
        -webkit-border-bottom-left-radius: 69px !important;
        border-bottom-left-radius: 69px !important
    }

    .border-radius-lg-top-right-69 {
        -webkit-border-top-right-radius: 69px !important;
        border-top-right-radius: 69px !important
    }

    .border-radius-lg-bottom-right-69 {
        -webkit-border-bottom-right-radius: 69px !important;
        border-bottom-right-radius: 69px !important
    }

    .border-radius-lg-70 {
        -webkit-border-radius: 70px !important;
        border-radius: 70px !important
    }

    .border-radius-lg-top-left-70 {
        -webkit-border-top-left-radius: 70px !important;
        border-top-left-radius: 70px !important
    }

    .border-radius-lg-bottom-left-70 {
        -webkit-border-bottom-left-radius: 70px !important;
        border-bottom-left-radius: 70px !important
    }

    .border-radius-lg-top-right-70 {
        -webkit-border-top-right-radius: 70px !important;
        border-top-right-radius: 70px !important
    }

    .border-radius-lg-bottom-right-70 {
        -webkit-border-bottom-right-radius: 70px !important;
        border-bottom-right-radius: 70px !important
    }

    .border-radius-lg-71 {
        -webkit-border-radius: 71px !important;
        border-radius: 71px !important
    }

    .border-radius-lg-top-left-71 {
        -webkit-border-top-left-radius: 71px !important;
        border-top-left-radius: 71px !important
    }

    .border-radius-lg-bottom-left-71 {
        -webkit-border-bottom-left-radius: 71px !important;
        border-bottom-left-radius: 71px !important
    }

    .border-radius-lg-top-right-71 {
        -webkit-border-top-right-radius: 71px !important;
        border-top-right-radius: 71px !important
    }

    .border-radius-lg-bottom-right-71 {
        -webkit-border-bottom-right-radius: 71px !important;
        border-bottom-right-radius: 71px !important
    }

    .border-radius-lg-72 {
        -webkit-border-radius: 72px !important;
        border-radius: 72px !important
    }

    .border-radius-lg-top-left-72 {
        -webkit-border-top-left-radius: 72px !important;
        border-top-left-radius: 72px !important
    }

    .border-radius-lg-bottom-left-72 {
        -webkit-border-bottom-left-radius: 72px !important;
        border-bottom-left-radius: 72px !important
    }

    .border-radius-lg-top-right-72 {
        -webkit-border-top-right-radius: 72px !important;
        border-top-right-radius: 72px !important
    }

    .border-radius-lg-bottom-right-72 {
        -webkit-border-bottom-right-radius: 72px !important;
        border-bottom-right-radius: 72px !important
    }

    .border-radius-lg-73 {
        -webkit-border-radius: 73px !important;
        border-radius: 73px !important
    }

    .border-radius-lg-top-left-73 {
        -webkit-border-top-left-radius: 73px !important;
        border-top-left-radius: 73px !important
    }

    .border-radius-lg-bottom-left-73 {
        -webkit-border-bottom-left-radius: 73px !important;
        border-bottom-left-radius: 73px !important
    }

    .border-radius-lg-top-right-73 {
        -webkit-border-top-right-radius: 73px !important;
        border-top-right-radius: 73px !important
    }

    .border-radius-lg-bottom-right-73 {
        -webkit-border-bottom-right-radius: 73px !important;
        border-bottom-right-radius: 73px !important
    }

    .border-radius-lg-74 {
        -webkit-border-radius: 74px !important;
        border-radius: 74px !important
    }

    .border-radius-lg-top-left-74 {
        -webkit-border-top-left-radius: 74px !important;
        border-top-left-radius: 74px !important
    }

    .border-radius-lg-bottom-left-74 {
        -webkit-border-bottom-left-radius: 74px !important;
        border-bottom-left-radius: 74px !important
    }

    .border-radius-lg-top-right-74 {
        -webkit-border-top-right-radius: 74px !important;
        border-top-right-radius: 74px !important
    }

    .border-radius-lg-bottom-right-74 {
        -webkit-border-bottom-right-radius: 74px !important;
        border-bottom-right-radius: 74px !important
    }

    .border-radius-lg-75 {
        -webkit-border-radius: 75px !important;
        border-radius: 75px !important
    }

    .border-radius-lg-top-left-75 {
        -webkit-border-top-left-radius: 75px !important;
        border-top-left-radius: 75px !important
    }

    .border-radius-lg-bottom-left-75 {
        -webkit-border-bottom-left-radius: 75px !important;
        border-bottom-left-radius: 75px !important
    }

    .border-radius-lg-top-right-75 {
        -webkit-border-top-right-radius: 75px !important;
        border-top-right-radius: 75px !important
    }

    .border-radius-lg-bottom-right-75 {
        -webkit-border-bottom-right-radius: 75px !important;
        border-bottom-right-radius: 75px !important
    }

    .border-radius-lg-76 {
        -webkit-border-radius: 76px !important;
        border-radius: 76px !important
    }

    .border-radius-lg-top-left-76 {
        -webkit-border-top-left-radius: 76px !important;
        border-top-left-radius: 76px !important
    }

    .border-radius-lg-bottom-left-76 {
        -webkit-border-bottom-left-radius: 76px !important;
        border-bottom-left-radius: 76px !important
    }

    .border-radius-lg-top-right-76 {
        -webkit-border-top-right-radius: 76px !important;
        border-top-right-radius: 76px !important
    }

    .border-radius-lg-bottom-right-76 {
        -webkit-border-bottom-right-radius: 76px !important;
        border-bottom-right-radius: 76px !important
    }

    .border-radius-lg-77 {
        -webkit-border-radius: 77px !important;
        border-radius: 77px !important
    }

    .border-radius-lg-top-left-77 {
        -webkit-border-top-left-radius: 77px !important;
        border-top-left-radius: 77px !important
    }

    .border-radius-lg-bottom-left-77 {
        -webkit-border-bottom-left-radius: 77px !important;
        border-bottom-left-radius: 77px !important
    }

    .border-radius-lg-top-right-77 {
        -webkit-border-top-right-radius: 77px !important;
        border-top-right-radius: 77px !important
    }

    .border-radius-lg-bottom-right-77 {
        -webkit-border-bottom-right-radius: 77px !important;
        border-bottom-right-radius: 77px !important
    }

    .border-radius-lg-78 {
        -webkit-border-radius: 78px !important;
        border-radius: 78px !important
    }

    .border-radius-lg-top-left-78 {
        -webkit-border-top-left-radius: 78px !important;
        border-top-left-radius: 78px !important
    }

    .border-radius-lg-bottom-left-78 {
        -webkit-border-bottom-left-radius: 78px !important;
        border-bottom-left-radius: 78px !important
    }

    .border-radius-lg-top-right-78 {
        -webkit-border-top-right-radius: 78px !important;
        border-top-right-radius: 78px !important
    }

    .border-radius-lg-bottom-right-78 {
        -webkit-border-bottom-right-radius: 78px !important;
        border-bottom-right-radius: 78px !important
    }

    .border-radius-lg-79 {
        -webkit-border-radius: 79px !important;
        border-radius: 79px !important
    }

    .border-radius-lg-top-left-79 {
        -webkit-border-top-left-radius: 79px !important;
        border-top-left-radius: 79px !important
    }

    .border-radius-lg-bottom-left-79 {
        -webkit-border-bottom-left-radius: 79px !important;
        border-bottom-left-radius: 79px !important
    }

    .border-radius-lg-top-right-79 {
        -webkit-border-top-right-radius: 79px !important;
        border-top-right-radius: 79px !important
    }

    .border-radius-lg-bottom-right-79 {
        -webkit-border-bottom-right-radius: 79px !important;
        border-bottom-right-radius: 79px !important
    }

    .border-radius-lg-80 {
        -webkit-border-radius: 80px !important;
        border-radius: 80px !important
    }

    .border-radius-lg-top-left-80 {
        -webkit-border-top-left-radius: 80px !important;
        border-top-left-radius: 80px !important
    }

    .border-radius-lg-bottom-left-80 {
        -webkit-border-bottom-left-radius: 80px !important;
        border-bottom-left-radius: 80px !important
    }

    .border-radius-lg-top-right-80 {
        -webkit-border-top-right-radius: 80px !important;
        border-top-right-radius: 80px !important
    }

    .border-radius-lg-bottom-right-80 {
        -webkit-border-bottom-right-radius: 80px !important;
        border-bottom-right-radius: 80px !important
    }

    .border-radius-lg-81 {
        -webkit-border-radius: 81px !important;
        border-radius: 81px !important
    }

    .border-radius-lg-top-left-81 {
        -webkit-border-top-left-radius: 81px !important;
        border-top-left-radius: 81px !important
    }

    .border-radius-lg-bottom-left-81 {
        -webkit-border-bottom-left-radius: 81px !important;
        border-bottom-left-radius: 81px !important
    }

    .border-radius-lg-top-right-81 {
        -webkit-border-top-right-radius: 81px !important;
        border-top-right-radius: 81px !important
    }

    .border-radius-lg-bottom-right-81 {
        -webkit-border-bottom-right-radius: 81px !important;
        border-bottom-right-radius: 81px !important
    }

    .border-radius-lg-82 {
        -webkit-border-radius: 82px !important;
        border-radius: 82px !important
    }

    .border-radius-lg-top-left-82 {
        -webkit-border-top-left-radius: 82px !important;
        border-top-left-radius: 82px !important
    }

    .border-radius-lg-bottom-left-82 {
        -webkit-border-bottom-left-radius: 82px !important;
        border-bottom-left-radius: 82px !important
    }

    .border-radius-lg-top-right-82 {
        -webkit-border-top-right-radius: 82px !important;
        border-top-right-radius: 82px !important
    }

    .border-radius-lg-bottom-right-82 {
        -webkit-border-bottom-right-radius: 82px !important;
        border-bottom-right-radius: 82px !important
    }

    .border-radius-lg-83 {
        -webkit-border-radius: 83px !important;
        border-radius: 83px !important
    }

    .border-radius-lg-top-left-83 {
        -webkit-border-top-left-radius: 83px !important;
        border-top-left-radius: 83px !important
    }

    .border-radius-lg-bottom-left-83 {
        -webkit-border-bottom-left-radius: 83px !important;
        border-bottom-left-radius: 83px !important
    }

    .border-radius-lg-top-right-83 {
        -webkit-border-top-right-radius: 83px !important;
        border-top-right-radius: 83px !important
    }

    .border-radius-lg-bottom-right-83 {
        -webkit-border-bottom-right-radius: 83px !important;
        border-bottom-right-radius: 83px !important
    }

    .border-radius-lg-84 {
        -webkit-border-radius: 84px !important;
        border-radius: 84px !important
    }

    .border-radius-lg-top-left-84 {
        -webkit-border-top-left-radius: 84px !important;
        border-top-left-radius: 84px !important
    }

    .border-radius-lg-bottom-left-84 {
        -webkit-border-bottom-left-radius: 84px !important;
        border-bottom-left-radius: 84px !important
    }

    .border-radius-lg-top-right-84 {
        -webkit-border-top-right-radius: 84px !important;
        border-top-right-radius: 84px !important
    }

    .border-radius-lg-bottom-right-84 {
        -webkit-border-bottom-right-radius: 84px !important;
        border-bottom-right-radius: 84px !important
    }

    .border-radius-lg-85 {
        -webkit-border-radius: 85px !important;
        border-radius: 85px !important
    }

    .border-radius-lg-top-left-85 {
        -webkit-border-top-left-radius: 85px !important;
        border-top-left-radius: 85px !important
    }

    .border-radius-lg-bottom-left-85 {
        -webkit-border-bottom-left-radius: 85px !important;
        border-bottom-left-radius: 85px !important
    }

    .border-radius-lg-top-right-85 {
        -webkit-border-top-right-radius: 85px !important;
        border-top-right-radius: 85px !important
    }

    .border-radius-lg-bottom-right-85 {
        -webkit-border-bottom-right-radius: 85px !important;
        border-bottom-right-radius: 85px !important
    }

    .border-radius-lg-86 {
        -webkit-border-radius: 86px !important;
        border-radius: 86px !important
    }

    .border-radius-lg-top-left-86 {
        -webkit-border-top-left-radius: 86px !important;
        border-top-left-radius: 86px !important
    }

    .border-radius-lg-bottom-left-86 {
        -webkit-border-bottom-left-radius: 86px !important;
        border-bottom-left-radius: 86px !important
    }

    .border-radius-lg-top-right-86 {
        -webkit-border-top-right-radius: 86px !important;
        border-top-right-radius: 86px !important
    }

    .border-radius-lg-bottom-right-86 {
        -webkit-border-bottom-right-radius: 86px !important;
        border-bottom-right-radius: 86px !important
    }

    .border-radius-lg-87 {
        -webkit-border-radius: 87px !important;
        border-radius: 87px !important
    }

    .border-radius-lg-top-left-87 {
        -webkit-border-top-left-radius: 87px !important;
        border-top-left-radius: 87px !important
    }

    .border-radius-lg-bottom-left-87 {
        -webkit-border-bottom-left-radius: 87px !important;
        border-bottom-left-radius: 87px !important
    }

    .border-radius-lg-top-right-87 {
        -webkit-border-top-right-radius: 87px !important;
        border-top-right-radius: 87px !important
    }

    .border-radius-lg-bottom-right-87 {
        -webkit-border-bottom-right-radius: 87px !important;
        border-bottom-right-radius: 87px !important
    }

    .border-radius-lg-88 {
        -webkit-border-radius: 88px !important;
        border-radius: 88px !important
    }

    .border-radius-lg-top-left-88 {
        -webkit-border-top-left-radius: 88px !important;
        border-top-left-radius: 88px !important
    }

    .border-radius-lg-bottom-left-88 {
        -webkit-border-bottom-left-radius: 88px !important;
        border-bottom-left-radius: 88px !important
    }

    .border-radius-lg-top-right-88 {
        -webkit-border-top-right-radius: 88px !important;
        border-top-right-radius: 88px !important
    }

    .border-radius-lg-bottom-right-88 {
        -webkit-border-bottom-right-radius: 88px !important;
        border-bottom-right-radius: 88px !important
    }

    .border-radius-lg-89 {
        -webkit-border-radius: 89px !important;
        border-radius: 89px !important
    }

    .border-radius-lg-top-left-89 {
        -webkit-border-top-left-radius: 89px !important;
        border-top-left-radius: 89px !important
    }

    .border-radius-lg-bottom-left-89 {
        -webkit-border-bottom-left-radius: 89px !important;
        border-bottom-left-radius: 89px !important
    }

    .border-radius-lg-top-right-89 {
        -webkit-border-top-right-radius: 89px !important;
        border-top-right-radius: 89px !important
    }

    .border-radius-lg-bottom-right-89 {
        -webkit-border-bottom-right-radius: 89px !important;
        border-bottom-right-radius: 89px !important
    }

    .border-radius-lg-90 {
        -webkit-border-radius: 90px !important;
        border-radius: 90px !important
    }

    .border-radius-lg-top-left-90 {
        -webkit-border-top-left-radius: 90px !important;
        border-top-left-radius: 90px !important
    }

    .border-radius-lg-bottom-left-90 {
        -webkit-border-bottom-left-radius: 90px !important;
        border-bottom-left-radius: 90px !important
    }

    .border-radius-lg-top-right-90 {
        -webkit-border-top-right-radius: 90px !important;
        border-top-right-radius: 90px !important
    }

    .border-radius-lg-bottom-right-90 {
        -webkit-border-bottom-right-radius: 90px !important;
        border-bottom-right-radius: 90px !important
    }

    .border-radius-lg-91 {
        -webkit-border-radius: 91px !important;
        border-radius: 91px !important
    }

    .border-radius-lg-top-left-91 {
        -webkit-border-top-left-radius: 91px !important;
        border-top-left-radius: 91px !important
    }

    .border-radius-lg-bottom-left-91 {
        -webkit-border-bottom-left-radius: 91px !important;
        border-bottom-left-radius: 91px !important
    }

    .border-radius-lg-top-right-91 {
        -webkit-border-top-right-radius: 91px !important;
        border-top-right-radius: 91px !important
    }

    .border-radius-lg-bottom-right-91 {
        -webkit-border-bottom-right-radius: 91px !important;
        border-bottom-right-radius: 91px !important
    }

    .border-radius-lg-92 {
        -webkit-border-radius: 92px !important;
        border-radius: 92px !important
    }

    .border-radius-lg-top-left-92 {
        -webkit-border-top-left-radius: 92px !important;
        border-top-left-radius: 92px !important
    }

    .border-radius-lg-bottom-left-92 {
        -webkit-border-bottom-left-radius: 92px !important;
        border-bottom-left-radius: 92px !important
    }

    .border-radius-lg-top-right-92 {
        -webkit-border-top-right-radius: 92px !important;
        border-top-right-radius: 92px !important
    }

    .border-radius-lg-bottom-right-92 {
        -webkit-border-bottom-right-radius: 92px !important;
        border-bottom-right-radius: 92px !important
    }

    .border-radius-lg-93 {
        -webkit-border-radius: 93px !important;
        border-radius: 93px !important
    }

    .border-radius-lg-top-left-93 {
        -webkit-border-top-left-radius: 93px !important;
        border-top-left-radius: 93px !important
    }

    .border-radius-lg-bottom-left-93 {
        -webkit-border-bottom-left-radius: 93px !important;
        border-bottom-left-radius: 93px !important
    }

    .border-radius-lg-top-right-93 {
        -webkit-border-top-right-radius: 93px !important;
        border-top-right-radius: 93px !important
    }

    .border-radius-lg-bottom-right-93 {
        -webkit-border-bottom-right-radius: 93px !important;
        border-bottom-right-radius: 93px !important
    }

    .border-radius-lg-94 {
        -webkit-border-radius: 94px !important;
        border-radius: 94px !important
    }

    .border-radius-lg-top-left-94 {
        -webkit-border-top-left-radius: 94px !important;
        border-top-left-radius: 94px !important
    }

    .border-radius-lg-bottom-left-94 {
        -webkit-border-bottom-left-radius: 94px !important;
        border-bottom-left-radius: 94px !important
    }

    .border-radius-lg-top-right-94 {
        -webkit-border-top-right-radius: 94px !important;
        border-top-right-radius: 94px !important
    }

    .border-radius-lg-bottom-right-94 {
        -webkit-border-bottom-right-radius: 94px !important;
        border-bottom-right-radius: 94px !important
    }

    .border-radius-lg-95 {
        -webkit-border-radius: 95px !important;
        border-radius: 95px !important
    }

    .border-radius-lg-top-left-95 {
        -webkit-border-top-left-radius: 95px !important;
        border-top-left-radius: 95px !important
    }

    .border-radius-lg-bottom-left-95 {
        -webkit-border-bottom-left-radius: 95px !important;
        border-bottom-left-radius: 95px !important
    }

    .border-radius-lg-top-right-95 {
        -webkit-border-top-right-radius: 95px !important;
        border-top-right-radius: 95px !important
    }

    .border-radius-lg-bottom-right-95 {
        -webkit-border-bottom-right-radius: 95px !important;
        border-bottom-right-radius: 95px !important
    }

    .border-radius-lg-96 {
        -webkit-border-radius: 96px !important;
        border-radius: 96px !important
    }

    .border-radius-lg-top-left-96 {
        -webkit-border-top-left-radius: 96px !important;
        border-top-left-radius: 96px !important
    }

    .border-radius-lg-bottom-left-96 {
        -webkit-border-bottom-left-radius: 96px !important;
        border-bottom-left-radius: 96px !important
    }

    .border-radius-lg-top-right-96 {
        -webkit-border-top-right-radius: 96px !important;
        border-top-right-radius: 96px !important
    }

    .border-radius-lg-bottom-right-96 {
        -webkit-border-bottom-right-radius: 96px !important;
        border-bottom-right-radius: 96px !important
    }

    .border-radius-lg-97 {
        -webkit-border-radius: 97px !important;
        border-radius: 97px !important
    }

    .border-radius-lg-top-left-97 {
        -webkit-border-top-left-radius: 97px !important;
        border-top-left-radius: 97px !important
    }

    .border-radius-lg-bottom-left-97 {
        -webkit-border-bottom-left-radius: 97px !important;
        border-bottom-left-radius: 97px !important
    }

    .border-radius-lg-top-right-97 {
        -webkit-border-top-right-radius: 97px !important;
        border-top-right-radius: 97px !important
    }

    .border-radius-lg-bottom-right-97 {
        -webkit-border-bottom-right-radius: 97px !important;
        border-bottom-right-radius: 97px !important
    }

    .border-radius-lg-98 {
        -webkit-border-radius: 98px !important;
        border-radius: 98px !important
    }

    .border-radius-lg-top-left-98 {
        -webkit-border-top-left-radius: 98px !important;
        border-top-left-radius: 98px !important
    }

    .border-radius-lg-bottom-left-98 {
        -webkit-border-bottom-left-radius: 98px !important;
        border-bottom-left-radius: 98px !important
    }

    .border-radius-lg-top-right-98 {
        -webkit-border-top-right-radius: 98px !important;
        border-top-right-radius: 98px !important
    }

    .border-radius-lg-bottom-right-98 {
        -webkit-border-bottom-right-radius: 98px !important;
        border-bottom-right-radius: 98px !important
    }

    .border-radius-lg-99 {
        -webkit-border-radius: 99px !important;
        border-radius: 99px !important
    }

    .border-radius-lg-top-left-99 {
        -webkit-border-top-left-radius: 99px !important;
        border-top-left-radius: 99px !important
    }

    .border-radius-lg-bottom-left-99 {
        -webkit-border-bottom-left-radius: 99px !important;
        border-bottom-left-radius: 99px !important
    }

    .border-radius-lg-top-right-99 {
        -webkit-border-top-right-radius: 99px !important;
        border-top-right-radius: 99px !important
    }

    .border-radius-lg-bottom-right-99 {
        -webkit-border-bottom-right-radius: 99px !important;
        border-bottom-right-radius: 99px !important
    }

    .border-radius-lg-100 {
        -webkit-border-radius: 100px !important;
        border-radius: 100px !important
    }

    .border-radius-lg-top-left-100 {
        -webkit-border-top-left-radius: 100px !important;
        border-top-left-radius: 100px !important
    }

    .border-radius-lg-bottom-left-100 {
        -webkit-border-bottom-left-radius: 100px !important;
        border-bottom-left-radius: 100px !important
    }

    .border-radius-lg-top-right-100 {
        -webkit-border-top-right-radius: 100px !important;
        border-top-right-radius: 100px !important
    }

    .border-radius-lg-bottom-right-100 {
        -webkit-border-bottom-right-radius: 100px !important;
        border-bottom-right-radius: 100px !important
    }

    .m-lg-n0 {
        margin: -0rem !important
    }

    .mx-lg-n0 {
        margin-left: -0rem !important;
        margin-right: -0rem !important
    }

    .my-lg-n0 {
        margin-top: -0rem !important;
        margin-bottom: -0rem !important
    }

    .mt-lg-n0 {
        margin-top: -0rem !important
    }

    .mr-lg-n0 {
        margin-right: -0rem !important
    }

    .mb-lg-n0 {
        margin-bottom: -0rem !important
    }

    .ml-lg-n0 {
        margin-left: -0rem !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .mx-lg-n1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important
    }

    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .mt-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n1 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n1 {
        margin-left: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .mx-lg-n2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mr-lg-n2 {
        margin-right: -0.5rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-lg-n2 {
        margin-left: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -0.75rem !important
    }

    .mx-lg-n3 {
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important
    }

    .my-lg-n3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important
    }

    .mt-lg-n3 {
        margin-top: -0.75rem !important
    }

    .mr-lg-n3 {
        margin-right: -0.75rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -0.75rem !important
    }

    .ml-lg-n3 {
        margin-left: -0.75rem !important
    }

    .m-lg-n4 {
        margin: -1rem !important
    }

    .mx-lg-n4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .my-lg-n4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .mt-lg-n4 {
        margin-top: -1rem !important
    }

    .mr-lg-n4 {
        margin-right: -1rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n4 {
        margin-left: -1rem !important
    }

    .m-lg-n5 {
        margin: -1.25rem !important
    }

    .mx-lg-n5 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .my-lg-n5 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important
    }

    .mt-lg-n5 {
        margin-top: -1.25rem !important
    }

    .mr-lg-n5 {
        margin-right: -1.25rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -1.25rem !important
    }

    .ml-lg-n5 {
        margin-left: -1.25rem !important
    }

    .m-lg-n6 {
        margin: -1.5rem !important
    }

    .mx-lg-n6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important
    }

    .my-lg-n6 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .mt-lg-n6 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n6 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n6 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n6 {
        margin-left: -1.5rem !important
    }

    .w-lg-0 {
        width: 0% !important
    }

    .mnw-lg-0 {
        min-width: 0% !important
    }

    .mw-lg-0 {
        max-width: 0% !important
    }

    .h-lg-0 {
        height: 0% !important
    }

    .mnh-lg-0 {
        min-height: 0% !important
    }

    .mh-lg-0 {
        max-height: 0% !important
    }

    .w-lg-1 {
        width: 1% !important
    }

    .mnw-lg-1 {
        min-width: 1% !important
    }

    .mw-lg-1 {
        max-width: 1% !important
    }

    .h-lg-1 {
        height: 1% !important
    }

    .mnh-lg-1 {
        min-height: 1% !important
    }

    .mh-lg-1 {
        max-height: 1% !important
    }

    .w-lg-2 {
        width: 2% !important
    }

    .mnw-lg-2 {
        min-width: 2% !important
    }

    .mw-lg-2 {
        max-width: 2% !important
    }

    .h-lg-2 {
        height: 2% !important
    }

    .mnh-lg-2 {
        min-height: 2% !important
    }

    .mh-lg-2 {
        max-height: 2% !important
    }

    .w-lg-3 {
        width: 3% !important
    }

    .mnw-lg-3 {
        min-width: 3% !important
    }

    .mw-lg-3 {
        max-width: 3% !important
    }

    .h-lg-3 {
        height: 3% !important
    }

    .mnh-lg-3 {
        min-height: 3% !important
    }

    .mh-lg-3 {
        max-height: 3% !important
    }

    .w-lg-4 {
        width: 4% !important
    }

    .mnw-lg-4 {
        min-width: 4% !important
    }

    .mw-lg-4 {
        max-width: 4% !important
    }

    .h-lg-4 {
        height: 4% !important
    }

    .mnh-lg-4 {
        min-height: 4% !important
    }

    .mh-lg-4 {
        max-height: 4% !important
    }

    .w-lg-5 {
        width: 5% !important
    }

    .mnw-lg-5 {
        min-width: 5% !important
    }

    .mw-lg-5 {
        max-width: 5% !important
    }

    .h-lg-5 {
        height: 5% !important
    }

    .mnh-lg-5 {
        min-height: 5% !important
    }

    .mh-lg-5 {
        max-height: 5% !important
    }

    .w-lg-6 {
        width: 6% !important
    }

    .mnw-lg-6 {
        min-width: 6% !important
    }

    .mw-lg-6 {
        max-width: 6% !important
    }

    .h-lg-6 {
        height: 6% !important
    }

    .mnh-lg-6 {
        min-height: 6% !important
    }

    .mh-lg-6 {
        max-height: 6% !important
    }

    .w-lg-7 {
        width: 7% !important
    }

    .mnw-lg-7 {
        min-width: 7% !important
    }

    .mw-lg-7 {
        max-width: 7% !important
    }

    .h-lg-7 {
        height: 7% !important
    }

    .mnh-lg-7 {
        min-height: 7% !important
    }

    .mh-lg-7 {
        max-height: 7% !important
    }

    .w-lg-8 {
        width: 8% !important
    }

    .mnw-lg-8 {
        min-width: 8% !important
    }

    .mw-lg-8 {
        max-width: 8% !important
    }

    .h-lg-8 {
        height: 8% !important
    }

    .mnh-lg-8 {
        min-height: 8% !important
    }

    .mh-lg-8 {
        max-height: 8% !important
    }

    .w-lg-9 {
        width: 9% !important
    }

    .mnw-lg-9 {
        min-width: 9% !important
    }

    .mw-lg-9 {
        max-width: 9% !important
    }

    .h-lg-9 {
        height: 9% !important
    }

    .mnh-lg-9 {
        min-height: 9% !important
    }

    .mh-lg-9 {
        max-height: 9% !important
    }

    .w-lg-10 {
        width: 10% !important
    }

    .mnw-lg-10 {
        min-width: 10% !important
    }

    .mw-lg-10 {
        max-width: 10% !important
    }

    .h-lg-10 {
        height: 10% !important
    }

    .mnh-lg-10 {
        min-height: 10% !important
    }

    .mh-lg-10 {
        max-height: 10% !important
    }

    .w-lg-11 {
        width: 11% !important
    }

    .mnw-lg-11 {
        min-width: 11% !important
    }

    .mw-lg-11 {
        max-width: 11% !important
    }

    .h-lg-11 {
        height: 11% !important
    }

    .mnh-lg-11 {
        min-height: 11% !important
    }

    .mh-lg-11 {
        max-height: 11% !important
    }

    .w-lg-12 {
        width: 12% !important
    }

    .mnw-lg-12 {
        min-width: 12% !important
    }

    .mw-lg-12 {
        max-width: 12% !important
    }

    .h-lg-12 {
        height: 12% !important
    }

    .mnh-lg-12 {
        min-height: 12% !important
    }

    .mh-lg-12 {
        max-height: 12% !important
    }

    .w-lg-13 {
        width: 13% !important
    }

    .mnw-lg-13 {
        min-width: 13% !important
    }

    .mw-lg-13 {
        max-width: 13% !important
    }

    .h-lg-13 {
        height: 13% !important
    }

    .mnh-lg-13 {
        min-height: 13% !important
    }

    .mh-lg-13 {
        max-height: 13% !important
    }

    .w-lg-14 {
        width: 14% !important
    }

    .mnw-lg-14 {
        min-width: 14% !important
    }

    .mw-lg-14 {
        max-width: 14% !important
    }

    .h-lg-14 {
        height: 14% !important
    }

    .mnh-lg-14 {
        min-height: 14% !important
    }

    .mh-lg-14 {
        max-height: 14% !important
    }

    .w-lg-15 {
        width: 15% !important
    }

    .mnw-lg-15 {
        min-width: 15% !important
    }

    .mw-lg-15 {
        max-width: 15% !important
    }

    .h-lg-15 {
        height: 15% !important
    }

    .mnh-lg-15 {
        min-height: 15% !important
    }

    .mh-lg-15 {
        max-height: 15% !important
    }

    .w-lg-16 {
        width: 16% !important
    }

    .mnw-lg-16 {
        min-width: 16% !important
    }

    .mw-lg-16 {
        max-width: 16% !important
    }

    .h-lg-16 {
        height: 16% !important
    }

    .mnh-lg-16 {
        min-height: 16% !important
    }

    .mh-lg-16 {
        max-height: 16% !important
    }

    .w-lg-17 {
        width: 17% !important
    }

    .mnw-lg-17 {
        min-width: 17% !important
    }

    .mw-lg-17 {
        max-width: 17% !important
    }

    .h-lg-17 {
        height: 17% !important
    }

    .mnh-lg-17 {
        min-height: 17% !important
    }

    .mh-lg-17 {
        max-height: 17% !important
    }

    .w-lg-18 {
        width: 18% !important
    }

    .mnw-lg-18 {
        min-width: 18% !important
    }

    .mw-lg-18 {
        max-width: 18% !important
    }

    .h-lg-18 {
        height: 18% !important
    }

    .mnh-lg-18 {
        min-height: 18% !important
    }

    .mh-lg-18 {
        max-height: 18% !important
    }

    .w-lg-19 {
        width: 19% !important
    }

    .mnw-lg-19 {
        min-width: 19% !important
    }

    .mw-lg-19 {
        max-width: 19% !important
    }

    .h-lg-19 {
        height: 19% !important
    }

    .mnh-lg-19 {
        min-height: 19% !important
    }

    .mh-lg-19 {
        max-height: 19% !important
    }

    .w-lg-20 {
        width: 20% !important
    }

    .mnw-lg-20 {
        min-width: 20% !important
    }

    .mw-lg-20 {
        max-width: 20% !important
    }

    .h-lg-20 {
        height: 20% !important
    }

    .mnh-lg-20 {
        min-height: 20% !important
    }

    .mh-lg-20 {
        max-height: 20% !important
    }

    .w-lg-21 {
        width: 21% !important
    }

    .mnw-lg-21 {
        min-width: 21% !important
    }

    .mw-lg-21 {
        max-width: 21% !important
    }

    .h-lg-21 {
        height: 21% !important
    }

    .mnh-lg-21 {
        min-height: 21% !important
    }

    .mh-lg-21 {
        max-height: 21% !important
    }

    .w-lg-22 {
        width: 22% !important
    }

    .mnw-lg-22 {
        min-width: 22% !important
    }

    .mw-lg-22 {
        max-width: 22% !important
    }

    .h-lg-22 {
        height: 22% !important
    }

    .mnh-lg-22 {
        min-height: 22% !important
    }

    .mh-lg-22 {
        max-height: 22% !important
    }

    .w-lg-23 {
        width: 23% !important
    }

    .mnw-lg-23 {
        min-width: 23% !important
    }

    .mw-lg-23 {
        max-width: 23% !important
    }

    .h-lg-23 {
        height: 23% !important
    }

    .mnh-lg-23 {
        min-height: 23% !important
    }

    .mh-lg-23 {
        max-height: 23% !important
    }

    .w-lg-24 {
        width: 24% !important
    }

    .mnw-lg-24 {
        min-width: 24% !important
    }

    .mw-lg-24 {
        max-width: 24% !important
    }

    .h-lg-24 {
        height: 24% !important
    }

    .mnh-lg-24 {
        min-height: 24% !important
    }

    .mh-lg-24 {
        max-height: 24% !important
    }

    .w-lg-25 {
        width: 25% !important
    }

    .mnw-lg-25 {
        min-width: 25% !important
    }

    .mw-lg-25 {
        max-width: 25% !important
    }

    .h-lg-25 {
        height: 25% !important
    }

    .mnh-lg-25 {
        min-height: 25% !important
    }

    .mh-lg-25 {
        max-height: 25% !important
    }

    .w-lg-26 {
        width: 26% !important
    }

    .mnw-lg-26 {
        min-width: 26% !important
    }

    .mw-lg-26 {
        max-width: 26% !important
    }

    .h-lg-26 {
        height: 26% !important
    }

    .mnh-lg-26 {
        min-height: 26% !important
    }

    .mh-lg-26 {
        max-height: 26% !important
    }

    .w-lg-27 {
        width: 27% !important
    }

    .mnw-lg-27 {
        min-width: 27% !important
    }

    .mw-lg-27 {
        max-width: 27% !important
    }

    .h-lg-27 {
        height: 27% !important
    }

    .mnh-lg-27 {
        min-height: 27% !important
    }

    .mh-lg-27 {
        max-height: 27% !important
    }

    .w-lg-28 {
        width: 28% !important
    }

    .mnw-lg-28 {
        min-width: 28% !important
    }

    .mw-lg-28 {
        max-width: 28% !important
    }

    .h-lg-28 {
        height: 28% !important
    }

    .mnh-lg-28 {
        min-height: 28% !important
    }

    .mh-lg-28 {
        max-height: 28% !important
    }

    .w-lg-29 {
        width: 29% !important
    }

    .mnw-lg-29 {
        min-width: 29% !important
    }

    .mw-lg-29 {
        max-width: 29% !important
    }

    .h-lg-29 {
        height: 29% !important
    }

    .mnh-lg-29 {
        min-height: 29% !important
    }

    .mh-lg-29 {
        max-height: 29% !important
    }

    .w-lg-30 {
        width: 30% !important
    }

    .mnw-lg-30 {
        min-width: 30% !important
    }

    .mw-lg-30 {
        max-width: 30% !important
    }

    .h-lg-30 {
        height: 30% !important
    }

    .mnh-lg-30 {
        min-height: 30% !important
    }

    .mh-lg-30 {
        max-height: 30% !important
    }

    .w-lg-31 {
        width: 31% !important
    }

    .mnw-lg-31 {
        min-width: 31% !important
    }

    .mw-lg-31 {
        max-width: 31% !important
    }

    .h-lg-31 {
        height: 31% !important
    }

    .mnh-lg-31 {
        min-height: 31% !important
    }

    .mh-lg-31 {
        max-height: 31% !important
    }

    .w-lg-32 {
        width: 32% !important
    }

    .mnw-lg-32 {
        min-width: 32% !important
    }

    .mw-lg-32 {
        max-width: 32% !important
    }

    .h-lg-32 {
        height: 32% !important
    }

    .mnh-lg-32 {
        min-height: 32% !important
    }

    .mh-lg-32 {
        max-height: 32% !important
    }

    .w-lg-33 {
        width: 33% !important
    }

    .mnw-lg-33 {
        min-width: 33% !important
    }

    .mw-lg-33 {
        max-width: 33% !important
    }

    .h-lg-33 {
        height: 33% !important
    }

    .mnh-lg-33 {
        min-height: 33% !important
    }

    .mh-lg-33 {
        max-height: 33% !important
    }

    .w-lg-34 {
        width: 34% !important
    }

    .mnw-lg-34 {
        min-width: 34% !important
    }

    .mw-lg-34 {
        max-width: 34% !important
    }

    .h-lg-34 {
        height: 34% !important
    }

    .mnh-lg-34 {
        min-height: 34% !important
    }

    .mh-lg-34 {
        max-height: 34% !important
    }

    .w-lg-35 {
        width: 35% !important
    }

    .mnw-lg-35 {
        min-width: 35% !important
    }

    .mw-lg-35 {
        max-width: 35% !important
    }

    .h-lg-35 {
        height: 35% !important
    }

    .mnh-lg-35 {
        min-height: 35% !important
    }

    .mh-lg-35 {
        max-height: 35% !important
    }

    .w-lg-36 {
        width: 36% !important
    }

    .mnw-lg-36 {
        min-width: 36% !important
    }

    .mw-lg-36 {
        max-width: 36% !important
    }

    .h-lg-36 {
        height: 36% !important
    }

    .mnh-lg-36 {
        min-height: 36% !important
    }

    .mh-lg-36 {
        max-height: 36% !important
    }

    .w-lg-37 {
        width: 37% !important
    }

    .mnw-lg-37 {
        min-width: 37% !important
    }

    .mw-lg-37 {
        max-width: 37% !important
    }

    .h-lg-37 {
        height: 37% !important
    }

    .mnh-lg-37 {
        min-height: 37% !important
    }

    .mh-lg-37 {
        max-height: 37% !important
    }

    .w-lg-38 {
        width: 38% !important
    }

    .mnw-lg-38 {
        min-width: 38% !important
    }

    .mw-lg-38 {
        max-width: 38% !important
    }

    .h-lg-38 {
        height: 38% !important
    }

    .mnh-lg-38 {
        min-height: 38% !important
    }

    .mh-lg-38 {
        max-height: 38% !important
    }

    .w-lg-39 {
        width: 39% !important
    }

    .mnw-lg-39 {
        min-width: 39% !important
    }

    .mw-lg-39 {
        max-width: 39% !important
    }

    .h-lg-39 {
        height: 39% !important
    }

    .mnh-lg-39 {
        min-height: 39% !important
    }

    .mh-lg-39 {
        max-height: 39% !important
    }

    .w-lg-40 {
        width: 40% !important
    }

    .mnw-lg-40 {
        min-width: 40% !important
    }

    .mw-lg-40 {
        max-width: 40% !important
    }

    .h-lg-40 {
        height: 40% !important
    }

    .mnh-lg-40 {
        min-height: 40% !important
    }

    .mh-lg-40 {
        max-height: 40% !important
    }

    .w-lg-41 {
        width: 41% !important
    }

    .mnw-lg-41 {
        min-width: 41% !important
    }

    .mw-lg-41 {
        max-width: 41% !important
    }

    .h-lg-41 {
        height: 41% !important
    }

    .mnh-lg-41 {
        min-height: 41% !important
    }

    .mh-lg-41 {
        max-height: 41% !important
    }

    .w-lg-42 {
        width: 42% !important
    }

    .mnw-lg-42 {
        min-width: 42% !important
    }

    .mw-lg-42 {
        max-width: 42% !important
    }

    .h-lg-42 {
        height: 42% !important
    }

    .mnh-lg-42 {
        min-height: 42% !important
    }

    .mh-lg-42 {
        max-height: 42% !important
    }

    .w-lg-43 {
        width: 43% !important
    }

    .mnw-lg-43 {
        min-width: 43% !important
    }

    .mw-lg-43 {
        max-width: 43% !important
    }

    .h-lg-43 {
        height: 43% !important
    }

    .mnh-lg-43 {
        min-height: 43% !important
    }

    .mh-lg-43 {
        max-height: 43% !important
    }

    .w-lg-44 {
        width: 44% !important
    }

    .mnw-lg-44 {
        min-width: 44% !important
    }

    .mw-lg-44 {
        max-width: 44% !important
    }

    .h-lg-44 {
        height: 44% !important
    }

    .mnh-lg-44 {
        min-height: 44% !important
    }

    .mh-lg-44 {
        max-height: 44% !important
    }

    .w-lg-45 {
        width: 45% !important
    }

    .mnw-lg-45 {
        min-width: 45% !important
    }

    .mw-lg-45 {
        max-width: 45% !important
    }

    .h-lg-45 {
        height: 45% !important
    }

    .mnh-lg-45 {
        min-height: 45% !important
    }

    .mh-lg-45 {
        max-height: 45% !important
    }

    .w-lg-46 {
        width: 46% !important
    }

    .mnw-lg-46 {
        min-width: 46% !important
    }

    .mw-lg-46 {
        max-width: 46% !important
    }

    .h-lg-46 {
        height: 46% !important
    }

    .mnh-lg-46 {
        min-height: 46% !important
    }

    .mh-lg-46 {
        max-height: 46% !important
    }

    .w-lg-47 {
        width: 47% !important
    }

    .mnw-lg-47 {
        min-width: 47% !important
    }

    .mw-lg-47 {
        max-width: 47% !important
    }

    .h-lg-47 {
        height: 47% !important
    }

    .mnh-lg-47 {
        min-height: 47% !important
    }

    .mh-lg-47 {
        max-height: 47% !important
    }

    .w-lg-48 {
        width: 48% !important
    }

    .mnw-lg-48 {
        min-width: 48% !important
    }

    .mw-lg-48 {
        max-width: 48% !important
    }

    .h-lg-48 {
        height: 48% !important
    }

    .mnh-lg-48 {
        min-height: 48% !important
    }

    .mh-lg-48 {
        max-height: 48% !important
    }

    .w-lg-49 {
        width: 49% !important
    }

    .mnw-lg-49 {
        min-width: 49% !important
    }

    .mw-lg-49 {
        max-width: 49% !important
    }

    .h-lg-49 {
        height: 49% !important
    }

    .mnh-lg-49 {
        min-height: 49% !important
    }

    .mh-lg-49 {
        max-height: 49% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

    .mnw-lg-50 {
        min-width: 50% !important
    }

    .mw-lg-50 {
        max-width: 50% !important
    }

    .h-lg-50 {
        height: 50% !important
    }

    .mnh-lg-50 {
        min-height: 50% !important
    }

    .mh-lg-50 {
        max-height: 50% !important
    }

    .w-lg-51 {
        width: 51% !important
    }

    .mnw-lg-51 {
        min-width: 51% !important
    }

    .mw-lg-51 {
        max-width: 51% !important
    }

    .h-lg-51 {
        height: 51% !important
    }

    .mnh-lg-51 {
        min-height: 51% !important
    }

    .mh-lg-51 {
        max-height: 51% !important
    }

    .w-lg-52 {
        width: 52% !important
    }

    .mnw-lg-52 {
        min-width: 52% !important
    }

    .mw-lg-52 {
        max-width: 52% !important
    }

    .h-lg-52 {
        height: 52% !important
    }

    .mnh-lg-52 {
        min-height: 52% !important
    }

    .mh-lg-52 {
        max-height: 52% !important
    }

    .w-lg-53 {
        width: 53% !important
    }

    .mnw-lg-53 {
        min-width: 53% !important
    }

    .mw-lg-53 {
        max-width: 53% !important
    }

    .h-lg-53 {
        height: 53% !important
    }

    .mnh-lg-53 {
        min-height: 53% !important
    }

    .mh-lg-53 {
        max-height: 53% !important
    }

    .w-lg-54 {
        width: 54% !important
    }

    .mnw-lg-54 {
        min-width: 54% !important
    }

    .mw-lg-54 {
        max-width: 54% !important
    }

    .h-lg-54 {
        height: 54% !important
    }

    .mnh-lg-54 {
        min-height: 54% !important
    }

    .mh-lg-54 {
        max-height: 54% !important
    }

    .w-lg-55 {
        width: 55% !important
    }

    .mnw-lg-55 {
        min-width: 55% !important
    }

    .mw-lg-55 {
        max-width: 55% !important
    }

    .h-lg-55 {
        height: 55% !important
    }

    .mnh-lg-55 {
        min-height: 55% !important
    }

    .mh-lg-55 {
        max-height: 55% !important
    }

    .w-lg-56 {
        width: 56% !important
    }

    .mnw-lg-56 {
        min-width: 56% !important
    }

    .mw-lg-56 {
        max-width: 56% !important
    }

    .h-lg-56 {
        height: 56% !important
    }

    .mnh-lg-56 {
        min-height: 56% !important
    }

    .mh-lg-56 {
        max-height: 56% !important
    }

    .w-lg-57 {
        width: 57% !important
    }

    .mnw-lg-57 {
        min-width: 57% !important
    }

    .mw-lg-57 {
        max-width: 57% !important
    }

    .h-lg-57 {
        height: 57% !important
    }

    .mnh-lg-57 {
        min-height: 57% !important
    }

    .mh-lg-57 {
        max-height: 57% !important
    }

    .w-lg-58 {
        width: 58% !important
    }

    .mnw-lg-58 {
        min-width: 58% !important
    }

    .mw-lg-58 {
        max-width: 58% !important
    }

    .h-lg-58 {
        height: 58% !important
    }

    .mnh-lg-58 {
        min-height: 58% !important
    }

    .mh-lg-58 {
        max-height: 58% !important
    }

    .w-lg-59 {
        width: 59% !important
    }

    .mnw-lg-59 {
        min-width: 59% !important
    }

    .mw-lg-59 {
        max-width: 59% !important
    }

    .h-lg-59 {
        height: 59% !important
    }

    .mnh-lg-59 {
        min-height: 59% !important
    }

    .mh-lg-59 {
        max-height: 59% !important
    }

    .w-lg-60 {
        width: 60% !important
    }

    .mnw-lg-60 {
        min-width: 60% !important
    }

    .mw-lg-60 {
        max-width: 60% !important
    }

    .h-lg-60 {
        height: 60% !important
    }

    .mnh-lg-60 {
        min-height: 60% !important
    }

    .mh-lg-60 {
        max-height: 60% !important
    }

    .w-lg-61 {
        width: 61% !important
    }

    .mnw-lg-61 {
        min-width: 61% !important
    }

    .mw-lg-61 {
        max-width: 61% !important
    }

    .h-lg-61 {
        height: 61% !important
    }

    .mnh-lg-61 {
        min-height: 61% !important
    }

    .mh-lg-61 {
        max-height: 61% !important
    }

    .w-lg-62 {
        width: 62% !important
    }

    .mnw-lg-62 {
        min-width: 62% !important
    }

    .mw-lg-62 {
        max-width: 62% !important
    }

    .h-lg-62 {
        height: 62% !important
    }

    .mnh-lg-62 {
        min-height: 62% !important
    }

    .mh-lg-62 {
        max-height: 62% !important
    }

    .w-lg-63 {
        width: 63% !important
    }

    .mnw-lg-63 {
        min-width: 63% !important
    }

    .mw-lg-63 {
        max-width: 63% !important
    }

    .h-lg-63 {
        height: 63% !important
    }

    .mnh-lg-63 {
        min-height: 63% !important
    }

    .mh-lg-63 {
        max-height: 63% !important
    }

    .w-lg-64 {
        width: 64% !important
    }

    .mnw-lg-64 {
        min-width: 64% !important
    }

    .mw-lg-64 {
        max-width: 64% !important
    }

    .h-lg-64 {
        height: 64% !important
    }

    .mnh-lg-64 {
        min-height: 64% !important
    }

    .mh-lg-64 {
        max-height: 64% !important
    }

    .w-lg-65 {
        width: 65% !important
    }

    .mnw-lg-65 {
        min-width: 65% !important
    }

    .mw-lg-65 {
        max-width: 65% !important
    }

    .h-lg-65 {
        height: 65% !important
    }

    .mnh-lg-65 {
        min-height: 65% !important
    }

    .mh-lg-65 {
        max-height: 65% !important
    }

    .w-lg-66 {
        width: 66% !important
    }

    .mnw-lg-66 {
        min-width: 66% !important
    }

    .mw-lg-66 {
        max-width: 66% !important
    }

    .h-lg-66 {
        height: 66% !important
    }

    .mnh-lg-66 {
        min-height: 66% !important
    }

    .mh-lg-66 {
        max-height: 66% !important
    }

    .w-lg-67 {
        width: 67% !important
    }

    .mnw-lg-67 {
        min-width: 67% !important
    }

    .mw-lg-67 {
        max-width: 67% !important
    }

    .h-lg-67 {
        height: 67% !important
    }

    .mnh-lg-67 {
        min-height: 67% !important
    }

    .mh-lg-67 {
        max-height: 67% !important
    }

    .w-lg-68 {
        width: 68% !important
    }

    .mnw-lg-68 {
        min-width: 68% !important
    }

    .mw-lg-68 {
        max-width: 68% !important
    }

    .h-lg-68 {
        height: 68% !important
    }

    .mnh-lg-68 {
        min-height: 68% !important
    }

    .mh-lg-68 {
        max-height: 68% !important
    }

    .w-lg-69 {
        width: 69% !important
    }

    .mnw-lg-69 {
        min-width: 69% !important
    }

    .mw-lg-69 {
        max-width: 69% !important
    }

    .h-lg-69 {
        height: 69% !important
    }

    .mnh-lg-69 {
        min-height: 69% !important
    }

    .mh-lg-69 {
        max-height: 69% !important
    }

    .w-lg-70 {
        width: 70% !important
    }

    .mnw-lg-70 {
        min-width: 70% !important
    }

    .mw-lg-70 {
        max-width: 70% !important
    }

    .h-lg-70 {
        height: 70% !important
    }

    .mnh-lg-70 {
        min-height: 70% !important
    }

    .mh-lg-70 {
        max-height: 70% !important
    }

    .w-lg-71 {
        width: 71% !important
    }

    .mnw-lg-71 {
        min-width: 71% !important
    }

    .mw-lg-71 {
        max-width: 71% !important
    }

    .h-lg-71 {
        height: 71% !important
    }

    .mnh-lg-71 {
        min-height: 71% !important
    }

    .mh-lg-71 {
        max-height: 71% !important
    }

    .w-lg-72 {
        width: 72% !important
    }

    .mnw-lg-72 {
        min-width: 72% !important
    }

    .mw-lg-72 {
        max-width: 72% !important
    }

    .h-lg-72 {
        height: 72% !important
    }

    .mnh-lg-72 {
        min-height: 72% !important
    }

    .mh-lg-72 {
        max-height: 72% !important
    }

    .w-lg-73 {
        width: 73% !important
    }

    .mnw-lg-73 {
        min-width: 73% !important
    }

    .mw-lg-73 {
        max-width: 73% !important
    }

    .h-lg-73 {
        height: 73% !important
    }

    .mnh-lg-73 {
        min-height: 73% !important
    }

    .mh-lg-73 {
        max-height: 73% !important
    }

    .w-lg-74 {
        width: 74% !important
    }

    .mnw-lg-74 {
        min-width: 74% !important
    }

    .mw-lg-74 {
        max-width: 74% !important
    }

    .h-lg-74 {
        height: 74% !important
    }

    .mnh-lg-74 {
        min-height: 74% !important
    }

    .mh-lg-74 {
        max-height: 74% !important
    }

    .w-lg-75 {
        width: 75% !important
    }

    .mnw-lg-75 {
        min-width: 75% !important
    }

    .mw-lg-75 {
        max-width: 75% !important
    }

    .h-lg-75 {
        height: 75% !important
    }

    .mnh-lg-75 {
        min-height: 75% !important
    }

    .mh-lg-75 {
        max-height: 75% !important
    }

    .w-lg-76 {
        width: 76% !important
    }

    .mnw-lg-76 {
        min-width: 76% !important
    }

    .mw-lg-76 {
        max-width: 76% !important
    }

    .h-lg-76 {
        height: 76% !important
    }

    .mnh-lg-76 {
        min-height: 76% !important
    }

    .mh-lg-76 {
        max-height: 76% !important
    }

    .w-lg-77 {
        width: 77% !important
    }

    .mnw-lg-77 {
        min-width: 77% !important
    }

    .mw-lg-77 {
        max-width: 77% !important
    }

    .h-lg-77 {
        height: 77% !important
    }

    .mnh-lg-77 {
        min-height: 77% !important
    }

    .mh-lg-77 {
        max-height: 77% !important
    }

    .w-lg-78 {
        width: 78% !important
    }

    .mnw-lg-78 {
        min-width: 78% !important
    }

    .mw-lg-78 {
        max-width: 78% !important
    }

    .h-lg-78 {
        height: 78% !important
    }

    .mnh-lg-78 {
        min-height: 78% !important
    }

    .mh-lg-78 {
        max-height: 78% !important
    }

    .w-lg-79 {
        width: 79% !important
    }

    .mnw-lg-79 {
        min-width: 79% !important
    }

    .mw-lg-79 {
        max-width: 79% !important
    }

    .h-lg-79 {
        height: 79% !important
    }

    .mnh-lg-79 {
        min-height: 79% !important
    }

    .mh-lg-79 {
        max-height: 79% !important
    }

    .w-lg-80 {
        width: 80% !important
    }

    .mnw-lg-80 {
        min-width: 80% !important
    }

    .mw-lg-80 {
        max-width: 80% !important
    }

    .h-lg-80 {
        height: 80% !important
    }

    .mnh-lg-80 {
        min-height: 80% !important
    }

    .mh-lg-80 {
        max-height: 80% !important
    }

    .w-lg-81 {
        width: 81% !important
    }

    .mnw-lg-81 {
        min-width: 81% !important
    }

    .mw-lg-81 {
        max-width: 81% !important
    }

    .h-lg-81 {
        height: 81% !important
    }

    .mnh-lg-81 {
        min-height: 81% !important
    }

    .mh-lg-81 {
        max-height: 81% !important
    }

    .w-lg-82 {
        width: 82% !important
    }

    .mnw-lg-82 {
        min-width: 82% !important
    }

    .mw-lg-82 {
        max-width: 82% !important
    }

    .h-lg-82 {
        height: 82% !important
    }

    .mnh-lg-82 {
        min-height: 82% !important
    }

    .mh-lg-82 {
        max-height: 82% !important
    }

    .w-lg-83 {
        width: 83% !important
    }

    .mnw-lg-83 {
        min-width: 83% !important
    }

    .mw-lg-83 {
        max-width: 83% !important
    }

    .h-lg-83 {
        height: 83% !important
    }

    .mnh-lg-83 {
        min-height: 83% !important
    }

    .mh-lg-83 {
        max-height: 83% !important
    }

    .w-lg-84 {
        width: 84% !important
    }

    .mnw-lg-84 {
        min-width: 84% !important
    }

    .mw-lg-84 {
        max-width: 84% !important
    }

    .h-lg-84 {
        height: 84% !important
    }

    .mnh-lg-84 {
        min-height: 84% !important
    }

    .mh-lg-84 {
        max-height: 84% !important
    }

    .w-lg-85 {
        width: 85% !important
    }

    .mnw-lg-85 {
        min-width: 85% !important
    }

    .mw-lg-85 {
        max-width: 85% !important
    }

    .h-lg-85 {
        height: 85% !important
    }

    .mnh-lg-85 {
        min-height: 85% !important
    }

    .mh-lg-85 {
        max-height: 85% !important
    }

    .w-lg-86 {
        width: 86% !important
    }

    .mnw-lg-86 {
        min-width: 86% !important
    }

    .mw-lg-86 {
        max-width: 86% !important
    }

    .h-lg-86 {
        height: 86% !important
    }

    .mnh-lg-86 {
        min-height: 86% !important
    }

    .mh-lg-86 {
        max-height: 86% !important
    }

    .w-lg-87 {
        width: 87% !important
    }

    .mnw-lg-87 {
        min-width: 87% !important
    }

    .mw-lg-87 {
        max-width: 87% !important
    }

    .h-lg-87 {
        height: 87% !important
    }

    .mnh-lg-87 {
        min-height: 87% !important
    }

    .mh-lg-87 {
        max-height: 87% !important
    }

    .w-lg-88 {
        width: 88% !important
    }

    .mnw-lg-88 {
        min-width: 88% !important
    }

    .mw-lg-88 {
        max-width: 88% !important
    }

    .h-lg-88 {
        height: 88% !important
    }

    .mnh-lg-88 {
        min-height: 88% !important
    }

    .mh-lg-88 {
        max-height: 88% !important
    }

    .w-lg-89 {
        width: 89% !important
    }

    .mnw-lg-89 {
        min-width: 89% !important
    }

    .mw-lg-89 {
        max-width: 89% !important
    }

    .h-lg-89 {
        height: 89% !important
    }

    .mnh-lg-89 {
        min-height: 89% !important
    }

    .mh-lg-89 {
        max-height: 89% !important
    }

    .w-lg-90 {
        width: 90% !important
    }

    .mnw-lg-90 {
        min-width: 90% !important
    }

    .mw-lg-90 {
        max-width: 90% !important
    }

    .h-lg-90 {
        height: 90% !important
    }

    .mnh-lg-90 {
        min-height: 90% !important
    }

    .mh-lg-90 {
        max-height: 90% !important
    }

    .w-lg-91 {
        width: 91% !important
    }

    .mnw-lg-91 {
        min-width: 91% !important
    }

    .mw-lg-91 {
        max-width: 91% !important
    }

    .h-lg-91 {
        height: 91% !important
    }

    .mnh-lg-91 {
        min-height: 91% !important
    }

    .mh-lg-91 {
        max-height: 91% !important
    }

    .w-lg-92 {
        width: 92% !important
    }

    .mnw-lg-92 {
        min-width: 92% !important
    }

    .mw-lg-92 {
        max-width: 92% !important
    }

    .h-lg-92 {
        height: 92% !important
    }

    .mnh-lg-92 {
        min-height: 92% !important
    }

    .mh-lg-92 {
        max-height: 92% !important
    }

    .w-lg-93 {
        width: 93% !important
    }

    .mnw-lg-93 {
        min-width: 93% !important
    }

    .mw-lg-93 {
        max-width: 93% !important
    }

    .h-lg-93 {
        height: 93% !important
    }

    .mnh-lg-93 {
        min-height: 93% !important
    }

    .mh-lg-93 {
        max-height: 93% !important
    }

    .w-lg-94 {
        width: 94% !important
    }

    .mnw-lg-94 {
        min-width: 94% !important
    }

    .mw-lg-94 {
        max-width: 94% !important
    }

    .h-lg-94 {
        height: 94% !important
    }

    .mnh-lg-94 {
        min-height: 94% !important
    }

    .mh-lg-94 {
        max-height: 94% !important
    }

    .w-lg-95 {
        width: 95% !important
    }

    .mnw-lg-95 {
        min-width: 95% !important
    }

    .mw-lg-95 {
        max-width: 95% !important
    }

    .h-lg-95 {
        height: 95% !important
    }

    .mnh-lg-95 {
        min-height: 95% !important
    }

    .mh-lg-95 {
        max-height: 95% !important
    }

    .w-lg-96 {
        width: 96% !important
    }

    .mnw-lg-96 {
        min-width: 96% !important
    }

    .mw-lg-96 {
        max-width: 96% !important
    }

    .h-lg-96 {
        height: 96% !important
    }

    .mnh-lg-96 {
        min-height: 96% !important
    }

    .mh-lg-96 {
        max-height: 96% !important
    }

    .w-lg-97 {
        width: 97% !important
    }

    .mnw-lg-97 {
        min-width: 97% !important
    }

    .mw-lg-97 {
        max-width: 97% !important
    }

    .h-lg-97 {
        height: 97% !important
    }

    .mnh-lg-97 {
        min-height: 97% !important
    }

    .mh-lg-97 {
        max-height: 97% !important
    }

    .w-lg-98 {
        width: 98% !important
    }

    .mnw-lg-98 {
        min-width: 98% !important
    }

    .mw-lg-98 {
        max-width: 98% !important
    }

    .h-lg-98 {
        height: 98% !important
    }

    .mnh-lg-98 {
        min-height: 98% !important
    }

    .mh-lg-98 {
        max-height: 98% !important
    }

    .w-lg-99 {
        width: 99% !important
    }

    .mnw-lg-99 {
        min-width: 99% !important
    }

    .mw-lg-99 {
        max-width: 99% !important
    }

    .h-lg-99 {
        height: 99% !important
    }

    .mnh-lg-99 {
        min-height: 99% !important
    }

    .mh-lg-99 {
        max-height: 99% !important
    }

    .w-lg-100 {
        width: 100% !important
    }

    .mnw-lg-100 {
        min-width: 100% !important
    }

    .mw-lg-100 {
        max-width: 100% !important
    }

    .h-lg-100 {
        height: 100% !important
    }

    .mnh-lg-100 {
        min-height: 100% !important
    }

    .mh-lg-100 {
        max-height: 100% !important
    }

    .w-lg-auto {
        width: auto !important
    }

    .h-lg-auto {
        height: auto !important
    }

    .mnh-lg-unset {
        min-height: unset !important
    }

    .mh-lg-unset {
        max-height: unset !important
    }

    .overflow-lg-hidden {
        overflow: hidden !important
    }

    .overflow-lg-x-hidden {
        overflow-x: hidden !important
    }

    .overflow-lg-y-hidden {
        overflow-y: hidden !important
    }

    .overflow-lg-visible {
        overflow: visible !important
    }

    .overflow-lg-x-visible {
        overflow-x: visible !important
    }

    .overflow-lg-y-visible {
        overflow-y: visible !important
    }

    .overflow-lg-x-auto {
        overflow-x: auto !important
    }

    .overflow-lg-y-auto {
        overflow-y: auto !important
    }

    .position-lg-static {
        position: static !important
    }

    .position-lg-relative {
        position: relative !important
    }

    .position-lg-fixed {
        position: fixed !important
    }

    .position-lg-absolute {
        position: absolute !important
    }

    .position-lg-sticky {
        position: sticky !important
    }

    .careers-section.values-section .values-inner {
        min-height: 500px;
        max-height: 500px
    }

    .maps-contact .maps-col-height, .maps-pages .maps-col-height {
        min-height: 600px !important;
        max-height: 600px !important
    }

    .maps-contact .main-maps, .maps-pages .main-maps {
        min-height: 600px
    }
}

@media (min-width: 1200px) {
    .font-size-xl-0 {
        font-size: 0rem !important
    }

    .font-size-xl-1 {
        font-size: 0.0833333333rem !important
    }

    .font-size-xl-2 {
        font-size: 0.1666666667rem !important
    }

    .font-size-xl-3 {
        font-size: 0.25rem !important
    }

    .font-size-xl-4 {
        font-size: 0.3333333333rem !important
    }

    .font-size-xl-5 {
        font-size: 0.4166666667rem !important
    }

    .font-size-xl-6 {
        font-size: 0.5rem !important
    }

    .font-size-xl-7 {
        font-size: 0.5833333333rem !important
    }

    .font-size-xl-8 {
        font-size: 0.6666666667rem !important
    }

    .font-size-xl-9 {
        font-size: 0.75rem !important
    }

    .font-size-xl-10 {
        font-size: 0.8333333333rem !important
    }

    .font-size-xl-11 {
        font-size: 0.9166666667rem !important
    }

    .font-size-xl-12 {
        font-size: 1rem !important
    }

    .font-size-xl-13 {
        font-size: 1.0833333333rem !important
    }

    .font-size-xl-14 {
        font-size: 1.1666666667rem !important
    }

    .font-size-xl-15 {
        font-size: 1.25rem !important
    }

    .font-size-xl-16 {
        font-size: 1.3333333333rem !important
    }

    .font-size-xl-17 {
        font-size: 1.4166666667rem !important
    }

    .font-size-xl-18 {
        font-size: 1.5rem !important
    }

    .font-size-xl-19 {
        font-size: 1.5833333333rem !important
    }

    .font-size-xl-20 {
        font-size: 1.6666666667rem !important
    }

    .font-size-xl-21 {
        font-size: 1.75rem !important
    }

    .font-size-xl-22 {
        font-size: 1.8333333333rem !important
    }

    .font-size-xl-23 {
        font-size: 1.9166666667rem !important
    }

    .font-size-xl-24 {
        font-size: 2rem !important
    }

    .font-size-xl-25 {
        font-size: 2.0833333333rem !important
    }

    .font-size-xl-26 {
        font-size: 2.1666666667rem !important
    }

    .font-size-xl-27 {
        font-size: 2.25rem !important
    }

    .font-size-xl-28 {
        font-size: 2.3333333333rem !important
    }

    .font-size-xl-29 {
        font-size: 2.4166666667rem !important
    }

    .font-size-xl-30 {
        font-size: 2.5rem !important
    }

    .font-size-xl-31 {
        font-size: 2.5833333333rem !important
    }

    .font-size-xl-32 {
        font-size: 2.6666666667rem !important
    }

    .font-size-xl-33 {
        font-size: 2.75rem !important
    }

    .font-size-xl-34 {
        font-size: 2.8333333333rem !important
    }

    .font-size-xl-35 {
        font-size: 2.9166666667rem !important
    }

    .font-size-xl-36 {
        font-size: 3rem !important
    }

    .font-size-xl-37 {
        font-size: 3.0833333333rem !important
    }

    .font-size-xl-38 {
        font-size: 3.1666666667rem !important
    }

    .font-size-xl-39 {
        font-size: 3.25rem !important
    }

    .font-size-xl-40 {
        font-size: 3.3333333333rem !important
    }

    .font-size-xl-41 {
        font-size: 3.4166666667rem !important
    }

    .font-size-xl-42 {
        font-size: 3.5rem !important
    }

    .font-size-xl-43 {
        font-size: 3.5833333333rem !important
    }

    .font-size-xl-44 {
        font-size: 3.6666666667rem !important
    }

    .font-size-xl-45 {
        font-size: 3.75rem !important
    }

    .font-size-xl-46 {
        font-size: 3.8333333333rem !important
    }

    .font-size-xl-47 {
        font-size: 3.9166666667rem !important
    }

    .font-size-xl-48 {
        font-size: 4rem !important
    }

    .font-size-xl-49 {
        font-size: 4.0833333333rem !important
    }

    .font-size-xl-50 {
        font-size: 4.1666666667rem !important
    }

    .border-radius-xl-0 {
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important
    }

    .border-radius-xl-top-left-0 {
        -webkit-border-top-left-radius: 0px !important;
        border-top-left-radius: 0px !important
    }

    .border-radius-xl-bottom-left-0 {
        -webkit-border-bottom-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important
    }

    .border-radius-xl-top-right-0 {
        -webkit-border-top-right-radius: 0px !important;
        border-top-right-radius: 0px !important
    }

    .border-radius-xl-bottom-right-0 {
        -webkit-border-bottom-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important
    }

    .border-radius-xl-1 {
        -webkit-border-radius: 1px !important;
        border-radius: 1px !important
    }

    .border-radius-xl-top-left-1 {
        -webkit-border-top-left-radius: 1px !important;
        border-top-left-radius: 1px !important
    }

    .border-radius-xl-bottom-left-1 {
        -webkit-border-bottom-left-radius: 1px !important;
        border-bottom-left-radius: 1px !important
    }

    .border-radius-xl-top-right-1 {
        -webkit-border-top-right-radius: 1px !important;
        border-top-right-radius: 1px !important
    }

    .border-radius-xl-bottom-right-1 {
        -webkit-border-bottom-right-radius: 1px !important;
        border-bottom-right-radius: 1px !important
    }

    .border-radius-xl-2 {
        -webkit-border-radius: 2px !important;
        border-radius: 2px !important
    }

    .border-radius-xl-top-left-2 {
        -webkit-border-top-left-radius: 2px !important;
        border-top-left-radius: 2px !important
    }

    .border-radius-xl-bottom-left-2 {
        -webkit-border-bottom-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important
    }

    .border-radius-xl-top-right-2 {
        -webkit-border-top-right-radius: 2px !important;
        border-top-right-radius: 2px !important
    }

    .border-radius-xl-bottom-right-2 {
        -webkit-border-bottom-right-radius: 2px !important;
        border-bottom-right-radius: 2px !important
    }

    .border-radius-xl-3 {
        -webkit-border-radius: 3px !important;
        border-radius: 3px !important
    }

    .border-radius-xl-top-left-3 {
        -webkit-border-top-left-radius: 3px !important;
        border-top-left-radius: 3px !important
    }

    .border-radius-xl-bottom-left-3 {
        -webkit-border-bottom-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important
    }

    .border-radius-xl-top-right-3 {
        -webkit-border-top-right-radius: 3px !important;
        border-top-right-radius: 3px !important
    }

    .border-radius-xl-bottom-right-3 {
        -webkit-border-bottom-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important
    }

    .border-radius-xl-4 {
        -webkit-border-radius: 4px !important;
        border-radius: 4px !important
    }

    .border-radius-xl-top-left-4 {
        -webkit-border-top-left-radius: 4px !important;
        border-top-left-radius: 4px !important
    }

    .border-radius-xl-bottom-left-4 {
        -webkit-border-bottom-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important
    }

    .border-radius-xl-top-right-4 {
        -webkit-border-top-right-radius: 4px !important;
        border-top-right-radius: 4px !important
    }

    .border-radius-xl-bottom-right-4 {
        -webkit-border-bottom-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important
    }

    .border-radius-xl-5 {
        -webkit-border-radius: 5px !important;
        border-radius: 5px !important
    }

    .border-radius-xl-top-left-5 {
        -webkit-border-top-left-radius: 5px !important;
        border-top-left-radius: 5px !important
    }

    .border-radius-xl-bottom-left-5 {
        -webkit-border-bottom-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important
    }

    .border-radius-xl-top-right-5 {
        -webkit-border-top-right-radius: 5px !important;
        border-top-right-radius: 5px !important
    }

    .border-radius-xl-bottom-right-5 {
        -webkit-border-bottom-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important
    }

    .border-radius-xl-6 {
        -webkit-border-radius: 6px !important;
        border-radius: 6px !important
    }

    .border-radius-xl-top-left-6 {
        -webkit-border-top-left-radius: 6px !important;
        border-top-left-radius: 6px !important
    }

    .border-radius-xl-bottom-left-6 {
        -webkit-border-bottom-left-radius: 6px !important;
        border-bottom-left-radius: 6px !important
    }

    .border-radius-xl-top-right-6 {
        -webkit-border-top-right-radius: 6px !important;
        border-top-right-radius: 6px !important
    }

    .border-radius-xl-bottom-right-6 {
        -webkit-border-bottom-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important
    }

    .border-radius-xl-7 {
        -webkit-border-radius: 7px !important;
        border-radius: 7px !important
    }

    .border-radius-xl-top-left-7 {
        -webkit-border-top-left-radius: 7px !important;
        border-top-left-radius: 7px !important
    }

    .border-radius-xl-bottom-left-7 {
        -webkit-border-bottom-left-radius: 7px !important;
        border-bottom-left-radius: 7px !important
    }

    .border-radius-xl-top-right-7 {
        -webkit-border-top-right-radius: 7px !important;
        border-top-right-radius: 7px !important
    }

    .border-radius-xl-bottom-right-7 {
        -webkit-border-bottom-right-radius: 7px !important;
        border-bottom-right-radius: 7px !important
    }

    .border-radius-xl-8 {
        -webkit-border-radius: 8px !important;
        border-radius: 8px !important
    }

    .border-radius-xl-top-left-8 {
        -webkit-border-top-left-radius: 8px !important;
        border-top-left-radius: 8px !important
    }

    .border-radius-xl-bottom-left-8 {
        -webkit-border-bottom-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important
    }

    .border-radius-xl-top-right-8 {
        -webkit-border-top-right-radius: 8px !important;
        border-top-right-radius: 8px !important
    }

    .border-radius-xl-bottom-right-8 {
        -webkit-border-bottom-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important
    }

    .border-radius-xl-9 {
        -webkit-border-radius: 9px !important;
        border-radius: 9px !important
    }

    .border-radius-xl-top-left-9 {
        -webkit-border-top-left-radius: 9px !important;
        border-top-left-radius: 9px !important
    }

    .border-radius-xl-bottom-left-9 {
        -webkit-border-bottom-left-radius: 9px !important;
        border-bottom-left-radius: 9px !important
    }

    .border-radius-xl-top-right-9 {
        -webkit-border-top-right-radius: 9px !important;
        border-top-right-radius: 9px !important
    }

    .border-radius-xl-bottom-right-9 {
        -webkit-border-bottom-right-radius: 9px !important;
        border-bottom-right-radius: 9px !important
    }

    .border-radius-xl-10 {
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important
    }

    .border-radius-xl-top-left-10 {
        -webkit-border-top-left-radius: 10px !important;
        border-top-left-radius: 10px !important
    }

    .border-radius-xl-bottom-left-10 {
        -webkit-border-bottom-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important
    }

    .border-radius-xl-top-right-10 {
        -webkit-border-top-right-radius: 10px !important;
        border-top-right-radius: 10px !important
    }

    .border-radius-xl-bottom-right-10 {
        -webkit-border-bottom-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important
    }

    .border-radius-xl-11 {
        -webkit-border-radius: 11px !important;
        border-radius: 11px !important
    }

    .border-radius-xl-top-left-11 {
        -webkit-border-top-left-radius: 11px !important;
        border-top-left-radius: 11px !important
    }

    .border-radius-xl-bottom-left-11 {
        -webkit-border-bottom-left-radius: 11px !important;
        border-bottom-left-radius: 11px !important
    }

    .border-radius-xl-top-right-11 {
        -webkit-border-top-right-radius: 11px !important;
        border-top-right-radius: 11px !important
    }

    .border-radius-xl-bottom-right-11 {
        -webkit-border-bottom-right-radius: 11px !important;
        border-bottom-right-radius: 11px !important
    }

    .border-radius-xl-12 {
        -webkit-border-radius: 12px !important;
        border-radius: 12px !important
    }

    .border-radius-xl-top-left-12 {
        -webkit-border-top-left-radius: 12px !important;
        border-top-left-radius: 12px !important
    }

    .border-radius-xl-bottom-left-12 {
        -webkit-border-bottom-left-radius: 12px !important;
        border-bottom-left-radius: 12px !important
    }

    .border-radius-xl-top-right-12 {
        -webkit-border-top-right-radius: 12px !important;
        border-top-right-radius: 12px !important
    }

    .border-radius-xl-bottom-right-12 {
        -webkit-border-bottom-right-radius: 12px !important;
        border-bottom-right-radius: 12px !important
    }

    .border-radius-xl-13 {
        -webkit-border-radius: 13px !important;
        border-radius: 13px !important
    }

    .border-radius-xl-top-left-13 {
        -webkit-border-top-left-radius: 13px !important;
        border-top-left-radius: 13px !important
    }

    .border-radius-xl-bottom-left-13 {
        -webkit-border-bottom-left-radius: 13px !important;
        border-bottom-left-radius: 13px !important
    }

    .border-radius-xl-top-right-13 {
        -webkit-border-top-right-radius: 13px !important;
        border-top-right-radius: 13px !important
    }

    .border-radius-xl-bottom-right-13 {
        -webkit-border-bottom-right-radius: 13px !important;
        border-bottom-right-radius: 13px !important
    }

    .border-radius-xl-14 {
        -webkit-border-radius: 14px !important;
        border-radius: 14px !important
    }

    .border-radius-xl-top-left-14 {
        -webkit-border-top-left-radius: 14px !important;
        border-top-left-radius: 14px !important
    }

    .border-radius-xl-bottom-left-14 {
        -webkit-border-bottom-left-radius: 14px !important;
        border-bottom-left-radius: 14px !important
    }

    .border-radius-xl-top-right-14 {
        -webkit-border-top-right-radius: 14px !important;
        border-top-right-radius: 14px !important
    }

    .border-radius-xl-bottom-right-14 {
        -webkit-border-bottom-right-radius: 14px !important;
        border-bottom-right-radius: 14px !important
    }

    .border-radius-xl-15 {
        -webkit-border-radius: 15px !important;
        border-radius: 15px !important
    }

    .border-radius-xl-top-left-15 {
        -webkit-border-top-left-radius: 15px !important;
        border-top-left-radius: 15px !important
    }

    .border-radius-xl-bottom-left-15 {
        -webkit-border-bottom-left-radius: 15px !important;
        border-bottom-left-radius: 15px !important
    }

    .border-radius-xl-top-right-15 {
        -webkit-border-top-right-radius: 15px !important;
        border-top-right-radius: 15px !important
    }

    .border-radius-xl-bottom-right-15 {
        -webkit-border-bottom-right-radius: 15px !important;
        border-bottom-right-radius: 15px !important
    }

    .border-radius-xl-16 {
        -webkit-border-radius: 16px !important;
        border-radius: 16px !important
    }

    .border-radius-xl-top-left-16 {
        -webkit-border-top-left-radius: 16px !important;
        border-top-left-radius: 16px !important
    }

    .border-radius-xl-bottom-left-16 {
        -webkit-border-bottom-left-radius: 16px !important;
        border-bottom-left-radius: 16px !important
    }

    .border-radius-xl-top-right-16 {
        -webkit-border-top-right-radius: 16px !important;
        border-top-right-radius: 16px !important
    }

    .border-radius-xl-bottom-right-16 {
        -webkit-border-bottom-right-radius: 16px !important;
        border-bottom-right-radius: 16px !important
    }

    .border-radius-xl-17 {
        -webkit-border-radius: 17px !important;
        border-radius: 17px !important
    }

    .border-radius-xl-top-left-17 {
        -webkit-border-top-left-radius: 17px !important;
        border-top-left-radius: 17px !important
    }

    .border-radius-xl-bottom-left-17 {
        -webkit-border-bottom-left-radius: 17px !important;
        border-bottom-left-radius: 17px !important
    }

    .border-radius-xl-top-right-17 {
        -webkit-border-top-right-radius: 17px !important;
        border-top-right-radius: 17px !important
    }

    .border-radius-xl-bottom-right-17 {
        -webkit-border-bottom-right-radius: 17px !important;
        border-bottom-right-radius: 17px !important
    }

    .border-radius-xl-18 {
        -webkit-border-radius: 18px !important;
        border-radius: 18px !important
    }

    .border-radius-xl-top-left-18 {
        -webkit-border-top-left-radius: 18px !important;
        border-top-left-radius: 18px !important
    }

    .border-radius-xl-bottom-left-18 {
        -webkit-border-bottom-left-radius: 18px !important;
        border-bottom-left-radius: 18px !important
    }

    .border-radius-xl-top-right-18 {
        -webkit-border-top-right-radius: 18px !important;
        border-top-right-radius: 18px !important
    }

    .border-radius-xl-bottom-right-18 {
        -webkit-border-bottom-right-radius: 18px !important;
        border-bottom-right-radius: 18px !important
    }

    .border-radius-xl-19 {
        -webkit-border-radius: 19px !important;
        border-radius: 19px !important
    }

    .border-radius-xl-top-left-19 {
        -webkit-border-top-left-radius: 19px !important;
        border-top-left-radius: 19px !important
    }

    .border-radius-xl-bottom-left-19 {
        -webkit-border-bottom-left-radius: 19px !important;
        border-bottom-left-radius: 19px !important
    }

    .border-radius-xl-top-right-19 {
        -webkit-border-top-right-radius: 19px !important;
        border-top-right-radius: 19px !important
    }

    .border-radius-xl-bottom-right-19 {
        -webkit-border-bottom-right-radius: 19px !important;
        border-bottom-right-radius: 19px !important
    }

    .border-radius-xl-20 {
        -webkit-border-radius: 20px !important;
        border-radius: 20px !important
    }

    .border-radius-xl-top-left-20 {
        -webkit-border-top-left-radius: 20px !important;
        border-top-left-radius: 20px !important
    }

    .border-radius-xl-bottom-left-20 {
        -webkit-border-bottom-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important
    }

    .border-radius-xl-top-right-20 {
        -webkit-border-top-right-radius: 20px !important;
        border-top-right-radius: 20px !important
    }

    .border-radius-xl-bottom-right-20 {
        -webkit-border-bottom-right-radius: 20px !important;
        border-bottom-right-radius: 20px !important
    }

    .border-radius-xl-21 {
        -webkit-border-radius: 21px !important;
        border-radius: 21px !important
    }

    .border-radius-xl-top-left-21 {
        -webkit-border-top-left-radius: 21px !important;
        border-top-left-radius: 21px !important
    }

    .border-radius-xl-bottom-left-21 {
        -webkit-border-bottom-left-radius: 21px !important;
        border-bottom-left-radius: 21px !important
    }

    .border-radius-xl-top-right-21 {
        -webkit-border-top-right-radius: 21px !important;
        border-top-right-radius: 21px !important
    }

    .border-radius-xl-bottom-right-21 {
        -webkit-border-bottom-right-radius: 21px !important;
        border-bottom-right-radius: 21px !important
    }

    .border-radius-xl-22 {
        -webkit-border-radius: 22px !important;
        border-radius: 22px !important
    }

    .border-radius-xl-top-left-22 {
        -webkit-border-top-left-radius: 22px !important;
        border-top-left-radius: 22px !important
    }

    .border-radius-xl-bottom-left-22 {
        -webkit-border-bottom-left-radius: 22px !important;
        border-bottom-left-radius: 22px !important
    }

    .border-radius-xl-top-right-22 {
        -webkit-border-top-right-radius: 22px !important;
        border-top-right-radius: 22px !important
    }

    .border-radius-xl-bottom-right-22 {
        -webkit-border-bottom-right-radius: 22px !important;
        border-bottom-right-radius: 22px !important
    }

    .border-radius-xl-23 {
        -webkit-border-radius: 23px !important;
        border-radius: 23px !important
    }

    .border-radius-xl-top-left-23 {
        -webkit-border-top-left-radius: 23px !important;
        border-top-left-radius: 23px !important
    }

    .border-radius-xl-bottom-left-23 {
        -webkit-border-bottom-left-radius: 23px !important;
        border-bottom-left-radius: 23px !important
    }

    .border-radius-xl-top-right-23 {
        -webkit-border-top-right-radius: 23px !important;
        border-top-right-radius: 23px !important
    }

    .border-radius-xl-bottom-right-23 {
        -webkit-border-bottom-right-radius: 23px !important;
        border-bottom-right-radius: 23px !important
    }

    .border-radius-xl-24 {
        -webkit-border-radius: 24px !important;
        border-radius: 24px !important
    }

    .border-radius-xl-top-left-24 {
        -webkit-border-top-left-radius: 24px !important;
        border-top-left-radius: 24px !important
    }

    .border-radius-xl-bottom-left-24 {
        -webkit-border-bottom-left-radius: 24px !important;
        border-bottom-left-radius: 24px !important
    }

    .border-radius-xl-top-right-24 {
        -webkit-border-top-right-radius: 24px !important;
        border-top-right-radius: 24px !important
    }

    .border-radius-xl-bottom-right-24 {
        -webkit-border-bottom-right-radius: 24px !important;
        border-bottom-right-radius: 24px !important
    }

    .border-radius-xl-25 {
        -webkit-border-radius: 25px !important;
        border-radius: 25px !important
    }

    .border-radius-xl-top-left-25 {
        -webkit-border-top-left-radius: 25px !important;
        border-top-left-radius: 25px !important
    }

    .border-radius-xl-bottom-left-25 {
        -webkit-border-bottom-left-radius: 25px !important;
        border-bottom-left-radius: 25px !important
    }

    .border-radius-xl-top-right-25 {
        -webkit-border-top-right-radius: 25px !important;
        border-top-right-radius: 25px !important
    }

    .border-radius-xl-bottom-right-25 {
        -webkit-border-bottom-right-radius: 25px !important;
        border-bottom-right-radius: 25px !important
    }

    .border-radius-xl-26 {
        -webkit-border-radius: 26px !important;
        border-radius: 26px !important
    }

    .border-radius-xl-top-left-26 {
        -webkit-border-top-left-radius: 26px !important;
        border-top-left-radius: 26px !important
    }

    .border-radius-xl-bottom-left-26 {
        -webkit-border-bottom-left-radius: 26px !important;
        border-bottom-left-radius: 26px !important
    }

    .border-radius-xl-top-right-26 {
        -webkit-border-top-right-radius: 26px !important;
        border-top-right-radius: 26px !important
    }

    .border-radius-xl-bottom-right-26 {
        -webkit-border-bottom-right-radius: 26px !important;
        border-bottom-right-radius: 26px !important
    }

    .border-radius-xl-27 {
        -webkit-border-radius: 27px !important;
        border-radius: 27px !important
    }

    .border-radius-xl-top-left-27 {
        -webkit-border-top-left-radius: 27px !important;
        border-top-left-radius: 27px !important
    }

    .border-radius-xl-bottom-left-27 {
        -webkit-border-bottom-left-radius: 27px !important;
        border-bottom-left-radius: 27px !important
    }

    .border-radius-xl-top-right-27 {
        -webkit-border-top-right-radius: 27px !important;
        border-top-right-radius: 27px !important
    }

    .border-radius-xl-bottom-right-27 {
        -webkit-border-bottom-right-radius: 27px !important;
        border-bottom-right-radius: 27px !important
    }

    .border-radius-xl-28 {
        -webkit-border-radius: 28px !important;
        border-radius: 28px !important
    }

    .border-radius-xl-top-left-28 {
        -webkit-border-top-left-radius: 28px !important;
        border-top-left-radius: 28px !important
    }

    .border-radius-xl-bottom-left-28 {
        -webkit-border-bottom-left-radius: 28px !important;
        border-bottom-left-radius: 28px !important
    }

    .border-radius-xl-top-right-28 {
        -webkit-border-top-right-radius: 28px !important;
        border-top-right-radius: 28px !important
    }

    .border-radius-xl-bottom-right-28 {
        -webkit-border-bottom-right-radius: 28px !important;
        border-bottom-right-radius: 28px !important
    }

    .border-radius-xl-29 {
        -webkit-border-radius: 29px !important;
        border-radius: 29px !important
    }

    .border-radius-xl-top-left-29 {
        -webkit-border-top-left-radius: 29px !important;
        border-top-left-radius: 29px !important
    }

    .border-radius-xl-bottom-left-29 {
        -webkit-border-bottom-left-radius: 29px !important;
        border-bottom-left-radius: 29px !important
    }

    .border-radius-xl-top-right-29 {
        -webkit-border-top-right-radius: 29px !important;
        border-top-right-radius: 29px !important
    }

    .border-radius-xl-bottom-right-29 {
        -webkit-border-bottom-right-radius: 29px !important;
        border-bottom-right-radius: 29px !important
    }

    .border-radius-xl-30 {
        -webkit-border-radius: 30px !important;
        border-radius: 30px !important
    }

    .border-radius-xl-top-left-30 {
        -webkit-border-top-left-radius: 30px !important;
        border-top-left-radius: 30px !important
    }

    .border-radius-xl-bottom-left-30 {
        -webkit-border-bottom-left-radius: 30px !important;
        border-bottom-left-radius: 30px !important
    }

    .border-radius-xl-top-right-30 {
        -webkit-border-top-right-radius: 30px !important;
        border-top-right-radius: 30px !important
    }

    .border-radius-xl-bottom-right-30 {
        -webkit-border-bottom-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important
    }

    .border-radius-xl-31 {
        -webkit-border-radius: 31px !important;
        border-radius: 31px !important
    }

    .border-radius-xl-top-left-31 {
        -webkit-border-top-left-radius: 31px !important;
        border-top-left-radius: 31px !important
    }

    .border-radius-xl-bottom-left-31 {
        -webkit-border-bottom-left-radius: 31px !important;
        border-bottom-left-radius: 31px !important
    }

    .border-radius-xl-top-right-31 {
        -webkit-border-top-right-radius: 31px !important;
        border-top-right-radius: 31px !important
    }

    .border-radius-xl-bottom-right-31 {
        -webkit-border-bottom-right-radius: 31px !important;
        border-bottom-right-radius: 31px !important
    }

    .border-radius-xl-32 {
        -webkit-border-radius: 32px !important;
        border-radius: 32px !important
    }

    .border-radius-xl-top-left-32 {
        -webkit-border-top-left-radius: 32px !important;
        border-top-left-radius: 32px !important
    }

    .border-radius-xl-bottom-left-32 {
        -webkit-border-bottom-left-radius: 32px !important;
        border-bottom-left-radius: 32px !important
    }

    .border-radius-xl-top-right-32 {
        -webkit-border-top-right-radius: 32px !important;
        border-top-right-radius: 32px !important
    }

    .border-radius-xl-bottom-right-32 {
        -webkit-border-bottom-right-radius: 32px !important;
        border-bottom-right-radius: 32px !important
    }

    .border-radius-xl-33 {
        -webkit-border-radius: 33px !important;
        border-radius: 33px !important
    }

    .border-radius-xl-top-left-33 {
        -webkit-border-top-left-radius: 33px !important;
        border-top-left-radius: 33px !important
    }

    .border-radius-xl-bottom-left-33 {
        -webkit-border-bottom-left-radius: 33px !important;
        border-bottom-left-radius: 33px !important
    }

    .border-radius-xl-top-right-33 {
        -webkit-border-top-right-radius: 33px !important;
        border-top-right-radius: 33px !important
    }

    .border-radius-xl-bottom-right-33 {
        -webkit-border-bottom-right-radius: 33px !important;
        border-bottom-right-radius: 33px !important
    }

    .border-radius-xl-34 {
        -webkit-border-radius: 34px !important;
        border-radius: 34px !important
    }

    .border-radius-xl-top-left-34 {
        -webkit-border-top-left-radius: 34px !important;
        border-top-left-radius: 34px !important
    }

    .border-radius-xl-bottom-left-34 {
        -webkit-border-bottom-left-radius: 34px !important;
        border-bottom-left-radius: 34px !important
    }

    .border-radius-xl-top-right-34 {
        -webkit-border-top-right-radius: 34px !important;
        border-top-right-radius: 34px !important
    }

    .border-radius-xl-bottom-right-34 {
        -webkit-border-bottom-right-radius: 34px !important;
        border-bottom-right-radius: 34px !important
    }

    .border-radius-xl-35 {
        -webkit-border-radius: 35px !important;
        border-radius: 35px !important
    }

    .border-radius-xl-top-left-35 {
        -webkit-border-top-left-radius: 35px !important;
        border-top-left-radius: 35px !important
    }

    .border-radius-xl-bottom-left-35 {
        -webkit-border-bottom-left-radius: 35px !important;
        border-bottom-left-radius: 35px !important
    }

    .border-radius-xl-top-right-35 {
        -webkit-border-top-right-radius: 35px !important;
        border-top-right-radius: 35px !important
    }

    .border-radius-xl-bottom-right-35 {
        -webkit-border-bottom-right-radius: 35px !important;
        border-bottom-right-radius: 35px !important
    }

    .border-radius-xl-36 {
        -webkit-border-radius: 36px !important;
        border-radius: 36px !important
    }

    .border-radius-xl-top-left-36 {
        -webkit-border-top-left-radius: 36px !important;
        border-top-left-radius: 36px !important
    }

    .border-radius-xl-bottom-left-36 {
        -webkit-border-bottom-left-radius: 36px !important;
        border-bottom-left-radius: 36px !important
    }

    .border-radius-xl-top-right-36 {
        -webkit-border-top-right-radius: 36px !important;
        border-top-right-radius: 36px !important
    }

    .border-radius-xl-bottom-right-36 {
        -webkit-border-bottom-right-radius: 36px !important;
        border-bottom-right-radius: 36px !important
    }

    .border-radius-xl-37 {
        -webkit-border-radius: 37px !important;
        border-radius: 37px !important
    }

    .border-radius-xl-top-left-37 {
        -webkit-border-top-left-radius: 37px !important;
        border-top-left-radius: 37px !important
    }

    .border-radius-xl-bottom-left-37 {
        -webkit-border-bottom-left-radius: 37px !important;
        border-bottom-left-radius: 37px !important
    }

    .border-radius-xl-top-right-37 {
        -webkit-border-top-right-radius: 37px !important;
        border-top-right-radius: 37px !important
    }

    .border-radius-xl-bottom-right-37 {
        -webkit-border-bottom-right-radius: 37px !important;
        border-bottom-right-radius: 37px !important
    }

    .border-radius-xl-38 {
        -webkit-border-radius: 38px !important;
        border-radius: 38px !important
    }

    .border-radius-xl-top-left-38 {
        -webkit-border-top-left-radius: 38px !important;
        border-top-left-radius: 38px !important
    }

    .border-radius-xl-bottom-left-38 {
        -webkit-border-bottom-left-radius: 38px !important;
        border-bottom-left-radius: 38px !important
    }

    .border-radius-xl-top-right-38 {
        -webkit-border-top-right-radius: 38px !important;
        border-top-right-radius: 38px !important
    }

    .border-radius-xl-bottom-right-38 {
        -webkit-border-bottom-right-radius: 38px !important;
        border-bottom-right-radius: 38px !important
    }

    .border-radius-xl-39 {
        -webkit-border-radius: 39px !important;
        border-radius: 39px !important
    }

    .border-radius-xl-top-left-39 {
        -webkit-border-top-left-radius: 39px !important;
        border-top-left-radius: 39px !important
    }

    .border-radius-xl-bottom-left-39 {
        -webkit-border-bottom-left-radius: 39px !important;
        border-bottom-left-radius: 39px !important
    }

    .border-radius-xl-top-right-39 {
        -webkit-border-top-right-radius: 39px !important;
        border-top-right-radius: 39px !important
    }

    .border-radius-xl-bottom-right-39 {
        -webkit-border-bottom-right-radius: 39px !important;
        border-bottom-right-radius: 39px !important
    }

    .border-radius-xl-40 {
        -webkit-border-radius: 40px !important;
        border-radius: 40px !important
    }

    .border-radius-xl-top-left-40 {
        -webkit-border-top-left-radius: 40px !important;
        border-top-left-radius: 40px !important
    }

    .border-radius-xl-bottom-left-40 {
        -webkit-border-bottom-left-radius: 40px !important;
        border-bottom-left-radius: 40px !important
    }

    .border-radius-xl-top-right-40 {
        -webkit-border-top-right-radius: 40px !important;
        border-top-right-radius: 40px !important
    }

    .border-radius-xl-bottom-right-40 {
        -webkit-border-bottom-right-radius: 40px !important;
        border-bottom-right-radius: 40px !important
    }

    .border-radius-xl-41 {
        -webkit-border-radius: 41px !important;
        border-radius: 41px !important
    }

    .border-radius-xl-top-left-41 {
        -webkit-border-top-left-radius: 41px !important;
        border-top-left-radius: 41px !important
    }

    .border-radius-xl-bottom-left-41 {
        -webkit-border-bottom-left-radius: 41px !important;
        border-bottom-left-radius: 41px !important
    }

    .border-radius-xl-top-right-41 {
        -webkit-border-top-right-radius: 41px !important;
        border-top-right-radius: 41px !important
    }

    .border-radius-xl-bottom-right-41 {
        -webkit-border-bottom-right-radius: 41px !important;
        border-bottom-right-radius: 41px !important
    }

    .border-radius-xl-42 {
        -webkit-border-radius: 42px !important;
        border-radius: 42px !important
    }

    .border-radius-xl-top-left-42 {
        -webkit-border-top-left-radius: 42px !important;
        border-top-left-radius: 42px !important
    }

    .border-radius-xl-bottom-left-42 {
        -webkit-border-bottom-left-radius: 42px !important;
        border-bottom-left-radius: 42px !important
    }

    .border-radius-xl-top-right-42 {
        -webkit-border-top-right-radius: 42px !important;
        border-top-right-radius: 42px !important
    }

    .border-radius-xl-bottom-right-42 {
        -webkit-border-bottom-right-radius: 42px !important;
        border-bottom-right-radius: 42px !important
    }

    .border-radius-xl-43 {
        -webkit-border-radius: 43px !important;
        border-radius: 43px !important
    }

    .border-radius-xl-top-left-43 {
        -webkit-border-top-left-radius: 43px !important;
        border-top-left-radius: 43px !important
    }

    .border-radius-xl-bottom-left-43 {
        -webkit-border-bottom-left-radius: 43px !important;
        border-bottom-left-radius: 43px !important
    }

    .border-radius-xl-top-right-43 {
        -webkit-border-top-right-radius: 43px !important;
        border-top-right-radius: 43px !important
    }

    .border-radius-xl-bottom-right-43 {
        -webkit-border-bottom-right-radius: 43px !important;
        border-bottom-right-radius: 43px !important
    }

    .border-radius-xl-44 {
        -webkit-border-radius: 44px !important;
        border-radius: 44px !important
    }

    .border-radius-xl-top-left-44 {
        -webkit-border-top-left-radius: 44px !important;
        border-top-left-radius: 44px !important
    }

    .border-radius-xl-bottom-left-44 {
        -webkit-border-bottom-left-radius: 44px !important;
        border-bottom-left-radius: 44px !important
    }

    .border-radius-xl-top-right-44 {
        -webkit-border-top-right-radius: 44px !important;
        border-top-right-radius: 44px !important
    }

    .border-radius-xl-bottom-right-44 {
        -webkit-border-bottom-right-radius: 44px !important;
        border-bottom-right-radius: 44px !important
    }

    .border-radius-xl-45 {
        -webkit-border-radius: 45px !important;
        border-radius: 45px !important
    }

    .border-radius-xl-top-left-45 {
        -webkit-border-top-left-radius: 45px !important;
        border-top-left-radius: 45px !important
    }

    .border-radius-xl-bottom-left-45 {
        -webkit-border-bottom-left-radius: 45px !important;
        border-bottom-left-radius: 45px !important
    }

    .border-radius-xl-top-right-45 {
        -webkit-border-top-right-radius: 45px !important;
        border-top-right-radius: 45px !important
    }

    .border-radius-xl-bottom-right-45 {
        -webkit-border-bottom-right-radius: 45px !important;
        border-bottom-right-radius: 45px !important
    }

    .border-radius-xl-46 {
        -webkit-border-radius: 46px !important;
        border-radius: 46px !important
    }

    .border-radius-xl-top-left-46 {
        -webkit-border-top-left-radius: 46px !important;
        border-top-left-radius: 46px !important
    }

    .border-radius-xl-bottom-left-46 {
        -webkit-border-bottom-left-radius: 46px !important;
        border-bottom-left-radius: 46px !important
    }

    .border-radius-xl-top-right-46 {
        -webkit-border-top-right-radius: 46px !important;
        border-top-right-radius: 46px !important
    }

    .border-radius-xl-bottom-right-46 {
        -webkit-border-bottom-right-radius: 46px !important;
        border-bottom-right-radius: 46px !important
    }

    .border-radius-xl-47 {
        -webkit-border-radius: 47px !important;
        border-radius: 47px !important
    }

    .border-radius-xl-top-left-47 {
        -webkit-border-top-left-radius: 47px !important;
        border-top-left-radius: 47px !important
    }

    .border-radius-xl-bottom-left-47 {
        -webkit-border-bottom-left-radius: 47px !important;
        border-bottom-left-radius: 47px !important
    }

    .border-radius-xl-top-right-47 {
        -webkit-border-top-right-radius: 47px !important;
        border-top-right-radius: 47px !important
    }

    .border-radius-xl-bottom-right-47 {
        -webkit-border-bottom-right-radius: 47px !important;
        border-bottom-right-radius: 47px !important
    }

    .border-radius-xl-48 {
        -webkit-border-radius: 48px !important;
        border-radius: 48px !important
    }

    .border-radius-xl-top-left-48 {
        -webkit-border-top-left-radius: 48px !important;
        border-top-left-radius: 48px !important
    }

    .border-radius-xl-bottom-left-48 {
        -webkit-border-bottom-left-radius: 48px !important;
        border-bottom-left-radius: 48px !important
    }

    .border-radius-xl-top-right-48 {
        -webkit-border-top-right-radius: 48px !important;
        border-top-right-radius: 48px !important
    }

    .border-radius-xl-bottom-right-48 {
        -webkit-border-bottom-right-radius: 48px !important;
        border-bottom-right-radius: 48px !important
    }

    .border-radius-xl-49 {
        -webkit-border-radius: 49px !important;
        border-radius: 49px !important
    }

    .border-radius-xl-top-left-49 {
        -webkit-border-top-left-radius: 49px !important;
        border-top-left-radius: 49px !important
    }

    .border-radius-xl-bottom-left-49 {
        -webkit-border-bottom-left-radius: 49px !important;
        border-bottom-left-radius: 49px !important
    }

    .border-radius-xl-top-right-49 {
        -webkit-border-top-right-radius: 49px !important;
        border-top-right-radius: 49px !important
    }

    .border-radius-xl-bottom-right-49 {
        -webkit-border-bottom-right-radius: 49px !important;
        border-bottom-right-radius: 49px !important
    }

    .border-radius-xl-50 {
        -webkit-border-radius: 50px !important;
        border-radius: 50px !important
    }

    .border-radius-xl-top-left-50 {
        -webkit-border-top-left-radius: 50px !important;
        border-top-left-radius: 50px !important
    }

    .border-radius-xl-bottom-left-50 {
        -webkit-border-bottom-left-radius: 50px !important;
        border-bottom-left-radius: 50px !important
    }

    .border-radius-xl-top-right-50 {
        -webkit-border-top-right-radius: 50px !important;
        border-top-right-radius: 50px !important
    }

    .border-radius-xl-bottom-right-50 {
        -webkit-border-bottom-right-radius: 50px !important;
        border-bottom-right-radius: 50px !important
    }

    .border-radius-xl-51 {
        -webkit-border-radius: 51px !important;
        border-radius: 51px !important
    }

    .border-radius-xl-top-left-51 {
        -webkit-border-top-left-radius: 51px !important;
        border-top-left-radius: 51px !important
    }

    .border-radius-xl-bottom-left-51 {
        -webkit-border-bottom-left-radius: 51px !important;
        border-bottom-left-radius: 51px !important
    }

    .border-radius-xl-top-right-51 {
        -webkit-border-top-right-radius: 51px !important;
        border-top-right-radius: 51px !important
    }

    .border-radius-xl-bottom-right-51 {
        -webkit-border-bottom-right-radius: 51px !important;
        border-bottom-right-radius: 51px !important
    }

    .border-radius-xl-52 {
        -webkit-border-radius: 52px !important;
        border-radius: 52px !important
    }

    .border-radius-xl-top-left-52 {
        -webkit-border-top-left-radius: 52px !important;
        border-top-left-radius: 52px !important
    }

    .border-radius-xl-bottom-left-52 {
        -webkit-border-bottom-left-radius: 52px !important;
        border-bottom-left-radius: 52px !important
    }

    .border-radius-xl-top-right-52 {
        -webkit-border-top-right-radius: 52px !important;
        border-top-right-radius: 52px !important
    }

    .border-radius-xl-bottom-right-52 {
        -webkit-border-bottom-right-radius: 52px !important;
        border-bottom-right-radius: 52px !important
    }

    .border-radius-xl-53 {
        -webkit-border-radius: 53px !important;
        border-radius: 53px !important
    }

    .border-radius-xl-top-left-53 {
        -webkit-border-top-left-radius: 53px !important;
        border-top-left-radius: 53px !important
    }

    .border-radius-xl-bottom-left-53 {
        -webkit-border-bottom-left-radius: 53px !important;
        border-bottom-left-radius: 53px !important
    }

    .border-radius-xl-top-right-53 {
        -webkit-border-top-right-radius: 53px !important;
        border-top-right-radius: 53px !important
    }

    .border-radius-xl-bottom-right-53 {
        -webkit-border-bottom-right-radius: 53px !important;
        border-bottom-right-radius: 53px !important
    }

    .border-radius-xl-54 {
        -webkit-border-radius: 54px !important;
        border-radius: 54px !important
    }

    .border-radius-xl-top-left-54 {
        -webkit-border-top-left-radius: 54px !important;
        border-top-left-radius: 54px !important
    }

    .border-radius-xl-bottom-left-54 {
        -webkit-border-bottom-left-radius: 54px !important;
        border-bottom-left-radius: 54px !important
    }

    .border-radius-xl-top-right-54 {
        -webkit-border-top-right-radius: 54px !important;
        border-top-right-radius: 54px !important
    }

    .border-radius-xl-bottom-right-54 {
        -webkit-border-bottom-right-radius: 54px !important;
        border-bottom-right-radius: 54px !important
    }

    .border-radius-xl-55 {
        -webkit-border-radius: 55px !important;
        border-radius: 55px !important
    }

    .border-radius-xl-top-left-55 {
        -webkit-border-top-left-radius: 55px !important;
        border-top-left-radius: 55px !important
    }

    .border-radius-xl-bottom-left-55 {
        -webkit-border-bottom-left-radius: 55px !important;
        border-bottom-left-radius: 55px !important
    }

    .border-radius-xl-top-right-55 {
        -webkit-border-top-right-radius: 55px !important;
        border-top-right-radius: 55px !important
    }

    .border-radius-xl-bottom-right-55 {
        -webkit-border-bottom-right-radius: 55px !important;
        border-bottom-right-radius: 55px !important
    }

    .border-radius-xl-56 {
        -webkit-border-radius: 56px !important;
        border-radius: 56px !important
    }

    .border-radius-xl-top-left-56 {
        -webkit-border-top-left-radius: 56px !important;
        border-top-left-radius: 56px !important
    }

    .border-radius-xl-bottom-left-56 {
        -webkit-border-bottom-left-radius: 56px !important;
        border-bottom-left-radius: 56px !important
    }

    .border-radius-xl-top-right-56 {
        -webkit-border-top-right-radius: 56px !important;
        border-top-right-radius: 56px !important
    }

    .border-radius-xl-bottom-right-56 {
        -webkit-border-bottom-right-radius: 56px !important;
        border-bottom-right-radius: 56px !important
    }

    .border-radius-xl-57 {
        -webkit-border-radius: 57px !important;
        border-radius: 57px !important
    }

    .border-radius-xl-top-left-57 {
        -webkit-border-top-left-radius: 57px !important;
        border-top-left-radius: 57px !important
    }

    .border-radius-xl-bottom-left-57 {
        -webkit-border-bottom-left-radius: 57px !important;
        border-bottom-left-radius: 57px !important
    }

    .border-radius-xl-top-right-57 {
        -webkit-border-top-right-radius: 57px !important;
        border-top-right-radius: 57px !important
    }

    .border-radius-xl-bottom-right-57 {
        -webkit-border-bottom-right-radius: 57px !important;
        border-bottom-right-radius: 57px !important
    }

    .border-radius-xl-58 {
        -webkit-border-radius: 58px !important;
        border-radius: 58px !important
    }

    .border-radius-xl-top-left-58 {
        -webkit-border-top-left-radius: 58px !important;
        border-top-left-radius: 58px !important
    }

    .border-radius-xl-bottom-left-58 {
        -webkit-border-bottom-left-radius: 58px !important;
        border-bottom-left-radius: 58px !important
    }

    .border-radius-xl-top-right-58 {
        -webkit-border-top-right-radius: 58px !important;
        border-top-right-radius: 58px !important
    }

    .border-radius-xl-bottom-right-58 {
        -webkit-border-bottom-right-radius: 58px !important;
        border-bottom-right-radius: 58px !important
    }

    .border-radius-xl-59 {
        -webkit-border-radius: 59px !important;
        border-radius: 59px !important
    }

    .border-radius-xl-top-left-59 {
        -webkit-border-top-left-radius: 59px !important;
        border-top-left-radius: 59px !important
    }

    .border-radius-xl-bottom-left-59 {
        -webkit-border-bottom-left-radius: 59px !important;
        border-bottom-left-radius: 59px !important
    }

    .border-radius-xl-top-right-59 {
        -webkit-border-top-right-radius: 59px !important;
        border-top-right-radius: 59px !important
    }

    .border-radius-xl-bottom-right-59 {
        -webkit-border-bottom-right-radius: 59px !important;
        border-bottom-right-radius: 59px !important
    }

    .border-radius-xl-60 {
        -webkit-border-radius: 60px !important;
        border-radius: 60px !important
    }

    .border-radius-xl-top-left-60 {
        -webkit-border-top-left-radius: 60px !important;
        border-top-left-radius: 60px !important
    }

    .border-radius-xl-bottom-left-60 {
        -webkit-border-bottom-left-radius: 60px !important;
        border-bottom-left-radius: 60px !important
    }

    .border-radius-xl-top-right-60 {
        -webkit-border-top-right-radius: 60px !important;
        border-top-right-radius: 60px !important
    }

    .border-radius-xl-bottom-right-60 {
        -webkit-border-bottom-right-radius: 60px !important;
        border-bottom-right-radius: 60px !important
    }

    .border-radius-xl-61 {
        -webkit-border-radius: 61px !important;
        border-radius: 61px !important
    }

    .border-radius-xl-top-left-61 {
        -webkit-border-top-left-radius: 61px !important;
        border-top-left-radius: 61px !important
    }

    .border-radius-xl-bottom-left-61 {
        -webkit-border-bottom-left-radius: 61px !important;
        border-bottom-left-radius: 61px !important
    }

    .border-radius-xl-top-right-61 {
        -webkit-border-top-right-radius: 61px !important;
        border-top-right-radius: 61px !important
    }

    .border-radius-xl-bottom-right-61 {
        -webkit-border-bottom-right-radius: 61px !important;
        border-bottom-right-radius: 61px !important
    }

    .border-radius-xl-62 {
        -webkit-border-radius: 62px !important;
        border-radius: 62px !important
    }

    .border-radius-xl-top-left-62 {
        -webkit-border-top-left-radius: 62px !important;
        border-top-left-radius: 62px !important
    }

    .border-radius-xl-bottom-left-62 {
        -webkit-border-bottom-left-radius: 62px !important;
        border-bottom-left-radius: 62px !important
    }

    .border-radius-xl-top-right-62 {
        -webkit-border-top-right-radius: 62px !important;
        border-top-right-radius: 62px !important
    }

    .border-radius-xl-bottom-right-62 {
        -webkit-border-bottom-right-radius: 62px !important;
        border-bottom-right-radius: 62px !important
    }

    .border-radius-xl-63 {
        -webkit-border-radius: 63px !important;
        border-radius: 63px !important
    }

    .border-radius-xl-top-left-63 {
        -webkit-border-top-left-radius: 63px !important;
        border-top-left-radius: 63px !important
    }

    .border-radius-xl-bottom-left-63 {
        -webkit-border-bottom-left-radius: 63px !important;
        border-bottom-left-radius: 63px !important
    }

    .border-radius-xl-top-right-63 {
        -webkit-border-top-right-radius: 63px !important;
        border-top-right-radius: 63px !important
    }

    .border-radius-xl-bottom-right-63 {
        -webkit-border-bottom-right-radius: 63px !important;
        border-bottom-right-radius: 63px !important
    }

    .border-radius-xl-64 {
        -webkit-border-radius: 64px !important;
        border-radius: 64px !important
    }

    .border-radius-xl-top-left-64 {
        -webkit-border-top-left-radius: 64px !important;
        border-top-left-radius: 64px !important
    }

    .border-radius-xl-bottom-left-64 {
        -webkit-border-bottom-left-radius: 64px !important;
        border-bottom-left-radius: 64px !important
    }

    .border-radius-xl-top-right-64 {
        -webkit-border-top-right-radius: 64px !important;
        border-top-right-radius: 64px !important
    }

    .border-radius-xl-bottom-right-64 {
        -webkit-border-bottom-right-radius: 64px !important;
        border-bottom-right-radius: 64px !important
    }

    .border-radius-xl-65 {
        -webkit-border-radius: 65px !important;
        border-radius: 65px !important
    }

    .border-radius-xl-top-left-65 {
        -webkit-border-top-left-radius: 65px !important;
        border-top-left-radius: 65px !important
    }

    .border-radius-xl-bottom-left-65 {
        -webkit-border-bottom-left-radius: 65px !important;
        border-bottom-left-radius: 65px !important
    }

    .border-radius-xl-top-right-65 {
        -webkit-border-top-right-radius: 65px !important;
        border-top-right-radius: 65px !important
    }

    .border-radius-xl-bottom-right-65 {
        -webkit-border-bottom-right-radius: 65px !important;
        border-bottom-right-radius: 65px !important
    }

    .border-radius-xl-66 {
        -webkit-border-radius: 66px !important;
        border-radius: 66px !important
    }

    .border-radius-xl-top-left-66 {
        -webkit-border-top-left-radius: 66px !important;
        border-top-left-radius: 66px !important
    }

    .border-radius-xl-bottom-left-66 {
        -webkit-border-bottom-left-radius: 66px !important;
        border-bottom-left-radius: 66px !important
    }

    .border-radius-xl-top-right-66 {
        -webkit-border-top-right-radius: 66px !important;
        border-top-right-radius: 66px !important
    }

    .border-radius-xl-bottom-right-66 {
        -webkit-border-bottom-right-radius: 66px !important;
        border-bottom-right-radius: 66px !important
    }

    .border-radius-xl-67 {
        -webkit-border-radius: 67px !important;
        border-radius: 67px !important
    }

    .border-radius-xl-top-left-67 {
        -webkit-border-top-left-radius: 67px !important;
        border-top-left-radius: 67px !important
    }

    .border-radius-xl-bottom-left-67 {
        -webkit-border-bottom-left-radius: 67px !important;
        border-bottom-left-radius: 67px !important
    }

    .border-radius-xl-top-right-67 {
        -webkit-border-top-right-radius: 67px !important;
        border-top-right-radius: 67px !important
    }

    .border-radius-xl-bottom-right-67 {
        -webkit-border-bottom-right-radius: 67px !important;
        border-bottom-right-radius: 67px !important
    }

    .border-radius-xl-68 {
        -webkit-border-radius: 68px !important;
        border-radius: 68px !important
    }

    .border-radius-xl-top-left-68 {
        -webkit-border-top-left-radius: 68px !important;
        border-top-left-radius: 68px !important
    }

    .border-radius-xl-bottom-left-68 {
        -webkit-border-bottom-left-radius: 68px !important;
        border-bottom-left-radius: 68px !important
    }

    .border-radius-xl-top-right-68 {
        -webkit-border-top-right-radius: 68px !important;
        border-top-right-radius: 68px !important
    }

    .border-radius-xl-bottom-right-68 {
        -webkit-border-bottom-right-radius: 68px !important;
        border-bottom-right-radius: 68px !important
    }

    .border-radius-xl-69 {
        -webkit-border-radius: 69px !important;
        border-radius: 69px !important
    }

    .border-radius-xl-top-left-69 {
        -webkit-border-top-left-radius: 69px !important;
        border-top-left-radius: 69px !important
    }

    .border-radius-xl-bottom-left-69 {
        -webkit-border-bottom-left-radius: 69px !important;
        border-bottom-left-radius: 69px !important
    }

    .border-radius-xl-top-right-69 {
        -webkit-border-top-right-radius: 69px !important;
        border-top-right-radius: 69px !important
    }

    .border-radius-xl-bottom-right-69 {
        -webkit-border-bottom-right-radius: 69px !important;
        border-bottom-right-radius: 69px !important
    }

    .border-radius-xl-70 {
        -webkit-border-radius: 70px !important;
        border-radius: 70px !important
    }

    .border-radius-xl-top-left-70 {
        -webkit-border-top-left-radius: 70px !important;
        border-top-left-radius: 70px !important
    }

    .border-radius-xl-bottom-left-70 {
        -webkit-border-bottom-left-radius: 70px !important;
        border-bottom-left-radius: 70px !important
    }

    .border-radius-xl-top-right-70 {
        -webkit-border-top-right-radius: 70px !important;
        border-top-right-radius: 70px !important
    }

    .border-radius-xl-bottom-right-70 {
        -webkit-border-bottom-right-radius: 70px !important;
        border-bottom-right-radius: 70px !important
    }

    .border-radius-xl-71 {
        -webkit-border-radius: 71px !important;
        border-radius: 71px !important
    }

    .border-radius-xl-top-left-71 {
        -webkit-border-top-left-radius: 71px !important;
        border-top-left-radius: 71px !important
    }

    .border-radius-xl-bottom-left-71 {
        -webkit-border-bottom-left-radius: 71px !important;
        border-bottom-left-radius: 71px !important
    }

    .border-radius-xl-top-right-71 {
        -webkit-border-top-right-radius: 71px !important;
        border-top-right-radius: 71px !important
    }

    .border-radius-xl-bottom-right-71 {
        -webkit-border-bottom-right-radius: 71px !important;
        border-bottom-right-radius: 71px !important
    }

    .border-radius-xl-72 {
        -webkit-border-radius: 72px !important;
        border-radius: 72px !important
    }

    .border-radius-xl-top-left-72 {
        -webkit-border-top-left-radius: 72px !important;
        border-top-left-radius: 72px !important
    }

    .border-radius-xl-bottom-left-72 {
        -webkit-border-bottom-left-radius: 72px !important;
        border-bottom-left-radius: 72px !important
    }

    .border-radius-xl-top-right-72 {
        -webkit-border-top-right-radius: 72px !important;
        border-top-right-radius: 72px !important
    }

    .border-radius-xl-bottom-right-72 {
        -webkit-border-bottom-right-radius: 72px !important;
        border-bottom-right-radius: 72px !important
    }

    .border-radius-xl-73 {
        -webkit-border-radius: 73px !important;
        border-radius: 73px !important
    }

    .border-radius-xl-top-left-73 {
        -webkit-border-top-left-radius: 73px !important;
        border-top-left-radius: 73px !important
    }

    .border-radius-xl-bottom-left-73 {
        -webkit-border-bottom-left-radius: 73px !important;
        border-bottom-left-radius: 73px !important
    }

    .border-radius-xl-top-right-73 {
        -webkit-border-top-right-radius: 73px !important;
        border-top-right-radius: 73px !important
    }

    .border-radius-xl-bottom-right-73 {
        -webkit-border-bottom-right-radius: 73px !important;
        border-bottom-right-radius: 73px !important
    }

    .border-radius-xl-74 {
        -webkit-border-radius: 74px !important;
        border-radius: 74px !important
    }

    .border-radius-xl-top-left-74 {
        -webkit-border-top-left-radius: 74px !important;
        border-top-left-radius: 74px !important
    }

    .border-radius-xl-bottom-left-74 {
        -webkit-border-bottom-left-radius: 74px !important;
        border-bottom-left-radius: 74px !important
    }

    .border-radius-xl-top-right-74 {
        -webkit-border-top-right-radius: 74px !important;
        border-top-right-radius: 74px !important
    }

    .border-radius-xl-bottom-right-74 {
        -webkit-border-bottom-right-radius: 74px !important;
        border-bottom-right-radius: 74px !important
    }

    .border-radius-xl-75 {
        -webkit-border-radius: 75px !important;
        border-radius: 75px !important
    }

    .border-radius-xl-top-left-75 {
        -webkit-border-top-left-radius: 75px !important;
        border-top-left-radius: 75px !important
    }

    .border-radius-xl-bottom-left-75 {
        -webkit-border-bottom-left-radius: 75px !important;
        border-bottom-left-radius: 75px !important
    }

    .border-radius-xl-top-right-75 {
        -webkit-border-top-right-radius: 75px !important;
        border-top-right-radius: 75px !important
    }

    .border-radius-xl-bottom-right-75 {
        -webkit-border-bottom-right-radius: 75px !important;
        border-bottom-right-radius: 75px !important
    }

    .border-radius-xl-76 {
        -webkit-border-radius: 76px !important;
        border-radius: 76px !important
    }

    .border-radius-xl-top-left-76 {
        -webkit-border-top-left-radius: 76px !important;
        border-top-left-radius: 76px !important
    }

    .border-radius-xl-bottom-left-76 {
        -webkit-border-bottom-left-radius: 76px !important;
        border-bottom-left-radius: 76px !important
    }

    .border-radius-xl-top-right-76 {
        -webkit-border-top-right-radius: 76px !important;
        border-top-right-radius: 76px !important
    }

    .border-radius-xl-bottom-right-76 {
        -webkit-border-bottom-right-radius: 76px !important;
        border-bottom-right-radius: 76px !important
    }

    .border-radius-xl-77 {
        -webkit-border-radius: 77px !important;
        border-radius: 77px !important
    }

    .border-radius-xl-top-left-77 {
        -webkit-border-top-left-radius: 77px !important;
        border-top-left-radius: 77px !important
    }

    .border-radius-xl-bottom-left-77 {
        -webkit-border-bottom-left-radius: 77px !important;
        border-bottom-left-radius: 77px !important
    }

    .border-radius-xl-top-right-77 {
        -webkit-border-top-right-radius: 77px !important;
        border-top-right-radius: 77px !important
    }

    .border-radius-xl-bottom-right-77 {
        -webkit-border-bottom-right-radius: 77px !important;
        border-bottom-right-radius: 77px !important
    }

    .border-radius-xl-78 {
        -webkit-border-radius: 78px !important;
        border-radius: 78px !important
    }

    .border-radius-xl-top-left-78 {
        -webkit-border-top-left-radius: 78px !important;
        border-top-left-radius: 78px !important
    }

    .border-radius-xl-bottom-left-78 {
        -webkit-border-bottom-left-radius: 78px !important;
        border-bottom-left-radius: 78px !important
    }

    .border-radius-xl-top-right-78 {
        -webkit-border-top-right-radius: 78px !important;
        border-top-right-radius: 78px !important
    }

    .border-radius-xl-bottom-right-78 {
        -webkit-border-bottom-right-radius: 78px !important;
        border-bottom-right-radius: 78px !important
    }

    .border-radius-xl-79 {
        -webkit-border-radius: 79px !important;
        border-radius: 79px !important
    }

    .border-radius-xl-top-left-79 {
        -webkit-border-top-left-radius: 79px !important;
        border-top-left-radius: 79px !important
    }

    .border-radius-xl-bottom-left-79 {
        -webkit-border-bottom-left-radius: 79px !important;
        border-bottom-left-radius: 79px !important
    }

    .border-radius-xl-top-right-79 {
        -webkit-border-top-right-radius: 79px !important;
        border-top-right-radius: 79px !important
    }

    .border-radius-xl-bottom-right-79 {
        -webkit-border-bottom-right-radius: 79px !important;
        border-bottom-right-radius: 79px !important
    }

    .border-radius-xl-80 {
        -webkit-border-radius: 80px !important;
        border-radius: 80px !important
    }

    .border-radius-xl-top-left-80 {
        -webkit-border-top-left-radius: 80px !important;
        border-top-left-radius: 80px !important
    }

    .border-radius-xl-bottom-left-80 {
        -webkit-border-bottom-left-radius: 80px !important;
        border-bottom-left-radius: 80px !important
    }

    .border-radius-xl-top-right-80 {
        -webkit-border-top-right-radius: 80px !important;
        border-top-right-radius: 80px !important
    }

    .border-radius-xl-bottom-right-80 {
        -webkit-border-bottom-right-radius: 80px !important;
        border-bottom-right-radius: 80px !important
    }

    .border-radius-xl-81 {
        -webkit-border-radius: 81px !important;
        border-radius: 81px !important
    }

    .border-radius-xl-top-left-81 {
        -webkit-border-top-left-radius: 81px !important;
        border-top-left-radius: 81px !important
    }

    .border-radius-xl-bottom-left-81 {
        -webkit-border-bottom-left-radius: 81px !important;
        border-bottom-left-radius: 81px !important
    }

    .border-radius-xl-top-right-81 {
        -webkit-border-top-right-radius: 81px !important;
        border-top-right-radius: 81px !important
    }

    .border-radius-xl-bottom-right-81 {
        -webkit-border-bottom-right-radius: 81px !important;
        border-bottom-right-radius: 81px !important
    }

    .border-radius-xl-82 {
        -webkit-border-radius: 82px !important;
        border-radius: 82px !important
    }

    .border-radius-xl-top-left-82 {
        -webkit-border-top-left-radius: 82px !important;
        border-top-left-radius: 82px !important
    }

    .border-radius-xl-bottom-left-82 {
        -webkit-border-bottom-left-radius: 82px !important;
        border-bottom-left-radius: 82px !important
    }

    .border-radius-xl-top-right-82 {
        -webkit-border-top-right-radius: 82px !important;
        border-top-right-radius: 82px !important
    }

    .border-radius-xl-bottom-right-82 {
        -webkit-border-bottom-right-radius: 82px !important;
        border-bottom-right-radius: 82px !important
    }

    .border-radius-xl-83 {
        -webkit-border-radius: 83px !important;
        border-radius: 83px !important
    }

    .border-radius-xl-top-left-83 {
        -webkit-border-top-left-radius: 83px !important;
        border-top-left-radius: 83px !important
    }

    .border-radius-xl-bottom-left-83 {
        -webkit-border-bottom-left-radius: 83px !important;
        border-bottom-left-radius: 83px !important
    }

    .border-radius-xl-top-right-83 {
        -webkit-border-top-right-radius: 83px !important;
        border-top-right-radius: 83px !important
    }

    .border-radius-xl-bottom-right-83 {
        -webkit-border-bottom-right-radius: 83px !important;
        border-bottom-right-radius: 83px !important
    }

    .border-radius-xl-84 {
        -webkit-border-radius: 84px !important;
        border-radius: 84px !important
    }

    .border-radius-xl-top-left-84 {
        -webkit-border-top-left-radius: 84px !important;
        border-top-left-radius: 84px !important
    }

    .border-radius-xl-bottom-left-84 {
        -webkit-border-bottom-left-radius: 84px !important;
        border-bottom-left-radius: 84px !important
    }

    .border-radius-xl-top-right-84 {
        -webkit-border-top-right-radius: 84px !important;
        border-top-right-radius: 84px !important
    }

    .border-radius-xl-bottom-right-84 {
        -webkit-border-bottom-right-radius: 84px !important;
        border-bottom-right-radius: 84px !important
    }

    .border-radius-xl-85 {
        -webkit-border-radius: 85px !important;
        border-radius: 85px !important
    }

    .border-radius-xl-top-left-85 {
        -webkit-border-top-left-radius: 85px !important;
        border-top-left-radius: 85px !important
    }

    .border-radius-xl-bottom-left-85 {
        -webkit-border-bottom-left-radius: 85px !important;
        border-bottom-left-radius: 85px !important
    }

    .border-radius-xl-top-right-85 {
        -webkit-border-top-right-radius: 85px !important;
        border-top-right-radius: 85px !important
    }

    .border-radius-xl-bottom-right-85 {
        -webkit-border-bottom-right-radius: 85px !important;
        border-bottom-right-radius: 85px !important
    }

    .border-radius-xl-86 {
        -webkit-border-radius: 86px !important;
        border-radius: 86px !important
    }

    .border-radius-xl-top-left-86 {
        -webkit-border-top-left-radius: 86px !important;
        border-top-left-radius: 86px !important
    }

    .border-radius-xl-bottom-left-86 {
        -webkit-border-bottom-left-radius: 86px !important;
        border-bottom-left-radius: 86px !important
    }

    .border-radius-xl-top-right-86 {
        -webkit-border-top-right-radius: 86px !important;
        border-top-right-radius: 86px !important
    }

    .border-radius-xl-bottom-right-86 {
        -webkit-border-bottom-right-radius: 86px !important;
        border-bottom-right-radius: 86px !important
    }

    .border-radius-xl-87 {
        -webkit-border-radius: 87px !important;
        border-radius: 87px !important
    }

    .border-radius-xl-top-left-87 {
        -webkit-border-top-left-radius: 87px !important;
        border-top-left-radius: 87px !important
    }

    .border-radius-xl-bottom-left-87 {
        -webkit-border-bottom-left-radius: 87px !important;
        border-bottom-left-radius: 87px !important
    }

    .border-radius-xl-top-right-87 {
        -webkit-border-top-right-radius: 87px !important;
        border-top-right-radius: 87px !important
    }

    .border-radius-xl-bottom-right-87 {
        -webkit-border-bottom-right-radius: 87px !important;
        border-bottom-right-radius: 87px !important
    }

    .border-radius-xl-88 {
        -webkit-border-radius: 88px !important;
        border-radius: 88px !important
    }

    .border-radius-xl-top-left-88 {
        -webkit-border-top-left-radius: 88px !important;
        border-top-left-radius: 88px !important
    }

    .border-radius-xl-bottom-left-88 {
        -webkit-border-bottom-left-radius: 88px !important;
        border-bottom-left-radius: 88px !important
    }

    .border-radius-xl-top-right-88 {
        -webkit-border-top-right-radius: 88px !important;
        border-top-right-radius: 88px !important
    }

    .border-radius-xl-bottom-right-88 {
        -webkit-border-bottom-right-radius: 88px !important;
        border-bottom-right-radius: 88px !important
    }

    .border-radius-xl-89 {
        -webkit-border-radius: 89px !important;
        border-radius: 89px !important
    }

    .border-radius-xl-top-left-89 {
        -webkit-border-top-left-radius: 89px !important;
        border-top-left-radius: 89px !important
    }

    .border-radius-xl-bottom-left-89 {
        -webkit-border-bottom-left-radius: 89px !important;
        border-bottom-left-radius: 89px !important
    }

    .border-radius-xl-top-right-89 {
        -webkit-border-top-right-radius: 89px !important;
        border-top-right-radius: 89px !important
    }

    .border-radius-xl-bottom-right-89 {
        -webkit-border-bottom-right-radius: 89px !important;
        border-bottom-right-radius: 89px !important
    }

    .border-radius-xl-90 {
        -webkit-border-radius: 90px !important;
        border-radius: 90px !important
    }

    .border-radius-xl-top-left-90 {
        -webkit-border-top-left-radius: 90px !important;
        border-top-left-radius: 90px !important
    }

    .border-radius-xl-bottom-left-90 {
        -webkit-border-bottom-left-radius: 90px !important;
        border-bottom-left-radius: 90px !important
    }

    .border-radius-xl-top-right-90 {
        -webkit-border-top-right-radius: 90px !important;
        border-top-right-radius: 90px !important
    }

    .border-radius-xl-bottom-right-90 {
        -webkit-border-bottom-right-radius: 90px !important;
        border-bottom-right-radius: 90px !important
    }

    .border-radius-xl-91 {
        -webkit-border-radius: 91px !important;
        border-radius: 91px !important
    }

    .border-radius-xl-top-left-91 {
        -webkit-border-top-left-radius: 91px !important;
        border-top-left-radius: 91px !important
    }

    .border-radius-xl-bottom-left-91 {
        -webkit-border-bottom-left-radius: 91px !important;
        border-bottom-left-radius: 91px !important
    }

    .border-radius-xl-top-right-91 {
        -webkit-border-top-right-radius: 91px !important;
        border-top-right-radius: 91px !important
    }

    .border-radius-xl-bottom-right-91 {
        -webkit-border-bottom-right-radius: 91px !important;
        border-bottom-right-radius: 91px !important
    }

    .border-radius-xl-92 {
        -webkit-border-radius: 92px !important;
        border-radius: 92px !important
    }

    .border-radius-xl-top-left-92 {
        -webkit-border-top-left-radius: 92px !important;
        border-top-left-radius: 92px !important
    }

    .border-radius-xl-bottom-left-92 {
        -webkit-border-bottom-left-radius: 92px !important;
        border-bottom-left-radius: 92px !important
    }

    .border-radius-xl-top-right-92 {
        -webkit-border-top-right-radius: 92px !important;
        border-top-right-radius: 92px !important
    }

    .border-radius-xl-bottom-right-92 {
        -webkit-border-bottom-right-radius: 92px !important;
        border-bottom-right-radius: 92px !important
    }

    .border-radius-xl-93 {
        -webkit-border-radius: 93px !important;
        border-radius: 93px !important
    }

    .border-radius-xl-top-left-93 {
        -webkit-border-top-left-radius: 93px !important;
        border-top-left-radius: 93px !important
    }

    .border-radius-xl-bottom-left-93 {
        -webkit-border-bottom-left-radius: 93px !important;
        border-bottom-left-radius: 93px !important
    }

    .border-radius-xl-top-right-93 {
        -webkit-border-top-right-radius: 93px !important;
        border-top-right-radius: 93px !important
    }

    .border-radius-xl-bottom-right-93 {
        -webkit-border-bottom-right-radius: 93px !important;
        border-bottom-right-radius: 93px !important
    }

    .border-radius-xl-94 {
        -webkit-border-radius: 94px !important;
        border-radius: 94px !important
    }

    .border-radius-xl-top-left-94 {
        -webkit-border-top-left-radius: 94px !important;
        border-top-left-radius: 94px !important
    }

    .border-radius-xl-bottom-left-94 {
        -webkit-border-bottom-left-radius: 94px !important;
        border-bottom-left-radius: 94px !important
    }

    .border-radius-xl-top-right-94 {
        -webkit-border-top-right-radius: 94px !important;
        border-top-right-radius: 94px !important
    }

    .border-radius-xl-bottom-right-94 {
        -webkit-border-bottom-right-radius: 94px !important;
        border-bottom-right-radius: 94px !important
    }

    .border-radius-xl-95 {
        -webkit-border-radius: 95px !important;
        border-radius: 95px !important
    }

    .border-radius-xl-top-left-95 {
        -webkit-border-top-left-radius: 95px !important;
        border-top-left-radius: 95px !important
    }

    .border-radius-xl-bottom-left-95 {
        -webkit-border-bottom-left-radius: 95px !important;
        border-bottom-left-radius: 95px !important
    }

    .border-radius-xl-top-right-95 {
        -webkit-border-top-right-radius: 95px !important;
        border-top-right-radius: 95px !important
    }

    .border-radius-xl-bottom-right-95 {
        -webkit-border-bottom-right-radius: 95px !important;
        border-bottom-right-radius: 95px !important
    }

    .border-radius-xl-96 {
        -webkit-border-radius: 96px !important;
        border-radius: 96px !important
    }

    .border-radius-xl-top-left-96 {
        -webkit-border-top-left-radius: 96px !important;
        border-top-left-radius: 96px !important
    }

    .border-radius-xl-bottom-left-96 {
        -webkit-border-bottom-left-radius: 96px !important;
        border-bottom-left-radius: 96px !important
    }

    .border-radius-xl-top-right-96 {
        -webkit-border-top-right-radius: 96px !important;
        border-top-right-radius: 96px !important
    }

    .border-radius-xl-bottom-right-96 {
        -webkit-border-bottom-right-radius: 96px !important;
        border-bottom-right-radius: 96px !important
    }

    .border-radius-xl-97 {
        -webkit-border-radius: 97px !important;
        border-radius: 97px !important
    }

    .border-radius-xl-top-left-97 {
        -webkit-border-top-left-radius: 97px !important;
        border-top-left-radius: 97px !important
    }

    .border-radius-xl-bottom-left-97 {
        -webkit-border-bottom-left-radius: 97px !important;
        border-bottom-left-radius: 97px !important
    }

    .border-radius-xl-top-right-97 {
        -webkit-border-top-right-radius: 97px !important;
        border-top-right-radius: 97px !important
    }

    .border-radius-xl-bottom-right-97 {
        -webkit-border-bottom-right-radius: 97px !important;
        border-bottom-right-radius: 97px !important
    }

    .border-radius-xl-98 {
        -webkit-border-radius: 98px !important;
        border-radius: 98px !important
    }

    .border-radius-xl-top-left-98 {
        -webkit-border-top-left-radius: 98px !important;
        border-top-left-radius: 98px !important
    }

    .border-radius-xl-bottom-left-98 {
        -webkit-border-bottom-left-radius: 98px !important;
        border-bottom-left-radius: 98px !important
    }

    .border-radius-xl-top-right-98 {
        -webkit-border-top-right-radius: 98px !important;
        border-top-right-radius: 98px !important
    }

    .border-radius-xl-bottom-right-98 {
        -webkit-border-bottom-right-radius: 98px !important;
        border-bottom-right-radius: 98px !important
    }

    .border-radius-xl-99 {
        -webkit-border-radius: 99px !important;
        border-radius: 99px !important
    }

    .border-radius-xl-top-left-99 {
        -webkit-border-top-left-radius: 99px !important;
        border-top-left-radius: 99px !important
    }

    .border-radius-xl-bottom-left-99 {
        -webkit-border-bottom-left-radius: 99px !important;
        border-bottom-left-radius: 99px !important
    }

    .border-radius-xl-top-right-99 {
        -webkit-border-top-right-radius: 99px !important;
        border-top-right-radius: 99px !important
    }

    .border-radius-xl-bottom-right-99 {
        -webkit-border-bottom-right-radius: 99px !important;
        border-bottom-right-radius: 99px !important
    }

    .border-radius-xl-100 {
        -webkit-border-radius: 100px !important;
        border-radius: 100px !important
    }

    .border-radius-xl-top-left-100 {
        -webkit-border-top-left-radius: 100px !important;
        border-top-left-radius: 100px !important
    }

    .border-radius-xl-bottom-left-100 {
        -webkit-border-bottom-left-radius: 100px !important;
        border-bottom-left-radius: 100px !important
    }

    .border-radius-xl-top-right-100 {
        -webkit-border-top-right-radius: 100px !important;
        border-top-right-radius: 100px !important
    }

    .border-radius-xl-bottom-right-100 {
        -webkit-border-bottom-right-radius: 100px !important;
        border-bottom-right-radius: 100px !important
    }

    .m-xl-n-0 {
        margin: -0rem !important
    }

    .mx-xl-n-0 {
        margin-left: -0rem !important;
        margin-right: -0rem !important
    }

    .my-xl-n-0 {
        margin-top: -0rem !important;
        margin-bottom: -0rem !important
    }

    .mt-xl-n-0 {
        margin-top: -0rem !important
    }

    .mr-xl-n-0 {
        margin-right: -0rem !important
    }

    .mb-xl-n-0 {
        margin-bottom: -0rem !important
    }

    .ml-xl-n-0 {
        margin-left: -0rem !important
    }

    .m-xl-n-1 {
        margin: -0.25rem !important
    }

    .mx-xl-n-1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important
    }

    .my-xl-n-1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .mt-xl-n-1 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n-1 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n-1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n-1 {
        margin-left: -0.25rem !important
    }

    .m-xl-n-2 {
        margin: -0.5rem !important
    }

    .mx-xl-n-2 {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important
    }

    .my-xl-n-2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .mt-xl-n-2 {
        margin-top: -0.5rem !important
    }

    .mr-xl-n-2 {
        margin-right: -0.5rem !important
    }

    .mb-xl-n-2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xl-n-2 {
        margin-left: -0.5rem !important
    }

    .m-xl-n-3 {
        margin: -0.75rem !important
    }

    .mx-xl-n-3 {
        margin-left: -0.75rem !important;
        margin-right: -0.75rem !important
    }

    .my-xl-n-3 {
        margin-top: -0.75rem !important;
        margin-bottom: -0.75rem !important
    }

    .mt-xl-n-3 {
        margin-top: -0.75rem !important
    }

    .mr-xl-n-3 {
        margin-right: -0.75rem !important
    }

    .mb-xl-n-3 {
        margin-bottom: -0.75rem !important
    }

    .ml-xl-n-3 {
        margin-left: -0.75rem !important
    }

    .m-xl-n-4 {
        margin: -1rem !important
    }

    .mx-xl-n-4 {
        margin-left: -1rem !important;
        margin-right: -1rem !important
    }

    .my-xl-n-4 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .mt-xl-n-4 {
        margin-top: -1rem !important
    }

    .mr-xl-n-4 {
        margin-right: -1rem !important
    }

    .mb-xl-n-4 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n-4 {
        margin-left: -1rem !important
    }

    .m-xl-n-5 {
        margin: -1.25rem !important
    }

    .mx-xl-n-5 {
        margin-left: -1.25rem !important;
        margin-right: -1.25rem !important
    }

    .my-xl-n-5 {
        margin-top: -1.25rem !important;
        margin-bottom: -1.25rem !important
    }

    .mt-xl-n-5 {
        margin-top: -1.25rem !important
    }

    .mr-xl-n-5 {
        margin-right: -1.25rem !important
    }

    .mb-xl-n-5 {
        margin-bottom: -1.25rem !important
    }

    .ml-xl-n-5 {
        margin-left: -1.25rem !important
    }

    .w-xl-0 {
        width: 0% !important
    }

    .mnw-xl-0 {
        min-width: 0% !important
    }

    .mw-xl-0 {
        max-width: 0% !important
    }

    .h-xl-0 {
        height: 0% !important
    }

    .mnh-xl-0 {
        min-height: 0% !important
    }

    .mh-xl-0 {
        max-height: 0% !important
    }

    .w-xl-1 {
        width: 1% !important
    }

    .mnw-xl-1 {
        min-width: 1% !important
    }

    .mw-xl-1 {
        max-width: 1% !important
    }

    .h-xl-1 {
        height: 1% !important
    }

    .mnh-xl-1 {
        min-height: 1% !important
    }

    .mh-xl-1 {
        max-height: 1% !important
    }

    .w-xl-2 {
        width: 2% !important
    }

    .mnw-xl-2 {
        min-width: 2% !important
    }

    .mw-xl-2 {
        max-width: 2% !important
    }

    .h-xl-2 {
        height: 2% !important
    }

    .mnh-xl-2 {
        min-height: 2% !important
    }

    .mh-xl-2 {
        max-height: 2% !important
    }

    .w-xl-3 {
        width: 3% !important
    }

    .mnw-xl-3 {
        min-width: 3% !important
    }

    .mw-xl-3 {
        max-width: 3% !important
    }

    .h-xl-3 {
        height: 3% !important
    }

    .mnh-xl-3 {
        min-height: 3% !important
    }

    .mh-xl-3 {
        max-height: 3% !important
    }

    .w-xl-4 {
        width: 4% !important
    }

    .mnw-xl-4 {
        min-width: 4% !important
    }

    .mw-xl-4 {
        max-width: 4% !important
    }

    .h-xl-4 {
        height: 4% !important
    }

    .mnh-xl-4 {
        min-height: 4% !important
    }

    .mh-xl-4 {
        max-height: 4% !important
    }

    .w-xl-5 {
        width: 5% !important
    }

    .mnw-xl-5 {
        min-width: 5% !important
    }

    .mw-xl-5 {
        max-width: 5% !important
    }

    .h-xl-5 {
        height: 5% !important
    }

    .mnh-xl-5 {
        min-height: 5% !important
    }

    .mh-xl-5 {
        max-height: 5% !important
    }

    .w-xl-6 {
        width: 6% !important
    }

    .mnw-xl-6 {
        min-width: 6% !important
    }

    .mw-xl-6 {
        max-width: 6% !important
    }

    .h-xl-6 {
        height: 6% !important
    }

    .mnh-xl-6 {
        min-height: 6% !important
    }

    .mh-xl-6 {
        max-height: 6% !important
    }

    .w-xl-7 {
        width: 7% !important
    }

    .mnw-xl-7 {
        min-width: 7% !important
    }

    .mw-xl-7 {
        max-width: 7% !important
    }

    .h-xl-7 {
        height: 7% !important
    }

    .mnh-xl-7 {
        min-height: 7% !important
    }

    .mh-xl-7 {
        max-height: 7% !important
    }

    .w-xl-8 {
        width: 8% !important
    }

    .mnw-xl-8 {
        min-width: 8% !important
    }

    .mw-xl-8 {
        max-width: 8% !important
    }

    .h-xl-8 {
        height: 8% !important
    }

    .mnh-xl-8 {
        min-height: 8% !important
    }

    .mh-xl-8 {
        max-height: 8% !important
    }

    .w-xl-9 {
        width: 9% !important
    }

    .mnw-xl-9 {
        min-width: 9% !important
    }

    .mw-xl-9 {
        max-width: 9% !important
    }

    .h-xl-9 {
        height: 9% !important
    }

    .mnh-xl-9 {
        min-height: 9% !important
    }

    .mh-xl-9 {
        max-height: 9% !important
    }

    .w-xl-10 {
        width: 10% !important
    }

    .mnw-xl-10 {
        min-width: 10% !important
    }

    .mw-xl-10 {
        max-width: 10% !important
    }

    .h-xl-10 {
        height: 10% !important
    }

    .mnh-xl-10 {
        min-height: 10% !important
    }

    .mh-xl-10 {
        max-height: 10% !important
    }

    .w-xl-11 {
        width: 11% !important
    }

    .mnw-xl-11 {
        min-width: 11% !important
    }

    .mw-xl-11 {
        max-width: 11% !important
    }

    .h-xl-11 {
        height: 11% !important
    }

    .mnh-xl-11 {
        min-height: 11% !important
    }

    .mh-xl-11 {
        max-height: 11% !important
    }

    .w-xl-12 {
        width: 12% !important
    }

    .mnw-xl-12 {
        min-width: 12% !important
    }

    .mw-xl-12 {
        max-width: 12% !important
    }

    .h-xl-12 {
        height: 12% !important
    }

    .mnh-xl-12 {
        min-height: 12% !important
    }

    .mh-xl-12 {
        max-height: 12% !important
    }

    .w-xl-13 {
        width: 13% !important
    }

    .mnw-xl-13 {
        min-width: 13% !important
    }

    .mw-xl-13 {
        max-width: 13% !important
    }

    .h-xl-13 {
        height: 13% !important
    }

    .mnh-xl-13 {
        min-height: 13% !important
    }

    .mh-xl-13 {
        max-height: 13% !important
    }

    .w-xl-14 {
        width: 14% !important
    }

    .mnw-xl-14 {
        min-width: 14% !important
    }

    .mw-xl-14 {
        max-width: 14% !important
    }

    .h-xl-14 {
        height: 14% !important
    }

    .mnh-xl-14 {
        min-height: 14% !important
    }

    .mh-xl-14 {
        max-height: 14% !important
    }

    .w-xl-15 {
        width: 15% !important
    }

    .mnw-xl-15 {
        min-width: 15% !important
    }

    .mw-xl-15 {
        max-width: 15% !important
    }

    .h-xl-15 {
        height: 15% !important
    }

    .mnh-xl-15 {
        min-height: 15% !important
    }

    .mh-xl-15 {
        max-height: 15% !important
    }

    .w-xl-16 {
        width: 16% !important
    }

    .mnw-xl-16 {
        min-width: 16% !important
    }

    .mw-xl-16 {
        max-width: 16% !important
    }

    .h-xl-16 {
        height: 16% !important
    }

    .mnh-xl-16 {
        min-height: 16% !important
    }

    .mh-xl-16 {
        max-height: 16% !important
    }

    .w-xl-17 {
        width: 17% !important
    }

    .mnw-xl-17 {
        min-width: 17% !important
    }

    .mw-xl-17 {
        max-width: 17% !important
    }

    .h-xl-17 {
        height: 17% !important
    }

    .mnh-xl-17 {
        min-height: 17% !important
    }

    .mh-xl-17 {
        max-height: 17% !important
    }

    .w-xl-18 {
        width: 18% !important
    }

    .mnw-xl-18 {
        min-width: 18% !important
    }

    .mw-xl-18 {
        max-width: 18% !important
    }

    .h-xl-18 {
        height: 18% !important
    }

    .mnh-xl-18 {
        min-height: 18% !important
    }

    .mh-xl-18 {
        max-height: 18% !important
    }

    .w-xl-19 {
        width: 19% !important
    }

    .mnw-xl-19 {
        min-width: 19% !important
    }

    .mw-xl-19 {
        max-width: 19% !important
    }

    .h-xl-19 {
        height: 19% !important
    }

    .mnh-xl-19 {
        min-height: 19% !important
    }

    .mh-xl-19 {
        max-height: 19% !important
    }

    .w-xl-20 {
        width: 20% !important
    }

    .mnw-xl-20 {
        min-width: 20% !important
    }

    .mw-xl-20 {
        max-width: 20% !important
    }

    .h-xl-20 {
        height: 20% !important
    }

    .mnh-xl-20 {
        min-height: 20% !important
    }

    .mh-xl-20 {
        max-height: 20% !important
    }

    .w-xl-21 {
        width: 21% !important
    }

    .mnw-xl-21 {
        min-width: 21% !important
    }

    .mw-xl-21 {
        max-width: 21% !important
    }

    .h-xl-21 {
        height: 21% !important
    }

    .mnh-xl-21 {
        min-height: 21% !important
    }

    .mh-xl-21 {
        max-height: 21% !important
    }

    .w-xl-22 {
        width: 22% !important
    }

    .mnw-xl-22 {
        min-width: 22% !important
    }

    .mw-xl-22 {
        max-width: 22% !important
    }

    .h-xl-22 {
        height: 22% !important
    }

    .mnh-xl-22 {
        min-height: 22% !important
    }

    .mh-xl-22 {
        max-height: 22% !important
    }

    .w-xl-23 {
        width: 23% !important
    }

    .mnw-xl-23 {
        min-width: 23% !important
    }

    .mw-xl-23 {
        max-width: 23% !important
    }

    .h-xl-23 {
        height: 23% !important
    }

    .mnh-xl-23 {
        min-height: 23% !important
    }

    .mh-xl-23 {
        max-height: 23% !important
    }

    .w-xl-24 {
        width: 24% !important
    }

    .mnw-xl-24 {
        min-width: 24% !important
    }

    .mw-xl-24 {
        max-width: 24% !important
    }

    .h-xl-24 {
        height: 24% !important
    }

    .mnh-xl-24 {
        min-height: 24% !important
    }

    .mh-xl-24 {
        max-height: 24% !important
    }

    .w-xl-25 {
        width: 25% !important
    }

    .mnw-xl-25 {
        min-width: 25% !important
    }

    .mw-xl-25 {
        max-width: 25% !important
    }

    .h-xl-25 {
        height: 25% !important
    }

    .mnh-xl-25 {
        min-height: 25% !important
    }

    .mh-xl-25 {
        max-height: 25% !important
    }

    .w-xl-26 {
        width: 26% !important
    }

    .mnw-xl-26 {
        min-width: 26% !important
    }

    .mw-xl-26 {
        max-width: 26% !important
    }

    .h-xl-26 {
        height: 26% !important
    }

    .mnh-xl-26 {
        min-height: 26% !important
    }

    .mh-xl-26 {
        max-height: 26% !important
    }

    .w-xl-27 {
        width: 27% !important
    }

    .mnw-xl-27 {
        min-width: 27% !important
    }

    .mw-xl-27 {
        max-width: 27% !important
    }

    .h-xl-27 {
        height: 27% !important
    }

    .mnh-xl-27 {
        min-height: 27% !important
    }

    .mh-xl-27 {
        max-height: 27% !important
    }

    .w-xl-28 {
        width: 28% !important
    }

    .mnw-xl-28 {
        min-width: 28% !important
    }

    .mw-xl-28 {
        max-width: 28% !important
    }

    .h-xl-28 {
        height: 28% !important
    }

    .mnh-xl-28 {
        min-height: 28% !important
    }

    .mh-xl-28 {
        max-height: 28% !important
    }

    .w-xl-29 {
        width: 29% !important
    }

    .mnw-xl-29 {
        min-width: 29% !important
    }

    .mw-xl-29 {
        max-width: 29% !important
    }

    .h-xl-29 {
        height: 29% !important
    }

    .mnh-xl-29 {
        min-height: 29% !important
    }

    .mh-xl-29 {
        max-height: 29% !important
    }

    .w-xl-30 {
        width: 30% !important
    }

    .mnw-xl-30 {
        min-width: 30% !important
    }

    .mw-xl-30 {
        max-width: 30% !important
    }

    .h-xl-30 {
        height: 30% !important
    }

    .mnh-xl-30 {
        min-height: 30% !important
    }

    .mh-xl-30 {
        max-height: 30% !important
    }

    .w-xl-31 {
        width: 31% !important
    }

    .mnw-xl-31 {
        min-width: 31% !important
    }

    .mw-xl-31 {
        max-width: 31% !important
    }

    .h-xl-31 {
        height: 31% !important
    }

    .mnh-xl-31 {
        min-height: 31% !important
    }

    .mh-xl-31 {
        max-height: 31% !important
    }

    .w-xl-32 {
        width: 32% !important
    }

    .mnw-xl-32 {
        min-width: 32% !important
    }

    .mw-xl-32 {
        max-width: 32% !important
    }

    .h-xl-32 {
        height: 32% !important
    }

    .mnh-xl-32 {
        min-height: 32% !important
    }

    .mh-xl-32 {
        max-height: 32% !important
    }

    .w-xl-33 {
        width: 33% !important
    }

    .mnw-xl-33 {
        min-width: 33% !important
    }

    .mw-xl-33 {
        max-width: 33% !important
    }

    .h-xl-33 {
        height: 33% !important
    }

    .mnh-xl-33 {
        min-height: 33% !important
    }

    .mh-xl-33 {
        max-height: 33% !important
    }

    .w-xl-34 {
        width: 34% !important
    }

    .mnw-xl-34 {
        min-width: 34% !important
    }

    .mw-xl-34 {
        max-width: 34% !important
    }

    .h-xl-34 {
        height: 34% !important
    }

    .mnh-xl-34 {
        min-height: 34% !important
    }

    .mh-xl-34 {
        max-height: 34% !important
    }

    .w-xl-35 {
        width: 35% !important
    }

    .mnw-xl-35 {
        min-width: 35% !important
    }

    .mw-xl-35 {
        max-width: 35% !important
    }

    .h-xl-35 {
        height: 35% !important
    }

    .mnh-xl-35 {
        min-height: 35% !important
    }

    .mh-xl-35 {
        max-height: 35% !important
    }

    .w-xl-36 {
        width: 36% !important
    }

    .mnw-xl-36 {
        min-width: 36% !important
    }

    .mw-xl-36 {
        max-width: 36% !important
    }

    .h-xl-36 {
        height: 36% !important
    }

    .mnh-xl-36 {
        min-height: 36% !important
    }

    .mh-xl-36 {
        max-height: 36% !important
    }

    .w-xl-37 {
        width: 37% !important
    }

    .mnw-xl-37 {
        min-width: 37% !important
    }

    .mw-xl-37 {
        max-width: 37% !important
    }

    .h-xl-37 {
        height: 37% !important
    }

    .mnh-xl-37 {
        min-height: 37% !important
    }

    .mh-xl-37 {
        max-height: 37% !important
    }

    .w-xl-38 {
        width: 38% !important
    }

    .mnw-xl-38 {
        min-width: 38% !important
    }

    .mw-xl-38 {
        max-width: 38% !important
    }

    .h-xl-38 {
        height: 38% !important
    }

    .mnh-xl-38 {
        min-height: 38% !important
    }

    .mh-xl-38 {
        max-height: 38% !important
    }

    .w-xl-39 {
        width: 39% !important
    }

    .mnw-xl-39 {
        min-width: 39% !important
    }

    .mw-xl-39 {
        max-width: 39% !important
    }

    .h-xl-39 {
        height: 39% !important
    }

    .mnh-xl-39 {
        min-height: 39% !important
    }

    .mh-xl-39 {
        max-height: 39% !important
    }

    .w-xl-40 {
        width: 40% !important
    }

    .mnw-xl-40 {
        min-width: 40% !important
    }

    .mw-xl-40 {
        max-width: 40% !important
    }

    .h-xl-40 {
        height: 40% !important
    }

    .mnh-xl-40 {
        min-height: 40% !important
    }

    .mh-xl-40 {
        max-height: 40% !important
    }

    .w-xl-41 {
        width: 41% !important
    }

    .mnw-xl-41 {
        min-width: 41% !important
    }

    .mw-xl-41 {
        max-width: 41% !important
    }

    .h-xl-41 {
        height: 41% !important
    }

    .mnh-xl-41 {
        min-height: 41% !important
    }

    .mh-xl-41 {
        max-height: 41% !important
    }

    .w-xl-42 {
        width: 42% !important
    }

    .mnw-xl-42 {
        min-width: 42% !important
    }

    .mw-xl-42 {
        max-width: 42% !important
    }

    .h-xl-42 {
        height: 42% !important
    }

    .mnh-xl-42 {
        min-height: 42% !important
    }

    .mh-xl-42 {
        max-height: 42% !important
    }

    .w-xl-43 {
        width: 43% !important
    }

    .mnw-xl-43 {
        min-width: 43% !important
    }

    .mw-xl-43 {
        max-width: 43% !important
    }

    .h-xl-43 {
        height: 43% !important
    }

    .mnh-xl-43 {
        min-height: 43% !important
    }

    .mh-xl-43 {
        max-height: 43% !important
    }

    .w-xl-44 {
        width: 44% !important
    }

    .mnw-xl-44 {
        min-width: 44% !important
    }

    .mw-xl-44 {
        max-width: 44% !important
    }

    .h-xl-44 {
        height: 44% !important
    }

    .mnh-xl-44 {
        min-height: 44% !important
    }

    .mh-xl-44 {
        max-height: 44% !important
    }

    .w-xl-45 {
        width: 45% !important
    }

    .mnw-xl-45 {
        min-width: 45% !important
    }

    .mw-xl-45 {
        max-width: 45% !important
    }

    .h-xl-45 {
        height: 45% !important
    }

    .mnh-xl-45 {
        min-height: 45% !important
    }

    .mh-xl-45 {
        max-height: 45% !important
    }

    .w-xl-46 {
        width: 46% !important
    }

    .mnw-xl-46 {
        min-width: 46% !important
    }

    .mw-xl-46 {
        max-width: 46% !important
    }

    .h-xl-46 {
        height: 46% !important
    }

    .mnh-xl-46 {
        min-height: 46% !important
    }

    .mh-xl-46 {
        max-height: 46% !important
    }

    .w-xl-47 {
        width: 47% !important
    }

    .mnw-xl-47 {
        min-width: 47% !important
    }

    .mw-xl-47 {
        max-width: 47% !important
    }

    .h-xl-47 {
        height: 47% !important
    }

    .mnh-xl-47 {
        min-height: 47% !important
    }

    .mh-xl-47 {
        max-height: 47% !important
    }

    .w-xl-48 {
        width: 48% !important
    }

    .mnw-xl-48 {
        min-width: 48% !important
    }

    .mw-xl-48 {
        max-width: 48% !important
    }

    .h-xl-48 {
        height: 48% !important
    }

    .mnh-xl-48 {
        min-height: 48% !important
    }

    .mh-xl-48 {
        max-height: 48% !important
    }

    .w-xl-49 {
        width: 49% !important
    }

    .mnw-xl-49 {
        min-width: 49% !important
    }

    .mw-xl-49 {
        max-width: 49% !important
    }

    .h-xl-49 {
        height: 49% !important
    }

    .mnh-xl-49 {
        min-height: 49% !important
    }

    .mh-xl-49 {
        max-height: 49% !important
    }

    .w-xl-50 {
        width: 50% !important
    }

    .mnw-xl-50 {
        min-width: 50% !important
    }

    .mw-xl-50 {
        max-width: 50% !important
    }

    .h-xl-50 {
        height: 50% !important
    }

    .mnh-xl-50 {
        min-height: 50% !important
    }

    .mh-xl-50 {
        max-height: 50% !important
    }

    .w-xl-51 {
        width: 51% !important
    }

    .mnw-xl-51 {
        min-width: 51% !important
    }

    .mw-xl-51 {
        max-width: 51% !important
    }

    .h-xl-51 {
        height: 51% !important
    }

    .mnh-xl-51 {
        min-height: 51% !important
    }

    .mh-xl-51 {
        max-height: 51% !important
    }

    .w-xl-52 {
        width: 52% !important
    }

    .mnw-xl-52 {
        min-width: 52% !important
    }

    .mw-xl-52 {
        max-width: 52% !important
    }

    .h-xl-52 {
        height: 52% !important
    }

    .mnh-xl-52 {
        min-height: 52% !important
    }

    .mh-xl-52 {
        max-height: 52% !important
    }

    .w-xl-53 {
        width: 53% !important
    }

    .mnw-xl-53 {
        min-width: 53% !important
    }

    .mw-xl-53 {
        max-width: 53% !important
    }

    .h-xl-53 {
        height: 53% !important
    }

    .mnh-xl-53 {
        min-height: 53% !important
    }

    .mh-xl-53 {
        max-height: 53% !important
    }

    .w-xl-54 {
        width: 54% !important
    }

    .mnw-xl-54 {
        min-width: 54% !important
    }

    .mw-xl-54 {
        max-width: 54% !important
    }

    .h-xl-54 {
        height: 54% !important
    }

    .mnh-xl-54 {
        min-height: 54% !important
    }

    .mh-xl-54 {
        max-height: 54% !important
    }

    .w-xl-55 {
        width: 55% !important
    }

    .mnw-xl-55 {
        min-width: 55% !important
    }

    .mw-xl-55 {
        max-width: 55% !important
    }

    .h-xl-55 {
        height: 55% !important
    }

    .mnh-xl-55 {
        min-height: 55% !important
    }

    .mh-xl-55 {
        max-height: 55% !important
    }

    .w-xl-56 {
        width: 56% !important
    }

    .mnw-xl-56 {
        min-width: 56% !important
    }

    .mw-xl-56 {
        max-width: 56% !important
    }

    .h-xl-56 {
        height: 56% !important
    }

    .mnh-xl-56 {
        min-height: 56% !important
    }

    .mh-xl-56 {
        max-height: 56% !important
    }

    .w-xl-57 {
        width: 57% !important
    }

    .mnw-xl-57 {
        min-width: 57% !important
    }

    .mw-xl-57 {
        max-width: 57% !important
    }

    .h-xl-57 {
        height: 57% !important
    }

    .mnh-xl-57 {
        min-height: 57% !important
    }

    .mh-xl-57 {
        max-height: 57% !important
    }

    .w-xl-58 {
        width: 58% !important
    }

    .mnw-xl-58 {
        min-width: 58% !important
    }

    .mw-xl-58 {
        max-width: 58% !important
    }

    .h-xl-58 {
        height: 58% !important
    }

    .mnh-xl-58 {
        min-height: 58% !important
    }

    .mh-xl-58 {
        max-height: 58% !important
    }

    .w-xl-59 {
        width: 59% !important
    }

    .mnw-xl-59 {
        min-width: 59% !important
    }

    .mw-xl-59 {
        max-width: 59% !important
    }

    .h-xl-59 {
        height: 59% !important
    }

    .mnh-xl-59 {
        min-height: 59% !important
    }

    .mh-xl-59 {
        max-height: 59% !important
    }

    .w-xl-60 {
        width: 60% !important
    }

    .mnw-xl-60 {
        min-width: 60% !important
    }

    .mw-xl-60 {
        max-width: 60% !important
    }

    .h-xl-60 {
        height: 60% !important
    }

    .mnh-xl-60 {
        min-height: 60% !important
    }

    .mh-xl-60 {
        max-height: 60% !important
    }

    .w-xl-61 {
        width: 61% !important
    }

    .mnw-xl-61 {
        min-width: 61% !important
    }

    .mw-xl-61 {
        max-width: 61% !important
    }

    .h-xl-61 {
        height: 61% !important
    }

    .mnh-xl-61 {
        min-height: 61% !important
    }

    .mh-xl-61 {
        max-height: 61% !important
    }

    .w-xl-62 {
        width: 62% !important
    }

    .mnw-xl-62 {
        min-width: 62% !important
    }

    .mw-xl-62 {
        max-width: 62% !important
    }

    .h-xl-62 {
        height: 62% !important
    }

    .mnh-xl-62 {
        min-height: 62% !important
    }

    .mh-xl-62 {
        max-height: 62% !important
    }

    .w-xl-63 {
        width: 63% !important
    }

    .mnw-xl-63 {
        min-width: 63% !important
    }

    .mw-xl-63 {
        max-width: 63% !important
    }

    .h-xl-63 {
        height: 63% !important
    }

    .mnh-xl-63 {
        min-height: 63% !important
    }

    .mh-xl-63 {
        max-height: 63% !important
    }

    .w-xl-64 {
        width: 64% !important
    }

    .mnw-xl-64 {
        min-width: 64% !important
    }

    .mw-xl-64 {
        max-width: 64% !important
    }

    .h-xl-64 {
        height: 64% !important
    }

    .mnh-xl-64 {
        min-height: 64% !important
    }

    .mh-xl-64 {
        max-height: 64% !important
    }

    .w-xl-65 {
        width: 65% !important
    }

    .mnw-xl-65 {
        min-width: 65% !important
    }

    .mw-xl-65 {
        max-width: 65% !important
    }

    .h-xl-65 {
        height: 65% !important
    }

    .mnh-xl-65 {
        min-height: 65% !important
    }

    .mh-xl-65 {
        max-height: 65% !important
    }

    .w-xl-66 {
        width: 66% !important
    }

    .mnw-xl-66 {
        min-width: 66% !important
    }

    .mw-xl-66 {
        max-width: 66% !important
    }

    .h-xl-66 {
        height: 66% !important
    }

    .mnh-xl-66 {
        min-height: 66% !important
    }

    .mh-xl-66 {
        max-height: 66% !important
    }

    .w-xl-67 {
        width: 67% !important
    }

    .mnw-xl-67 {
        min-width: 67% !important
    }

    .mw-xl-67 {
        max-width: 67% !important
    }

    .h-xl-67 {
        height: 67% !important
    }

    .mnh-xl-67 {
        min-height: 67% !important
    }

    .mh-xl-67 {
        max-height: 67% !important
    }

    .w-xl-68 {
        width: 68% !important
    }

    .mnw-xl-68 {
        min-width: 68% !important
    }

    .mw-xl-68 {
        max-width: 68% !important
    }

    .h-xl-68 {
        height: 68% !important
    }

    .mnh-xl-68 {
        min-height: 68% !important
    }

    .mh-xl-68 {
        max-height: 68% !important
    }

    .w-xl-69 {
        width: 69% !important
    }

    .mnw-xl-69 {
        min-width: 69% !important
    }

    .mw-xl-69 {
        max-width: 69% !important
    }

    .h-xl-69 {
        height: 69% !important
    }

    .mnh-xl-69 {
        min-height: 69% !important
    }

    .mh-xl-69 {
        max-height: 69% !important
    }

    .w-xl-70 {
        width: 70% !important
    }

    .mnw-xl-70 {
        min-width: 70% !important
    }

    .mw-xl-70 {
        max-width: 70% !important
    }

    .h-xl-70 {
        height: 70% !important
    }

    .mnh-xl-70 {
        min-height: 70% !important
    }

    .mh-xl-70 {
        max-height: 70% !important
    }

    .w-xl-71 {
        width: 71% !important
    }

    .mnw-xl-71 {
        min-width: 71% !important
    }

    .mw-xl-71 {
        max-width: 71% !important
    }

    .h-xl-71 {
        height: 71% !important
    }

    .mnh-xl-71 {
        min-height: 71% !important
    }

    .mh-xl-71 {
        max-height: 71% !important
    }

    .w-xl-72 {
        width: 72% !important
    }

    .mnw-xl-72 {
        min-width: 72% !important
    }

    .mw-xl-72 {
        max-width: 72% !important
    }

    .h-xl-72 {
        height: 72% !important
    }

    .mnh-xl-72 {
        min-height: 72% !important
    }

    .mh-xl-72 {
        max-height: 72% !important
    }

    .w-xl-73 {
        width: 73% !important
    }

    .mnw-xl-73 {
        min-width: 73% !important
    }

    .mw-xl-73 {
        max-width: 73% !important
    }

    .h-xl-73 {
        height: 73% !important
    }

    .mnh-xl-73 {
        min-height: 73% !important
    }

    .mh-xl-73 {
        max-height: 73% !important
    }

    .w-xl-74 {
        width: 74% !important
    }

    .mnw-xl-74 {
        min-width: 74% !important
    }

    .mw-xl-74 {
        max-width: 74% !important
    }

    .h-xl-74 {
        height: 74% !important
    }

    .mnh-xl-74 {
        min-height: 74% !important
    }

    .mh-xl-74 {
        max-height: 74% !important
    }

    .w-xl-75 {
        width: 75% !important
    }

    .mnw-xl-75 {
        min-width: 75% !important
    }

    .mw-xl-75 {
        max-width: 75% !important
    }

    .h-xl-75 {
        height: 75% !important
    }

    .mnh-xl-75 {
        min-height: 75% !important
    }

    .mh-xl-75 {
        max-height: 75% !important
    }

    .w-xl-76 {
        width: 76% !important
    }

    .mnw-xl-76 {
        min-width: 76% !important
    }

    .mw-xl-76 {
        max-width: 76% !important
    }

    .h-xl-76 {
        height: 76% !important
    }

    .mnh-xl-76 {
        min-height: 76% !important
    }

    .mh-xl-76 {
        max-height: 76% !important
    }

    .w-xl-77 {
        width: 77% !important
    }

    .mnw-xl-77 {
        min-width: 77% !important
    }

    .mw-xl-77 {
        max-width: 77% !important
    }

    .h-xl-77 {
        height: 77% !important
    }

    .mnh-xl-77 {
        min-height: 77% !important
    }

    .mh-xl-77 {
        max-height: 77% !important
    }

    .w-xl-78 {
        width: 78% !important
    }

    .mnw-xl-78 {
        min-width: 78% !important
    }

    .mw-xl-78 {
        max-width: 78% !important
    }

    .h-xl-78 {
        height: 78% !important
    }

    .mnh-xl-78 {
        min-height: 78% !important
    }

    .mh-xl-78 {
        max-height: 78% !important
    }

    .w-xl-79 {
        width: 79% !important
    }

    .mnw-xl-79 {
        min-width: 79% !important
    }

    .mw-xl-79 {
        max-width: 79% !important
    }

    .h-xl-79 {
        height: 79% !important
    }

    .mnh-xl-79 {
        min-height: 79% !important
    }

    .mh-xl-79 {
        max-height: 79% !important
    }

    .w-xl-80 {
        width: 80% !important
    }

    .mnw-xl-80 {
        min-width: 80% !important
    }

    .mw-xl-80 {
        max-width: 80% !important
    }

    .h-xl-80 {
        height: 80% !important
    }

    .mnh-xl-80 {
        min-height: 80% !important
    }

    .mh-xl-80 {
        max-height: 80% !important
    }

    .w-xl-81 {
        width: 81% !important
    }

    .mnw-xl-81 {
        min-width: 81% !important
    }

    .mw-xl-81 {
        max-width: 81% !important
    }

    .h-xl-81 {
        height: 81% !important
    }

    .mnh-xl-81 {
        min-height: 81% !important
    }

    .mh-xl-81 {
        max-height: 81% !important
    }

    .w-xl-82 {
        width: 82% !important
    }

    .mnw-xl-82 {
        min-width: 82% !important
    }

    .mw-xl-82 {
        max-width: 82% !important
    }

    .h-xl-82 {
        height: 82% !important
    }

    .mnh-xl-82 {
        min-height: 82% !important
    }

    .mh-xl-82 {
        max-height: 82% !important
    }

    .w-xl-83 {
        width: 83% !important
    }

    .mnw-xl-83 {
        min-width: 83% !important
    }

    .mw-xl-83 {
        max-width: 83% !important
    }

    .h-xl-83 {
        height: 83% !important
    }

    .mnh-xl-83 {
        min-height: 83% !important
    }

    .mh-xl-83 {
        max-height: 83% !important
    }

    .w-xl-84 {
        width: 84% !important
    }

    .mnw-xl-84 {
        min-width: 84% !important
    }

    .mw-xl-84 {
        max-width: 84% !important
    }

    .h-xl-84 {
        height: 84% !important
    }

    .mnh-xl-84 {
        min-height: 84% !important
    }

    .mh-xl-84 {
        max-height: 84% !important
    }

    .w-xl-85 {
        width: 85% !important
    }

    .mnw-xl-85 {
        min-width: 85% !important
    }

    .mw-xl-85 {
        max-width: 85% !important
    }

    .h-xl-85 {
        height: 85% !important
    }

    .mnh-xl-85 {
        min-height: 85% !important
    }

    .mh-xl-85 {
        max-height: 85% !important
    }

    .w-xl-86 {
        width: 86% !important
    }

    .mnw-xl-86 {
        min-width: 86% !important
    }

    .mw-xl-86 {
        max-width: 86% !important
    }

    .h-xl-86 {
        height: 86% !important
    }

    .mnh-xl-86 {
        min-height: 86% !important
    }

    .mh-xl-86 {
        max-height: 86% !important
    }

    .w-xl-87 {
        width: 87% !important
    }

    .mnw-xl-87 {
        min-width: 87% !important
    }

    .mw-xl-87 {
        max-width: 87% !important
    }

    .h-xl-87 {
        height: 87% !important
    }

    .mnh-xl-87 {
        min-height: 87% !important
    }

    .mh-xl-87 {
        max-height: 87% !important
    }

    .w-xl-88 {
        width: 88% !important
    }

    .mnw-xl-88 {
        min-width: 88% !important
    }

    .mw-xl-88 {
        max-width: 88% !important
    }

    .h-xl-88 {
        height: 88% !important
    }

    .mnh-xl-88 {
        min-height: 88% !important
    }

    .mh-xl-88 {
        max-height: 88% !important
    }

    .w-xl-89 {
        width: 89% !important
    }

    .mnw-xl-89 {
        min-width: 89% !important
    }

    .mw-xl-89 {
        max-width: 89% !important
    }

    .h-xl-89 {
        height: 89% !important
    }

    .mnh-xl-89 {
        min-height: 89% !important
    }

    .mh-xl-89 {
        max-height: 89% !important
    }

    .w-xl-90 {
        width: 90% !important
    }

    .mnw-xl-90 {
        min-width: 90% !important
    }

    .mw-xl-90 {
        max-width: 90% !important
    }

    .h-xl-90 {
        height: 90% !important
    }

    .mnh-xl-90 {
        min-height: 90% !important
    }

    .mh-xl-90 {
        max-height: 90% !important
    }

    .w-xl-91 {
        width: 91% !important
    }

    .mnw-xl-91 {
        min-width: 91% !important
    }

    .mw-xl-91 {
        max-width: 91% !important
    }

    .h-xl-91 {
        height: 91% !important
    }

    .mnh-xl-91 {
        min-height: 91% !important
    }

    .mh-xl-91 {
        max-height: 91% !important
    }

    .w-xl-92 {
        width: 92% !important
    }

    .mnw-xl-92 {
        min-width: 92% !important
    }

    .mw-xl-92 {
        max-width: 92% !important
    }

    .h-xl-92 {
        height: 92% !important
    }

    .mnh-xl-92 {
        min-height: 92% !important
    }

    .mh-xl-92 {
        max-height: 92% !important
    }

    .w-xl-93 {
        width: 93% !important
    }

    .mnw-xl-93 {
        min-width: 93% !important
    }

    .mw-xl-93 {
        max-width: 93% !important
    }

    .h-xl-93 {
        height: 93% !important
    }

    .mnh-xl-93 {
        min-height: 93% !important
    }

    .mh-xl-93 {
        max-height: 93% !important
    }

    .w-xl-94 {
        width: 94% !important
    }

    .mnw-xl-94 {
        min-width: 94% !important
    }

    .mw-xl-94 {
        max-width: 94% !important
    }

    .h-xl-94 {
        height: 94% !important
    }

    .mnh-xl-94 {
        min-height: 94% !important
    }

    .mh-xl-94 {
        max-height: 94% !important
    }

    .w-xl-95 {
        width: 95% !important
    }

    .mnw-xl-95 {
        min-width: 95% !important
    }

    .mw-xl-95 {
        max-width: 95% !important
    }

    .h-xl-95 {
        height: 95% !important
    }

    .mnh-xl-95 {
        min-height: 95% !important
    }

    .mh-xl-95 {
        max-height: 95% !important
    }

    .w-xl-96 {
        width: 96% !important
    }

    .mnw-xl-96 {
        min-width: 96% !important
    }

    .mw-xl-96 {
        max-width: 96% !important
    }

    .h-xl-96 {
        height: 96% !important
    }

    .mnh-xl-96 {
        min-height: 96% !important
    }

    .mh-xl-96 {
        max-height: 96% !important
    }

    .w-xl-97 {
        width: 97% !important
    }

    .mnw-xl-97 {
        min-width: 97% !important
    }

    .mw-xl-97 {
        max-width: 97% !important
    }

    .h-xl-97 {
        height: 97% !important
    }

    .mnh-xl-97 {
        min-height: 97% !important
    }

    .mh-xl-97 {
        max-height: 97% !important
    }

    .w-xl-98 {
        width: 98% !important
    }

    .mnw-xl-98 {
        min-width: 98% !important
    }

    .mw-xl-98 {
        max-width: 98% !important
    }

    .h-xl-98 {
        height: 98% !important
    }

    .mnh-xl-98 {
        min-height: 98% !important
    }

    .mh-xl-98 {
        max-height: 98% !important
    }

    .w-xl-99 {
        width: 99% !important
    }

    .mnw-xl-99 {
        min-width: 99% !important
    }

    .mw-xl-99 {
        max-width: 99% !important
    }

    .h-xl-99 {
        height: 99% !important
    }

    .mnh-xl-99 {
        min-height: 99% !important
    }

    .mh-xl-99 {
        max-height: 99% !important
    }

    .w-xl-100 {
        width: 100% !important
    }

    .mnw-xl-100 {
        min-width: 100% !important
    }

    .mw-xl-100 {
        max-width: 100% !important
    }

    .h-xl-100 {
        height: 100% !important
    }

    .mnh-xl-100 {
        min-height: 100% !important
    }

    .mh-xl-100 {
        max-height: 100% !important
    }

    .w-xl-auto {
        width: auto !important
    }

    .h-xl-auto {
        height: auto !important
    }

    .mnh-xl-unset {
        min-height: unset !important
    }

    .mh-xl-unset {
        max-height: unset !important
    }

    .overflow-xl-hidden {
        overflow: hidden !important
    }

    .overflow-xl-x-hidden {
        overflow-x: hidden !important
    }

    .overflow-xl-y-hidden {
        overflow-y: hidden !important
    }

    .overflow-xl-visible {
        overflow: visible !important
    }

    .overflow-xl-x-visible {
        overflow-x: visible !important
    }

    .overflow-xl-y-visible {
        overflow-y: visible !important
    }

    .overflow-xl-x-auto {
        overflow-x: auto !important
    }

    .overflow-xl-y-auto {
        overflow-y: auto !important
    }

    .position-xl-static {
        position: static !important
    }

    .position-xl-relative {
        position: relative !important
    }

    .position-xl-fixed {
        position: fixed !important
    }

    .position-xl-absolute {
        position: absolute !important
    }

    .position-xl-sticky {
        position: sticky !important
    }

}

@media (min-width: 1440px) {
}